summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Remove dead code.Rafael Espindola2013-12-02
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo.Ahmed Bougacha2013-11-17
* Small improvement to InstrinsicEmitter::EmitAttributes. This change removes ...Owen Anderson2013-11-16
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-03
* Lower stackmap intrinsics directly to their target opcode in the DAG builder.Andrew Trick2013-10-31
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-31
* whitespaceAndrew Trick2013-10-31
* TableGen: remove unused variable.Ahmed Bougacha2013-10-28
* TableGen: Refactor DAG patterns to enable parsing one pattern at a time.Ahmed Bougacha2013-10-28
* TableGen: Refactor AsmWriterEmitter to keep AsmWriterInsts.Ahmed Bougacha2013-10-28
* Typo.Peter Collingbourne2013-10-20
* Allow pinsrw/pinsrb/pextrb/pextrw/movmskps/movmskpd/pmovmskb/extractps instru...Craig Topper2013-10-14
* Remove more filters from the disassembler. Mark some AVX512 instructions as C...Craig Topper2013-10-12
* Mark some more instructions as CodeGenOnly. Remove filters from the disassemb...Craig Topper2013-10-12
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Remove another unnecessary filter from the disassembler.Craig Topper2013-10-11
* Fix so CRC32r64r8 isn't accidentally filtered from the disassembler tables.Craig Topper2013-10-10
* More x86 disassembler filtering cleanup.Craig Topper2013-10-09
* Remove some old filters from the x86 disassembler table builder.Craig Topper2013-10-09
* Remove unneeded MMX instruction definition by moving pattern to an equivalent...Craig Topper2013-10-08
* Remove some instructions that existed to provide aliases to the assembler. Ca...Craig Topper2013-10-08
* Remove some instructions that seem to only exist to trick the filtering check...Craig Topper2013-10-07
* Add disassembler support for long encodings for INC/DEC in 32-bit mode.Craig Topper2013-10-07
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-05
* Revert r191940 to see if it fixes the build bots.Craig Topper2013-10-04
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-04
* Add XOP disassembler support. Fixes PR13933.Craig Topper2013-10-03
* Add v4f16 to supported value types.Pete Cooper2013-10-03
* Remove several unused variables.Rafael Espindola2013-10-01
* Fix pattern sort in DAGISelEmitter.cppRichard Sandiford2013-10-01
* 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