summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Minor code cleanup. NFC.Junmo Park2016-04-121-2/+2
* [TableGen] AsmMatcherEmitter.cpp: replace a sequence of "if" to "switch" in e...Valery Pykhtin2016-04-051-2/+6
* [TableGen] more helpful error message in MapTableEmitterNicolai Haehnle2016-03-101-2/+12
* [CodeGen] Add space-optimized EmitMergeInputChains1_2 to the DAG isel matchin...Craig Topper2016-03-071-2/+2
* TableGen: Accept itinerary data when checking for schedmodel completenessMatthias Braun2016-03-031-4/+4
* TableGen: Display helpfull message for incomplete models.Matthias Braun2016-03-011-1/+7
* TableGen: Check scheduling models for completenessMatthias Braun2016-03-012-0/+47
* TableGen: Add hasNoSchedulingInfo to instructionsMatthias Braun2016-03-013-1/+4
* [TableGen] AsmMatcher: Skip optional operands in the midle of instruction if ...Nikolay Haustov2016-03-011-14/+21
* AVX512F: Add GATHER/SCATTER assembler Intel syntax tests for knl/skx/avx . Ch...Igor Breger2016-02-251-16/+20
* Fix commentXinliang David Li2016-02-231-1/+1
* [X86] Remove some unused encoding checks from the disassembler table building.Craig Topper2016-02-201-4/+0
* [TableGen,X86] Add NDEBUG check to a variable initialization that's only used...Craig Topper2016-02-181-0/+2
* [TableGen,X86] Remove extra optional operand from RawFrm. RawFrm with 2 immed...Craig Topper2016-02-181-3/+1
* [TableGen] Fix inconsistent spacing. NFCCraig Topper2016-02-161-2/+2
* [TableGen] Stop passing by reference an integer that doesn't get modified. NFCCraig Topper2016-02-162-2/+2
* [TableGen] Remove unused member variable. NFCCraig Topper2016-02-162-3/+0
* [TableGen] Use range-based for loop. NFCCraig Topper2016-02-161-2/+2
* [TableGen] Remove constant string argument from a method that's only called o...Craig Topper2016-02-141-5/+5
* [TableGen] Fix comment about 64-bit type I missed when I removed the underlyi...Craig Topper2016-02-131-1/+1
* [TableGen] Use range-based for loops. NFCCraig Topper2016-02-132-131/+106
* No need to make the subtarget feature bit enum a uint64_t. This was a leftove...Craig Topper2016-02-131-1/+1
* [TableGen] Use range-based for loops. NFCCraig Topper2016-02-111-10/+7
* [TableGen] Don't call emitSourceFileHeader a second time in the middle of the...Craig Topper2016-02-111-3/+1
* [TableGen] Whitespace cleanup in output file. NFCCraig Topper2016-02-111-14/+14
* [TableGen] Simplify code slightly. NFCCraig Topper2016-02-111-6/+3
* SelectionDAG: Make Properties a field of SDPatternOperatorMatt Arsenault2016-02-101-1/+1
* TableGen: Add IsOptional field to AsmOperandClassTom Stellard2016-02-051-1/+15
* Unify the target opcode enum in TargetOpcodes.h and the FixedInstrs array inDavid L Kreitzer2016-02-031-12/+2
* Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)Reid Kleckner2016-02-032-2/+5
* [TableGen] Add 'register alternative name matching' supportDylan McKay2016-02-031-0/+34
* Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko2016-02-021-11/+5
* [TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...Craig Topper2016-02-015-15/+11
* No need to use utostr/utohexstr when writing into a raw_ostream. NFCCraig Topper2016-01-311-24/+30
* [llvm-tblgen] Avoid StringMatcher for GCC and MS builtin namesReid Kleckner2016-01-271-91/+56
* [llvm-tblgen] Stop emitting the intrinsic name matching codeReid Kleckner2016-01-261-60/+0
* Remove autoconf supportChris Bieneman2016-01-261-18/+0
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-14/+10
* Sort intrinsics by LLVM intrinsic name, rather than tablegen def nameReid Kleckner2016-01-261-0/+4
* [TableGen] Fix sort order of asm operand classesOliver Stannard2016-01-251-20/+85
* [TableGen] In AsmWriterEmitter unique command search, rather than storing a m...Craig Topper2016-01-241-43/+32
* [TableGen] Make a class member local to the function that populates it and co...Craig Topper2016-01-221-1/+2
* [TableGen] Reorder fields in AsmWriterOperand to remove padding and reduce si...Craig Topper2016-01-221-6/+5
* [TableGen] Remove the CGIOpNo from AsmWriterOperand as its not used for anyth...Craig Topper2016-01-222-8/+3
* [GlobalISel] Add a generic machine opcode for ADD.Quentin Colombet2016-01-201-0/+5
* [TableGen] Merge the SuperClass Record and SMRange vector into a single vecto...Craig Topper2016-01-181-4/+3
* [TableGen] Keep a returned const reference instead of making a copy. NFCCraig Topper2016-01-171-1/+1
* [TableGen] Replace instructions() with getInstructionsByEnumValue(). No need ...Craig Topper2016-01-175-11/+8
* [TableGen] Return ArrayRef instead of a std::vector reference from getInstruc...Craig Topper2016-01-173-19/+19
* [TableGen] Use std::find instead of a manual loop. NFCCraig Topper2016-01-171-3/+1
OpenPOWER on IntegriCloud