Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make a new llvm/Target #include directory. | Chris Lattner | 2001-09-14 | 1 | -6/+1 | |
| | | | | | | | | Move files from lib/CodeGen/TargetMachine to lib/Target Move TargetData.h and TargetMachine.h to Target/{Data.h|Machine.h} Prepare to split TargetMachine.h into several smaller files llvm-svn: 566 | |||||
* | This checkin represents some cleanup of the backend, implementing the ↵ | Chris Lattner | 2001-09-14 | 1 | -2/+0 | |
| | | | | | | | | | | following things: 1. The TargetMachine structure is free to decide the process a particular target uses to generate code. 2. All of the gooee details of the sparc backend are now localized in the lib/CodeGen/TargetMAchine/Sparc directory. The Sparc.h file that is globally visible is just a stub. 3. The Sparc.h file that esxists now will dissapear entirely someday when we have multiple backends chosen by a factory of some sort. llvm-svn: 559 | |||||
* | Committed for compliation. Not yet final. | Ruchira Sasanka | 2001-09-08 | 4 | -0/+317 | |
| | | | | | | --Ruchira llvm-svn: 505 | |||||
* | --Ruchira | Ruchira Sasanka | 2001-09-08 | 2 | -0/+197 | |
| | | | | llvm-svn: 504 | |||||
* | Add tags so emacs knows these are C++ files | Chris Lattner | 2001-09-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 483 | |||||
* | *** empty log message *** | Ruchira Sasanka | 2001-08-31 | 1 | -0/+152 | |
llvm-svn: 412 |