summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* New approach to r136737: insert the necessary fences for atomic ops in platfo...Eli Friedman2011-08-03
* Remove unused variables.Benjamin Kramer2011-08-03
* Some revisions to Devang's change r136759 for merged global debug info.Bob Wilson2011-08-03
* SCEV: Use AssertingVH to catch dangling BasicBlock* when passes forgetAndrew Trick2011-08-03
* whitespaceAndrew Trick2011-08-03
* Handle IMPLICIT_DEF instructions in X86FloatingPoint.Jakob Stoklund Olesen2011-08-03
* fix PR10286, a problem with the .ll printer handling block addresses that are...Chris Lattner2011-08-03
* Use byte offset, instead of element number, to access merged global.Devang Patel2011-08-03
* Small cleanups:Nick Lewycky2011-08-03
* Add this back in for now. There are still a few passes which create unwind in...Bill Wendling2011-08-03
* Fix logical error when detecting lifetime intrinsics.Nick Lewycky2011-08-03
* Replace the 'UnwindInst' check with a check for 'ResumeInst', which also exitsBill Wendling2011-08-03
* Use the precomputed def presence in RAGreedy::calcSpillCost.Jakob Stoklund Olesen2011-08-02
* Inform SpillPlacement about blocks with defs.Jakob Stoklund Olesen2011-08-02
* Rename {First,Last}Use to {First,Last}Instr.Jakob Stoklund Olesen2011-08-02
* 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