index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
SubtargetEmitter.h
Age
Commit message (
Expand
)
Author
2011-10-01
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-07-01
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-04-01
Add annotations to tablegen-generated processor itineraries, or replace them ...
Andrew Trick
2011-04-01
whitespace
Andrew Trick
2010-09-28
Add support to model pipeline bypass / forwarding.
Evan Cheng
2010-09-09
For each instruction itinerary class, specify the number of micro-ops each
Evan Cheng
2010-04-18
Make processor FUs unique for given itinerary. This extends the limit of 32
Anton Korobeynikov
2009-08-17
Extend the instruction itinerary model to include the ability to indicate the...
David Goodwin
2009-07-03
Replace std::iostreams with raw_ostream in TableGen.
Daniel Dunbar
2007-12-29
remove attributions from utils.
Chris Lattner
2005-11-01
Allow itineraries to be passed through the Target Machine.
Jim Laskey
2005-10-31
Generate cpu to itinerary map.
Jim Laskey
2005-10-28
Removed Mr. Smith from the code.
Jim Laskey
2005-10-27
Now generating instruction itineraries for scheduling. Not my best work, but...
Jim Laskey
2005-10-26
Give full control of subtarget features over to table generated code.
Jim Laskey
2005-10-25
Refactored to make room for more stuff (scheduling info.)
Jim Laskey
2005-10-21
New TableGen backends for subtarget information. Only command line stuff
Jim Laskey