oota-llvm.git
2003-03-14 Chris LattnerFix several bugs in the build system, including the...
2003-03-11 Chris LattnerAdd the following instcombine xforms:
2003-03-11 Chris LattnerTest limited reassociation
2003-03-10 Chris LattnerAdd optimizations:
2003-03-10 Chris LattnerImplement: -A*-B == A*B
2003-03-10 Chris LattnerAdd testcases for negated multiplies
2003-03-10 Chris LattnerAdd new transformation: // (~A | ~B) == (~(A & B))
2003-03-10 Chris LattnerAdd test for demorgans law with constants
2003-03-10 Chris LattnerGeneralize not and neg comparison testers to allow...
2003-03-10 Chris Lattner* Add testcases for associative operators
2003-03-10 Chris LattnerFix ConstantUInt::isAllOnesValue
2003-03-10 Chris LattnerGeneralize (A+c1)+c2 optimization to work with all...
2003-03-10 Chris LattnerModernize testcase
2003-03-10 Chris LattnerMinor change, no functionality diff
2003-03-10 Chris LattnerAdd a bunch of new tests
2003-03-10 Chris LattnerFix bug: (x << 100) wasn't folded to 0, but (x >> 100...
2003-03-10 Chris LattnerImplement: (A|B)^B == A & (~B)
2003-03-10 Chris LattnerAdd test for: (A|B)^B == A & (~B)
2003-03-10 Chris LattnerModernize testcase
2003-03-08 Misha BrukmanThe word 'independent' has no 'a'.
2003-03-07 Chris LattnerMake sure that intermediate code is verifier clean...
2003-03-07 Chris LattnerFix bug: SimplifyCFG/2003-03-07-DominateProblem.ll
2003-03-07 Chris LattnerNew testcase
2003-03-06 Chris LattnerClean up cruft
2003-03-06 Chris LattnerExtend struct and array constants to support isNullValue
2003-03-06 Chris LattnerRemove #include
2003-03-06 Chris LattnerUpdate testcases to use long to index gep
2003-03-06 Chris LattnerInfrastructure for more compact bytecode files and...
2003-03-06 Chris Lattners/Method/Function in variable and method names
2003-03-06 Chris LattnerContinue simplifying error handling, s/method/function
2003-03-06 Chris LattnerCleanup error handling constructs
2003-03-06 Chris LattnerPull common code out
2003-03-06 Chris LattnerGeneralize interface a bit
2003-03-06 Chris LattnerRemove unneccesary forward decl
2003-03-06 Chris LattnerAdd new getIncomingValueForBlock method
2003-03-06 Chris LattnerUse the std namespace explicitly
2003-03-05 Chris LattnerAdd a link to source of inspiration
2003-03-05 Chris LattnerNew testcase for pow builtin recognition
2003-03-05 Chris LattnerAdd another testcase that may eventually be handled...
2003-03-05 Chris LattnerImplement %test7 in InstCombine/getelementptr.ll
2003-03-05 Chris LattnerAdd testcase for new instcombine xform
2003-03-05 Chris LattnerImplement CFGSimplify/PhiBlockMerge*.ll
2003-03-05 Chris LattnerAdd new testcase
2003-03-05 Chris LattnerSimplify some of the PHI node interfaces
2003-03-05 Chris LattnerImplement testcase CFGSimplify/EqualPHIEdgeBlockMerge.ll
2003-03-05 Chris LattnerNew testcase for feature simplifycfg should handle
2003-03-05 Chris LattnerAdd testcase for new feature for simplifycfg pass
2003-03-04 Chris LattnerInitial checkin of AliasAnalysis doc
2003-03-04 Chris LattnerFix bug: BasicAA/2003-03-04-GEPCrash.ll
2003-03-04 Chris LattnerNew testcase
2003-03-03 Chris LattnerConvert LICM over to use AliasSetTracker. Besides...
2003-03-03 Chris LattnerFix bug: Assembler/2003-03-03-DuplicateConstant.ll
2003-03-03 Chris LattnerADd two new 'add' methods
2003-03-03 Chris LattnerAdd a few new 'add' methods. Move the iterator around
2003-03-03 Chris LattnerMake the testcase more interesting, test that two diffe...
2003-03-03 Chris LattnerNew testcase
2003-03-03 Chris LattnerAdd new testcase for forward reference of struct type
2003-03-03 Chris LattnerEliminate tons of bogus warnings
2003-03-03 Chris LattnerChange the mem2reg interface to accept a TargetData...
2003-03-03 Chris LattnerDon't apply type information to load instructions if...
2003-03-03 Chris LattnerDon't apply type information to loads
2003-03-02 Chris LattnerFix a problem with negative indexes
2003-02-28 Chris Lattner* Don't run tests if compilation failed
2003-02-28 Chris LattnerFix broken links
2003-02-28 Chris LattnerAllow tests to run for 5 minutes before timing out.
2003-02-28 Chris LattnerFix bug: LICM/2003-02-28-PromoteDifferentType.ll
2003-02-28 Chris LattnerFix testcase
2003-02-28 Chris LattnerAdd a test for a feature that I hope will be implemente...
2003-02-28 Chris LattnerNew testcase
2003-02-28 Chris LattnerAdd dump method for Loops
2003-02-28 Chris LattnerAdd dump method for loops
2003-02-28 Chris LattnerFix bug I introduced yesterday :(
2003-02-28 Chris Lattner* Reduce the number of useless bytecode files produced...
2003-02-28 Chris LattnerFix bug: LICM/2003-02-27-PreheaderExitNodeUpdate.ll
2003-02-28 Chris LattnerAdd graph traits specializations for loop nesting infor...
2003-02-28 Chris LattnerNew test
2003-02-27 Chris LattnerFix bug: 2003-02-27-PreheaderExitNodeUpdate.ll by updat...
2003-02-27 Chris LattnerAdd new Loop::hasExitBlock helper method
2003-02-27 Chris LattnerSimplify a bit by using a new member function
2003-02-27 Chris LattnerChange behavior of changeExitBlock function to replace...
2003-02-27 Chris LattnerNew testcase
2003-02-27 Chris LattnerAdd a new assertion to check that stuff is happening...
2003-02-27 Chris LattnerFix bug: 2003-02-27-StoreSinkPHIs.ll
2003-02-27 Chris LattnerNew testcase
2003-02-27 Chris LattnerFix bug: LICM/2003-02-27-PreheaderProblem.ll
2003-02-27 Chris Lattner * Don't forget to update Loop information!
2003-02-27 Chris LattnerTestcase for Preheaders problem
2003-02-27 Chris LattnerReplace assertion with a handler.
2003-02-27 Chris Lattner * Significant changes to the preheader insertion pass:
2003-02-27 Chris LattnerMake the interface to update a little more efficient
2003-02-27 Chris Lattner - LoopInfo now calculates and tracks loop exit blocks
2003-02-27 Chris Lattner * LoopInfo now keeps track of exit blocks from the...
2003-02-26 Chris LattnerNew testcase crashing LICM
2003-02-26 Chris LattnerMake the aliassettracker much more precise by actually...
2003-02-26 Chris LattnerFix test
2003-02-26 Chris LattnerFix bug: BasicAA/2003-02-26-AccessSizeTest.ll
2003-02-26 Chris LattnerNew testcase for size tracking brokenness
2003-02-26 Chris LattnerFix several bugs in basic-aa
2003-02-26 Chris LattnerRename -no-* to -disable-*
2003-02-26 Chris LattnerAdd new -no-aa implementation
next