aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make BinOps typed and require a type specifier for !nameconcat. ThisDavid Greene2009-04-236-60/+210
* Update comments.Evan Cheng2009-04-231-2/+2
* Fix an obvious type.Evan Cheng2009-04-231-1/+1
* 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-234-19/+48
* Banksel immediate constant will always immediately follow the GA/ES, so scan ...Sanjiv Gupta2009-04-231-18/+20
* Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some oddNick Lewycky2009-04-232-4/+49
* 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 support for printing MO_ExternalSymbol operands inDan Gohman2009-04-231-2/+4
* Add more ulimit limits, to catch more kinds of runaway behavior.Dan Gohman2009-04-231-0/+2
* Use the testcase from PR2791.Owen Anderson2009-04-231-3/+3
* Make sure both operands have binary instructions have the same type.Evan Cheng2009-04-222-12/+42
* A few more places where the check of use_empty is needed.Evan Cheng2009-04-221-0/+3
* Avoid deferencing use_begin() if value does not have a use.Evan Cheng2009-04-222-0/+18
* Allow defm to inherit from multiple multiclasses.David Greene2009-04-223-71/+112
* Implement !nameconcat to concatenate strings and look up the resultingDavid Greene2009-04-228-36/+192
* Testcase for PR2958.Duncan Sands2009-04-221-0/+4
* Fix cut-n-pasto.Devang Patel2009-04-221-2/+2
* Implement multiclass inheritance.David Greene2009-04-224-5/+211
* Simplify trivial cast-of-cast SCEVs.Dan Gohman2009-04-221-0/+12
* SCEVExpander's InsertCastOfTo knows how to move existing castDan Gohman2009-04-222-0/+29
* Use BasicBlock::iterator instead of Instruction* for insert points,Dan Gohman2009-04-222-12/+13
* Make SCEVExpanders private methods private, instead of protected.Dan Gohman2009-04-221-1/+2
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-223-27/+45
* ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead.Dan Gohman2009-04-221-1/+1
* Make the function begin label start after ther data pointer.Sanjiv Gupta2009-04-223-9/+12
* These tests are x86 specific.Duncan Sands2009-04-222-1/+3
* Real fix for PR3549, by using caching for predecessor counts in addition to t...Owen Anderson2009-04-221-11/+13
* Add caching of predecessor counts as well as predecessors themselves.Owen Anderson2009-04-221-0/+9
* Use PredIteratorCache in LCSSA, which gives a 37% overall speedup on the test...Owen Anderson2009-04-221-2/+5
* Fix for PR3946, in which SmallVector could behave strangely in corner cases.Owen Anderson2009-04-221-2/+2
* use predicate instead of hand-rolled loopChris Lattner2009-04-211-11/+4
* De-pImpl-ify ScalarEvolution. The pImpl pattern doesn't provide muchDan Gohman2009-04-212-459/+274
* It has finally happened. Spiller is now using live interval info.Evan Cheng2009-04-217-43/+96
* When turning (ashr(shl(x, n), n)) into sext(trunc(x)), the width of theDan Gohman2009-04-212-1/+30
* Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov2009-04-214-9/+62
* 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-212-13/+31
* Silence warnings.Anton Korobeynikov2009-04-211-5/+5
* Drop obsolete reference to __eprintf.Anton Korobeynikov2009-04-211-2/+0
* 'The "or die" is intended to catch the case where nm returned aAnton Korobeynikov2009-04-211-3/+4
* Get rid of what looks like a copy-and-pasted typo.Duncan Sands2009-04-211-3/+3
* TLS_addr64 and TLS_addr32 define RDI and EAX. They don't use them.Rafael Espindola2009-04-212-2/+2