summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Fix PR3934 part 2. findOnlyInterestingUse() was not setting IsCopy and IsDstP...Evan Cheng2009-04-14
* PR3934: Fix a bogus two-address pass assertion.Evan Cheng2009-04-13
* Implement x86 h-register extract support.Dan Gohman2009-04-13
* X86-64 TLS support for local exec and initial exec.Rafael Espindola2009-04-13
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-13
* In X86DAGToDAGISel::MatchWrapper, if base or index are set, avoid matchingRafael Espindola2009-04-12
* Add tests for the parts of X86-64 TLS that are already implemented.Rafael Espindola2009-04-12
* fix a cross-block fastisel crash handling overflow intrinsics.Chris Lattner2009-04-12
* add some optimizations for strncpy/strncat and factor someChris Lattner2009-04-12
* move a target-specific test into its directory so it isn't run if youChris Lattner2009-04-10
* fix two problems with machine sinking:Chris Lattner2009-04-10
* Don't fold a load if the other operand is a TLS address.Rafael Espindola2009-04-10
* Fix pr3954. The register scavenger asserts for inline assembly withBob Wilson2009-04-09
* reg0 references are not real registers. This fixes a crash on the Chris Lattner2009-04-09
* Generalize ExtendUsesToFormExtLoad to be usable for ANY_EXTEND,Dan Gohman2009-04-09
* Re-apply 68552.Rafael Espindola2009-04-08
* Add testcase for PR3795.Bob Wilson2009-04-08
* 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