oota-llvm.git
2002-05-02 Chris LattnerNew testcase for assembler failure
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-02 Chris LattnerIntitial checkin of cast tests
2002-05-02 Chris LattnerNew testcase for bug found by Vikram
2002-05-02 Chris LattnerCheck another case
2002-05-01 Chris LattnerFixed bug: test/Regression/Transforms/Mem2Reg/2002...
2002-05-01 Chris LattnerNew bug testcase
2002-04-30 Chris LattnerRemove unneccesary pass.
2002-04-30 Chris LattnerRemove unneccesary pass
2002-04-30 Chris LattnerNew testcase
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 LattnerNew test cases for mul folding
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 LattnerThese aren't tools
2002-04-29 Chris LattnerRemove unused files: This is the old induction varaibl...
2002-04-29 Chris LattnerMove constant merging pass earlier
2002-04-29 Chris LattnerFix for problem when allocating something like this:
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
next