aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-12-28Merging constants can cause further room for improvement. Iterate untilChris Lattner
2003-12-28Add a noteChris Lattner
2003-12-26Factor code out of LLIChris Lattner
2003-12-26New methodChris Lattner
2003-12-26Factor out code to ExecutionEngineChris Lattner
2003-12-26Simplify codeChris Lattner
2003-12-26minor cleanupsChris Lattner
2003-12-26* eliminate the -f argument to lli, as it was silly and never useful anywayChris Lattner
2003-12-26No longer run atExit functions from run()Chris Lattner
2003-12-26No longer run atExit functions from run()Chris Lattner
2003-12-26Rename 'run' to 'runFunction' to emphasize that it is usable to run anyChris Lattner
2003-12-26update commentChris Lattner
2003-12-24Improve debugging output when choosing a register to spill.Alkis Evlogimenos
2003-12-24Do a separate pass to compute spill weights because doing it inlineAlkis Evlogimenos
2003-12-23boog fixedChris Lattner
2003-12-23Hrm is a really nasty ommission. The lack of this destructor was causing abs...Chris Lattner
2003-12-23Corrected typo.John Criswell
2003-12-23Right, fix the problem with invoke instructions, not just call instructionsChris Lattner
2003-12-23Do not delete the type holder until after the call instruction has beenChris Lattner
2003-12-23Modified the logic so that library objects with main() are only linked inJohn Criswell
2003-12-23Minor cleanups, plug a minor memory leakChris Lattner
2003-12-23Change the way free regusters are computed and perform betterAlkis Evlogimenos
2003-12-23Modified the linker so that it always links in an object from an archiveJohn Criswell
2003-12-23Rename methodChris Lattner
2003-12-23rename ClassifyExpression -> ClassifyExprChris Lattner
2003-12-23Rename ClassifyExpression -> ClassifyExprChris Lattner
2003-12-23More minor non-functional changes. This now computes the exit condition, thoughChris Lattner
2003-12-23Remove extraneous #includeChris Lattner
2003-12-23Finegrainify namespacificationChris Lattner
2003-12-22bug fixedChris Lattner
2003-12-22Fix memory corruption bug PR193Chris Lattner
2003-12-22Reverted back to revision 1.11. The previous fix doesn't really fixJohn Criswell
2003-12-22Fix crash when compiling twolf.Alkis Evlogimenos
2003-12-22Don't mind me, I'm just refactoring away. This patch makes room for LFTR, butChris Lattner
2003-12-22finegrainify namespacificationChris Lattner
2003-12-22new testcase for cananonicalization of subtractsChris Lattner
2003-12-22Implement IndVarsSimplify/pointer-indvars.ll, transforming pointerChris Lattner
2003-12-22finegrainify namespacificationChris Lattner
2003-12-22Doxygenize methods, add new getIntPtrType methodChris Lattner
2003-12-22New testcase to see if -indvars can promote pointer arithmetic to array accessesChris Lattner
2003-12-22fix grammaoChris Lattner
2003-12-22Bug fixedChris Lattner
2003-12-22The GCC problem is not specific to suseChris Lattner
2003-12-22Fix PR194Chris Lattner
2003-12-22Really release memory used by functions. Patch by Chris.Misha Brukman
2003-12-21Fix the URL to check the referrer for CSS conformity.Misha Brukman
2003-12-21Remove verifyIntervals() since it doesn't actually work right now.Alkis Evlogimenos
2003-12-21Change weight into a float so that we can take into account theAlkis Evlogimenos
2003-12-21New testcase for PR194Chris Lattner
2003-12-21Move FP_REG_KILL closer to the return instruction.Alkis Evlogimenos