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
...
*
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
*
TableGen/ARM64: print aliases even if they have syntax variants.
Tim Northover
2014-05-15
1
-1
/
+2
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-6
/
+6
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
1
-4
/
+4
*
tblgen: Twinify PrintFatalError.
Benjamin Kramer
2014-03-29
1
-14
/
+14
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-2
/
+2
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-4
/
+3
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-3
/
+3
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-10
/
+1
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
1
-0
/
+1
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-9
/
+0
*
TableGen: fix constness of new comparison function.
Tim Northover
2013-09-16
1
-1
/
+1
*
TableGen: give asm match classes deterministic order.
Tim Northover
2013-09-16
1
-23
/
+46
*
AsmMatcher: emit subtarget feature enum in deterministic order.
Tim Northover
2013-09-16
1
-7
/
+7
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-0
/
+20
*
Move StringToOffsetTable into the TableGen include directory so I can use it ...
Craig Topper
2013-08-29
1
-1
/
+1
*
Revert r188164: Stablize MCK_Reg ordering in AsmMatcherEmitter
Richard Sandiford
2013-08-12
1
-21
/
+19
*
Stablize MCK_Reg ordering in AsmMatcherEmitter
Richard Sandiford
2013-08-12
1
-19
/
+21
*
Remove some std stream usage from Support and TableGen
Reid Kleckner
2013-08-06
1
-1
/
+2
*
Moving definition of MnemonicContainsDot field from class Instruction to clas...
Vladimir Medic
2013-08-01
1
-2
/
+1
*
Split generated asm mnemonic matching table into a separate table for each as...
Craig Topper
2013-07-24
1
-38
/
+71
*
This patch allows targets to define weather the instruction mnemonics in asm ...
Vladimir Medic
2013-07-16
1
-4
/
+7
*
Teaching llvm-tblgen to not emit a switch statement when there are no case st...
Aaron Ballman
2013-07-15
1
-22
/
+45
*
Handle tied sub-operands in AsmMatcherEmitter
Ulrich Weigand
2013-04-27
1
-30
/
+19
*
[asm parser] Add support for predicating MnemonicAlias based on the assembler
Chad Rosier
2013-04-18
1
-20
/
+45
*
Allow targets to add custom asm operand matching logic.
Jim Grosbach
2013-02-06
1
-0
/
+9
*
[ms-inline asm] Address the FIXME in AsmParser.cpp.
Chad Rosier
2013-01-15
1
-4
/
+8
*
Remove locale-dependence of enum mangling and use existing function.
Tim Northover
2013-01-10
1
-14
/
+10
*
Make TableGen mangle operand method names before putting in enum.
Tim Northover
2013-01-10
1
-2
/
+13
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-29
/
+29
*
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
1
-22
/
+15
[prev]
[next]