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
/
AsmWriterInst.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tablegen] Add locations to many PrintFatalError() calls
Daniel Sanders
2019-02-12
1
-11
/
+22
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TableGen] Remove the CGIOpNo from AsmWriterOperand as its not used for anyth...
Craig Topper
2016-01-22
1
-2
/
+2
*
[TableGen] Use a StringRef instead of creating a new std::string. It gets pas...
Craig Topper
2016-01-17
1
-3
/
+2
*
[TableGen] Changes to AsmWriterEmitter to remove the CodeGenInstruction to As...
Craig Topper
2016-01-17
1
-2
/
+3
*
[TableGen] Pass PassSubtarget flag into getCode instead of storing a copy of ...
Craig Topper
2016-01-14
1
-7
/
+4
*
[TableGen] Remove a few spaces from AsmMatcher output. NFC
Craig Topper
2016-01-11
1
-3
/
+3
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-10
/
+5
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
1
-3
/
+8
*
Remove dead code.
Craig Topper
2014-11-25
1
-3
/
+1
*
Remove dead code.
Rafael Espindola
2013-12-02
1
-33
/
+2
*
Remove 'else' after 'return'. No functional change.
Craig Topper
2013-07-23
1
-2
/
+1
*
Remove trailing whitespace.
Craig Topper
2013-07-23
1
-26
/
+26
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-11
/
+12
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-1
/
+1
*
factor the operand list (and related fields/operations) out of
Chris Lattner
2010-11-01
1
-2
/
+2
*
move FlattenVariants out of AsmMatcherEmitter into a shared
Chris Lattner
2010-11-01
1
-70
/
+38
*
change a ton of code to not implicitly use the "O" raw_ostream
Chris Lattner
2010-04-04
1
-0
/
+1
*
Changed AsmWriterOperand to also include the index of the
Sean Callanan
2010-02-10
1
-2
/
+7
*
Fixed some indentation in the AsmWriterInst
Sean Callanan
2010-02-09
1
-12
/
+12
*
Per PR 6219, factored AsmWriterInst and AsmWriterOperand
Sean Callanan
2010-02-09
1
-0
/
+259