aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CodeGenSchedule.cpp
Commit message (Expand)AuthorAgeFilesLines
* tblgen: Assert that InstRWs doesn't grows when we don't expect it.Benjamin Kramer2013-06-101-0/+1
* tblgen: always lookup values from the original vector as it could be grown un...Benjamin Kramer2013-06-091-6/+6
* CodeGenSchedule: Use resize instead of copying a vectorArnold Schwaighofer2013-06-071-2/+2
* CodeGenSchedule: smallvector.push_back(smallvector[0]) is dangerousArnold Schwaighofer2013-06-061-1/+3
* Fix a tblgen subtargetemitter bug, for future Swift support.Andrew Trick2013-06-051-4/+23
* Machine model: verify well-formed processor resource groups.Andrew Trick2013-04-231-0/+51
* Fix TableGen subtarget-emitter to handle A9/Swift.Andrew Trick2013-03-291-5/+11
* Revert r178166. According to Howard, this code is actually ok.Dan Gohman2013-03-291-3/+1
* Avoid undefined behavior from passing a std::vector's own contentsDan Gohman2013-03-271-1/+3
* TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.Andrew Trick2013-03-261-1/+8
* TableGen fix for the new machine model.Andrew Trick2013-03-181-4/+6
* Machine model. Allow mixed itinerary classes and SchedRW lists.Andrew Trick2013-03-161-123/+111
* Add SchedRW as an Instruction field.Jakob Stoklund Olesen2013-03-151-6/+6
* MachineModel: Add a ProcResGroup class.Andrew Trick2013-03-141-0/+17
* MachineModel: Inconsequential TableGen SubtargetEmitter fix.Andrew Trick2013-02-011-1/+15
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-2/+2
* Fix a build problem with xlc. The error message wasRafael Espindola2012-11-021-1/+1
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-251-28/+30
* Don't use stack unwinding to provide the location information forJoerg Sonnenberger2012-10-241-4/+7
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-101-1/+1
* TableGen subtarget emitter cleanup.Andrew Trick2012-10-101-29/+36
* Added instregex support to TableGen subtarget emitter.Andrew Trick2012-10-031-9/+75
* TableGen subtarget emitter, nearly first class support for SchedAlias.Andrew Trick2012-10-031-112/+199
* Cleanup TableGen subtarget emitter.Andrew Trick2012-10-031-4/+1
* Machine Model (-schedmodel only). Added SchedAliases.Andrew Trick2012-09-221-57/+190
* SchedMachineModel: compress the CPU's WriteLatencyTable.Andrew Trick2012-09-191-0/+15
* TableGen subtarget parser: Add getProcResourcesIdx().Andrew Trick2012-09-171-0/+10
* TableGen subtarget parser. Handle new machine model.Andrew Trick2012-09-151-0/+190
* TableGen subtarget parser. Handle new machine model.Andrew Trick2012-09-151-0/+495
* TableGen subtarget parser. Handle new machine model.Andrew Trick2012-09-151-78/+585
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-0/+151