aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1810-45/+71
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0914-277/+389
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2331-1108/+1363
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0238-500/+656
* Allow mm in these subdirectories.Dan Albert2014-11-031-1/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2114-514/+143
* Switch name from tblgen -> llvm-tblgen for consistency with upstream LLVM.Stephen Hines2014-06-031-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2934-531/+788
* Update to LLVM 3.5a.Stephen Hines2014-04-2446-1749/+1482
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1130-582/+820
|\
| * Merging r195092:Bill Wendling2013-11-192-45/+33
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-194-58/+86
| * Revert r194865 and r194874.Alexey Samsonov2013-11-184-83/+58
| * TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo.Ahmed Bougacha2013-11-171-0/+31
| * Small improvement to InstrinsicEmitter::EmitAttributes. This change removes ...Owen Anderson2013-11-161-17/+38
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-154-58/+83
| * 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