Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
utils
/
TableGen
/
AsmWriterInst.cpp
db75cc1
[TableGen] Remove the CGIOpNo from AsmWriterOperand as its not used for anything. NFC
by Craig Topper
· 10 years ago
e8453b0
[TableGen] Use a StringRef instead of creating a new std::string. It gets passed to a function that takes a StringRef anyway. NFC
by Craig Topper
· 10 years ago
9e9ae60
[TableGen] Changes to AsmWriterEmitter to remove the CodeGenInstruction to AsmWriterInst map. NFC
by Craig Topper
· 10 years ago
c24a401
[TableGen] Pass PassSubtarget flag into getCode instead of storing a copy of the flag in every AsmWriterOperand. NFC
by Craig Topper
· 10 years ago
6313d20
[TableGen] Remove a few spaces from AsmMatcher output. NFC
by Craig Topper
· 10 years ago
f5e2fc4
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
by Benjamin Kramer
· 10 years ago
b46d023
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
by Akira Hatanaka
· 11 years ago
135999c
Remove dead code.
by Craig Topper
· 11 years ago
53c2b1e
Remove dead code.
by Rafael Espindola
· 12 years ago
64a6e4b
Remove 'else' after 'return'. No functional change.
by Craig Topper
· 12 years ago
ad87dc0
Remove trailing whitespace.
by Craig Topper
· 12 years ago
635debe
Remove exception handling usage from tblgen.
by Joerg Sonnenberger
· 13 years ago
84c287e
Move TableGen's parser and entry point into a library
by Peter Collingbourne
· 14 years ago
d8adec7
factor the operand list (and related fields/operations) out of
by Chris Lattner
· 15 years ago
25d9c7f
move FlattenVariants out of AsmMatcherEmitter into a shared
by Chris Lattner
· 15 years ago
76c564b
change a ton of code to not implicitly use the "O" raw_ostream
by Chris Lattner
· 15 years ago
515937d
Changed AsmWriterOperand to also include the index of the
by Sean Callanan
· 16 years ago
d4b19e1
Fixed some indentation in the AsmWriterInst
by Sean Callanan
· 16 years ago
b7e8f4a
Per PR 6219, factored AsmWriterInst and AsmWriterOperand
by Sean Callanan
· 16 years ago