| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass around IntrinsicLowering instances as appropriate. | Chris Lattner | 2003-12-28 | 7 | -50/+74 |
* | Use the intrinsic lowering functionality | Chris Lattner | 2003-12-28 | 2 | -30/+88 |
* | add argument | Chris Lattner | 2003-12-28 | 1 | -4/+6 |
* | ABC's must have virtual dtors! Shame on me! | Chris Lattner | 2003-12-28 | 2 | -0/+2 |
* | Move into the VMCore library | Chris Lattner | 2003-12-28 | 2 | -2/+2 |
* | Move header into top-level llvm dir | Chris Lattner | 2003-12-28 | 2 | -6/+6 |
* | Implement the default implementation of the intrinsic lowering class | Chris Lattner | 2003-12-28 | 2 | -0/+114 |
* | Add new interface that allows removal of some code from the code generators, | Chris Lattner | 2003-12-28 | 2 | -0/+126 |
* | finegrainify namespacification | Chris Lattner | 2003-12-28 | 1 | -9/+7 |
* | Merging constants can cause further room for improvement. Iterate until | Chris Lattner | 2003-12-28 | 1 | -35/+45 |
* | Add a note | Chris Lattner | 2003-12-28 | 1 | -0/+5 |
* | Factor code out of LLI | Chris Lattner | 2003-12-26 | 1 | -0/+54 |
* | New method | Chris Lattner | 2003-12-26 | 1 | -0/+7 |
* | Factor out code to ExecutionEngine | Chris Lattner | 2003-12-26 | 1 | -50/+10 |
* | Simplify code | Chris Lattner | 2003-12-26 | 1 | -42/+24 |
* | minor cleanups | Chris Lattner | 2003-12-26 | 1 | -7/+6 |
* | * eliminate the -f argument to lli, as it was silly and never useful anyway | Chris Lattner | 2003-12-26 | 1 | -36/+32 |
* | No longer run atExit functions from run() | Chris Lattner | 2003-12-26 | 3 | -23/+27 |
* | No longer run atExit functions from run() | Chris Lattner | 2003-12-26 | 2 | -10/+6 |
* | Rename 'run' to 'runFunction' to emphasize that it is usable to run any | Chris Lattner | 2003-12-26 | 1 | -6/+8 |
* | update comment | Chris Lattner | 2003-12-26 | 1 | -6/+3 |
* | Improve debugging output when choosing a register to spill. | Alkis Evlogimenos | 2003-12-24 | 1 | -8/+3 |
* | Do a separate pass to compute spill weights because doing it inline | Alkis Evlogimenos | 2003-12-24 | 1 | -10/+27 |
* | boog fixed | Chris Lattner | 2003-12-23 | 1 | -2/+1 |
* | Hrm is a really nasty ommission. The lack of this destructor was causing abs... | Chris Lattner | 2003-12-23 | 1 | -0/+2 |
* | Corrected typo. | John Criswell | 2003-12-23 | 1 | -1/+1 |
* | Right, fix the problem with invoke instructions, not just call instructions | Chris Lattner | 2003-12-23 | 1 | -1/+1 |
* | Do not delete the type holder until after the call instruction has been | Chris Lattner | 2003-12-23 | 1 | -1/+1 |
* | Modified the logic so that library objects with main() are only linked in | John Criswell | 2003-12-23 | 2 | -12/+14 |
* | Minor cleanups, plug a minor memory leak | Chris Lattner | 2003-12-23 | 2 | -5/+2 |
* | Change the way free regusters are computed and perform better | Alkis Evlogimenos | 2003-12-23 | 1 | -130/+77 |
* | Modified the linker so that it always links in an object from an archive | John Criswell | 2003-12-23 | 2 | -22/+42 |
* | Rename method | Chris Lattner | 2003-12-23 | 2 | -2/+2 |
* | rename ClassifyExpression -> ClassifyExpr | Chris Lattner | 2003-12-23 | 4 | -19/+19 |
* | Rename ClassifyExpression -> ClassifyExpr | Chris Lattner | 2003-12-23 | 1 | -6/+6 |
* | More minor non-functional changes. This now computes the exit condition, though | Chris Lattner | 2003-12-23 | 1 | -15/+52 |
* | Remove extraneous #include | Chris Lattner | 2003-12-23 | 2 | -16/+11 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-23 | 1 | -42/+42 |
* | bug fixed | Chris Lattner | 2003-12-22 | 1 | -0/+2 |
* | Fix memory corruption bug PR193 | Chris Lattner | 2003-12-22 | 1 | -20/+26 |
* | Reverted back to revision 1.11. The previous fix doesn't really fix | John Criswell | 2003-12-22 | 3 | -36/+9 |
* | Fix crash when compiling twolf. | Alkis Evlogimenos | 2003-12-22 | 1 | -1/+2 |
* | Don't mind me, I'm just refactoring away. This patch makes room for LFTR, but | Chris Lattner | 2003-12-22 | 1 | -90/+130 |
* | finegrainify namespacification | Chris Lattner | 2003-12-22 | 1 | -8/+23 |
* | new testcase for cananonicalization of subtracts | Chris Lattner | 2003-12-22 | 1 | -0/+12 |
* | Implement IndVarsSimplify/pointer-indvars.ll, transforming pointer | Chris Lattner | 2003-12-22 | 1 | -9/+19 |
* | finegrainify namespacification | Chris Lattner | 2003-12-22 | 1 | -3/+13 |
* | Doxygenize methods, add new getIntPtrType method | Chris Lattner | 2003-12-22 | 1 | -10/+14 |
* | New testcase to see if -indvars can promote pointer arithmetic to array accesses | Chris Lattner | 2003-12-22 | 1 | -0/+14 |
* | fix grammao | Chris Lattner | 2003-12-22 | 1 | -1/+1 |