summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetMachine.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add peephole optimization pass at the end of code generation.Vikram S. Adve2002-09-201-5/+7
| | | | llvm-svn: 3846
* Move all the code that creates code generation passes from Sparc.cpp toVikram S. Adve2002-09-161-0/+119
| | | | | | | | TargetMachine.cpp, since it is entirely machine-independent. Also, add options to disable optional back-end passes (preselection and instr. scheduling). llvm-svn: 3740
* Added class MachineCacheInfo.Vikram S. Adve2001-11-091-1/+27
| | | | llvm-svn: 1229
* Add handle to TargetMachine object in all Machine...Info classes.Vikram S. Adve2001-11-081-2/+4
| | | | llvm-svn: 1197
* Renamed files to match the main classes they provide.Vikram S. Adve2001-09-181-19/+25
| | | | | | Some other minor changes. llvm-svn: 615
* Add a commentChris Lattner2001-09-141-0/+1
| | | | llvm-svn: 571
* Break scheduling infrastructure out of TargetMachine.cpp into SchedInfo.cppChris Lattner2001-09-141-212/+10
| | | | llvm-svn: 569
* Split Target/Machine.h into three files:Chris Lattner2001-09-141-0/+1
| | | | | | | | | * Machine.h * InstInfo.h * SchedInfo.h TODO: Split out reg info stuff llvm-svn: 567
* Make a new llvm/Target #include directory.Chris Lattner2001-09-141-0/+279
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
OpenPOWER on IntegriCloud