aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Testcase for r69104.Bill Wendling2009-04-151-0/+8
* Optimize conditional branch on i1 phis with non-constant inputs.Evan Cheng2009-04-141-0/+26
* Fix the RUN lines so that this test actually tests.Dan Gohman2009-04-141-2/+2
* For the h-register addressing-mode trick, use the correct value forDan Gohman2009-04-141-0/+15
* When the result of an EXTRACT_SUBREG, INSERT_SUBREG, or SUBREG_TO_REGDan Gohman2009-04-142-0/+39
* Some of GR8_NOREX registers are only available in 64-bit mode.Evan Cheng2009-04-141-0/+35
* Use the output of the asm so the optimizer won'tDale Johannesen2009-04-141-1/+2
* Fix PR3934 part 2. findOnlyInterestingUse() was not setting IsCopy and IsDstP...Evan Cheng2009-04-142-1/+16
* PR3934: Fix a bogus two-address pass assertion.Evan Cheng2009-04-131-0/+16
* Implement x86 h-register extract support.Dan Gohman2009-04-135-2/+181
* X86-64 TLS support for local exec and initial exec.Rafael Espindola2009-04-1315-0/+40
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-134-0/+55
* In X86DAGToDAGISel::MatchWrapper, if base or index are set, avoid matchingRafael Espindola2009-04-122-4/+17
* Add tests for the parts of X86-64 TLS that are already implemented.Rafael Espindola2009-04-124-0/+12
* fix a cross-block fastisel crash handling overflow intrinsics.Chris Lattner2009-04-121-0/+21
* add some optimizations for strncpy/strncat and factor someChris Lattner2009-04-122-0/+52
* move a target-specific test into its directory so it isn't run if youChris Lattner2009-04-101-0/+0
* fix two problems with machine sinking:Chris Lattner2009-04-101-0/+16
* Don't fold a load if the other operand is a TLS address.Rafael Espindola2009-04-105-8/+22
* Fix pr3954. The register scavenger asserts for inline assembly withBob Wilson2009-04-091-0/+14
* reg0 references are not real registers. This fixes a crash on the Chris Lattner2009-04-091-0/+165
* Generalize ExtendUsesToFormExtLoad to be usable for ANY_EXTEND,Dan Gohman2009-04-093-40/+81
* 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