summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Convert SimplifyIVUsers into a worklist instead of a single pass overAndrew Trick2011-05-13
* Since I can't reproduce the failures from 131261, re-trying with aStuart Hastings2011-05-13
* Revert 131266 and 131261 due to buildbot complaints.Stuart Hastings2011-05-13
* Non-fast-isel followup to 129634; correctly handle branches controlledStuart Hastings2011-05-12
* Update comment.Evan Cheng2011-05-12
* Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel2011-05-12
* MCJIT section loading should just skip non-text sections rather thanJim Grosbach2011-05-12
* Re-enable branchfolding common code hoisting optimization. Fixed a liveness t...Evan Cheng2011-05-12
* Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel2011-05-12
* Temporarily disable the transformation. It's breaking 186.crafty in some conf...Evan Cheng2011-05-12
* The MCJIT memory manager needs to initialize its Module member.Jim Grosbach2011-05-12
* Fix setting of isCommutable flag.Akira Hatanaka2011-05-12
* Re-commit 131172 with fix. MachineInstr identity checks should check deadEvan Cheng2011-05-12
* indvars: Added SimplifyIVUsers.Andrew Trick2011-05-12
* Remove an unused variable and move a couple others inside DEBUG.Matt Beaumont-Gay2011-05-11
* Address the last bit of relocation flag related divergence betweeenJason W Kim2011-05-11
* Turn this into a table, this will make more sense shortly.Eric Christopher2011-05-11
* Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...Devang Patel2011-05-11
* Avoid hoisting spills when looking at a copy from another register that is alsoJakob Stoklund Olesen2011-05-11
* Fix encoding of Thumb BLX register instructions. Patch by Koan-Sin Tan.Owen Anderson2011-05-11
* Typo and missing checkin from r131186.Andrew Trick2011-05-11
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-11
* Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).Nadav Rotem2011-05-11
* Add custom lowering of X86 vector SRA/SRL/SHL when the shift amount is a spla...Nadav Rotem2011-05-11
* Revert 131172 as it is causing clang to miscompile itself. I will tryRafael Espindola2011-05-11
* Give the 'eh.sjlj.dispatchsetup' intrinsic call the value coming from the setjmpBill Wendling2011-05-11
* Add a late optimization to BranchFolding that hoist common instruction sequencesEvan Cheng2011-05-11
* Optimize atomic lock or that doesn't use the result value.Eric Christopher2011-05-10
* Fix cmake again.Rafael Espindola2011-05-10
* Remove empty file.Nick Lewycky2011-05-10
* Avoid a gcc warning.Rafael Espindola2011-05-10
* Fix cmake build.Rafael Espindola2011-05-10
* Revert r131155 for now. It makes VMCore depend on Analysis and TransformsNick Lewycky2011-05-10
* Initialize moveTypeModule.Rafael Espindola2011-05-10
* Disable my little CopyToReg argument hack with fast-isel. rdar://problem/941...Eli Friedman2011-05-10
* Add support for plugins add passes to the default set of passes. The standar...David Chisnall2011-05-10
* Correctly walk through nested and adjacent CALLSEQ_START nodes. NoStuart Hastings2011-05-10
* Produce a __debug_frame section on darwin ARM when appropriate.Rafael Espindola2011-05-10
* On MachO, unlike ELF, there should be no relocation to produce the CIE pointer.Rafael Espindola2011-05-10
* Rename DwarfRequiresRelocationForStmtList toRafael Espindola2011-05-10
* The EH symbols are only needed in eh_frame, not debug_frame.Rafael Espindola2011-05-10
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-10
* Refactor lock versions of binary operators to be a little lessEric Christopher2011-05-10
* First cut at getting debugging support for ARM/MC/ELF/.oJason W Kim2011-05-10
* Fix PR9883. Make sure all caches are invalidated when a live range is repaired.Jakob Stoklund Olesen2011-05-10
* In a debug_frame the cfi offset is to the start of the debug_frame section!Rafael Espindola2011-05-10
* Add CFIStartSections to the asm printer. Add an assert that at leastRafael Espindola2011-05-10
* PTX: add PTX 2.3 setting in PTX sub-target.Justin Holewinski2011-05-10
* Add support for producing .deubg_frame sections.Rafael Espindola2011-05-10
* Small cleanups.Rafael Espindola2011-05-10