summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...Craig Topper2013-09-30
* Various x86 disassembler fixes.Craig Topper2013-09-30
* Mark the x86 machine model as incomplete. PR17367.Andrew Trick2013-09-25
* Fix doxygen comments to use correct function name.Craig Topper2013-09-25
* Replace EVT with MVT in CodeGenDAGAPatterns.cpp.Craig Topper2013-09-25
* Fix formatting to match coding standards.Craig Topper2013-09-24
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24
* Add missing index comments to the left side of the DAG ISel matcher table for...Craig Topper2013-09-22
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* TableGen: fix constness of new comparison function.Tim Northover2013-09-16
* TableGen: give asm match classes deterministic order.Tim Northover2013-09-16
* AsmMatcher: emit subtarget feature enum in deterministic order.Tim Northover2013-09-16
* Replace some unnecessary vector copies with references.Benjamin Kramer2013-09-15
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* llvm-tblgen: Mangle operand replacements into the strings in printAliasInstr.Benjamin Kramer2013-09-11
* llvm-tblgen: Stabilize subreg index tables.Benjamin Kramer2013-09-11
* TableGen: Enumerate Schedule Model too.Vincent Lejeune2013-09-03
* Tidy up. Comment grammar.Jim Grosbach2013-08-29
* Tidy up. Trailing whitespace.Jim Grosbach2013-08-29
* Move StringToOffsetTable into the TableGen include directory so I can use it ...Craig Topper2013-08-29
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-28
* Add missing includeCraig Topper2013-08-28
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-28
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-27
* Add an OtherPreserved field to the CalleeSaved TableGen class.Jakob Stoklund Olesen2013-08-23
* AVX-512: Added masked SHIFT commands, more encoding testsElena Demikhovsky2013-08-22
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-22
* Fixing a warning about control reaching the end of a non-void function.Aaron Ballman2013-08-16
* [Mips][msa] Value types for MSA support.Jack Carter2013-08-13
* Revert r188164: Stablize MCK_Reg ordering in AsmMatcherEmitterRichard Sandiford2013-08-12
* Stablize MCK_Reg ordering in AsmMatcherEmitterRichard Sandiford2013-08-12
* 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