summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Fix DfaEmitter::visitDfaState() crash in MSVC x86 debug builds (PR44945)Hans Wennborg2020-02-252-5/+8
* [X86][Disassembler] Shrink X86GenDisassemblerTables.inc from 36M to 6.1MFangrui Song2020-01-111-46/+42
* [AArch64] Add isAuthenticated predicate to MCInstDescVedant Kumar2020-01-104-0/+4
* TableGen/GlobalISel: Fix pattern matching of immarg literalsMatt Arsenault2020-01-095-26/+65
* TableGen/GlobalISel: Add way for SDNodeXForm to work on timmMatt Arsenault2020-01-091-4/+47
* TableGen/GlobalISel: Address fixmeMatt Arsenault2020-01-091-5/+9
* [ms] [X86] Use "P" modifier on all branch-target operands in inline X86 assem...Eric Astor2020-01-092-41/+46
* TableGen: Remove unused codeMatt Arsenault2020-01-091-6/+0
* TableGen/GlobalISel: Fix slightly wrong generated commentMatt Arsenault2020-01-091-1/+1
* Fix warnings as errors that occur on sanitizer-x86_64-linuxDaniel Sanders2020-01-071-4/+4
* Remove extraneous semicolon.Bill Wendling2020-01-071-1/+1
* [gicombiner] Add GIMatchTree and use it for the code generationDaniel Sanders2020-01-0711-8/+1769
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-061-7/+8
* TableGen/GlobalISel: Handle default operands that are usedMatt Arsenault2020-01-061-7/+37
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-062-4/+4
* Revert "[gicombiner] Add GIMatchTree and use it for the code generation"Daniel Sanders2020-01-0311-1769/+8
* [gicombiner] Add GIMatchTree and use it for the code generationDaniel Sanders2020-01-0311-8/+1769
* [globalisel] Fix another mismatch between %d and the RuleID typeDaniel Sanders2020-01-031-1/+1
* TableGen: Fix assert on PatFrags with predicate codeMatt Arsenault2019-12-301-5/+21
* [Intrinsic] Delete tablegen rules of llvm.{sig,}{setjmp,longjmp}Fangrui Song2019-12-271-28/+0
* [TableGen] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-225-10/+10
* [globalisel] Small correction to the fixup in 0a0813962d6. The two ID's are n...Daniel Sanders2019-12-181-2/+2
* [gicombiner] Import tryCombineIndexedLoadStore()Daniel Sanders2019-12-181-3/+4
* [globalisel] Attempt to fix ARM bots that emit the correct number in the wron...Daniel Sanders2019-12-181-4/+5
* [gicombiner] Add support for arbitrary match data being passed from match to ...Daniel Sanders2019-12-181-0/+83
* Revert "Temporarily Revert "[gicombiner] Add the MatchDag structure and parse...Daniel Sanders2019-12-1814-3/+1361
* Temporarily Revert "[gicombiner] Add the MatchDag structure and parse instruc...Eric Christopher2019-12-1714-1361/+3
* [gicombiner] Process the MatchDag such that every node is reachable from the ...Daniel Sanders2019-12-174-0/+93
* [gicombiner] Add the MatchDag structure and parse instruction DAG's from the ...Daniel Sanders2019-12-1714-3/+1268
* [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes()Ana Pazos2019-12-161-69/+150
* [RISCV] Move DebugLoc Copy into CompressInstEmitterSam Elliott2019-12-131-0/+1
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-111-11/+65
* [TableGen] Remove unused target intrinsic generation logicReid Kleckner2019-12-117-75/+20
* [MC] Rewrite tablegen for printInstrAlias to comiple faster, NFCReid Kleckner2019-12-061-95/+166
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-2/+2
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-2/+2
* [TableGen] Fixed 'unused but set variable' warning. NFCIDávid Bolvanský2019-11-241-2/+0
* Reland 'Fixed -Wdeprecated-copy warnings. NFCI.'Dávid Bolvanský2019-11-231-0/+1
* Revert 'Fixed -Wdeprecated-copy warnings. NFCI.'Dávid Bolvanský2019-11-231-1/+0
* Fixed -Wdeprecated-copy warnings. NFCI.Dávid Bolvanský2019-11-231-0/+1
* [TableGen] Add backend to generate command guide for tools using libOption.Jonas Devlieghere2019-11-227-72/+198
* [PGO][PGSO] DAG.shouldOptForSize part.Hiroshi Yamauchi2019-11-211-0/+8
* [SVE][CodeGen] Scalable vector MVT size queriesGraham Hunter2019-11-181-12/+23
* CodeGenRegBank - make functions const to fix cppcheck warnings.Simon Pilgrim2019-11-101-3/+5
* Reduce scope of variable to silence cppcheck warning. NFCSimon Pilgrim2019-11-091-2/+1
* Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-091-2/+2
* AsmWriterOperand - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-071-1/+1
* TableGen: Remove assert that pattern results match input numberMatt Arsenault2019-11-061-1/+0
* CodeGenInstruction - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-061-5/+6
* X86FoldTablesEmitter - fix static analyzer potential invalid iterator warning...Simon Pilgrim2019-11-061-3/+3
OpenPOWER on IntegriCloud