summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* ARM backend support for atomicrmw and cmpxchg with non-monotonic ordering. N...Eli Friedman2011-08-02
* Add a BlockInfo::FirstDef field.Jakob Stoklund Olesen2011-08-02
* Delete BlockInfo::LiveThrough. It wasn't used any more.Jakob Stoklund Olesen2011-08-02
* Teach InstCombine that lifetime intrincs aren't a real user on the result of aNick Lewycky2011-08-02
* Extend the SpillPlacement interface with two new features.Jakob Stoklund Olesen2011-08-02
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-02
* Add new atomic instructions to SCCP. No functional change, but stops debug s...Eli Friedman2011-08-02
* Lifetime intrinsics on undef are dead.Nick Lewycky2011-08-02
* Assume .cfi_startproc is the first thing in a function. If the function isRafael Espindola2011-08-02
* Don't create a ridiculous EXTRACT_ELEMENT. PR10563.Eli Friedman2011-08-02
* Fix the broken encodings for the VFP vmov.f32 and vmov.f64 instructions, as w...Owen Anderson2011-08-02
* Tidy up. 80 columns.Jim Grosbach2011-08-02
* ARM: rename addrmode7 to addr_offset_none.Jim Grosbach2011-08-02
* Comment out the PPC relocation offset adjustment. It must be done differently.Roman Divacky2011-08-02
* Make this kind of lowering to be supported by 256-bit instructions:Bruno Cardoso Lopes2011-08-02
* Remove trailing semicolon.Roman Divacky2011-08-02
* Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky2011-08-02
* Remove the LLVMBuildUnwind C API function.Bill Wendling2011-08-02
* Use consistent terminology for loop exit/exiting blocks. Name change only.Andrew Trick2011-08-02
* Revert r136503 and r136480 in an effort to fix non-determinism in the llvm-gc...Owen Anderson2011-08-02
* Bail from FastISel when we encounter a volatile memset intrinsic. Patch by IvanNick Lewycky2011-08-02
* Move imm0_255 to ARMInstrInfo.td with the other immediate predicates.Jim Grosbach2011-08-01
* Fix comments.Jim Grosbach2011-08-01
* Add v4f64 -> v2f32 fp_round support. Also add a testcase to exerciseBruno Cardoso Lopes2011-08-01
* Teach PreprocessISelDAG to be aware of vector types and to not process them.Bruno Cardoso Lopes2011-08-01
* Lower CONCAT_VECTORS to use two VINSERTF128 instructions instead ofBruno Cardoso Lopes2011-08-01
* Actually finish switching to the new system for Target sublibraryChandler Carruth2011-08-01
* Since vectors with all ones can't be created with a 256-bit instruction,Bruno Cardoso Lopes2011-08-01
* Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky.Evan Cheng2011-08-01
* Change SmallVector to SmallPtrSet in BranchProbabilityInfo. Handle cases whereJakub Staszak2011-08-01
* Fix crash with varargs function with no named parameters.Richard Osborne2011-08-01
* Update CMake target names for tablegen-generated data in the X86 and ARM targ...Douglas Gregor2011-08-01
* Add braces.Jay Foad2011-08-01
* Simplify printAlias.Jay Foad2011-08-01
* Micro-optimisation in getAliasedGlobal.Jay Foad2011-08-01
* Remove an unnecessary cast.Jay Foad2011-08-01
* I mis-interpreted the MCDisassembler's intended dependencies. Now to fixChandler Carruth2011-07-31
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Do not handle cases with >= and <= predicates.Jakub Staszak2011-07-31
* Remove untrue comment.Jakub Staszak2011-07-31
* Do not handle case where LHS is equal to zero, because InstCombiner always movesJakub Staszak2011-07-31
* Add a small gep optimization I noticed was missing while reading some IL.Rafael Espindola2011-07-31
* Time the emission of debug values.Jakob Stoklund Olesen2011-07-31
* Add Zero Heurestics to BranchProbabilityInfo. If we compare value to zero weJakub Staszak2011-07-31
* Revert r136528 "Enable compact region splitting by default."Jakob Stoklund Olesen2011-07-30
* Switch another of the old dependencies on implicitly produced syntheticChandler Carruth2011-07-30
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* Added several architecture names.Sean Callanan2011-07-30
* Revert "Don't check liveness of unallocatable registers."Jakob Stoklund Olesen2011-07-30
* Don't check liveness of unallocatable registers.Jakob Stoklund Olesen2011-07-29