summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* [dfsan] Simplify code after r197677.Evgeniy Stepanov2013-12-19
* Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov2013-12-19
* GCOV.cpp: Fix format strings, %lf. Don't use %lf to double.NAKAMURA Takumi2013-12-19
* R600/SI: Make private pointers be 32-bit.Matt Arsenault2013-12-19
* ARM IAS: support .inst directiveSaleem Abdulrasool2013-12-19
* [stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee2013-12-19
* Add stack alignment information for Sparc.Rafael Espindola2013-12-19
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Synchronize the NaCl DataLayout strings with the ones in clang.Rafael Espindola2013-12-19
* Make cosmetic changes as part of Mips internal post commit review ofReed Kotler2013-12-19
* llvm-cov: Added -f option for function summaries.Yuchen Wu2013-12-19
* Fix a problem with mips16 stubs when calls are transformed duringReed Kotler2013-12-18
* [aarch32] fix bug 18268: Incorrect condition of vselWeiming Zhao2013-12-18
* Debug info: Implement (rvalue) reference qualifiers for C++11 non-staticAdrian Prantl2013-12-18
* Pull in a couple of new constants from the upcoming DWARF 5 standard.Adrian Prantl2013-12-18
* Correctly handle the degenerated triple "thumb".Rafael Espindola2013-12-18
* llvm-cov: Print coverage summary to STDOUT.Yuchen Wu2013-12-18
* llvm-cov: s/(.*)Executed/\1Exec/Yuchen Wu2013-12-18
* llvm-cov: Added -c option for branch counts.Yuchen Wu2013-12-18
* [arm] Rename Tag_VFP_arch to Tag_FP_arch.Logan Chien2013-12-18
* Fix f64 and f128 for ppc-darwin.Rafael Espindola2013-12-18
* One ppc32-darwin, a i64 inside a structure can have 32 bit alignment.Rafael Espindola2013-12-18
* ARM: update comment to match realityTim Northover2013-12-18
* DiagnosticInfo: Add missing namespaceTobias Grosser2013-12-18
* ARM: set default float ABI based on triple.Tim Northover2013-12-18
* [AArch64 NEON]Implment loading vector constant form constant pool.Kevin Qin2013-12-18
* AsmParser: add support for .end directiveSaleem Abdulrasool2013-12-18
* DebugInfo: Introduce new DIValue, DIETypeSignature to encode references to ty...David Blaikie2013-12-17
* Fix N32 registers and stack alignment.Rafael Espindola2013-12-17
* Eliminate PPC instruction decoding ambiguitiesHal Finkel2013-12-17
* [DiagnosticPrinter] Use the appropriate method to print a Twine object in aQuentin Colombet2013-12-17
* MC COFF: Emit the 'b' section flag for .bss sections in GNU assemblyReid Kleckner2013-12-17
* On APCS, only try to align aggregates to 32 bits instead of 64.Rafael Espindola2013-12-17
* Handle i64 first for clarity. No functionality change.Rafael Espindola2013-12-17
* Assert that the last operand is actually EFLAGSDuncan P. N. Exon Smith2013-12-17
* Disabled subregister copy coalescing during MachineCSE.Andrew Trick2013-12-17
* Add warning capabilities in LLVM.Quentin Colombet2013-12-17
* [mips] Fix off by one issue when applying a fixup.Matheus Almeida2013-12-17
* Revert "Revert "Mark vastart_save_xmm_regs as changing EFLAGS""Duncan P. N. Exon Smith2013-12-17
* Fix the pointer size for the PS3 datalayout.Rafael Espindola2013-12-17
* Fix for PR18045:Stepan Dyatkovskiy2013-12-17
* There are no __register_frame and __deregister_frame functions Yaron Keren2013-12-17
* AVX-512: Added implementation of CONCAT_VECTORS for v8i1 vectors (by Alexey B...Elena Demikhovsky2013-12-17
* Revert "Mark vastart_save_xmm_regs as changing EFLAGS"Duncan P. N. Exon Smith2013-12-17
* Mark vastart_save_xmm_regs as changing EFLAGSDuncan P. N. Exon Smith2013-12-17
* Allow MachineCSE to coalesce trivial subregister copies the same way that it ...Andrew Trick2013-12-17
* whitespaceAndrew Trick2013-12-17
* Make comment more explicit.Jim Grosbach2013-12-17
* Typo. s/reserved/preserved/Jim Grosbach2013-12-17
* Add a machine code print in DEBUG() following instruction selection.Jim Grosbach2013-12-17