index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
SubtargetEmitter.cpp
Age
Commit message (
Expand
)
Author
2007-05-04
Add an "implies" field to features. This indicates that, if the current
Bill Wendling
2007-04-22
Fix generation of certain scheduler itineraries.
Christopher Lamb
2006-12-12
Ignore entries with blank names.
Jim Laskey
2006-12-12
Rollback changes to take a different tack.
Jim Laskey
2006-12-12
Honor the command line specification for machine type.
Jim Laskey
2006-11-03
Don't write out variables that are never used.
Reid Spencer
2006-11-02
For PR786:
Reid Spencer
2006-05-24
Don't make zero-sized static arrays
Chris Lattner
2006-03-03
remove out of date comment
Chris Lattner
2006-01-27
Subtarget feature can now set any variable to any value
Evan Cheng
2006-01-27
There is at least a 'noitinerary' itinerary now
Chris Lattner
2005-12-30
almost got the HP-UX tester up.. :)
Duraid Madina
2005-11-03
1. Remove ranges from itinerary data.
Jim Laskey
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
Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately
Chris Lattner
2005-10-28
Removed Mr. Smith from the code.
Jim Laskey
2005-10-28
Add some commentary.
Jim Laskey
2005-10-28
Keep Visual Studio happy.
Jeff Cohen
2005-10-27
Now generating instruction itineraries for scheduling. Not my best work, but...
Jim Laskey
2005-10-26
Simplify.
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-23
Add the needed #include, emit enums with the sizes of tables, remove
Chris Lattner
2005-10-22
Sort the features and processor lists for the sake of search (and maintainers.)
Jim Laskey
2005-10-21
New TableGen backends for subtarget information. Only command line stuff
Jim Laskey