oota-llvm.git
2002-08-09 Chris LattnerAdd more strength reduction testcases
2002-08-09 Chris Lattner*** empty log message ***
2002-08-09 Chris Lattner* IntervalPartition no longer derives from vector
2002-08-09 Chris LattnerDo not add an extra vtable to EVERY machineinstr created.
2002-08-09 Chris LattnerUnaryOperator::create should take a name just like...
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris Lattner* Removed extraneous #includes
2002-08-09 Chris LattnerWe are using std::vector, so remove extraneous namespac...
2002-08-09 Chris LattnerChange machinecode for instruction to not inherit from...
2002-08-09 Chris LattnerThe second parameter of hash_set is the default, remove it.
2002-08-09 Chris LattnerOops, I accidentally broke the .d files. Fixed thusly
2002-08-09 Chris LattnerVery minor cleanups
2002-08-09 Chris Lattner* Document the BUILD_ROOT changes and option
2002-08-09 Chris Lattner* Remove some bogus dependencies on Depend/.dir
2002-08-08 Chris LattnerOh yeah, I wrote it.
2002-08-08 Chris LattnerInitial checkin of the "Writting an LLVM Pass" document
2002-08-08 Chris LattnerInitial checkin of the "Hello World" Pass.
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-08-08 Chris Lattner - Cleaned up the interface to AnalysisUsage to take...
2002-08-08 Chris LattnerRemove extraneous #includes
2002-08-07 Chris LattnerMinor changes to DEBUG()'s
2002-08-07 Chris LattnerReorder #includes to be right
2002-08-07 Chris LattnerMerge three loops into one.
2002-08-07 Chris LattnerFix breakage in the build
2002-08-07 Chris LattnerOnly include the sparc.o file once!
2002-08-07 Chris LattnerSimplify writing custom parsers.
2002-08-07 Chris LattnerSimplify interface to parsers.
2002-08-07 Chris Lattner* Write the "Custom parser" section
2002-08-06 Chris LattnerWrite the reference section, make other minor editing...
2002-08-05 Mehwish Nagdaadded Mapping and Function Pass
2002-08-04 Vikram S. AdveAdd function GetConstantValueAsUnsignedInt.
2002-08-04 Vikram S. AdveBug fix in CreateCodeToLoadConst(): use sign of dest...
2002-08-04 Vikram S. AdveAdd a sequence of GEPs with constant indices, for...
2002-08-04 Vikram S. AdveBug fix in TargetData::getIndexedOffset(): handle struc...
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...
next