| Commit message (Expand) | Author | Age | Files | Lines |
* | Add annotations to tablegen-generated processor itineraries, or replace them ... | Andrew Trick | 2011-04-01 | 1 | -15/+19 |
* | whitespace | Andrew Trick | 2011-04-01 | 1 | -65/+65 |
* | eliminate the Records global variable, patch by Garrison Venn! | Chris Lattner | 2010-12-13 | 1 | -1/+1 |
* | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng | 2010-09-29 | 1 | -16/+21 |
* | Add support to model pipeline bypass / forwarding. | Evan Cheng | 2010-09-28 | 1 | -1/+46 |
* | For each instruction itinerary class, specify the number of micro-ops each | Evan Cheng | 2010-09-09 | 1 | -18/+26 |
* | Make processor FUs unique for given itinerary. This extends the limit of 32 | Anton Korobeynikov | 2010-04-18 | 1 | -7/+28 |
* | Initial support for different kinds of FU reservation. | Anton Korobeynikov | 2010-04-07 | 1 | -3/+6 |
* | Have TableGen emit code that uses dbgs() rather than errs(). | David Greene | 2010-01-05 | 1 | -2/+2 |
* | Show command-line args and features passed into backend in debug output. Appr... | Sandeep Patel | 2009-11-11 | 1 | -0/+4 |
* | Make the end-of-itinerary mark explicit. Some cleanup. | David Goodwin | 2009-09-24 | 1 | -5/+3 |
* | Extend the instruction itinerary model to include the ability to indicate the... | David Goodwin | 2009-08-17 | 1 | -39/+102 |
* | Enhance the InstrStage object to enable the specification of an Itinerary wit... | David Goodwin | 2009-08-12 | 1 | -4/+7 |
* | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar | 2009-07-03 | 1 | -10/+10 |
* | Propagate CPU string out of SubtargetFeatures | Anton Korobeynikov | 2009-05-23 | 1 | -4/+5 |
* | fix a few spelling errors and typos | Jim Grosbach | 2009-03-26 | 1 | -1/+1 |
* | lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted | Jim Grosbach | 2008-09-11 | 1 | -1/+1 |
* | Stabilize 'getDwarfRegNumFull' output to not depend on random memory | Chris Lattner | 2008-08-26 | 1 | -18/+0 |
* | Fix generation of multi-stage instruction itineraries. Patch by | Chris Lattner | 2008-04-06 | 1 | -2/+5 |
* | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman | 2008-03-25 | 1 | -3/+3 |
* | Rewrite tblgen handling of subtarget features so | Dale Johannesen | 2008-02-14 | 1 | -2/+6 |
* | remove attributions from utils. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Add an "implies" field to features. This indicates that, if the current | Bill Wendling | 2007-05-04 | 1 | -46/+54 |
* | Fix generation of certain scheduler itineraries. | Christopher Lamb | 2007-04-22 | 1 | -1/+2 |
* | Ignore entries with blank names. | Jim Laskey | 2006-12-12 | 1 | -2/+4 |
* | Rollback changes to take a different tack. | Jim Laskey | 2006-12-12 | 1 | -1/+0 |
* | Honor the command line specification for machine type. | Jim Laskey | 2006-12-12 | 1 | -0/+1 |
* | Don't write out variables that are never used. | Reid Spencer | 2006-11-03 | 1 | -3/+0 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+0 |
* | Don't make zero-sized static arrays | Chris Lattner | 2006-05-24 | 1 | -1/+1 |
* | remove out of date comment | Chris Lattner | 2006-03-03 | 1 | -2/+1 |
* | Subtarget feature can now set any variable to any value | Evan Cheng | 2006-01-27 | 1 | -3/+4 |
* | There is at least a 'noitinerary' itinerary now | Chris Lattner | 2006-01-27 | 1 | -1/+1 |
* | almost got the HP-UX tester up.. :) | Duraid Madina | 2005-12-30 | 1 | -6/+6 |
* | 1. Remove ranges from itinerary data. | Jim Laskey | 2005-11-03 | 1 | -9/+11 |
* | Allow itineraries to be passed through the Target Machine. | Jim Laskey | 2005-11-01 | 1 | -12/+33 |
* | Generate cpu to itinerary map. | Jim Laskey | 2005-10-31 | 1 | -7/+61 |
* | Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately | Chris Lattner | 2005-10-28 | 1 | -4/+5 |
* | Removed Mr. Smith from the code. | Jim Laskey | 2005-10-28 | 1 | -160/+136 |
* | Add some commentary. | Jim Laskey | 2005-10-28 | 1 | -19/+119 |
* | Keep Visual Studio happy. | Jeff Cohen | 2005-10-28 | 1 | -0/+1 |
* | Now generating instruction itineraries for scheduling. Not my best work, but... | Jim Laskey | 2005-10-27 | 1 | -31/+190 |
* | Simplify. | Jim Laskey | 2005-10-26 | 1 | -6/+1 |
* | Give full control of subtarget features over to table generated code. | Jim Laskey | 2005-10-26 | 1 | -14/+62 |
* | Refactored to make room for more stuff (scheduling info.) | Jim Laskey | 2005-10-25 | 1 | -77/+97 |
* | Add the needed #include, emit enums with the sizes of tables, remove | Chris Lattner | 2005-10-23 | 1 | -9/+12 |
* | Sort the features and processor lists for the sake of search (and maintainers.) | Jim Laskey | 2005-10-22 | 1 | -2/+27 |
* | New TableGen backends for subtarget information. Only command line stuff | Jim Laskey | 2005-10-21 | 1 | -0/+111 |