aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pass around IntrinsicLowering instances as appropriate.Chris Lattner2003-12-287-50/+74
* Use the intrinsic lowering functionalityChris Lattner2003-12-282-30/+88
* add argumentChris Lattner2003-12-281-4/+6
* ABC's must have virtual dtors! Shame on me!Chris Lattner2003-12-282-0/+2
* Move into the VMCore libraryChris Lattner2003-12-282-2/+2
* Move header into top-level llvm dirChris Lattner2003-12-282-6/+6
* Implement the default implementation of the intrinsic lowering classChris Lattner2003-12-282-0/+114
* Add new interface that allows removal of some code from the code generators,Chris Lattner2003-12-282-0/+126
* finegrainify namespacificationChris Lattner2003-12-281-9/+7
* Merging constants can cause further room for improvement. Iterate untilChris Lattner2003-12-281-35/+45
* Add a noteChris Lattner2003-12-281-0/+5
* Factor code out of LLIChris Lattner2003-12-261-0/+54
* New methodChris Lattner2003-12-261-0/+7
* Factor out code to ExecutionEngineChris Lattner2003-12-261-50/+10
* Simplify codeChris Lattner2003-12-261-42/+24
* minor cleanupsChris Lattner2003-12-261-7/+6
* * eliminate the -f argument to lli, as it was silly and never useful anywayChris Lattner2003-12-261-36/+32
* No longer run atExit functions from run()Chris Lattner2003-12-263-23/+27
* No longer run atExit functions from run()Chris Lattner2003-12-262-10/+6
* Rename 'run' to 'runFunction' to emphasize that it is usable to run anyChris Lattner2003-12-261-6/+8
* update commentChris Lattner2003-12-261-6/+3
* Improve debugging output when choosing a register to spill.Alkis Evlogimenos2003-12-241-8/+3
* Do a separate pass to compute spill weights because doing it inlineAlkis Evlogimenos2003-12-241-10/+27
* boog fixedChris Lattner2003-12-231-2/+1
* Hrm is a really nasty ommission. The lack of this destructor was causing abs...Chris Lattner2003-12-231-0/+2
* Corrected typo.John Criswell2003-12-231-1/+1
* Right, fix the problem with invoke instructions, not just call instructionsChris Lattner2003-12-231-1/+1
* Do not delete the type holder until after the call instruction has beenChris Lattner2003-12-231-1/+1
* Modified the logic so that library objects with main() are only linked inJohn Criswell2003-12-232-12/+14
* Minor cleanups, plug a minor memory leakChris Lattner2003-12-232-5/+2
* Change the way free regusters are computed and perform betterAlkis Evlogimenos2003-12-231-130/+77
* Modified the linker so that it always links in an object from an archiveJohn Criswell2003-12-232-22/+42
* Rename methodChris Lattner2003-12-232-2/+2
* rename ClassifyExpression -> ClassifyExprChris Lattner2003-12-234-19/+19
* Rename ClassifyExpression -> ClassifyExprChris Lattner2003-12-231-6/+6
* More minor non-functional changes. This now computes the exit condition, thoughChris Lattner2003-12-231-15/+52
* Remove extraneous #includeChris Lattner2003-12-232-16/+11
* Finegrainify namespacificationChris Lattner2003-12-231-42/+42
* bug fixedChris Lattner2003-12-221-0/+2
* Fix memory corruption bug PR193Chris Lattner2003-12-221-20/+26
* Reverted back to revision 1.11. The previous fix doesn't really fixJohn Criswell2003-12-223-36/+9
* Fix crash when compiling twolf.Alkis Evlogimenos2003-12-221-1/+2
* Don't mind me, I'm just refactoring away. This patch makes room for LFTR, butChris Lattner2003-12-221-90/+130
* finegrainify namespacificationChris Lattner2003-12-221-8/+23
* new testcase for cananonicalization of subtractsChris Lattner2003-12-221-0/+12
* Implement IndVarsSimplify/pointer-indvars.ll, transforming pointerChris Lattner2003-12-221-9/+19
* finegrainify namespacificationChris Lattner2003-12-221-3/+13
* Doxygenize methods, add new getIntPtrType methodChris Lattner2003-12-221-10/+14
* New testcase to see if -indvars can promote pointer arithmetic to array accessesChris Lattner2003-12-221-0/+14
* fix grammaoChris Lattner2003-12-221-1/+1