summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Soft float support for FREM.Duncan Sands2009-04-08
* Soft float support for undef. Reported by Xerxes RĂ„nby.Duncan Sands2009-04-08
* Instcombine should not promote whole computation trees to "strange"Chris Lattner2009-04-08
* Fully escape the grep string for this test.Dan Gohman2009-04-08
* Update this test for recent codegen improvements. CodeGen is nowDan Gohman2009-04-08
* Implement support for using modeling implicit-zero-extension on x86-64Dan Gohman2009-04-08
* Temporarily revert r68552. This was causing a failure in the self-hosting LLVMBill Wendling2009-04-07
* Reduce code duplication on the TLS implementation.Rafael Espindola2009-04-07
* Don't attempt to handle aggregate argument values in FastISel; letDan Gohman2009-04-07
* fix rdar://6762290, a crash compiling cxx filt with clang.Chris Lattner2009-04-07
* Handle 'a' modifier in ARM inline assembly.Bob Wilson2009-04-06
* Let the strcat optimizer return the pointer to the start of the buffer,Ed Schouten2009-04-06
* Try SSE2?Nick Lewycky2009-04-04
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-04
* Fix test on non-x86 platforms.Nick Lewycky2009-04-04
* Fix a TargetLowering optimization so that it doesn't duplicateDan Gohman2009-04-03
* Added a x86 dag combine to increase the chances to use aMon P Wang2009-04-03
* Reapply r68211, with the miscompilations it caused fixed.Owen Anderson2009-04-01
* Fix PR3862: Recognize some ARM-specific constraints for immediates in inlineBob Wilson2009-04-01
* Revert r68172. It caused regressions inDan Gohman2009-04-01
* Enhance GVN to propagate simple conditionals. This fixes PR3921.Owen Anderson2009-04-01
* Throttle back "fold select into operand" transformation. InstCombine should n...Evan Cheng2009-03-31
* Fully general expansion of integer shift of any size.Evan Cheng2009-03-31
* Add an explicit -asm-verbose to these tests, to make itDan Gohman2009-03-31
* Update call graph after inlining invoke.Devang Patel2009-03-31
* Remove the "fast" cases for spill and restore point determination, as these w...Owen Anderson2009-03-31
* Fix live-out reg logic to not insert over-aggressive AssertZExtDan Gohman2009-03-31
* Loop Index Split can eliminate a loop if it can determin if loop body is exec...Devang Patel2009-03-30
* Turn a 2-address instruction into a 3-address one when it's profitable even i...Evan Cheng2009-03-30
* Tweak test for recent relro stuffAnton Korobeynikov2009-03-30
* Forgot this test.Evan Cheng2009-03-30
* Testcase for recent ro/relocs stuffAnton Korobeynikov2009-03-29
* Fix PR3899: add support for extracting floats from vectorsDuncan Sands2009-03-29
* Make check in CheckTailCallReturnConstraints for ignorable instructions betweenArnold Schwaighofer2009-03-28
* Enable tail call optimization for functions that return a struct (bug 3664) a...Arnold Schwaighofer2009-03-28
* Optimize some 64-bit multiplication by constants into two lea's or one lea + ...Evan Cheng2009-03-28
* Fix this test so that it doesn't spuriously fail due to someDan Gohman2009-03-27
* Add a __builtin___memset_chk test.Evan Cheng2009-03-27
* Add -march=x86.Evan Cheng2009-03-26
* Add -f to RUN line.Bill Wendling2009-03-26
* no need for eh infoChris Lattner2009-03-26
* Add testcase for r67728.Bill Wendling2009-03-26
* Before deleting a basic block, give other loop passes a chance cleanup analys...Devang Patel2009-03-25
* Add a test case for PR3779: when to promote the function return value.Evan Cheng2009-03-25
* Revert 67132. This is breaking some objective-c apps.Evan Cheng2009-03-25
* One more test.Evan Cheng2009-03-25
* Add __builtin___memcpy_chk tests.Evan Cheng2009-03-25
* These tests pass on linux.Duncan Sands2009-03-25
* Add a __builtin_object_size test.Evan Cheng2009-03-25
* Fix a bug in our autoupgrade support: in an argument list to a functionChris Lattner2009-03-25