summaryrefslogtreecommitdiff
path: root/utils/TableGen/SubtargetEmitter.cpp
Commit message (Expand)AuthorAge
* Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel2012-06-22
* Use "NoItineraries" for processors with no itineraries.Andrew Trick2012-06-22
* Allow up to 64 functional units per processor itinerary.Hal Finkel2012-06-18
* Add two newlines in ParseSubtargetFeatures's debug output after the CPU is pr...Hal Finkel2012-06-12
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-11
* Sched itinerary fix: Avoid static initializers.Andrew Trick2012-06-08
* misched: Added MultiIssueItineraries.Andrew Trick2012-06-05
* Don't use enums larger than 1 << 31 for target features.Jakob Stoklund Olesen2012-01-03
* use space star instead of star spaceSebastian Pop2011-12-06
* Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta2011-12-01
* Move various generated tables into read-only memory, fixing up const correctn...Benjamin Kramer2011-10-22
* Move TableGen's parser and entry point into a libraryPeter Collingbourne2011-10-01
* Eliminate "const" from extern const to fix breakeage since r135184 on msvc.NAKAMURA Takumi2011-07-15
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14
* - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng2011-07-11
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng2011-07-07
* Rename TargetSubtarget to TargetSubtargetInfo for consistency.Evan Cheng2011-07-01
* - Added MCSubtargetInfo to capture subtarget features and schedulingEvan Cheng2011-07-01
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng2011-06-29
* Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta...Evan Cheng2011-04-15
* Add annotations to tablegen-generated processor itineraries, or replace them ...Andrew Trick2011-04-01
* whitespaceAndrew Trick2011-04-01
* eliminate the Records global variable, patch by Garrison Venn!Chris Lattner2010-12-13
* Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng2010-09-29
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-28
* For each instruction itinerary class, specify the number of micro-ops eachEvan Cheng2010-09-09
* Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov2010-04-18
* Initial support for different kinds of FU reservation.Anton Korobeynikov2010-04-07
* Have TableGen emit code that uses dbgs() rather than errs().David Greene2010-01-05
* Show command-line args and features passed into backend in debug output. Appr...Sandeep Patel2009-11-11
* Make the end-of-itinerary mark explicit. Some cleanup.David Goodwin2009-09-24
* Extend the instruction itinerary model to include the ability to indicate the...David Goodwin2009-08-17
* Enhance the InstrStage object to enable the specification of an Itinerary wit...David Goodwin2009-08-12
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-23
* fix a few spelling errors and typosJim Grosbach2009-03-26
* lib/Target/SubtargetFeature.cpp asserts that the FeatureKV[] table be sorted Jim Grosbach2008-09-11
* Stabilize 'getDwarfRegNumFull' output to not depend on random memory Chris Lattner2008-08-26
* Fix generation of multi-stage instruction itineraries. Patch byChris Lattner2008-04-06
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-25
* Rewrite tblgen handling of subtarget features soDale Johannesen2008-02-14
* remove attributions from utils.Chris Lattner2007-12-29
* Add an "implies" field to features. This indicates that, if the currentBill Wendling2007-05-04
* Fix generation of certain scheduler itineraries.Christopher Lamb2007-04-22
* Ignore entries with blank names.Jim Laskey2006-12-12
* Rollback changes to take a different tack.Jim Laskey2006-12-12
* Honor the command line specification for machine type.Jim Laskey2006-12-12
* Don't write out variables that are never used.Reid Spencer2006-11-03