aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* When transforming sext(trunc(load(x))) into sext(smaller load(x)),Dan Gohman2009-04-271-0/+20
* Handle ands with ~0 correctly too. This fixes PR4052.Dan Gohman2009-04-271-0/+103
* Any size of integral indices are allowed in gep for indexing into sequential ...Sanjiv Gupta2009-04-261-0/+12
* add testcase for strange types of gep indicesChris Lattner2009-04-251-0/+12
* testcase and asmparser fix for PR4066Chris Lattner2009-04-251-0/+8
* Add several more icmp simplifications. Transform signed comparisonsDan Gohman2009-04-251-0/+28
* Handle ands with 0 and shifts by 0 correctly. These aren'tDan Gohman2009-04-251-0/+23
* Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files:Torok Edwin2009-04-251-0/+9
* Do not share a single unknown val# for all the live ranges merged into a phys...Evan Cheng2009-04-251-0/+19
* Fix PR 4057, a crash doing float->char const folding.Dale Johannesen2009-04-241-0/+18
* Fix multiclass inheritance to limit value resolution to new defs addedDavid Greene2009-04-241-9/+41
* Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is notRafael Espindola2009-04-241-0/+13
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-245-19/+18
* PR2957Nate Begeman2009-04-245-18/+19
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-231-3/+17
* Explicitly pass -tailcallopt=false to these tests so that theyDan Gohman2009-04-233-3/+3
* Testcase for 69795.Dale Johannesen2009-04-231-0/+15
* Fix an error in this test.Dan Gohman2009-04-231-1/+3
* Change SCEVExpander's expandCodeFor to provide more flexibilityDan Gohman2009-04-231-0/+24
* Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some oddNick Lewycky2009-04-231-0/+37
* Testcase for PR3909.Owen Anderson2009-04-231-0/+30
* Testcase for PR2639.Owen Anderson2009-04-231-0/+38
* Testcase for PR2537.Owen Anderson2009-04-231-0/+21
* Fix typo.Owen Anderson2009-04-231-2/+1
* Testcase for PR3085.Owen Anderson2009-04-231-0/+1945
* Add testcase from PR3086.Owen Anderson2009-04-231-0/+28
* Add more ulimit limits, to catch more kinds of runaway behavior.Dan Gohman2009-04-231-0/+2
* Make sure both operands have binary instructions have the same type.Evan Cheng2009-04-221-1/+19
* Avoid deferencing use_begin() if value does not have a use.Evan Cheng2009-04-221-0/+17
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-221-0/+32
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-221-0/+76
* Testcase for PR2958.Duncan Sands2009-04-221-0/+4
* Implement multiclass inheritance.David Greene2009-04-221-0/+32
* SCEVExpander's InsertCastOfTo knows how to move existing castDan Gohman2009-04-221-0/+24
* These tests are x86 specific.Duncan Sands2009-04-222-1/+3
* It has finally happened. Spiller is now using live interval info.Evan Cheng2009-04-211-0/+25
* When turning (ashr(shl(x, n), n)) into sext(trunc(x)), the width of theDan Gohman2009-04-211-0/+29
* Test case for revision 69683.Devang Patel2009-04-211-0/+32
* fix a crash on a pointless but valid zero-length memset, rdar://6808691Chris Lattner2009-04-211-0/+16
* Added a linearscan register allocation optimization. When the register alloca...Evan Cheng2009-04-203-2/+123
* testcase for PR3898Chris Lattner2009-04-181-0/+6
* Don't try to make BUILD_VECTOR operands have the sameDuncan Sands2009-04-181-1/+1
* Adjust XFAIL syntax, maybe that will help. The otherDale Johannesen2009-04-181-1/+2
* patch 69408 breaks this by removing the opportunityDale Johannesen2009-04-181-0/+1
* Rename file to have the correct suffix.Bob Wilson2009-04-171-0/+0
* Use CallConvLower.h and TableGen descriptions of the calling conventionsBob Wilson2009-04-1718-0/+131
* For general dynamic TLS access we must useRafael Espindola2009-04-171-0/+17
* Teach spiller to unfold instructions which modref spill slot when a scratchEvan Cheng2009-04-171-0/+139
* fix PR3995. A scale must be 1, 2, 4 or 8.Rafael Espindola2009-04-161-0/+23
* Expand GEPs in ScalarEvolution expressions. SCEV expressions can nowDan Gohman2009-04-164-5/+7