Age | Commit message (Expand) | Author |
2011-06-29 | Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)... | Evan Cheng |
2011-06-01 | Initialize IssueWidth to zero. | Benjamin Kramer |
2011-04-13 | Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat... | Andrew Trick |
2010-12-24 | Various bits of framework needed for precise machine-level selection | Andrew Trick |
2010-12-24 | whitespace | Andrew Trick |
2010-09-29 | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng |
2010-09-15 | Spelling fix. | Bob Wilson |
2010-09-10 | Teach if-converter to be more careful with predicating instructions that would | Evan Cheng |
2010-09-09 | For each instruction itinerary class, specify the number of micro-ops each | Evan Cheng |
2010-06-12 | declare a class with 'class' instead of struct to avoid tag mismatch | Chris Lattner |
2010-04-07 | Initial support for different kinds of FU reservation. | Anton Korobeynikov |
2009-09-24 | Make the end-of-itinerary mark explicit. Some cleanup. | David Goodwin |
2009-08-19 | Use the schedule itinerary operand use/def cycle information to adjust depend... | 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-08-10 | Post RA scheduler changes. Introduce a hazard recognizer that uses the target... | David Goodwin |
2008-11-21 | Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor | Dan Gohman |
2008-11-20 | Delete redundant inline keywords. | Dan Gohman |
2008-11-20 | Doxygenate comments. | Dan Gohman |
2008-03-25 | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2005-11-04 | <cassert> no longer required to make VC++ happy. | Jeff Cohen |
2005-11-04 | change NULL to 0, unbreaks the ppc target when building on ia64 | Duraid Madina |
2005-11-03 | 1. Remove ranges from itinerary data. | Jim Laskey |
2005-11-02 | Keep VC++ happy. | Jeff Cohen |
2005-11-01 | Allow itineraries to be passed through the Target Machine. | Jim Laskey |
2005-10-27 | Structures used to hold scheduling information. | Jim Laskey |