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] 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
*
Fix some formatting in tablegen output.
Craig Topper
2015-01-03
1
-7
/
+4
*
Replace some 'unreachable' comments with llvm_unreachable.
Craig Topper
2015-01-03
1
-2
/
+2
*
Use iterators rather than indices to make this forwards-compatible with a cha...
David Blaikie
2014-12-22
1
-4
/
+5
*
unique_ptrify MatchableInfo(const CodeGenInstAlias *Alias)'s parameter
David Blaikie
2014-12-22
1
-14
/
+11
*
[MC] Reset the MCInst in the matcher function before adding opcode/operands.
Ahmed Bougacha
2014-12-16
1
-0
/
+1
*
Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead ...
David Blaikie
2014-12-03
1
-11
/
+11
*
Range-for some stuff related to RegClasses, and comment cases where range-for...
David Blaikie
2014-12-03
1
-2
/
+1
*
Remove indirection of vector<T*> in favor of deque<T>
David Blaikie
2014-11-29
1
-13
/
+10
*
Revert "Simplify some more ownership using forward_list<T> rather than vector...
Duncan P. N. Exon Smith
2014-11-28
1
-66
/
+82
*
Reapply "Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>""
David Blaikie
2014-11-28
1
-16
/
+14
*
Revert "Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>"
David Blaikie
2014-11-28
1
-15
/
+16
*
Push unique_ptr a bit further through some APIs and simplify some cleanup
David Blaikie
2014-11-28
1
-18
/
+13
*
Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>
David Blaikie
2014-11-28
1
-16
/
+15
*
Simplify some more ownership using forward_list<T> rather than vector<unique_...
David Blaikie
2014-11-28
1
-65
/
+54
*
Forgotten formatting from previous commit
David Blaikie
2014-11-28
1
-2
/
+2
*
Simplify ownership by using forward_list<T> rather than vector<unique_ptr<T>>
David Blaikie
2014-11-28
1
-42
/
+42
*
Fix another memory leak in TableGen AsmMatcher by deleting CodeGenInstAliases.
Craig Topper
2014-11-28
1
-0
/
+5
*
Use unique_ptr to fix some memory leaks in Tablegen AsmMatcherEmitter.
Craig Topper
2014-11-28
1
-37
/
+44
*
Use range-based for loops and const-correct a few things.
Craig Topper
2014-11-28
1
-59
/
+40
*
Remove unncessary check for Int_* and *_Int in AsmMatcherEmitter. These are a...
Craig Topper
2014-11-25
1
-7
/
+0
*
Use range-based for loops.
Craig Topper
2014-11-25
1
-126
/
+87
*
MCAsmParserExtension has a copy of the MCAsmParser. Use it.
Rafael Espindola
2014-11-11
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-6
/
+6
*
TableGen: allow use of uint64_t for available features mask.
Tim Northover
2014-08-18
1
-19
/
+21
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-6
/
+6
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-6
/
+6
*
AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperand
David Blaikie
2014-06-08
1
-24
/
+23
*
[asm matcher] Fix incorrect assertion when there are exactly 32 SubtargetFeat...
Daniel Sanders
2014-05-21
1
-13
/
+27
*
Clean up language and grammar.
Eric Christopher
2014-05-20
1
-2
/
+2
[next]