summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* whitespaceAndrew Trick2011-08-03
* Correctly handle multiple DBG_VALUE instructions at the same SlotIndex.Jakob Stoklund Olesen2011-08-03
* Fix broken encoding of tCBNZ.Owen Anderson2011-08-03
* Enable compact region splitting by default.Jakob Stoklund Olesen2011-08-03
* Do not drop undef debug values. These are used as range termination marker by...Devang Patel2011-08-03
* Be more conservative when forming compact regions.Jakob Stoklund Olesen2011-08-03
* Fix some warnings from Clang in release builds:Chandler Carruth2011-08-03
* Fix typo in #include which revealed in the case-sensitive filesystem.Jakub Staszak2011-08-03
* Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.Jakub Staszak2011-08-03
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-03
* Add more constantness in BlockFrequencyInfo.Jakub Staszak2011-08-03
* 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