summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Remove some std stream usage from Support and TableGenReid Kleckner2013-08-06
* Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-01
* Option parsing: remove non-SUPPORT_ALIASARGS fall-backHans Wennborg2013-07-31
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-31
* comment typo.Andrew Trick2013-07-31
* Revert "TableGen: Enumerate Schedule Model too."Tom Stellard2013-07-31
* TableGen: Enumerate Schedule Model too.Vincent Lejeune2013-07-31
* Fix register pressure tables on ARM.Andrew Trick2013-07-31
* Add tracing to the tblgen register pressure table generator.Andrew Trick2013-07-31
* Remove use of sprintf added to X86 disassembler tablegen code. Send message w...Craig Topper2013-07-28
* fixed compilation issueElena Demikhovsky2013-07-28
* Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-28
* Using a different loop induction variable than the enclosing scope. No funct...Aaron Ballman2013-07-25
* Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski2013-07-25
* RegPressure: Order the "pressure sets" by number of regunits per set.Andrew Trick2013-07-25
* Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-24
* Remove 'else' after 'return'. No functional change.Craig Topper2013-07-23
* Remove trailing whitespace.Craig Topper2013-07-23
* This patch allows targets to define weather the instruction mnemonics in asm ...Vladimir Medic2013-07-16
* Teaching llvm-tblgen to not emit a switch statement when there are no case st...Aaron Ballman2013-07-15
* Add 'const' qualifier to some arrays.Craig Topper2013-07-15
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-27
* TableGen: Generate a function for getting operand indices based on their defi...Tom Stellard2013-06-25
* Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.Stefanus Du Toit2013-06-18
* Support BufferSize on ProcResGroup for unified MOp schedulers.Andrew Trick2013-06-15
* Machine Model: Add MicroOpBufferSize and resource BufferSize.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
* Remove unimplemented definition. Found using [-Wunused-member-function].Jakub Staszak2013-06-06
* SubtargetEmitter fixArnold Schwaighofer2013-06-05
* Fix a tblgen subtargetemitter bug, for future Swift support.Andrew Trick2013-06-05
* Revert series of sched model patches until I figure out what is going on.Arnold Schwaighofer2013-06-04
* SubtargetEmitter fixArnold Schwaighofer2013-06-04
* Make SubRegIndex size mandatory, following r183020.Ahmed Bougacha2013-05-31
* Add a way to define the bit range covered by a SubRegIndex.Ahmed Bougacha2013-05-31
* Remove the MCRegAliasIterator tables and compute the aliases dynamically.Chad Rosier2013-05-28
* Recognize ValueType operands in source patterns for fast-isel.Bill Schmidt2013-05-22
* Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen2013-05-16
* Handle tied sub-operands in AsmMatcherEmitterUlrich Weigand2013-04-27
* Machine model: Generate table entries for super-resources.Andrew Trick2013-04-23
* Machine model: verify well-formed processor resource groups.Andrew Trick2013-04-23
* Machine model: rewrite a tablegen loop to avoid comparing record pointers.Andrew Trick2013-04-23
* [asm parser] Add support for predicating MnemonicAlias based on the assemblerChad Rosier2013-04-18
* Add CLAC/STAC instruction encoding/decoding supportMichael Liao2013-04-11
* Fix TableGen subtarget-emitter to handle A9/Swift.Andrew Trick2013-03-29