index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
/
AsmMatcherEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "[TableGen] AsmMatcher: fix OpIdx computation when HasOptionalOperands...
Vitaly Buka
2017-08-04
1
-19
/
+3
*
[TableGen] AsmMatcher: fix OpIdx computation when HasOptionalOperands is true
Nirav Dave
2017-08-03
1
-3
/
+19
*
[TableGen] Fix some mismatches in the use of Namespace fields versus Target n...
Craig Topper
2017-07-07
1
-2
/
+2
*
[AsmParser] Mnemonic Spell Corrector
Sjoerd Meijer
2017-07-05
1
-0
/
+43
*
[TableGen] Adapt more places to getValueAsString now returning a StringRef in...
Craig Topper
2017-05-31
1
-19
/
+18
*
[TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...
Craig Topper
2017-05-31
1
-2
/
+6
*
Added LLVM_DUMP_METHOD attributes for MatchableInfo::dump(). Defined it only ...
Galina Kistanova
2017-05-17
1
-1
/
+3
*
[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...
Daniel Sanders
2017-04-21
1
-1
/
+1
*
Revert r300964 + r300970 - [globalisel][tablegen] Import SelectionDAG's rule ...
Daniel Sanders
2017-04-21
1
-1
/
+1
*
[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...
Daniel Sanders
2017-04-21
1
-1
/
+1
*
Spelling mistakes in comments. NFCI.
Simon Pilgrim
2017-03-31
1
-1
/
+1
*
[tablegen] Use categories on options that only matter to one emitter.
Daniel Sanders
2017-03-27
1
-2
/
+5
*
Move mnemonicIsValid to Mips target.
Craig Topper
2017-02-08
1
-24
/
+0
*
Summary: Currently there is no way to disable deprecated warning from asm lik...
Weiming Zhao
2016-12-05
1
-1
/
+3
*
TableGen/AsmMatcherEmitter: Bring sorting check back under EXPENSIVE_CHECKS
Matthias Braun
2016-12-05
1
-3
/
+13
*
TableGen/AsmMatcherEmitter: Trust that stable_sort works
Matthias Braun
2016-12-05
1
-10
/
+0
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-4
/
+4
*
Check that emitted instructions meet their predicates on all targets except A...
Daniel Sanders
2016-11-19
1
-27
/
+6
*
[tablegen] Merge duplicate definitions of getMinimalTypeForRange. NFC.
Daniel Sanders
2016-11-19
1
-11
/
+1
*
Fix -Wunused introduced in r286945 for release builds.
Daniel Sanders
2016-11-15
1
-0
/
+2
*
[tablegen] Extract portions of AsmMatcherEmitter for re-use by another genera...
Daniel Sanders
2016-11-15
1
-89
/
+11
*
[TableGen] Move OperandMatchResultTy enum to MCTargetAsmParser.h
Alex Bradbury
2016-11-01
1
-9
/
+2
*
Switch SmallSetVector to use DenseSet when it overflows its inline space.
Justin Lebar
2016-10-21
1
-15
/
+17
*
Revert r283690, "MC: Remove unused entities."
Peter Collingbourne
2016-10-10
1
-1
/
+1
*
MC: Remove unused entities.
Peter Collingbourne
2016-10-09
1
-1
/
+1
*
[TableGen] AsmMatcher: Add AsmVariantName to Instruction class.
Sam Kolton
2016-09-08
1
-0
/
+11
*
Use the range variant of find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-11
/
+8
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+1
*
[mips][ias] Check '$rs = $rd' constraints when both registers are in AsmText.
Daniel Sanders
2016-07-27
1
-2
/
+17
*
[TableGen] Use StringRef::compare instead of != and <. NFC.
Ahmed Bougacha
2016-06-23
1
-2
/
+2
*
[TableGen] AsmMatcher: support for default values for optional operands
Sam Kolton
2016-05-06
1
-31
/
+117
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+1
*
[TableGen] AsmMatcherEmitter.cpp: replace a sequence of "if" to "switch" in e...
Valery Pykhtin
2016-04-05
1
-2
/
+6
*
[TableGen] AsmMatcher: Skip optional operands in the midle of instruction if ...
Nikolay Haustov
2016-03-01
1
-14
/
+21
*
TableGen: Add IsOptional field to AsmOperandClass
Tom Stellard
2016-02-05
1
-1
/
+15
*
[TableGen] Add 'register alternative name matching' support
Dylan McKay
2016-02-03
1
-0
/
+34
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-11
/
+5
*
[TableGen] Fix sort order of asm operand classes
Oliver Stannard
2016-01-25
1
-20
/
+85
*
[TableGen] Replace instructions() with getInstructionsByEnumValue(). No need ...
Craig Topper
2016-01-17
1
-1
/
+1
*
[TableGen] Replace a logically negated xor of bools with just an equality com...
Craig Topper
2016-01-03
1
-1
/
+1
*
[TableGen] Use std::find_if and a lambda instead of manual loops.
Craig Topper
2016-01-03
1
-9
/
+10
*
[TableGen] Fix a bug introduced in r256627. If the switch was not emitted we ...
Craig Topper
2016-01-03
1
-2
/
+3
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2016-01-03
1
-20
/
+13
*
[TableGen] Modify the AsmMatcherEmitter to only apply the table growth from r...
Craig Topper
2015-12-31
1
-63
/
+110
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2015-12-31
1
-8
/
+3
*
[TableGen] Move determination of IsIsolatedToken into the tokenizer instead o...
Craig Topper
2015-12-31
1
-31
/
+33
*
[TableGen] Remove unnecessary conversion from StringRef to std::string when o...
Craig Topper
2015-12-30
1
-2
/
+2
*
[TableGen] Remove raw_string_ostream by just emitting the header for the swit...
Craig Topper
2015-12-30
1
-20
/
+20
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2015-12-30
1
-4
/
+4
*
[TableGen] Move more things that come from variant into the AsmVariantInfo cl...
Craig Topper
2015-12-30
1
-12
/
+12
[prev]
[next]