summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc/SparcV9TargetMachine.h
Commit message (Collapse)AuthorAgeFilesLines
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-52/+0
| | | | llvm-svn: 11826
* Clean up a lot of the code I added yesterday by exposing the IntrinsicLoweringChris Lattner2003-12-281-3/+0
| | | | | | implementation from the TargetMachine directly. llvm-svn: 10636
* Eliminate some code that is not needed now that we have the intrinsic ↵Chris Lattner2003-12-281-5/+7
| | | | | | lowering pass llvm-svn: 10628
* Rip JIT specific stuff out of TargetMachine, as per PR176Chris Lattner2003-12-201-9/+3
| | | | llvm-svn: 10542
* Reorganized the Sparc backend to be more modular -- each differentMisha Brukman2003-12-171-0/+59
implementation of a Target{RegInfo, InstrInfo, Machine, etc} now has a separate header and a separate implementation file. This means that instead of a massive SparcInternals.h that forces a recompilation of the whole target whenever a minor detail is changed, you should only recompile a few files. Note that SparcInternals.h is still around; its contents should be minimized. llvm-svn: 10500
OpenPOWER on IntegriCloud