oota-llvm.git
2002-02-04 Chris LattnerTrim down makefile, again.
2002-02-04 Chris Lattner* ValueSet interface converted from add/remove to inser...
2002-02-04 Chris Lattner* Add #includes removed from headers
2002-02-04 Chris LattnerRemove dependence on BBLiveVar from InstrScheduling
2002-02-04 Chris Lattner* Add #includes that were yanked out of header files
2002-02-04 Chris Lattnereliminate the add and remove methods, clients must...
2002-02-04 Chris LattnerRemove tons of include pollution
2002-02-04 Chris LattnerUse generic pointer hashes instead of custom ones.
2002-02-04 Chris LattnerCut down include pollution and number of frivolous...
2002-02-04 Chris LattnerPostOrderIterator really does depend on Method and...
2002-02-04 Chris LattnerConvert RegisterAllocator interface to opaque pass...
2002-02-04 Chris LattnerEmitAssembly doesn't need an UltraSparc, it can do...
2002-02-04 Chris LattnerEliminate ModuleAnalyzer. It's old code that is not...
2002-02-04 Chris LattnerCut down number of times libraries are included to...
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris LattnerAdd code that used to be inline in MachineSchedInfo.h
2002-02-04 Chris LattnerAdd #includes neccesary since they were removed from...
2002-02-04 Chris LattnerMove instrIsFeasible from InstrScheduling.h
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris Lattner* Minor cleanups
2002-02-04 Chris LattnerMinor cleanups
2002-02-04 Chris LattnerSparcRegInfo does NOT need anything about instruction...
2002-02-04 Chris Lattner* Move command line parsing debug stuff to InstrSchedul...
2002-02-04 Chris LattnerPull all of the scheduling related stuff out of Sparc...
2002-02-04 Chris LattnerSplit RegisterAllocation stuff OUT of Sparc.cpp into...
2002-02-04 Chris LattnerMove a ton of tables out of SparcInternals.h and move...
2002-02-03 Chris Lattner* Remove -noasm option. If we're not compiling, what...
2002-02-03 Chris LattnerConvert sparc backend over to use pass based compilatio...
2002-02-03 Chris LattnerConvert sparc backend over to use pass based compilatio...
2002-02-03 Chris LattnerConvert assembly emission over to a two pass approach.
2002-02-03 Chris LattnerRevamp compilation to be pass based instead of being...
2002-02-03 Chris LattnerCode pulled out of MAchineInstr.(h|cpp)
2002-02-03 Chris LattnerSwitch over to a model where we compile each method...
2002-02-03 Chris LattnerSwitch from MachineCodeForVMInstr model that is built...
2002-02-03 Chris LattnerAdd a file level comment
2002-02-03 Chris LattnerImplement new method by method assembly output & memory...
2002-02-03 Chris Lattner* Switch to new TmpInstruction model
2002-02-03 Chris Lattner* Switch to new TmpInstruction model
2002-02-03 Chris Lattner* Swithc to new MachineCodeForInstruction model
2002-02-03 Chris Lattner* prune #includes
2002-02-03 Chris LattnerAdd #include that is no longer implicitly included
2002-02-03 Chris LattnerLots of code cleanups, no functional changes
2002-02-03 Chris Lattner* Prune #includes
2002-02-03 Chris Lattner* Switch over to cleaner TmpInstruction model
2002-02-03 Chris Lattner* Straighten out #includes
2002-02-03 Chris Lattner* Swich to annotation model for MachineCodeForInstruction
2002-02-03 Chris LattnerRemove extraneous #includes
2002-02-03 Chris Lattner* Straighten out #includes
2002-02-03 Chris Lattner* Get machine instrs from Instructin's by using Machine...
2002-02-03 Chris LattnerLots of nonfunctional code cleanups
2002-02-03 Chris LattnerAdd methods to TargetMachine to:
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
next