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
*
[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
*
[TableGen] Use 'size_t' instead of 'unsigned' to better match the argument ty...
Craig Topper
2015-12-30
1
-5
/
+5
*
De-virtualize mnemonicIsValid and remove from the base class. It's not called...
Craig Topper
2015-12-29
1
-1
/
+1
*
[TableGen] Add missing space to output.
Craig Topper
2015-12-29
1
-1
/
+1
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2015-12-29
1
-10
/
+5
*
Default SetVector to use a DenseSet.
Rafael Espindola
2015-11-18
1
-3
/
+3
*
[MCTargetAsmParser] Move the member varialbes that reference
Akira Hatanaka
2015-11-14
1
-1
/
+1
*
[AsmParser] Generalize matching for grammars without mnemonic-lead statements
Colin LeMahieu
2015-11-09
1
-35
/
+31
*
[AsmParser] Backends can parameterize ASM tokenization.
Colin LeMahieu
2015-11-09
1
-47
/
+68
*
[TableGen] Use range-based for loops and make a helper function static. NFC
Craig Topper
2015-09-13
1
-46
/
+39
*
[TableGen] Simplify some code by using StringRef::find instead of std::find. NFC
Craig Topper
2015-09-13
1
-3
/
+3
*
[TableGen] Use 'size_t' instead of 'unsigned' to better match the argument ty...
Craig Topper
2015-09-13
1
-2
/
+2
*
[TableGen] Use make_unique. NFC.
Craig Topper
2015-09-06
1
-3
/
+3
*
[TableGen] Use range-based for loop.
Craig Topper
2015-08-16
1
-4
/
+2
*
[TableGen] Move the ConversionRow vector into the ConversionTable instead of ...
Craig Topper
2015-08-16
1
-1
/
+1
*
[TableGen] NFC improving comments about what the tokenized identifiers will c...
Colin LeMahieu
2015-08-10
1
-1
/
+2
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-01
1
-0
/
+14
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-30
/
+26
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-26
/
+30
*
[TableGen] Use range-based for loops. NFC.
Craig Topper
2015-06-02
1
-2
/
+2
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-6
/
+4
*
[TableGen][AsmMatcherEmitter] Only parse isolated tokens as registers.
Ahmed Bougacha
2015-05-29
1
-4
/
+22
*
[TableGen][AsmMatcherEmitter] Factor out AsmOperand creation. NFC.
Ahmed Bougacha
2015-05-29
1
-8
/
+15
*
AsmMatcherEmitter: Add an option to override custom converters for InstAlias
Tom Stellard
2015-05-26
1
-3
/
+12
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-7
/
+5
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-2
/
+2
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-5
/
+7
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-7
/
+5
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-5
/
+7
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-7
/
+5
*
TableGen: Initialize ErrorInfo to ~0ULL in the MatchInstructionImpl
Tom Stellard
2015-03-05
1
-1
/
+1
*
Add a FIXME for PR22796, broken ordering of ClassInfo in TableGen
David Blaikie
2015-03-04
1
-0
/
+5
*
Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici...
David Blaikie
2015-03-03
1
-2
/
+0
*
Remove the explicit SDNodeIterator::operator= in favor of the implicit default
David Blaikie
2015-03-03
1
-0
/
+2
*
Replace std::copy with a back inserter with vector append where feasible
Benjamin Kramer
2015-02-28
1
-2
/
+3
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-5
/
+7
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-7
/
+5
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-2
/
+2
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-2
/
+2
*
[TableGen] Add support for negative immediates to AsmMatcherEmitter
Hal Finkel
2015-01-15
1
-0
/
+2
[next]