oota-llvm.git
2002-04-29 Chris LattnerMerge Chris's script with the one already checked in
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 LattnerChange to allow iMemory.h to avoid including DerivedTypes.h
2002-04-29 Chris LattnerFix bug: test/Regression/Other/2002-04-29-NameBinding.ll
2002-04-29 Chris LattnerRemove InstForest from analysis namespace
2002-04-29 Chris LattnerEliminate dead global variables
2002-04-29 Chris LattnerRemove analysis namespace
2002-04-29 Chris LattnerNew test for broken asm parser
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 LattnerStub functions for timing support
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 LattnerRename functions to be more consistend with other pass...
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 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 LattnerUse forward decl instead of #include
2002-04-28 Chris LattnerInclude appropriate file
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerFix two FIXME's
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
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 obsolete namespace from example
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 LattnerExpose the internalize pass.
2002-04-28 Chris LattnerRun the internalize pass to mark all functions except...
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 LattnerUse operator << to print modules
2002-04-28 Chris LattnerSymTabValue class incorporated into Function and Module...
2002-04-28 Chris LattnerInclude an operator<<, to print modules
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 LattnerRemove forward def'ns that are already in Value.h
2002-04-28 Chris Lattners/Method/Function
2002-04-28 Chris LattnerModule's are no longer Value's.
2002-04-28 Chris LattnerThe interesting contents of SymTabValue were incorporat...
2002-04-28 Chris Lattner* Module's are no longer Value's
2002-04-28 Chris LattnerAdd a forward defn for Module since it's no longer...
2002-04-28 Chris Lattner* Incorporate the functionality of SymTabValue into...
2002-04-28 Chris LattnerNew testcase for GCSE
2002-04-28 Chris LattnerTest GCSE
2002-04-28 Chris LattnerRun GCSE as part of gccas.
2002-04-28 Chris LattnerExpose new GCSE pass
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 Lattners/Method/Function in classname
2002-04-27 Chris LattnerRemove old file that will never be used
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 LattnerChange the semantics of getSuccessor to FAIL if an...
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 LattnerSupport array allocations
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-27 Chris LattnerRename getNullConstant to getNullValue
2002-04-25 Vikram S. AdveAdded functions to compute the offset of a given incomi...
2002-04-25 Vikram S. AdveOptional args are no longer allocated as they are disco...
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
next