Sign in
android
/
toolchain
/
llvm
/
2e4c642274decca3dc0688c494d2edbb7b473a97
/
lib
/
TableGen
/
TableGenBackend.cpp
7b0f8fc
[TableGen] Fix line wrapping logic for the autogenerated header to use math that makes more sense (at least to me).
by Craig Topper
· 10 years ago
c9739ec
[TableGen] Rewrite an assert to not do a bunch unsigned math and then try to ensure the result is a positive number.
by Craig Topper
· 10 years ago
88008cb
[TableGen] Put a space between '*' and description in the autogenerated tablegen header. Minor cleanup in surrounding code.
by Craig Topper
· 10 years ago
d0185f8
[TableGen] Fix indentation. NFC
by Craig Topper
· 10 years ago
cfacb30
[TableGen] Include header for each cpp file first. NFC
by Craig Topper
· 10 years ago
6ab4cbc
by Nadav Rotem
· 12 years ago
90540ad
Emit TableGen's header comment with C-style comments, so it can be used from C89 code.
by Benjamin Kramer
· 13 years ago
764dc75
Eliminate struct TableGenBackend.
by Jakob Stoklund Olesen
· 13 years ago
6f36fa9
Write llvm-tblgen backends as functions instead of sub-classes.
by Jakob Stoklund Olesen
· 13 years ago
d7ace3f
StringRef'ize EmitSourceFileHeader().
by Ahmed Charles
· 13 years ago
2d24e2a
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 13 years ago
7c78888
Move TableGen's parser and entry point into a library
by Peter Collingbourne
· 13 years ago
[Renamed (92%) from utils/TableGen/TableGenBackend.cpp]
1a55180
Replace std::iostreams with raw_ostream in TableGen.
by Daniel Dunbar
· 16 years ago
6cefb77
change getQualifiedName to be a global function.
by Chris Lattner
· 17 years ago
3060910
remove attributions from utils.
by Chris Lattner
· 17 years ago
f5da133
What should be the last unnecessary <iostream>s in the library.
by Bill Wendling
· 18 years ago
3da94ae
Remove trailing whitespace
by Misha Brukman
· 20 years ago
2c38413
Do not #include files into the llvm namespace
by Chris Lattner
· 21 years ago
2082ebe
Finegrainify namespacification
by Chris Lattner
· 21 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 21 years ago
01d4582
Added LLVM copyright header.
by John Criswell
· 21 years ago
84a393b
Eliminate now-dead method
by Chris Lattner
· 22 years ago
18a6a94
Add more helper methods
by Chris Lattner
· 22 years ago
2c0f2c7
New common interface for backends to use
by Chris Lattner
· 22 years ago