| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make BinOps typed and require a type specifier for !nameconcat. This | David Greene | 2009-04-23 | 6 | -60/+210 |
* | Update comments. | Evan Cheng | 2009-04-23 | 1 | -2/+2 |
* | Fix an obvious type. | Evan Cheng | 2009-04-23 | 1 | -1/+1 |
* | Explicitly pass -tailcallopt=false to these tests so that they | Dan Gohman | 2009-04-23 | 3 | -3/+3 |
* | Testcase for 69795. | Dale Johannesen | 2009-04-23 | 1 | -0/+15 |
* | Fix an error in this test. | Dan Gohman | 2009-04-23 | 1 | -1/+3 |
* | Change SCEVExpander's expandCodeFor to provide more flexibility | Dan Gohman | 2009-04-23 | 4 | -19/+48 |
* | Banksel immediate constant will always immediately follow the GA/ES, so scan ... | Sanjiv Gupta | 2009-04-23 | 1 | -18/+20 |
* | Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some odd | Nick Lewycky | 2009-04-23 | 2 | -4/+49 |
* | Testcase for PR3909. | Owen Anderson | 2009-04-23 | 1 | -0/+30 |
* | Testcase for PR2639. | Owen Anderson | 2009-04-23 | 1 | -0/+38 |
* | Testcase for PR2537. | Owen Anderson | 2009-04-23 | 1 | -0/+21 |
* | Fix typo. | Owen Anderson | 2009-04-23 | 1 | -2/+1 |
* | Testcase for PR3085. | Owen Anderson | 2009-04-23 | 1 | -0/+1945 |
* | Add testcase from PR3086. | Owen Anderson | 2009-04-23 | 1 | -0/+28 |
* | Add support for printing MO_ExternalSymbol operands in | Dan Gohman | 2009-04-23 | 1 | -2/+4 |
* | Add more ulimit limits, to catch more kinds of runaway behavior. | Dan Gohman | 2009-04-23 | 1 | -0/+2 |
* | Use the testcase from PR2791. | Owen Anderson | 2009-04-23 | 1 | -3/+3 |
* | Make sure both operands have binary instructions have the same type. | Evan Cheng | 2009-04-22 | 2 | -12/+42 |
* | A few more places where the check of use_empty is needed. | Evan Cheng | 2009-04-22 | 1 | -0/+3 |
* | Avoid deferencing use_begin() if value does not have a use. | Evan Cheng | 2009-04-22 | 2 | -0/+18 |
* | Allow defm to inherit from multiple multiclasses. | David Greene | 2009-04-22 | 3 | -71/+112 |
* | Implement !nameconcat to concatenate strings and look up the resulting | David Greene | 2009-04-22 | 8 | -36/+192 |
* | Testcase for PR2958. | Duncan Sands | 2009-04-22 | 1 | -0/+4 |
* | Fix cut-n-pasto. | Devang Patel | 2009-04-22 | 1 | -2/+2 |
* | Implement multiclass inheritance. | David Greene | 2009-04-22 | 4 | -5/+211 |
* | Simplify trivial cast-of-cast SCEVs. | Dan Gohman | 2009-04-22 | 1 | -0/+12 |
* | SCEVExpander's InsertCastOfTo knows how to move existing cast | Dan Gohman | 2009-04-22 | 2 | -0/+29 |
* | Use BasicBlock::iterator instead of Instruction* for insert points, | Dan Gohman | 2009-04-22 | 2 | -12/+13 |
* | Make SCEVExpanders private methods private, instead of protected. | Dan Gohman | 2009-04-22 | 1 | -1/+2 |
* | Use CloneModule's ValueMap in more places, instead of looking | Dan Gohman | 2009-04-22 | 3 | -27/+45 |
* | ISD::ADD_PARTS is gone; use ISD::SMUL_LOHI as an example instead. | Dan Gohman | 2009-04-22 | 1 | -1/+1 |
* | Make the function begin label start after ther data pointer. | Sanjiv Gupta | 2009-04-22 | 3 | -9/+12 |
* | These tests are x86 specific. | Duncan Sands | 2009-04-22 | 2 | -1/+3 |
* | Real fix for PR3549, by using caching for predecessor counts in addition to t... | Owen Anderson | 2009-04-22 | 1 | -11/+13 |
* | Add caching of predecessor counts as well as predecessors themselves. | Owen Anderson | 2009-04-22 | 1 | -0/+9 |
* | Use PredIteratorCache in LCSSA, which gives a 37% overall speedup on the test... | Owen Anderson | 2009-04-22 | 1 | -2/+5 |
* | Fix for PR3946, in which SmallVector could behave strangely in corner cases. | Owen Anderson | 2009-04-22 | 1 | -2/+2 |
* | use predicate instead of hand-rolled loop | Chris Lattner | 2009-04-21 | 1 | -11/+4 |
* | De-pImpl-ify ScalarEvolution. The pImpl pattern doesn't provide much | Dan Gohman | 2009-04-21 | 2 | -459/+274 |
* | It has finally happened. Spiller is now using live interval info. | Evan Cheng | 2009-04-21 | 7 | -43/+96 |
* | When turning (ashr(shl(x, n), n)) into sext(trunc(x)), the width of the | Dan Gohman | 2009-04-21 | 2 | -1/+30 |
* | Support --with-llvmgccdir and friends in llvmc, take 2. | Mikhail Glushenkov | 2009-04-21 | 4 | -9/+62 |
* | Test case for revision 69683. | Devang Patel | 2009-04-21 | 1 | -0/+32 |
* | fix a crash on a pointless but valid zero-length memset, rdar://6808691 | Chris Lattner | 2009-04-21 | 2 | -13/+31 |
* | Silence warnings. | Anton Korobeynikov | 2009-04-21 | 1 | -5/+5 |
* | Drop obsolete reference to __eprintf. | Anton Korobeynikov | 2009-04-21 | 1 | -2/+0 |
* | 'The "or die" is intended to catch the case where nm returned a | Anton Korobeynikov | 2009-04-21 | 1 | -3/+4 |
* | Get rid of what looks like a copy-and-pasted typo. | Duncan Sands | 2009-04-21 | 1 | -3/+3 |
* | TLS_addr64 and TLS_addr32 define RDI and EAX. They don't use them. | Rafael Espindola | 2009-04-21 | 2 | -2/+2 |