summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* 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
* Rename functions referring to VMOV immediates to refer to NEON "modifiedBob Wilson2010-06-14
* More dbg_value cleanup so the presence of debug info doesn't affect code-gen.Jim Grosbach2010-06-14
* - Do away with SimpleHazardRecognizer.h. It's not used and offers little value.Evan Cheng2010-06-14
* Avoid uncessary array copying.Evan Cheng2010-06-14
* fix a nasty bug where we were not treating available_externallyChris Lattner2010-06-14
* jump threading can't split a critical edge from an indirectbr. ThisChris Lattner2010-06-14
* fix a -Wbool-conversions warning from clang.Chris Lattner2010-06-14
* fix a -Wbool-conversions warning from clang.Chris Lattner2010-06-14
* Add back some possible optimizations for va_arg, with wording that makes itEli Friedman2010-06-14
* SimplifyCFG: don't turn volatile stores to null/undef into unreachable. Fixes...Benjamin Kramer2010-06-13
* Merge getStoreRegOpcode and getLoadRegOpcode.Rafael Espindola2010-06-12
* improve verifier error about unterminated block to includeChris Lattner2010-06-12
* Add README entry; based on testcase from Bill Hart.Eli Friedman2010-06-12