aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/SparcV9TargetMachine.h
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2006-03-23Eliminate IntrinsicLowering from TargetMachine.Chris Lattner
2005-11-08Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner
2005-09-011. Use SubtargetFeatures in llc/lli.Jim Laskey
2005-06-25Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-07-11Auto-registrate targetChris Lattner
2004-06-03Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke
2004-06-02Convert to the new TargetMachine interface.Chris Lattner
2004-04-25Fix file header comments and include guards -- many files have been moved orBrian Gaeke
2004-04-25Add a getRegisterInfo() accessor just like on the X86 target.Brian Gaeke
2004-03-01TargetCacheInfo has been removed; its only uses were to propagate a constantBrian Gaeke
2004-02-25Great renaming: Sparc --> SparcV9Brian Gaeke
2003-12-28Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner
2003-12-28Eliminate some code that is not needed now that we have the intrinsic lowerin...Chris Lattner
2003-12-20Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner
2003-12-17Reorganized the Sparc backend to be more modular -- each differentMisha Brukman