Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 3 | -80/+0 |
| | | | | llvm-svn: 76920 | ||||
* | Add dependencies from TargetInfo onto .td generation. | Daniel Dunbar | 2009-07-19 | 1 | -0/+1 |
| | | | | | | | - Shouldn't really be necessary, but currently .inc files get included into some main target headers. llvm-svn: 76349 | ||||
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 1 | -1/+2 |
| | | | | llvm-svn: 76344 | ||||
* | Add TargetInfo libraries for all targets. | Daniel Dunbar | 2009-07-15 | 3 | -0/+78 |
- Intended to match current TargetMachine implementations. - No facilities for linking these in yet. llvm-svn: 75751 |