oota-llvm.git
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-22 Chris LattnerLoad & StoreInst no longer derive from MemAccessInst...
2002-08-22 Chris Lattner*** empty log message ***
2002-08-22 Chris LattnerLoad and Store now no longer derive from MemAccessInst...
2002-08-22 Chris Lattnerdoxygenize comments
2002-08-22 Chris Lattnerdoxygenize comments in header
2002-08-22 Chris LattnerMake doxygen not exclude doxygenized comments from...
2002-08-22 Chris LattnerAdd capability of using pointer analysis to LICM
2002-08-22 Chris LattnerAdd new testcases for instcombine
2002-08-22 Chris LattnerRemove long obsolete comments
2002-08-22 Chris LattnerAdd doxygen comments to AliasAnalysis class
2002-08-22 Chris LattnerFix bug: test/Regression/Assembler/2002-08-22-Dominance...
2002-08-22 Chris LattnerFix bug: test/Regression/Assembler/2002-08-22-Dominance...
2002-08-22 Chris LattnerNew testcase
2002-08-22 Chris LattnerAdd a testcase that checks to make sure LICM uses basic...
2002-08-22 Chris LattnerInstcombine PHI's of the form %PN = phi PN, X into...
2002-08-22 Chris LattnerAdd readme file describing directory
2002-08-22 Chris LattnerAdd documentation for AnalysisGroup functionality
2002-08-22 Chris LattnerAdd missing #include
2002-08-22 Chris LattnerCheck-in new alias analysis infrastructure
2002-08-22 Chris LattnerCheckin new alias analysis infrastructure
2002-08-22 Chris LattnerConvert GCSE pass to use new alias analysis infrastructure
2002-08-22 Chris LattnerInitial testcases for basicaa alias analysis
2002-08-22 Chris LattnerDo not generate load/store instructions with indexing.
2002-08-22 Chris LattnerConvert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerConvert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerCovnert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerCovnert testcases to not use indexed loads/stores
2002-08-22 Chris LattnerRemove obsolete test
2002-08-22 Chris LattnerRemove ancient test
2002-08-22 Chris LattnerCovnert tests to not use indexed load/stores
2002-08-22 Chris LattnerChange code to not use the copyOperands method added...
2002-08-22 Chris LattnerRemove unneccesary method
2002-08-22 Vikram S. AdveFix clean command to clean in /shared when that is...
2002-08-22 Vikram S. AdveAdd functions castbool and boolexpr.
2002-08-22 Vikram S. Adve*** empty log message ***
2002-08-22 Vikram S. AdveJust some extra comments.
2002-08-22 Vikram S. AdveAdd method copyOperands().
2002-08-22 Vikram S. AdvedumpNode() does not need to print MachineInstrs.
2002-08-22 Vikram S. AdveFix two resource names.
2002-08-22 Vikram S. AdveAdd AsmPrinter::ConstantExprToString, which writes...
2002-08-22 Vikram S. AdveEliminate bool, boolreg and boolconst nonterminals...
2002-08-22 Vikram S. AdveChange rules for Not, since it is now implemented as...
2002-08-21 Chris LattnerFix testcase to not use indexing in non-gep instructions
2002-08-21 Chris LattnerTest the C backend on all of the feature tests as well.
2002-08-21 Chris Lattner - Fighting with linking problem due to removing the...
2002-08-21 Chris Lattner - Fix asmparser and bytecode reader to not generate...
2002-08-21 Chris LattnerAdd a class that is useful for hacking around linking...
2002-08-21 Chris LattnerFixed linking problems that wanted me to link to analyz...
2002-08-21 Chris Lattner - Split Dominators.h into Dominators.h & PostDominators.h
2002-08-21 Chris LattnerEmit an obnoxious warning message for bytecode that...
2002-08-21 Chris LattnerRemove debugging code accidentally checked in.
2002-08-21 Chris LattnerFix store to not index
2002-08-21 Chris LattnerConvert testcase to not use indexing on loads & stores
2002-08-21 Chris LattnerLink in all analyses so that we get pointer analysis...
2002-08-21 Chris Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-08-21 Chris Lattner - Implement the new AnalysisGroup feature, neccesary...
2002-08-21 Chris LattnerAdd assertion checks to nail bugs early.
2002-08-21 Chris Lattner - Make Pass::lookupPassInfo a public member
2002-08-21 Chris LattnerDo not generate loads/stores with indexing
2002-08-21 Chris LattnerRemove extraneous #includes
2002-08-21 Chris LattnerDo not create load/stores with indexes
2002-08-21 Chris LattnerRemove an optimization that isn't.
2002-08-21 Chris LattnerAdd testcase for the not (setcc A, B) case
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-08-21 Chris Lattner - Do not expose ::ID from any of the analyses anymore.
2002-08-21 Chris Lattner - Eliminate the need for analyses to expose an :...
2002-08-21 Chris LattnerAdd missing forward decl
2002-08-20 Chris Lattnerfixed bug: test/Regression/Linker/2002-08-20-ConstantEx...
2002-08-20 Chris LattnerCleanup testsuite
2002-08-20 Chris LattnerClean up testcases to make them proper
2002-08-20 Chris LattnerNew testcase for constexpr problem.
2002-08-20 Chris LattnerProvide a way to actually run tests
2002-08-20 Chris LattnerSort -time-passes report first by user+system, then...
2002-08-20 Chris Lattner - instcombine (~(a < b)) into (a >= b)
2002-08-20 Chris LattnerAdd new SetCondInst::getInverseCondition() method.
2002-08-20 Chris LattnerAdd new SetCondInst::getInverseCondition() method.
2002-08-20 Chris LattnerFix buggy testcase
2002-08-20 Chris LattnerThis case JUST handles constantpointer nulls, not all...
2002-08-20 Chris LattnerFix bug: 2002-08-20-UnnamedArgument.c
2002-08-20 Chris LattnerDon't stop the testing process if dis segfaults
2002-08-20 Chris LattnerNew testcase
2002-08-20 Chris LattnerTestcase for anonymous recursive types
2002-08-20 Chris Lattner - implemented instcombine of phi (X, X, X) -> X
2002-08-20 Chris LattnerNew testcase for instcombine
2002-08-19 Chris LattnerNew testcase
2002-08-19 Chris LattnerImplement ConstantExprs in CWriter
2002-08-19 Chris Lattner* Build with warnings
2002-08-19 Chris LattnerIncorporate calcTypeNameVar into CWriter class, fixing
2002-08-19 Chris LattnerOutput forward definitions of global vars to handle...
2002-08-19 Chris LattnerNew testcase
2002-08-19 Chris Lattner - Change constant printing to be better integrated...
2002-08-19 Chris LattnerFix typeo noticed by Bryan
2002-08-19 Chris LattnerAdd missing space
2002-08-19 Chris LattnerNew testcase
2002-08-19 Chris LattnerFix bug: test/Regression/Assembler/2002-08-19-BytecodeR...
2002-08-19 Chris LattnerNew testcase
2002-08-19 Chris LattnerFix the -time-passes option to not print NaN when there...
2002-08-18 Chris Lattner - Made GlobalDCE worklist driven, making it more...
next