summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Added a linearscan register allocation optimization. When the register alloca...Evan Cheng2009-04-20
* testcase for PR3898Chris Lattner2009-04-18
* Don't try to make BUILD_VECTOR operands have the sameDuncan Sands2009-04-18
* Adjust XFAIL syntax, maybe that will help. The otherDale Johannesen2009-04-18
* patch 69408 breaks this by removing the opportunityDale Johannesen2009-04-18
* Rename file to have the correct suffix.Bob Wilson2009-04-17
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-17
* For general dynamic TLS access we must useRafael Espindola2009-04-17
* Teach spiller to unfold instructions which modref spill slot when a scratchEvan Cheng2009-04-17
* fix PR3995. A scale must be 1, 2, 4 or 8.Rafael Espindola2009-04-16
* Expand GEPs in ScalarEvolution expressions. SCEV expressions can nowDan Gohman2009-04-16
* Another testcase for IV shortening.Dale Johannesen2009-04-16
* Check for alignment.Bill Wendling2009-04-15
* Enhance induction variable code to remove theDale Johannesen2009-04-15
* While inlining, clone llvm.dbg.func.start intrinsic and adjust Devang Patel2009-04-15
* Testcase for r69104.Bill Wendling2009-04-15
* Optimize conditional branch on i1 phis with non-constant inputs.Evan Cheng2009-04-14
* Fix the RUN lines so that this test actually tests.Dan Gohman2009-04-14
* For the h-register addressing-mode trick, use the correct value forDan Gohman2009-04-14
* When the result of an EXTRACT_SUBREG, INSERT_SUBREG, or SUBREG_TO_REGDan Gohman2009-04-14
* Some of GR8_NOREX registers are only available in 64-bit mode.Evan Cheng2009-04-14
* Use the output of the asm so the optimizer won'tDale Johannesen2009-04-14
* 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