aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/SubtargetEmitter.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow itineraries to be passed through the Target Machine.Jim Laskey2005-11-011-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24139 91177308-0d34-0410-b5e6-96231b3b80d8
* Generate cpu to itinerary map.Jim Laskey2005-10-311-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24121 91177308-0d34-0410-b5e6-96231b3b80d8
* Removed Mr. Smith from the code.Jim Laskey2005-10-281-12/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24070 91177308-0d34-0410-b5e6-96231b3b80d8
* Now generating instruction itineraries for scheduling. Not my best work, but...Jim Laskey2005-10-271-1/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24050 91177308-0d34-0410-b5e6-96231b3b80d8
* Give full control of subtarget features over to table generated code.Jim Laskey2005-10-261-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24013 91177308-0d34-0410-b5e6-96231b3b80d8
* Refactored to make room for more stuff (scheduling info.)Jim Laskey2005-10-251-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23975 91177308-0d34-0410-b5e6-96231b3b80d8
* New TableGen backends for subtarget information. Only command line stuffJim Laskey2005-10-211-0/+37
active now. Scheduling itinerary next. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23869 91177308-0d34-0410-b5e6-96231b3b80d8