Remove dead code
[oota-llvm.git] / lib /
2002-05-06 Chris LattnerRemove dead code
2002-05-06 Chris LattnerMerge blocks like this:
2002-05-06 Chris LattnerImplement constant propogation of shift instructions
2002-05-06 Chris LattnerImplement constant propogation of shifts
2002-05-06 Chris LattnerPrint functions with curly braces instead of begin/end
2002-05-06 Chris LattnerImplement two iterator remove method
2002-05-03 Chris LattnerImplement remainder
2002-05-03 Chris LattnerImplement remainder
2002-05-03 Chris LattnerFix bug: test/Regression/Transforms/SCCP/2002-05-03...
2002-05-03 Chris LattnerImplement the NOT operator.
2002-05-03 Chris LattnerAllow open/closing curly braces instead of begin/end...
2002-05-02 Chris LattnerOk, really it only takes me 3 times to get this right!
2002-05-02 Chris LattnerOops, disable debugging code all the way. :)
2002-05-02 Chris Lattner* Finish the implementation of isEdgeFeasible this...
2002-05-02 Chris Lattner* Enable SCCP debugging to be turned on with a simple...
2002-05-02 Chris Lattner* Simplify the code by not bothering to name the folded...
2002-05-02 Chris LattnerImplement cast operations on booleans to allow casting...
2002-05-02 Chris Lattner* Fix a bug (test/Regression/Assembler/2002-05-02-Inval...
2002-05-02 Chris LattnerThe implementation keyword is no longer neccesary
2002-05-02 Chris LattnerThe "implementation" is now allowed but not required...
2002-05-02 Chris LattnerExprTypeConvert will already do this transformation...
2002-05-02 Chris LattnerBe a little more efficient, do not generate loads and...
2002-05-02 Chris LattnerFix bug: test/Regression/Transforms/LevelRaise/2002...
2002-05-02 Chris Lattner* Add ability to eliminate a bunch of different cascadi...
2002-05-01 Chris LattnerFixed bug: test/Regression/Transforms/Mem2Reg/2002...
2002-04-30 Chris LattnerRemove unneccesary pass
2002-04-30 Chris LattnerFix problem where subpasses would invalidate all analys...
2002-04-29 Chris LattnerAdd folding rules for mul X, 0 and mul X, 2
2002-04-29 Chris LattnerSignificantly clean up SCCP pass. Now the two classes...
2002-04-29 Chris LattnerRange insertion now returns an iterator
2002-04-29 Chris LattnerMake the range insert operation return an iterator...
2002-04-29 Chris LattnerRemove unused files: This is the old induction varaibl...
2002-04-29 Chris LattnerFix for problem when allocating something like this:
2002-04-29 Chris LattnerFix #include broken by iMemory.h not including DerivedT...
2002-04-29 Chris LattnerAdd neccesary #include
2002-04-29 Chris Lattnerchanges because iMemory.h no longer #includes DerivedTy...
2002-04-29 Chris LattnerChanges so that iMemory.h doesn't include DerivedTypes.h
2002-04-29 Chris LattnerFix bug: test/Regression/Other/2002-04-29-NameBinding.ll
2002-04-29 Chris LattnerEliminate dead global variables
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerRemove broken assertion.
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-29 Chris LattnerAdd a new command line option for PassManager using...
2002-04-29 Chris LattnerMore cleanups
2002-04-29 Chris LattnerCode cleanups
2002-04-28 Chris LattnerRemove dead code
2002-04-28 Chris LattnerFIXME removed: malloc/alloca ALWAYS have a size argument
2002-04-28 Chris LattnerTodo has been implemented, remove it
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerMove FunctionPass::doesNotModifyCFG to AnalysisUsage...
2002-04-28 Chris Lattner* Add a stub to FunctionPass so that subclasses can...
2002-04-28 Chris LattnerMove include/llvm/PassManager.h to lib/VMCore/PassManag...
2002-04-28 Chris LattnerAdd #include that was removed from TargetMachine.h
2002-04-28 Chris LattnerInclude appropriate file
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerSimplify and update code a bit
2002-04-28 Chris LattnerEliminate the PromoteInstance class, incorporating...
2002-04-28 Chris LattnerEliminate visited, CurrentValue, and WriteSets as insta...
2002-04-28 Chris Lattner* Fix bug: test/Regression/Transforms/Mem2Reg/2002...
2002-04-28 Chris LattnerThis huge changeset is a strictly cleanup change
2002-04-28 Chris LattnerEliminate the cfg namespace, moving LoopInfo, Dominator...
2002-04-28 Chris LattnerRemove all contents of the cfg namespace to the global...
2002-04-28 Chris LattnerRemove extra unused argument from CheckFailed method
2002-04-28 Chris LattnerThe check to see if an external function was marked...
2002-04-28 Chris LattnerBe careful not to make "external" function internal
2002-04-28 Chris LattnerInitial checkin of new "Internalize" pass for GCCLD
2002-04-28 Chris LattnerMinor changes to allow Modules (which are no longer...
2002-04-28 Chris LattnerEliminate use of SymTabValue class
2002-04-28 Chris LattnerThe contents of the SymTabValue class have been incorpo...
2002-04-28 Chris Lattner* Incorporate the contents of SymTabValue into Function...
2002-04-28 Chris LattnerModule's are no longer values
2002-04-28 Chris LattnerSimplify code
2002-04-28 Chris LattnerRemove unneccesary #include
2002-04-28 Chris LattnerModule's are no longer Value subclasses
2002-04-28 Chris LattnerFix signed/unsigned comparison warning
2002-04-28 Chris LattnerInitial checkin of simple&fast SSA based GCSE algorithm
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-27 Chris LattnerChanges because the Terminator::getSuccessor function...
2002-04-27 Chris LattnerUse the cast<> operator in favor of C style casts
2002-04-27 Chris Lattner* Change Constant::getNullConstant to Constant::getNull...
2002-04-27 Chris LattnerAdd support for tracking array allocations
2002-04-27 Chris LattnerAllow the inline limit to be modified on the commandlin...
2002-04-27 Chris LattnerTrivial simplification of code
2002-04-27 Chris Lattner* Change Constant::getNullConstant to Constant::getNull...
2002-04-27 Chris LattnerChange Constant::getNullConstant to Constant::getNullValue
2002-04-27 Chris LattnerSimplify code a bit
2002-04-25 Vikram S. AdveDon't record instructions for copying method arguments...
2002-04-25 Vikram S. AdveDon't pad spills and temp. stack areas for alignment.
2002-04-25 Vikram S. AdveMajor changes to how int and FP arguments are handled...
2002-04-25 Vikram S. AdveAdded functions to compute which register, if any,...
2002-04-25 Vikram S. AdveInsert copy operations for FP arguments to a varargs...
2002-04-25 Vikram S. AdveImplementation of class MachineFrameInfo.
2002-04-25 Vikram S. AdveDon't record instructions for copying method arguments...
2002-04-25 Vikram S. AdveImprove printing during dumps.
2002-04-25 Vikram S. AdveOptional args are no longer allocated as they are disco...
2002-04-24 Chris Lattner* Abort program on verification errors
2002-04-18 Chris LattnerAdd some basic checks of CallInst's.
2002-04-18 Chris LattnerPrograms that actually free memory were broken
next