aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
...
| * Add missing index comments to the left side of the DAG ISel matcher table for...Craig Topper2013-09-221-2/+6
| * Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-222-6/+7
| * TableGen: fix constness of new comparison function.Tim Northover2013-09-161-1/+1
| * TableGen: give asm match classes deterministic order.Tim Northover2013-09-161-23/+46
| * AsmMatcher: emit subtarget feature enum in deterministic order.Tim Northover2013-09-161-7/+7
| * Replace some unnecessary vector copies with references.Benjamin Kramer2013-09-151-1/+1
| * Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-124-0/+50
| * llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr.Benjamin Kramer2013-09-111-40/+45
| * llvm-tblgen: Stabilize subreg index tables.Benjamin Kramer2013-09-111-2/+2
| * TableGen: Enumerate Schedule Model too.Vincent Lejeune2013-09-031-1/+9
| * Tidy up. Comment grammar.Jim Grosbach2013-08-291-2/+2
| * Tidy up. Trailing whitespace.Jim Grosbach2013-08-291-39/+39
| * Move StringToOffsetTable into the TableGen include directory so I can use it ...Craig Topper2013-08-292-84/+1
| * Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-281-5/+10
| * Add missing includeCraig Topper2013-08-281-0/+1
| * Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-281-14/+16
| * Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-271-16/+14
| * Add an OtherPreserved field to the CalleeSaved TableGen class.Jakob Stoklund Olesen2013-08-231-1/+13
| * AVX-512: Added masked SHIFT commands, more encoding testsElena Demikhovsky2013-08-221-17/+23
| * ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-222-3/+3
| * Fixing a warning about control reaching the end of a non-void function.Aaron Ballman2013-08-161-0/+1
| * [Mips][msa] Value types for MSA support.Jack Carter2013-08-131-0/+1
| * Revert r188164: Stablize MCK_Reg ordering in AsmMatcherEmitterRichard Sandiford2013-08-121-21/+19
| * Stablize MCK_Reg ordering in AsmMatcherEmitterRichard Sandiford2013-08-121-19/+21
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-0718-150/+797
|\ \ | |/
| * Remove some std stream usage from Support and TableGenReid Kleckner2013-08-061-1/+2
| * Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-011-2/+1
| * Option parsing: remove non-SUPPORT_ALIASARGS fall-backHans Wennborg2013-07-311-14/+2
| * Option parsing: add support for alias arguments.Hans Wennborg2013-07-311-3/+30
| * comment typo.Andrew Trick2013-07-311-1/+1
| * Revert "TableGen: Enumerate Schedule Model too."Tom Stellard2013-07-311-7/+0
| * TableGen: Enumerate Schedule Model too.Vincent Lejeune2013-07-311-0/+7
| * Fix register pressure tables on ARM.Andrew Trick2013-07-311-3/+31
| * Add tracing to the tblgen register pressure table generator.Andrew Trick2013-07-311-7/+63
| * Remove use of sprintf added to X86 disassembler tablegen code. Send message w...Craig Topper2013-07-281-4/+2
| * fixed compilation issueElena Demikhovsky2013-07-281-0/+1
| * Added encoding prefixes for KNL instructions (EVEX).Elena Demikhovsky2013-07-283-10/+261
| * Using a different loop induction variable than the enclosing scope. No funct...Aaron Ballman2013-07-251-2/+2
| * Fix a bug in TableGen where the intrinsic function name recognizer could mis-...Justin Holewinski2013-07-251-0/+18
| * RegPressure: Order the "pressure sets" by number of regunits per set.Andrew Trick2013-07-253-8/+53
| * Split generated asm mnemonic matching table into a separate table for each as...Craig Topper2013-07-241-38/+71
| * Remove 'else' after 'return'. No functional change.Craig Topper2013-07-231-2/+1
| * Remove trailing whitespace.Craig Topper2013-07-231-26/+26
| * This patch allows targets to define weather the instruction mnemonics in asm ...Vladimir Medic2013-07-161-4/+7
| * Teaching llvm-tblgen to not emit a switch statement when there are no case st...Aaron Ballman2013-07-153-53/+88
| * Add 'const' qualifier to some arrays.Craig Topper2013-07-151-1/+1
| * Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-143-4/+4
| * Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-063-1/+15
| * Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-2/+2
| * Improve the compression of the tablegen DiffLists by introducing a new sortChad Rosier2013-06-272-4/+10