Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9TargetMachine.cpp
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-17 Brian GaekeRemove extra blank line.
2003-10-05 Chris LattnerAdd support for the Invoke instruction by using the...
2003-09-30 Chris LattnerMake sure to get the definition of getRegisterAllocator
2003-09-30 Chris LattnerRegisterAllocation.h is going away
2003-09-18 Brian GaekeFix a typo in Sparc.cpp.
2003-09-01 Chris LattnerNo longer provide an optinfo, noone uses it
2003-09-01 Chris LattnerMove private interfaces into private .h file
2003-08-24 Chris LattnerTargets should configure themselves based on a Module...
2003-08-16 Brian GaekeRename -emitmaps to -enable-maps
2003-08-14 Brian GaekeUnbreak SPARC backend: addPassesToJITCompile and
2003-08-13 Chris LattnerAdjust files for move of mapping info stuff into the...
2003-08-12 Vikram S. AdveDisable emitting LLVM-to-MI maps, by default.
2003-08-06 Misha BrukmanChanging command-line option formats to be more consist...
2003-08-06 Misha Brukman* Renamed option from `nopreselect' to `nopreopt' since...
2003-08-01 Vikram S. AdvePut back the separate pass to decompose multi-dimension...
2003-07-29 Vikram S. AdveRename 'dump-asm' to 'dump-input' and really print...
2003-06-18 Brian Gaekelib/Target/Sparc/Sparc.cpp:
2003-06-16 Chris LattnerRename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.h
2003-06-06 Misha Brukman* Removed PreSelection pass because that is now done...
2003-06-04 Brian Gaekelib/CodeGen/Mapping/MappingInfo.cpp:
2003-05-31 Misha BrukmanEnabling some of these passes causes lli to break
2003-05-30 Misha BrukmanMake LLI behave just like LLC with regard to the compil...
2003-05-27 Misha Brukman* Allow passing in an unsigned configuration to allocat...
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-23 Chris LattnerAdd support for the Switch instruction by running the...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-12-28 Chris Lattner* Frame & const pool info is no longer directly in...
2002-12-24 Chris LattnerSparc is not little endian
2002-12-03 Chris LattnerInitialize implicit uses/defs fields for sparc backend...
2002-10-31 Chris LattnerReassociate pass now works
2002-10-30 Chris LattnerSparc backend doesn't use target specific flags yet
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.