oota-llvm.git
2002-07-31 Chris LattnerNEw testcase
2002-07-31 Chris LattnerImplement the other half of a feature advertised by...
2002-07-31 Chris LattnerCleanup Makefile a bit
2002-07-31 Vikram S. AdveJust improved comments and assertions.
2002-07-31 Chris LattnerTrim down testcase a bit
2002-07-31 Chris LattnerNew testcase for level-raise crash inspired by SPEC
2002-07-31 Vikram S. AdveAdd a missing case: converting float/double to unsigned...
2002-07-31 Chris LattnerChanges to be GCC3.1 friendly
2002-07-31 Chris LattnerChanges to be GCC3.1 friendly
2002-07-31 Chris Lattner*** empty log message ***
2002-07-31 Chris LattnerChanges to be GCC 3.1 friendly
2002-07-31 Chris LattnerWe need iostream in PassManagerT.h to use cerr
2002-07-31 Chris LattnerFix testcase
2002-07-31 Chris LattnerNew testcase
2002-07-31 Chris LattnerTestcase that was triggering an incorrect assertion...
2002-07-31 Chris LattnerVerify pass has been run for a long time now
2002-07-31 Chris LattnerAdd new -only-print-main-ds option that causes mains...
2002-07-31 Chris LattnerChange command line option message on -q to make it...
2002-07-31 Chris LattnerFix bug that was causing problems for lli
2002-07-31 Chris LattnerRemove obsolete, confusing, method
2002-07-30 Chris LattnerThis testcase is independant of varargsness
2002-07-30 Vikram S. AdveAdd GlobalDSGraph -- a common graph that holds external...
2002-07-30 Vikram S. AdvePrint globals graph after either the BU or the TD pass.
2002-07-30 Vikram S. AdveThis file implements the top-down propagation pass...
2002-07-30 Vikram S. AdveUse a separate globals graph to hold externally visible...
2002-07-30 Vikram S. AdveAdd GlobalDSGraph -- a common graph that holds external...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-30 Chris LattnerImplement new -debug-pass=Arguments option that causes...
2002-07-30 Chris LattnerAdd hooks to get information out of concrete pass manag...
2002-07-30 Chris Lattner* Indent class into anonymous namespace, filling up...
2002-07-30 Chris LattnerRemove extraneous #includes
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-30 Chris LattnerCleanup ConstantExpr handling:
2002-07-30 Chris LattnerRemove invokation of cleangcc pass which has been renam...
2002-07-30 Chris LattnerRemove FIXME's that aren't really needed after all.
2002-07-30 Chris LattnerDeclare that these passes only depend on the CFG of...
2002-07-30 Chris Lattner* Implement stuff so that code can declare that they...
2002-07-30 Chris Lattner* Move some code from Pass.cpp to PassManagerT.h
2002-07-30 Chris LattnerImplement constant propogation of logical (and, or...
2002-07-30 Chris LattnerImplement constant propogation of logical (and, or...
2002-07-30 Chris LattnerTest that logical operators are correctly constant...
2002-07-30 Chris LattnerAdd test of newly checked in Union support!
2002-07-30 Chris LattnerSimplify testcase a bit
2002-07-30 Chris LattnerNew testcase found when working on union support *sigh*
2002-07-30 Chris LattnerNew testcase distilled from trying to compile burg...
2002-07-30 Chris Lattner* Move InstructionSelection Pass here instead of living...
2002-07-30 Chris Lattner* Move InstructionSelection pass to lib/CodeGen/InstrSe...
2002-07-30 Chris LattnerExpose instruction selection as a pass instead of a...
2002-07-30 Chris LattnerAdd rough support for LLC passes
2002-07-30 Chris LattnerRemove unused vector
2002-07-30 Chris LattnerFix bug with last patch which would occur when a call...
2002-07-30 Chris LattnerPass renamed
2002-07-30 Chris Lattner* Make sure the resolved function call instructions...
2002-07-30 Chris LattnerOops, fix testcase
2002-07-30 Chris LattnerNEw testcase to handle "yet another" return type mismat...
2002-07-30 Chris Lattner* Fix bug: test/Regression/Transforms/ADCE/2002-07...
2002-07-30 Chris LattnerTrim down testcase, a lot.
2002-07-29 Chris LattnerReduce testcase more
2002-07-29 Chris LattnerAdd code to ensure that no PHI nodes are left laying...
2002-07-29 Chris LattnerUse a module analysis
2002-07-29 Chris LattnerReduce the size of the testcase
2002-07-29 Chris LattnerImplement a new RemoveSuccessor function
2002-07-29 Chris LattnerImplement a new RemoveSuccessor function
2002-07-29 Chris LattnerFix bug: test/Regression/Transforms/ADCE/2002-07-29...
2002-07-29 Chris LattnerAllow folding of basic blocks that have PHI nodes in...
2002-07-29 Chris LattnerSeperate analysis wrapper stuff to AnalysisWrappers.cpp
2002-07-29 Chris LattnerHrm, testcase was checking the wrong pass. :(
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-29 Chris Lattner* PassInfo is allowed to be missing now (ie, not all...
2002-07-29 Chris Lattner* Fix comment descriptions
2002-07-29 Chris Lattner* Fix assertion failure caused by command line argument...
2002-07-29 Chris LattnerNew testcase
2002-07-29 Chris LattnerFix testcase to not print pointer value
2002-07-29 Chris LattnerNew testcase
2002-07-27 Chris LattnerRemove needless #include
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-27 Chris LattnerMake analyze use the Pass repository to populate it...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris LattnerFactor PassNamePArser out into llvm/Support/PassNamePar...
2002-07-26 Chris LattnerFactor PassNameParser out of opt.cpp so that analyze...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris LattnerAnalysis contructors now no longer take AnalysisID...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris LattnerSimplify analyses so that there is only one analysis...
2002-07-25 Chris LattnerFix typeo that caused bug:
2002-07-25 Chris LattnerNew testcase for bug
2002-07-25 Chris LattnerAdd check to fix bug:
2002-07-25 Chris LattnerNew testcase
2002-07-25 Chris LattnerFix bug: test/Regression/Assembler/2002-07-25-QuoteInSt...
2002-07-25 Chris LattnerAdd testcase for disassembler problem.
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerRemove dead options
2002-07-25 Chris LattnerUpdate the CommandLine manual for the newest revision...
next