summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/GICombinerEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [gicombiner] Add GIMatchTree and use it for the code generationDaniel Sanders2020-01-071-8/+199
* Revert "[gicombiner] Add GIMatchTree and use it for the code generation"Daniel Sanders2020-01-031-199/+8
* [gicombiner] Add GIMatchTree and use it for the code generationDaniel Sanders2020-01-031-8/+199
* [globalisel] Fix another mismatch between %d and the RuleID typeDaniel Sanders2020-01-031-1/+1
* [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-181-3/+273
* Temporarily Revert "[gicombiner] Add the MatchDag structure and parse instruc...Eric Christopher2019-12-171-273/+3
* [gicombiner] Process the MatchDag such that every node is reachable from the ...Daniel Sanders2019-12-171-0/+58
* [gicombiner] Add the MatchDag structure and parse instruction DAG's from the ...Daniel Sanders2019-12-171-3/+215
* [gicombiner] Add parse failure tests for defs/matchDaniel Sanders2019-10-251-0/+3
* Correct placement of #ifndef NDEBUG in r375067Daniel Sanders2019-10-171-12/+7
* [gicombiner] Add the run-time rule disable optionDaniel Sanders2019-10-171-3/+97
* [gicombiner] Hoist pure C++ combine into the tablegen definitionDaniel Sanders2019-10-161-6/+264
* [gicombiner] Add a CodeExpander to handle C++ fragments with variable expansionDaniel Sanders2019-10-031-0/+5
* Revert 373551 (CodeExpander.cpp CMake issue)Kristina Brooks2019-10-031-5/+0
* [gicombiner] Add a CodeExpander to handle C++ fragments with variable expansionDaniel Sanders2019-10-031-0/+5
* [gicombiner] Fix a nullptr dereference when -combiners is given a name that i...Daniel Sanders2019-10-021-5/+11
* [gicombiner] Add the boring boilerplate for the declarative combinerDaniel Sanders2019-10-021-0/+94
OpenPOWER on IntegriCloud