summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is notRafael Espindola2009-04-24
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-24
* PR2957Nate Begeman2009-04-24
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-23
* Explicitly pass -tailcallopt=false to these tests so that theyDan Gohman2009-04-23
* Testcase for 69795.Dale Johannesen2009-04-23
* Fix an error in this test.Dan Gohman2009-04-23
* Change SCEVExpander's expandCodeFor to provide more flexibilityDan Gohman2009-04-23
* Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some oddNick Lewycky2009-04-23
* Testcase for PR3909.Owen Anderson2009-04-23
* Testcase for PR2639.Owen Anderson2009-04-23
* Testcase for PR2537.Owen Anderson2009-04-23
* Fix typo.Owen Anderson2009-04-23
* Testcase for PR3085.Owen Anderson2009-04-23
* Add testcase from PR3086.Owen Anderson2009-04-23
* Add more ulimit limits, to catch more kinds of runaway behavior.Dan Gohman2009-04-23
* Make sure both operands have binary instructions have the same type.Evan Cheng2009-04-22
* Avoid deferencing use_begin() if value does not have a use.Evan Cheng2009-04-22
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-22
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-22
* Testcase for PR2958.Duncan Sands2009-04-22
* Implement multiclass inheritance.David Greene2009-04-22
* SCEVExpander's InsertCastOfTo knows how to move existing castDan Gohman2009-04-22
* These tests are x86 specific.Duncan Sands2009-04-22
* It has finally happened. Spiller is now using live interval info.Evan Cheng2009-04-21
* When turning (ashr(shl(x, n), n)) into sext(trunc(x)), the width of theDan Gohman2009-04-21
* Test case for revision 69683.Devang Patel2009-04-21
* fix a crash on a pointless but valid zero-length memset, rdar://6808691Chris Lattner2009-04-21
* 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