Fix a typo (the the => the)
[oota-llvm.git] / utils / TableGen / SubtargetEmitter.cpp
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-09 Andrew TrickMachine model: allow itineraries to be shared by differ...
2012-07-07 Andrew TrickI'm introducing a new machine model to simultaneously...
2012-07-07 Andrew TrickTweak spelling.
2012-07-02 Chandler CarruthFix the C++11 build. I hate narrowing conversions.
2012-07-02 Andrew TrickReapply "Make NumMicroOps a variable in the subtarget...
2012-06-29 Andrew TrickRevert "Make NumMicroOps a variable in the subtarget...
2012-06-29 Andrew TrickMake NumMicroOps a variable in the subtarget's instruct...
2012-06-22 Hal FinkelRevert r158679 - use case is unclear (and it increases...
2012-06-22 Andrew TrickUse "NoItineraries" for processors with no itineraries.
2012-06-18 Hal FinkelAllow up to 64 functional units per processor itinerary.
2012-06-12 Hal FinkelAdd two newlines in ParseSubtargetFeatures's debug...
2012-06-11 Jakob Stoklund OlesenWrite llvm-tblgen backends as functions instead of...
2012-06-08 Andrew TrickSched itinerary fix: Avoid static initializers.
2012-06-05 Andrew Trickmisched: Added MultiIssueItineraries.
2012-01-03 Jakob Stoklund OlesenDon't use enums larger than 1 << 31 for target features.
2011-12-06 Sebastian Popuse space star instead of star space
2011-12-01 Anshuman DasguptaAdd a deterministic finite automaton based packetizer...
2011-10-22 Benjamin KramerMove various generated tables into read-only memory...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-07-15 NAKAMURA TakumiEliminate "const" from extern const to fix breakeage...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-07-07 Evan ChengCompute feature bits at time of MCSubtargetInfo initial...
2011-07-01 Evan ChengRename TargetSubtarget to TargetSubtargetInfo for consi...
2011-07-01 Evan Cheng- Added MCSubtargetInfo to capture subtarget features...
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-06-29 Evan ChengSink SubtargetFeature and TargetInstrItineraries (renam...
2011-04-15 Evan ChengIncrease SubtargetFeatureKV Value and Implies fields...
2011-04-01 Andrew TrickAdd annotations to tablegen-generated processor itinera...
2011-04-01 Andrew Trickwhitespace
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-09-29 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-28 Evan ChengAdd support to model pipeline bypass / forwarding.
2010-09-09 Evan ChengFor each instruction itinerary class, specify the numbe...
2010-04-18 Anton KorobeynikovMake processor FUs unique for given itinerary. This...
2010-04-07 Anton KorobeynikovInitial support for different kinds of FU reservation.
2010-01-05 David GreeneHave TableGen emit code that uses dbgs() rather than...
2009-11-11 Sandeep PatelShow command-line args and features passed into backend...
2009-09-24 David GoodwinMake the end-of-itinerary mark explicit. Some cleanup.
2009-08-17 David GoodwinExtend the instruction itinerary model to include the...
2009-08-12 David GoodwinEnhance the InstrStage object to enable the specificati...
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-05-23 Anton KorobeynikovPropagate CPU string out of SubtargetFeatures
2009-03-26 Jim Grosbachfix a few spelling errors and typos
2008-09-11 Jim Grosbachlib/Target/SubtargetFeature.cpp asserts that the Featur...
2008-08-26 Chris LattnerStabilize 'getDwarfRegNumFull' output to not depend...
2008-04-06 Chris LattnerFix generation of multi-stage instruction itineraries...
2008-03-25 Dan GohmanA quick nm audit turned up several fixed tables and...
2008-02-14 Dale JohannesenRewrite tblgen handling of subtarget features so
2007-12-29 Chris Lattnerremove attributions from utils.
2007-05-04 Bill WendlingAdd an "implies" field to features. This indicates...
2007-04-22 Christopher LambFix generation of certain scheduler itineraries.
2006-12-12 Jim LaskeyIgnore entries with blank names.
2006-12-12 Jim LaskeyRollback changes to take a different tack.
2006-12-12 Jim LaskeyHonor the command line specification for machine type.
2006-11-03 Reid SpencerDon't write out variables that are never used.
2006-11-02 Reid SpencerFor PR786:
2006-05-24 Chris LattnerDon't make zero-sized static arrays
2006-03-03 Chris Lattnerremove out of date comment
2006-01-27 Evan ChengSubtarget feature can now set any variable to any value
2006-01-27 Chris LattnerThere is at least a 'noitinerary' itinerary now
2005-12-30 Duraid Madinaalmost got the HP-UX tester up.. :)
2005-11-03 Jim Laskey1. Remove ranges from itinerary data.
2005-11-01 Jim LaskeyAllow itineraries to be passed through the Target Machine.
2005-10-31 Jim LaskeyGenerate cpu to itinerary map.
2005-10-28 Chris LattnerRename Record::getValueAsListDef to getValueAsListOfDef...
2005-10-28 Jim LaskeyRemoved Mr. Smith from the code.
2005-10-28 Jim LaskeyAdd some commentary.
2005-10-28 Jeff CohenKeep Visual Studio happy.
2005-10-27 Jim LaskeyNow generating instruction itineraries for scheduling...
2005-10-26 Jim LaskeySimplify.
2005-10-26 Jim LaskeyGive full control of subtarget features over to table...
2005-10-25 Jim LaskeyRefactored to make room for more stuff (scheduling...
2005-10-23 Chris LattnerAdd the needed #include, emit enums with the sizes...
2005-10-22 Jim LaskeySort the features and processor lists for the sake...
2005-10-21 Jim LaskeyNew TableGen backends for subtarget information. Only...