summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenSchedule.cpp
Commit message (Expand)AuthorAge
* Fix known typosAlp Toker2014-01-24
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Support BufferSize on ProcResGroup for unified MOp schedulers.Andrew Trick2013-06-15
* tblgen: Assert that InstRWs doesn't grows when we don't expect it.Benjamin Kramer2013-06-10
* tblgen: always lookup values from the original vector as it could be grown un...Benjamin Kramer2013-06-09
* CodeGenSchedule: Use resize instead of copying a vectorArnold Schwaighofer2013-06-07
* CodeGenSchedule: smallvector.push_back(smallvector[0]) is dangerousArnold Schwaighofer2013-06-06
* Fix a tblgen subtargetemitter bug, for future Swift support.Andrew Trick2013-06-05
* Machine model: verify well-formed processor resource groups.Andrew Trick2013-04-23
* Fix TableGen subtarget-emitter to handle A9/Swift.Andrew Trick2013-03-29
* Revert r178166. According to Howard, this code is actually ok.Dan Gohman2013-03-29
* Avoid undefined behavior from passing a std::vector's own contentsDan Gohman2013-03-27
* TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.Andrew Trick2013-03-26
* TableGen fix for the new machine model.Andrew Trick2013-03-18
* Machine model. Allow mixed itinerary classes and SchedRW lists.Andrew Trick2013-03-16
* Add SchedRW as an Instruction field.Jakob Stoklund Olesen2013-03-15
* MachineModel: Add a ProcResGroup class.Andrew Trick2013-03-14
* MachineModel: Inconsequential TableGen SubtargetEmitter fix.Andrew Trick2013-02-01
* Sort the #include lines for utils/...Chandler Carruth2012-12-04
* Fix a build problem with xlc. The error message wasRafael Espindola2012-11-02
* Remove exception handling usage from tblgen.Joerg Sonnenberger2012-10-25
* Don't use stack unwinding to provide the location information forJoerg Sonnenberger2012-10-24
* tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.Sean Silva2012-10-10
* TableGen subtarget emitter cleanup.Andrew Trick2012-10-10
* Added instregex support to TableGen subtarget emitter.Andrew Trick2012-10-03
* TableGen subtarget emitter, nearly first class support for SchedAlias.Andrew Trick2012-10-03
* Cleanup TableGen subtarget emitter.Andrew Trick2012-10-03
* Machine Model (-schedmodel only). Added SchedAliases.Andrew Trick2012-09-22
* SchedMachineModel: compress the CPU's WriteLatencyTable.Andrew Trick2012-09-19
* TableGen subtarget parser: Add getProcResourcesIdx().Andrew Trick2012-09-17
* TableGen subtarget parser. Handle new machine model.Andrew Trick2012-09-15
* TableGen subtarget parser. Handle new machine model.Andrew Trick2012-09-15
* TableGen subtarget parser. Handle new machine model.Andrew Trick2012-09-15
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-07