summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* format and 80-column cleanupJim Grosbach2010-06-16
* remove trailing whitespaceJim Grosbach2010-06-16
* Don't attempt preserving conservative kill flags. We were doing it wrong.Jakob Stoklund Olesen2010-06-16
* Remove the hidden "neon-reg-sequence" option. The reg sequences are workingBob Wilson2010-06-16
* In progress on 32-bit addends.Eric Christopher2010-06-16
* Allow a register to be redefined multiple times in a basic block.Jakob Stoklund Olesen2010-06-16
* A few more places where SCEVExpander bits need to skip over debug intrinsicsJim Grosbach2010-06-16
* MC/Mach-O: Rewrite atom association to be a final pass we do in Finish(), ins...Daniel Dunbar2010-06-16
* MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar2010-06-16
* MC: Lift SwitchSection() and Finish() into MCObjectStreamer.Daniel Dunbar2010-06-16
* MC: Factor out an MCObjectStreamer class, which will be shared by the concreteDaniel Dunbar2010-06-16
* Make sure that simplify libcalls does not replace a call with one callingRafael Espindola2010-06-16
* add FIXMEJim Grosbach2010-06-16
* Improve comment to include that the use of a preg is also verboten in this si...Bill Wendling2010-06-16
* TODO--Benjamin Kramer2010-06-16
* simplify-libcalls: fold strncmp(x, y, 1) -> memcmp(x, y, 1)Benjamin Kramer2010-06-16
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-16
* Check function pointer first, before comparing function names.Devang Patel2010-06-16
* Use separate named MDNode to hold each function's local variable info.Devang Patel2010-06-16
* Don't emit the linkage for initializer label for mach-o tls.Eric Christopher2010-06-16
* Fix indentation.Eric Christopher2010-06-16
* Create a more targeted fix for not sinking instructions into a range where itBill Wendling2010-06-15
* For 32-bit non-pic tlv mach-o addressing we don't need a pic base orEric Christopher2010-06-15
* Added a comment.Stuart Hastings2010-06-15
* Some more work on mach-o TLV relocations.Eric Christopher2010-06-15
* Add file missing from previous commit.Dale Johannesen2010-06-15
* Fix 80col violations, remove trailing whitespace, and clarify a comment.Bob Wilson2010-06-15
* Next round of tail call changes. Register used in a tailDale Johannesen2010-06-15
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-15
* Reapply 105986 with fix for bug pointed out by Jakob:Dale Johannesen2010-06-15
* simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0Benjamin Kramer2010-06-15
* Fixed vector widening of binary instructions that can trap. Patch by Visa Put...Mon P Wang2010-06-15
* fpcmp: Fix bug where fpcmp wouldn't early exit when files obviously differ andDaniel Dunbar2010-06-15
* fpcmp: Fix a possible infinite loop when comparing something like:Daniel Dunbar2010-06-15
* fix fastisel to handle GS and FS relative pointers. Patch byChris Lattner2010-06-15
* Add basic support for NEON modified immediates besides VMOV.Bob Wilson2010-06-15
* IfConversion's AnalyzeBlocks method always returns false; clean it up.Bob Wilson2010-06-15
* fix namingJim Grosbach2010-06-15
* Fix an exotic bug that only showed up in an internal test case.Jakob Stoklund Olesen2010-06-15
* Fix a comment typo.Bob Wilson2010-06-15
* Add some missing checks for the case where the extract_subregs areBob Wilson2010-06-15
* Avoid processing early clobbers twice in RegAllocFast.Jakob Stoklund Olesen2010-06-15
* Add CoalescerPair helper class.Jakob Stoklund Olesen2010-06-15
* Add <cstddef> include to get ptrdiff_t, for gcc-4.6; patch by Dimitry Andric.Daniel Dunbar2010-06-15
* Generalize the pre-coalescing of extract_subregs feeding reg_sequences,Bob Wilson2010-06-15
* VMOVQQ and VMOVQQQQ are pseudo instructions and not predicable.Bob Wilson2010-06-15
* Revert 105986; looks like I'd better try bootstrapping.Dale Johannesen2010-06-15
* Update CMake build.Ted Kremenek2010-06-15
* The form of BuildMI used for TAILJMPr was changing the registerDale Johannesen2010-06-15
* Make sure to skip dbg_value instructions when finding an insertion point forJim Grosbach2010-06-15