Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 1 | -52/+0 |
| | | | | llvm-svn: 11826 | ||||
* | Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering | Chris Lattner | 2003-12-28 | 1 | -3/+0 |
| | | | | | | implementation from the TargetMachine directly. llvm-svn: 10636 | ||||
* | Eliminate some code that is not needed now that we have the intrinsic ↵ | Chris Lattner | 2003-12-28 | 1 | -5/+7 |
| | | | | | | lowering pass llvm-svn: 10628 | ||||
* | Rip JIT specific stuff out of TargetMachine, as per PR176 | Chris Lattner | 2003-12-20 | 1 | -9/+3 |
| | | | | llvm-svn: 10542 | ||||
* | Reorganized the Sparc backend to be more modular -- each different | Misha Brukman | 2003-12-17 | 1 | -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 |