David Goodwin
|
d813cbfe72
|
Extend the instruction itinerary model to include the ability to indicate the def and use cycle for each operand. This additional information is optional, so existing itineraries do not need to be changed.
llvm-svn: 79247
|
2009-08-17 16:02:57 +00:00 |
Daniel Dunbar
|
38a22bffdc
|
Replace std::iostreams with raw_ostream in TableGen.
- Sorry, I can't help myself.
- No intended functionality change.
llvm-svn: 74742
|
2009-07-03 00:10:29 +00:00 |
Chris Lattner
|
8adcd9f32e
|
remove attributions from utils.
llvm-svn: 45419
|
2007-12-29 20:37:13 +00:00 |
Jim Laskey
|
802748cd61
|
Allow itineraries to be passed through the Target Machine.
llvm-svn: 24139
|
2005-11-01 20:06:59 +00:00 |
Jim Laskey
|
3763a50d82
|
Generate cpu to itinerary map.
llvm-svn: 24121
|
2005-10-31 17:16:01 +00:00 |
Jim Laskey
|
dffe5978a3
|
Removed Mr. Smith from the code.
llvm-svn: 24070
|
2005-10-28 21:47:29 +00:00 |
Jim Laskey
|
86f002cc32
|
Now generating instruction itineraries for scheduling. Not my best work, but...
llvm-svn: 24050
|
2005-10-27 19:47:21 +00:00 |
Jim Laskey
|
a2b5235fac
|
Give full control of subtarget features over to table generated code.
llvm-svn: 24013
|
2005-10-26 17:30:34 +00:00 |
Jim Laskey
|
1b7369b1ae
|
Refactored to make room for more stuff (scheduling info.)
llvm-svn: 23975
|
2005-10-25 15:16:36 +00:00 |
Jim Laskey
|
cfda85ad91
|
New TableGen backends for subtarget information. Only command line stuff
active now. Scheduling itinerary next.
llvm-svn: 23869
|
2005-10-21 19:00:04 +00:00 |