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