summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc
Commit message (Collapse)AuthorAgeFilesLines
...
* Make a new llvm/Target #include directory.Chris Lattner2001-09-141-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 Lattner2001-09-141-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 Sasanka2001-09-084-0/+317
| | | | | | --Ruchira llvm-svn: 505
* --RuchiraRuchira Sasanka2001-09-082-0/+197
| | | | llvm-svn: 504
* Add tags so emacs knows these are C++ filesChris Lattner2001-09-071-1/+1
| | | | llvm-svn: 483
* *** empty log message ***Ruchira Sasanka2001-08-311-0/+152
llvm-svn: 412
OpenPOWER on IntegriCloud