Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
TableGen
/
TableGenBackend.cpp
f58341c
[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
33684f9
[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
cb7648b
[TableGen] Put a space between '*' and description in the autogenerated tablegen header. Minor cleanup in surrounding code.
by Craig Topper
· 10 years ago
e59cd0b
[TableGen] Fix indentation. NFC
by Craig Topper
· 10 years ago
1407b17
[TableGen] Include header for each cpp file first. NFC
by Craig Topper
· 10 years ago
f070525
by Nadav Rotem
· 13 years ago
83aa947
Emit TableGen's header comment with C-style comments, so it can be used from C89 code.
by Benjamin Kramer
· 13 years ago
1c66b87
Eliminate struct TableGenBackend.
by Jakob Stoklund Olesen
· 13 years ago
e6aed13
Write llvm-tblgen backends as functions instead of sub-classes.
by Jakob Stoklund Olesen
· 13 years ago
a4704ab
StringRef'ize EmitSourceFileHeader().
by Ahmed Charles
· 14 years ago
a379b181
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 14 years ago
84c287e
Move TableGen's parser and entry point into a library
by Peter Collingbourne
· 14 years ago
[Renamed (92%) from llvm/utils/TableGen/TableGenBackend.cpp]
38a22bf
Replace std::iostreams with raw_ostream in TableGen.
by Daniel Dunbar
· 16 years ago
8cab021
change getQualifiedName to be a global function.
by Chris Lattner
· 18 years ago
8adcd9f
remove attributions from utils.
by Chris Lattner
· 18 years ago
9bfb1e1
What should be the last unnecessary <iostream>s in the library.
by Bill Wendling
· 19 years ago
650ba8e
Remove trailing whitespace
by Misha Brukman
· 20 years ago
c9d99ef
Do not #include files into the llvm namespace
by Chris Lattner
· 21 years ago
6847866
Finegrainify namespacification
by Chris Lattner
· 21 years ago
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
d303203
Added LLVM copyright header.
by John Criswell
· 22 years ago
f5bd1b7
Move support/tools/* back into utils
by Chris Lattner
· 22 years ago