Split out altivec notes into their own README
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9TargetMachine.h
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-07-11 Chris LattnerAuto-registrate target
2004-06-03 Brian GaekeCollapse together the abstract superclass TargetRegInfo...
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-04-25 Brian GaekeFix file header comments and include guards -- many...
2004-04-25 Brian GaekeAdd a getRegisterInfo() accessor just like on the X86...
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-02-25 Brian GaekeGreat renaming: Sparc --> SparcV9
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris LattnerEliminate some code that is not needed now that we...
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-17 Misha BrukmanReorganized the Sparc backend to be more modular -...