oota-llvm.git
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...
2002-02-12 Chris LattnerAdd neccesary #include
2002-02-12 Chris LattnerI forgot to provide dominance frontier information...
2002-02-12 Chris LattnerEnable register promotion pass
2002-02-12 Chris LattnerInitial checkin of new memory -> register promotion...
2002-02-12 Chris LattnerAdd new abort-on-exceptions flag
2002-02-12 Chris LattnerAdd comments
2002-02-12 Chris Lattnertest/Features should not contain whole programs
2002-02-11 Chris LattnerNew testcase for bug in -raise pass
2002-02-11 Chris LattnerAllow multiline RUN:'s
2002-02-11 Chris LattnerAdd testcase for sparc backend
2002-02-11 Vikram S. AdveAdded command to build SPARC executable.
2002-02-11 Vikram S. AdveSimple fibonacci test.
2002-02-11 Chris LattnerWrite llvm bytecode to output .s file as last step...
2002-02-11 Vikram S. AdveShell script to simplify running cvs and viewing the...
2002-02-11 Chris LattnerMake array bound checks optional and disabled by default.
2002-02-11 Chris LattnerTry to fix build error
2002-02-11 Chris LattnerFix build error
2002-02-05 Chris LattnerConvert BBLiveVar to be a BasicBlock annotation, this...
2002-02-05 Chris LattnerConvert operand iterator over to work like an STL iterator
2002-02-05 Chris LattnerMinor change: Methods that return ValueSet's that are...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris Lattner* Code Cleanups of IGNode.h
2002-02-05 Chris LattnerMust include SetOperations to do set_*
2002-02-05 Chris LattnerRemove generic routines to Support/SetOperations.h
2002-02-05 Chris LattnerNew Support file for operations on set like objects
2002-02-05 Chris LattnerRemove empty files
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Eliminate the LiveVarSet class, making applyTranferFu...
2002-02-05 Chris Lattner* Code Cleanups
2002-02-05 Chris LattnerChanges neccesary due to the move of BBLiveVar.h to...
2002-02-05 Chris LattnerRemove empty file
2002-02-05 Chris Lattner* Add a #include not indirectly included any more
2002-02-05 Chris Lattner* Give BBLiveVar.cpp a proper file header
2002-02-05 Chris Lattner* Big cleanups.
2002-02-04 Chris LattnerCode cleanups, no functional change
2002-02-04 Chris LattnerClean up MethodLiveVarInfo
2002-02-04 Chris LattnerThe interface to instruction scheduling is now just...
2002-02-04 Chris Lattner* RegisterAllocation _uses_ LiveVar analysis, instead...
2002-02-04 Chris Lattner* The itf exposed by InstrScheduling is now a single...
2002-02-04 Chris LattnerTurn live variable analysis into a real MethodPass.
2002-02-04 Chris LattnerInstruction scheduling is a real pass now.
2002-02-04 Chris LattnerRemove Obsolete LoopDepthCalculator. All users should...
2002-02-04 Chris LattnerSwitch register allocator over to using LoopInfo direct...
2002-02-04 Chris LattnerMake LoopDeptCalculator be an internal artifact of...
2002-02-04 Chris LattnerREmove huge hack used by register allocator
2002-02-04 Chris LattnerMake #include "llvm/Analysis/LoopDepth.h" be an interna...
2002-02-04 Chris LattnerRemvoe big hack that was used by the register allocator
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
next