oota-llvm.git
2002-01-30 Chris LattnerConvert analyses over to new Pass framework
2002-01-30 Chris LattnerCheckin new pass framework. This one is more useful...
2002-01-30 Chris LattnerDon't die on call instructions, which reference methods
2002-01-30 Chris LattnerAdd rule to build tar.gz file.
2002-01-30 Chris LattnerExclude doxygen docs from srcs
2002-01-30 Chris LattnerCheck in GCC 3.02 compatiblity headers for GCC 2.95.3
2002-01-26 Chris LattnerMake gcc tests depend on the part of GCC that actually...
2002-01-26 Chris LattnerRemove extraneous #includes
2002-01-26 Chris LattnerRemove opt namespace
2002-01-26 Chris LattnerCheckin support for building doxygen stuff
2002-01-25 Chris LattnerAccept, but ignore -lfoo options.
2002-01-25 Chris LattnerTestcase for SymbolTable.cpp bug
2002-01-25 Chris LattnerThis checkin fixes the bug described in:
2002-01-25 Chris LattnerCheck in fix for bug: test/Regression/Assembler/ValueRe...
2002-01-25 Chris LattnerCheck in testcase and fix
2002-01-24 Chris LattnerNew testcase to ensure GCC doesn't emit type identifier...
2002-01-24 Chris LattnerCheckin testcase for bug recently fixed
2002-01-24 Chris LattnerInitial Checkin of gccld
2002-01-23 Chris LattnerInitial Checkin
2002-01-23 Chris LattnerInitial checkin of now fixed bug
2002-01-23 Chris LattnerInitial Checkin
2002-01-23 Chris LattnerImplement the clock() function
2002-01-23 Chris LattnerMore rules checked in
2002-01-23 Chris LattnerFailure.sh moved up a level
2002-01-23 Chris LattnerInitial checkin of Makefile, just a dummy file for...
2002-01-23 Chris LattnerInitial checkin
2002-01-23 Chris LattnerChange test scripts so that they do not stop on failure...
2002-01-23 Chris LattnerInitial checking of Failure.sh
2002-01-23 Chris LattnerNew minimal makefile
2002-01-23 Chris LattnerRemoval of more unnecesary stuff
2002-01-23 Chris Lattner* Expose new command line arg --debug-pass for gccas...
2002-01-23 Chris LattnerImplement new DeadInstElmination pass
2002-01-23 Chris LattnerMake it build with 2.95.3
2002-01-23 Chris Lattner* Expose new pass DeadInstElimination
2002-01-23 Chris LattnerPull run() into Pass.cpp
2002-01-23 Chris LattnerAdd := to make stuff more efficient
2002-01-22 Chris LattnerIn an amazing fit of stupidity, I flipped the condition...
2002-01-22 Chris LattnerOnly run DeadInst elimination early, because it is...
2002-01-22 Chris LattnerMoved to Programs/SingleSource
2002-01-22 Chris LattnerMove some makefile stuff to subdirectories
2002-01-22 Chris LattnerThese are unneccesary now
2002-01-22 Chris LattnerMisc cleanups. Allocate ofstream statically, and use...
2002-01-22 Chris LattnerOops, misnamed function, didn't override correctly...
2002-01-22 Chris LattnerDon't insert a useless cast
2002-01-22 Chris LattnerTry again, now it works right
2002-01-22 Chris LattnerRename LowerAllocations.h to ChangeAllocations.h since...
2002-01-22 Chris LattnerFix ordering dependency problem
2002-01-22 Chris LattnerOoops, forgot to implement void PassManager::add(BasicB...
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerLowerAllocations is really a BasicBlock pass. Make...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerChuck fixed the GCC problems so this hack is now unnecc...
2002-01-21 Chris LattnerElminate an unused variable
2002-01-21 Chris LattnerReenable warning now that Chuck fixed GCC
2002-01-21 Chris LattnerEliminate opt library
2002-01-21 Chris LattnerRemove dead variable
2002-01-21 Chris LattnerRemove dead variable.
2002-01-21 Chris LattnerFix for problem that caused both HUGE and INVALID laten...
2002-01-21 Chris LattnerInclude all header files individually instead of this one
2002-01-21 Chris LattnerPull stuff out of opt namespace
2002-01-21 Chris LattnerRename SwapStructureContents -> IPO/SimpleStructMutation
2002-01-21 Chris LattnerMoved header
2002-01-21 Chris LattnerImplementation of the new spiffy pass system
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-21 Chris LattnerAdd a path to LD_LIBRARY_PATH so that programs can...
2002-01-21 Chris LattnerOops lost a parenthesis somehow :(
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-20 Chris LattnerAdd a note about endl semantics
2002-01-08 Ruchira Sasanka*** empty log message ***
2002-01-08 Ruchira SasankaFixed a bug in spill cost estimation
2002-01-07 Ruchira SasankaPhyRegAlloc.cpp: Added temp area resetting before every...
2002-01-07 Ruchira SasankaAdded more comments
2002-01-07 Ruchira Sasankaremoved SizeOfStackOperand constant from the SparcRegIn...
2002-01-07 Ruchira SasankaAdded more comments
2002-01-07 Ruchira SasankaAdded more comments
2002-01-07 Ruchira SasankaAdded comments and correct logic for finding register...
2002-01-07 Ruchira SasankaAdded destructors and comments.
2002-01-07 Ruchira SasankaMachineRegInfo: Added a method to get the size of a...
2002-01-07 Ruchira SasankaAdded comments, destructors where necessary.
2001-12-15 Vikram S. AdveRenamed Makefile.target to Makefile.tests and folded in
2001-12-15 Vikram S. AdveRename Makefile.target to Makefile.tests.
2001-12-15 Vikram S. AdveRenaming to Makefile.tests
2001-12-15 Vikram S. AdveEliminate function getIndicesBROKEN().
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-15 Vikram S. AdvegetIndexedOffset() shd take vector of Values, not of...
2001-12-15 Vikram S. AdveRemove int hack to allow unsigned numbers greater than...
2001-12-15 Vikram S. AdveRun testsparc, not testcodegen for testing the back...
2001-12-14 Chris Lattnerinitial checkin
2001-12-14 Chris LattnerInitial checkin of instcombine
2001-12-14 Chris LattnerAdd instruction combining pass
2001-12-14 Chris Lattner* Support the new -q flag for automated tests
2001-12-14 Chris LattnerAdd more passes to run after raising
2001-12-14 Chris LattnerUpdate LLVM tests to use new pointer indexing, and...
2001-12-14 Chris LattnerBuild Programs subdirectory
2001-12-14 Chris Lattner* Assert that indices are valid for an indexing instruc...
2001-12-14 Chris LattnerRename ConstPoolVals.cpp to Constants.cpp
2001-12-14 Chris LattnerRemove unsized array support
2001-12-14 Chris LattnerMake strings SByte* arrays instead of UByte * arrays
2001-12-14 Chris Lattner* isFirstClassType is now provided by the Type class
next