summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/SubtargetFeatureInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a bit of relaxed constexpr to make FeatureBitset costant intializableBenjamin Kramer2019-08-241-2/+2
* AMDGPU: Avoid emitting "true" predicatesMatt Arsenault2019-07-301-1/+7
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-111-17/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [globalisel][tablegen] Compute available feature bits correctly.Daniel Sanders2017-04-291-12/+10
* [globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders2017-04-211-0/+32
* Revert r300964 + r300970 - [globalisel][tablegen] Import SelectionDAG's rule ...Daniel Sanders2017-04-211-32/+0
* [globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...Daniel Sanders2017-04-211-0/+32
* [TableGen] Ensure proper ordering of subtarget feature namesKrzysztof Parzyszek2017-03-061-4/+17
* Revert r297039, it's causing some mysterious buildbot failuresKrzysztof Parzyszek2017-03-061-17/+4
* [TableGen] Ensure proper ordering of subtarget feature namesKrzysztof Parzyszek2017-03-061-4/+17
* Use print() instead of dump() in codeMatthias Braun2017-01-281-3/+4
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-2/+32
* [tablegen] Extract portions of AsmMatcherEmitter for re-use by another genera...Daniel Sanders2016-11-151-0/+89
OpenPOWER on IntegriCloud