aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-033-5/+39
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-311-0/+2
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-311-1/+4
* whitespaceAndrew Trick2013-10-311-49/+49
* TableGen: remove unused variable.Ahmed Bougacha2013-10-281-0/+1
* TableGen: Refactor DAG patterns to enable parsing one pattern at a time.Ahmed Bougacha2013-10-282-51/+65
* TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.Ahmed Bougacha2013-10-281-26/+26
* Typo.Peter Collingbourne2013-10-201-1/+1
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-141-0/+3
* Remove more filters from the disassembler. Mark some AVX512 instructions as C...Craig Topper2013-10-121-5/+0
* Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...Craig Topper2013-10-121-4/+0
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Remove another unnecessary filter from the disassembler.Craig Topper2013-10-111-3/+0
* Fix so CRC32r64r8 isn't accidentally filtered from the disassembler tables.Craig Topper2013-10-101-1/+1
* More x86 disassembler filtering cleanup.Craig Topper2013-10-091-4/+1
* Remove some old filters from the x86 disassembler table builder.Craig Topper2013-10-091-6/+0
* Remove unneeded MMX instruction definition by moving pattern to an equivalent...Craig Topper2013-10-081-1/+0
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-081-3/+1
* Remove some instructions that seem to only exist to trick the filtering check...Craig Topper2013-10-071-1/+2
* Add disassembler support for long encodings for INC/DEC in 32-bit mode.Craig Topper2013-10-071-1/+2
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-054-1/+46
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-044-46/+1
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-044-1/+46
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-033-3/+72
* Add v4f16 to supported value types.Pete Cooper2013-10-031-0/+1
* Remove several unused variables.Rafael Espindola2013-10-014-12/+0
* Fix pattern sort in DAGISelEmitter.cppRichard Sandiford2013-10-011-9/+7
* Filter out repeated sections from the X86 disassembler modRMTable. Saves abou...Craig Topper2013-09-302-87/+67
* Various x86 disassembler fixes.Craig Topper2013-09-301-6/+18
* Mark the x86 machine model as incomplete. PR17367.Andrew Trick2013-09-251-0/+5
* Fix doxygen comments to use correct function name.Craig Topper2013-09-252-2/+2
* Replace EVT with MVT in CodeGenDAGAPatterns.cpp.Craig Topper2013-09-251-14/+14
* Fix formatting to match coding standards.Craig Topper2013-09-241-10/+7
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-242-1/+6
* 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