* Privatize the TargetName
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9TargetMachine.cpp
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris LattnerRename Sparc.h to TargetMachineImpls.h
2002-10-29 Chris LattnerMachineInstrInfo doesn't need a TargetMachine
2002-10-28 Chris LattnerMove machine code generation/destruction passes out...
2002-10-28 Chris LattnerMove addPassesToEmitAssembly from TargetMachine to...
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-25 Chris LattnerPrune #includes
2002-09-20 Vikram S. AdveAdded class MachineOptInfo as interface to target-specific
2002-09-16 Vikram S. AdveMove all the code that creates code generation passes...
2002-08-27 Anand ShuklaAdded getFunctionInfo and MappingInfoForFunction pass...
2002-08-07 Chris LattnerFix breakage in the build
2002-08-05 Mehwish Nagdaadded Mapping and Function Pass
2002-07-30 Chris Lattner* Move InstructionSelection pass to lib/CodeGen/InstrSe...
2002-07-25 Chris LattnerGCC 3.1 changes, finally the burm file builds the FIRST...
2002-07-15 Mehwish NagdaAdded the Mapping Pass to out put Mapping Info to ...
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-25 Vikram S. AdveDon't pad spills and temp. stack areas for alignment.
2002-04-09 Chris Lattner* Add a useful file comment
2002-04-08 Chris Lattners/Method/Function
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-24 Vikram S. AdveBug re-fix: put back MachineCodeForInstruction::get...
2002-03-18 Vikram S. AdveMinor fixes.
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-11 Chris LattnerWrite llvm bytecode to output .s file as last step...
2002-02-04 Chris LattnerThe interface to instruction scheduling is now just...
2002-02-04 Chris LattnerConvert RegisterAllocator interface to opaque pass...
2002-02-04 Chris Lattner* Minor cleanups
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 Lattner* Swithc to new MachineCodeForInstruction model
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-07 Ruchira SasankaAdded comments and correct logic for finding register...
2001-11-12 Vikram S. AdveWhen allocating space on stack for writing a register,
2001-11-09 Vikram S. AdveAdded class UltraSparcCacheInfo.
2001-11-08 Vikram S. AdveUse MachineFrameInfo as base class of UltraSparcFrameIn...
2001-10-22 Vikram S. AdveAdded a frame layout class, and code to insert prolog...
2001-10-18 Vikram S. AdveMoved implementation of class UltraSparcInstrInfo to...
2001-10-15 Chris LattnerOutput to cerr rather than cout so that debug info...
2001-10-15 Ruchira Sasankaupdated suggesting/coloring of call & return args ...
2001-10-14 Chris LattnerMake the sparc.burg file be a little more flexible...
2001-09-19 Chris LattnerSeperate instruction definitions into new SparcInstr...
2001-09-18 Ruchira Sasanka-- ruchira
2001-09-18 Vikram S. AdveMake class TargetMachine the common interface to all...
2001-09-15 Ruchira Sasankamodified printing of debug messages
2001-09-15 Ruchira Sasankaadded register allocation code
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-14 Chris LattnerCheckin changes to:
2001-09-14 Chris LattnerMove files.