Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This target is no longer built. The ,v files now live in the reoptimizer. | Chris Lattner | 2006-04-20 | 1 | -64/+0 |
| | | | | llvm-svn: 27885 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -6/+6 |
| | | | | llvm-svn: 21425 | ||||
* | Finegrainify namespacification. | Chris Lattner | 2005-01-29 | 1 | -10/+2 |
| | | | | | | Adjust TmpInstruction to work with the new User model. llvm-svn: 19896 | ||||
* | Move MachineCodeForInstruction.h and MachineFunctionInfo.h into ↵ | Chris Lattner | 2004-08-16 | 1 | -1/+1 |
| | | | | | | lib/Target/SparcV9 llvm-svn: 15830 | ||||
* | Add a new file containing just TmpInstruction and its implementation. | Brian Gaeke | 2004-08-04 | 1 | -0/+72 |
Many other pieces of the SparcV9 backend want to use TmpInstruction, but don't need any other instruction selector baggage. llvm-svn: 15469 |