oota-llvm.git
2002-02-03 Chris Lattner* Trim #includes
2002-02-03 Chris LattnerRemove #include
2002-02-03 Chris LattnerRemove extranous #include
2002-02-03 Chris LattnerAdd a class forward decl
2002-02-03 Chris Lattner* Prune many #includes
2002-02-03 Chris Lattner* Remove TMP_INSTRUCTION_OPCODE silliness
2002-02-03 Chris LattnerRemove extraneous #includes
2002-02-03 Chris Lattner* Inline destructor
2002-02-03 Chris LattnerRemove extraneous #include
2002-02-01 Chris LattnerCatch the parse exception if bad input is provided...
2002-02-01 Chris LattnerNew checkin
2002-02-01 Chris LattnerAdd mergereturn pass
2002-02-01 Chris LattnerGeneral cleanup
2002-02-01 Chris LattnerAdd more debug output
2002-02-01 Chris LattnerAdd constructor for addition to opt program
2002-02-01 Chris LattnerRip out irrelevant details
2002-02-01 Chris LattnerAdd TESTRUNR var
2002-02-01 Chris LattnerInitial checkin
2002-02-01 Chris LattnerInitial checkin of 'Other' section
2002-01-31 Chris LattnerAdd dependency
2002-01-31 Chris LattnerFix dependency problem
2002-01-31 Chris LattnerFree memory when not in use
2002-01-31 Chris Lattner* Make debugging output nicer
2002-01-31 Chris LattnerProvide the right AnalysisID for postdominators
2002-01-31 Chris LattnerResolve deps
2002-01-31 Chris LattnerResolve dependencies
2002-01-31 Chris LattnerEliminate SimplifyCFG.h file, pull everything into...
2002-01-31 Chris LattnerRemove this file. Folded into UnifyMethodExitNodes...
2002-01-31 Chris LattnerMethodPass's are now guaranteed to not be run on extern...
2002-01-31 Chris LattnerConvert to use new Pass framework...
2002-01-31 Chris LattnerPassManager is now in its own header file
2002-01-31 Chris LattnerPassManager is now in it's own header file
2002-01-31 Chris LattnerConvert analyze over to use new pass framework for...
2002-01-31 Chris LattnerImplement new pass framework
2002-01-31 Chris LattnerConvert xforms over to new pass structure.
2002-01-31 Chris LattnerIf an invalid alternative is listed for an argument...
2002-01-31 Chris LattnerConvert analyses to new pass structure
2002-01-31 Chris LattnerImplement loop depth calculation in terms of dominators...
2002-01-31 Chris LattnerLoopDepth calculation is now in CFG namespace
2002-01-31 Chris LattnerImplement LoopDepth calculation in terms of dominators...
2002-01-31 Chris LattnerFix bug where we didn't initialize and finalize basic...
2002-01-31 Chris LattnerForgot to force
2002-01-31 Chris LattnerTestcase broken - Entry node of method cannot have...
2002-01-30 Chris LattnerConvert xforms over to use new pass structure
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
next