| Age | Commit message (Expand) | Author |
| 2011-10-22 | Move various generated tables into read-only memory, fixing up const correctn... | Benjamin Kramer |
| 2011-10-01 | Move TableGen's parser and entry point into a library | Peter Collingbourne |
| 2011-07-15 | Eliminate "const" from extern const to fix breakeage since r135184 on msvc. | NAKAMURA Takumi |
| 2011-07-14 | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng |
| 2011-07-11 | - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo | Evan Cheng |
| 2011-07-08 | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng |
| 2011-07-07 | Compute feature bits at time of MCSubtargetInfo initialization. | Evan Cheng |
| 2011-07-01 | Rename TargetSubtarget to TargetSubtargetInfo for consistency. | Evan Cheng |
| 2011-07-01 | - Added MCSubtargetInfo to capture subtarget features and scheduling | Evan Cheng |
| 2011-06-30 | Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to | Evan Cheng |
| 2011-06-29 | Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)... | Evan Cheng |
| 2011-04-15 | Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta... | Evan Cheng |
| 2011-04-01 | Add annotations to tablegen-generated processor itineraries, or replace them ... | Andrew Trick |
| 2011-04-01 | whitespace | Andrew Trick |
| 2010-12-13 | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner |
| 2010-09-29 | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng |
| 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 |
| 2010-04-07 | Initial support for different kinds of FU reservation. | Anton Korobeynikov |
| 2010-01-05 | Have TableGen emit code that uses dbgs() rather than errs(). | David Greene |
| 2009-11-11 | Show command-line args and features passed into backend in debug output. Appr... | Sandeep Patel |
| 2009-09-24 | Make the end-of-itinerary mark explicit. Some cleanup. | David Goodwin |
| 2009-08-17 | Extend the instruction itinerary model to include the ability to indicate the... | David Goodwin |
| 2009-08-12 | Enhance the InstrStage object to enable the specification of an Itinerary wit... | David Goodwin |
| 2009-07-03 | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar |
| 2009-05-23 | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov |
| 2009-03-26 | fix a few spelling errors and typos | Jim Grosbach |
| 2008-09-11 | lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted | Jim Grosbach |
| 2008-08-26 | Stabilize 'getDwarfRegNumFull' output to not depend on random memory | Chris Lattner |
| 2008-04-06 | Fix generation of multi-stage instruction itineraries. Patch by | Chris Lattner |
| 2008-03-25 | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman |
| 2008-02-14 | Rewrite tblgen handling of subtarget features so | Dale Johannesen |
| 2007-12-29 | remove attributions from utils. | Chris Lattner |
| 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 |