summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/GlobalISelEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [globalisel][tablegen] Rename and re-comment render functions to match the ne...Daniel Sanders2017-07-061-7/+7
* [globalisel][tablegen] Rename and re-comment to match the new MatchTables. NFC.Daniel Sanders2017-07-061-46/+47
* [globalisel][tablegen] Import rules containing intrinsic_wo_chain.Daniel Sanders2017-07-061-4/+27
* [globalisel][tablegen] Finish fixing compile-time regressions by merging the ...Daniel Sanders2017-07-051-36/+26
* [globalisel][tablegen] Fix the misuse of STATISTICS() on release builds (like...Daniel Sanders2017-07-051-4/+4
* [globalisel][tablegen] Added instruction emission to the state-machine-based ...Daniel Sanders2017-07-051-105/+105
* [globalisel][tablegen] Fix release builds after r307079Daniel Sanders2017-07-041-2/+7
* [globalisel][tablegen] Partially fix compile-time regressions by converting m...Daniel Sanders2017-07-041-156/+299
* [globalisel][tablegen] Post-commit review nits for r306388. NFCDaniel Sanders2017-06-281-37/+31
* [globalisel][tablegen] Multiple 80-col corrections.Daniel Sanders2017-06-281-20/+41
* [globalisel][tablegen] Add support for EXTRACT_SUBREG.Daniel Sanders2017-06-271-9/+142
* [globalisel][tablegen] Add support for COPY_TO_REGCLASS.Daniel Sanders2017-06-201-24/+96
* [TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...Craig Topper2017-05-311-1/+1
* [TableGen] Introduce DagInit::getArgs that returns an ArrayRef. Use it to fix...Craig Topper2017-05-291-1/+1
* Fixed nondeterminism in RuleMatcher::emit.Galina Kistanova2017-05-251-1/+8
* Fix unused variable warnings after r303678Daniel Sanders2017-05-231-2/+2
* [globalisel][tablegen] Add support for (set $dst, 1) and test X86's OptForSiz...Daniel Sanders2017-05-231-18/+65
* Revert r303259 - [globalisel][tablegen] Import rules containing intrinsic_wo_...Daniel Sanders2017-05-221-22/+3
* Re-commit: [globalisel][tablegen] Import rules containing intrinsic_wo_chain.Daniel Sanders2017-05-181-3/+22
* Revert "[globalisel][tablegen] Import rules containing intrinsic_wo_chain."Quentin Colombet2017-05-171-22/+3
* [globalisel][tablegen] Import rules containing intrinsic_wo_chain.Daniel Sanders2017-05-171-3/+22
* [globalisel][tablegen] Require that all registers between instructions of a m...Daniel Sanders2017-05-171-0/+2
* Fixup r303240: Use llvm::to_string instead of std::to_stringDiana Picus2017-05-171-3/+3
* [GlobalISel][TableGen] Fix handling of default operandsDiana Picus2017-05-171-48/+49
* [ARM] GlobalISel: Use TableGen instruction selectorDiana Picus2017-05-021-3/+9
* [globalisel][tablegen] Silence unused variable warning.Daniel Sanders2017-04-291-1/+0
* [globalisel][tablegen] Compute available feature bits correctly.Daniel Sanders2017-04-291-18/+60
* [globalisel][tablegen] Fix vector element sizeIgor Breger2017-04-261-1/+1
* [globalisel][tablegen] Add support for RegisterOperand.Daniel Sanders2017-04-221-1/+10
* [globalisel][tablegen] Revise API for ComplexPattern operands to improve flex...Daniel Sanders2017-04-221-103/+39
* [globalisel][tablegen] Fix PR32733 by checking which instruction operands bel...Daniel Sanders2017-04-221-2/+3
* [globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders2017-04-211-25/+66
* Revert r300964 + r300970 - [globalisel][tablegen] Import SelectionDAG's rule ...Daniel Sanders2017-04-211-66/+25
* [globalisel][tablegen] Try again to fix builds on old MSVC's after r300964Daniel Sanders2017-04-211-1/+1
* Revert: r300966 - [globalisel][tablegen] Attempt to fix builds on old MSVC's ...Daniel Sanders2017-04-211-2/+2
* [globalisel][tablegen] Attempt to fix builds on old MSVC's after r300964Daniel Sanders2017-04-211-2/+2
* [globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders2017-04-211-25/+66
* [globalisel][tablegen] Report more detail in some SelectionDAG import failure...Daniel Sanders2017-04-131-19/+98
* [globalisel][tablegen] Add experimental support for OperandWithDefaultOps, Pr...Daniel Sanders2017-04-121-4/+78
* [globalisel][tablegen] Fix patterns involving multiple ComplexPatterns.Daniel Sanders2017-04-051-41/+60
* [globalisel][tablegen] Fix non-determinism introduced in r299430.Daniel Sanders2017-04-041-2/+7
* [globalisel][tablegen] Try to make MSVC happy with r299430Daniel Sanders2017-04-041-5/+5
* [tablegen][globalisel] Add support for nested instruction matching.Daniel Sanders2017-04-041-13/+180
* [globalisel][tablegen] Change Expected<bool> to Error and rename functions.Daniel Sanders2017-03-301-45/+41
* [tablegen][globalisel] Convert the SelectionDAG importer to a tree walking ap...Daniel Sanders2017-03-291-161/+266
* [tablegen] Use categories on options that only matter to one emitter.Daniel Sanders2017-03-271-1/+3
* GlobalISel: add implicit defs & uses when mutating an instruction.Tim Northover2017-03-201-1/+18
* Explicitly add move constructor/assignment operators.Zachary Turner2017-03-201-0/+2
* [tablegen][globalisel] Capture instructions into locals and related infrastru...Daniel Sanders2017-03-201-60/+125
* Removed unnecessary semicolon. NFCI.Simon Pilgrim2017-03-151-1/+1
OpenPOWER on IntegriCloud