aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenSchedule.cpp
AgeCommit message (Expand)Author
2013-03-29Fix TableGen subtarget-emitter to handle A9/Swift.Andrew Trick
2013-03-29Revert r178166. According to Howard, this code is actually ok.Dan Gohman
2013-03-27Avoid undefined behavior from passing a std::vector's own contentsDan Gohman
2013-03-26TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.Andrew Trick
2013-03-18TableGen fix for the new machine model.Andrew Trick
2013-03-16Machine model. Allow mixed itinerary classes and SchedRW lists.Andrew Trick
2013-03-15Add SchedRW as an Instruction field.Jakob Stoklund Olesen
2013-03-14MachineModel: Add a ProcResGroup class.Andrew Trick
2013-02-01MachineModel: Inconsequential TableGen SubtargetEmitter fix.Andrew Trick
2012-12-04Sort the #include lines for utils/...Chandler Carruth
2012-11-02Fix a build problem with xlc. The error message wasRafael Espindola
2012-10-25Remove exception handling usage from tblgen.Joerg Sonnenberger
2012-10-24Don't use stack unwinding to provide the location information forJoerg Sonnenberger
2012-10-10tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva
2012-10-10TableGen subtarget emitter cleanup.Andrew Trick
2012-10-03Added instregex support to TableGen subtarget emitter.Andrew Trick
2012-10-03TableGen subtarget emitter, nearly first class support for SchedAlias.Andrew Trick
2012-10-03Cleanup TableGen subtarget emitter.Andrew Trick
2012-09-22Machine Model (-schedmodel only). Added SchedAliases.Andrew Trick
2012-09-19SchedMachineModel: compress the CPU's WriteLatencyTable.Andrew Trick
2012-09-17TableGen subtarget parser: Add getProcResourcesIdx().Andrew Trick
2012-09-15TableGen subtarget parser. Handle new machine model.Andrew Trick
2012-09-15TableGen subtarget parser. Handle new machine model.Andrew Trick
2012-09-15TableGen subtarget parser. Handle new machine model.Andrew Trick
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick