PostOrderIterator really does depend on Method and BasicBlock. Obviously this
[oota-llvm.git] / lib /
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 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 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 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 LattnerCode pulled out of MAchineInstr.(h|cpp)
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 a class forward decl
2002-02-01 Chris LattnerGeneral cleanup
2002-02-01 Chris LattnerAdd more debug output
2002-01-31 Chris Lattner* Make debugging output nicer
2002-01-31 Chris LattnerProvide the right AnalysisID for postdominators
2002-01-31 Chris LattnerEliminate SimplifyCFG.h file, pull everything into...
2002-01-31 Chris LattnerMethodPass's are now guaranteed to not be run on extern...
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 LattnerFix bug where we didn't initialize and finalize basic...
2002-01-30 Chris LattnerCheckin new pass framework. This one is more useful...
2002-01-26 Chris LattnerRemove extraneous #includes
2002-01-26 Chris LattnerRemove opt namespace
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-23 Chris LattnerImplement the clock() function
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-22 Chris LattnerOops, misnamed function, didn't override correctly...
2002-01-22 Chris LattnerDon't insert a useless cast
2002-01-22 Chris LattnerRename LowerAllocations.h to ChangeAllocations.h since...
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 LattnerEliminate opt library
2002-01-21 Chris LattnerRemove dead variable
2002-01-21 Chris LattnerRemove dead variable.
2002-01-21 Chris LattnerPull stuff out of opt namespace
2002-01-21 Chris LattnerRename SwapStructureContents -> IPO/SimpleStructMutation
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 LattnerOops lost a parenthesis somehow :(
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
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 comments and correct logic for finding register...
2002-01-07 Ruchira SasankaAdded destructors and comments.
2002-01-07 Ruchira SasankaAdded comments, destructors where necessary.
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-14 Chris Lattnerinitial checkin
2001-12-14 Chris Lattner* Support the new -q flag for automated tests
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
2001-12-14 Chris Lattner* add ReplaceInstWithInst
2001-12-14 Chris LattnerRemove unsized array support
2001-12-14 Chris Lattner* Support pointer indexing
2001-12-14 Chris LattnerMany many changes and bugfixes:
2001-12-14 Chris LattnerThe proper prototype for malloc returns a pointer,...
next