oota-llvm.git
2002-05-03 Chris LattnerImplement remainder
2002-05-03 Chris LattnerImplement remainder
2002-05-03 Chris LattnerNew testcase for bugs in the constant propogator
2002-05-03 Chris LattnerAdd tests for floating point remainder elimination
2002-05-03 Chris LattnerNew testcase to see if constant propogation of remainde...
2002-05-03 Chris LattnerThis testcase is a sanity check
2002-05-03 Chris LattnerFix bug: test/Regression/Transforms/SCCP/2002-05-03...
2002-05-03 Chris LattnerAdd new testcase for general constant prop.
2002-05-03 Chris LattnerAdd const prop pass to eliminate dead branches
2002-05-03 Chris LattnerImplement the NOT operator.
2002-05-03 Chris LattnerWe currently don't allow unresolved opaque types!
2002-05-03 Chris LattnerAdd -d switch to test AsmWriter as well
2002-05-03 Chris LattnerAllow open/closing curly braces instead of begin/end...
2002-05-02 Chris LattnerEliminate usage of function level constant pool
2002-05-02 Chris LattnerUse unified diffs with gnu diff instead of old diffs
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 LattnerMore testcases for SCCP
2002-05-02 Chris Lattner* Simplify the code by not bothering to name the folded...
2002-05-02 Chris LattnerAdditional testcase
2002-05-02 Chris LattnerRun the SCCP test
2002-05-02 Chris LattnerFirst testcase for SCCP pass
2002-05-02 Chris LattnerSimplify the testcase a bit
2002-05-02 Chris LattnerNew testcase
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 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
next