oota-llvm.git
2002-08-04 Vikram S. AdveBug fix in SetOperandsForMemInstr: handle leading zeros...
2002-08-04 Vikram S. AdveAdd function GetConstantValueAsUnsignedInt.
2002-08-03 Chris LattnerFix compilation problem. IsIndexZero doesn't exist...
2002-08-03 Chris LattnerTestcase for stuff instcombine should do eventually
2002-08-03 Chris LattnerAdd some more features that we could instcombine away
2002-08-03 Chris Lattner*** empty log message ***
2002-08-03 Chris LattnerComment options that may be enabled
2002-08-03 Vikram S. AdveSimplified handling of array indexes in SetMemOperands_...
2002-08-03 Vikram S. AdveAdd MemAccessInst::getNumIndices().
2002-08-03 Vikram S. AdveEliminate cast instructions: use only GEPs in decompose...
2002-08-03 Vikram S. AdveRun both *.ll and *.c tests.
2002-08-03 Vikram S. AdveAdded expected decomposed sequence in comments, plus...
2002-08-02 Chris LattnerFix problem where lli would not print out a 64 bit...
2002-08-02 Chris LattnerFix one real nasty bug
2002-08-02 Chris LattnerFix lli with no arguments
2002-08-02 Chris LattnerFix bug: test/Regression/Transforms/InstCombine/2002...
2002-08-02 Chris LattnerFix yet another bug in the testcase
2002-08-02 Chris LattnerFix bug in testcase
2002-08-02 Chris Lattner* Cleanups of instcombine
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
2002-08-02 Chris LattnerAdd another testcase that isn't failing because of...
2002-08-02 Chris LattnerChange test to really test the cases we can hit
2002-08-02 Chris LattnerNew testcase
2002-08-02 Vikram S. AdveDon't build Debug/ versions when ENABLE_OPTIMIZED is on.
2002-08-02 Chris LattnerFix bug: test/Regression/Transforms/GCSE/2002-05-21...
2002-08-02 Chris LattnerImplement dominator checking in the verifier, so that...
2002-08-02 Chris LattnerFix bug: test/Regression/Other/2002-08-02-DomSetProblem.ll
2002-08-02 Chris LattnerAdd a note about where to put miscompilation tests.
2002-08-02 Chris LattnerSplit dominance calculation and post dominance calculat...
2002-08-02 Chris LattnerNew testcase for dominator problem
2002-08-02 Chris LattnerThe verify pass is implicit
2002-08-02 Chris LattnerNew test
2002-08-02 Chris LattnerTweak makefile after moving
2002-08-01 Chris LattnerVerify is implicit for opt
2002-08-01 Chris LattnerFix makefile to work.
2002-08-01 Chris LattnerFix broken testcase
2002-08-01 Chris LattnerMake testcase legal LLVM
2002-08-01 Chris LattnerRemove unneccesary #inlcude
2002-08-01 Chris LattnerEnhance -time-passes to be more detailed and useful
2002-08-01 Vikram S. AdveBug fix: incorrect SAVE instruction when using register...
2002-08-01 Vikram S. AdveFeature test for stack size bigger than immed. field...
2002-08-01 Chris LattnerReorder tool building sequence to more closely match...
2002-07-31 Chris LattnerFix bug: test/Regression/Assembler/2002-07-31-SlashInSt...
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...
next