Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
TableGen
/
Main.cpp
f7cf1a1
Let TableGen write output only if it changed, instead of doing so in cmake, attempt 2
by Nico Weber
· 7 years ago
f7d079e
[TableGen] Preprocessing support
by Vyacheslav Zakharin
· 7 years ago
6a5d5ac
Reverted r347092 due to the following build fails:
by Vyacheslav Zakharin
· 7 years ago
dd0a1fd
Preprocessing support in tablegen.
by Vyacheslav Zakharin
· 7 years ago
029cea9
Revert r330742: Let TableGen write output only if it changed, instead of doing so in cmake.
by Chandler Carruth
· 7 years ago
5f8f34e4
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
ebc7c74
Let TableGen write output only if it changed, instead of doing so in cmake.
by Nico Weber
· 7 years ago
3a13ed6
Avoid int to string conversion in Twine or raw_ostream contexts.
by Benjamin Kramer
· 8 years ago
3fc649c
[Support] Rename tool_output_file to ToolOutputFile, NFC
by Reid Kleckner
· 8 years ago
ebd5350
[TableGen] Centralize/Unify error handling.
by Davide Italiano
· 9 years ago
1407b17
[TableGen] Include header for each cpp file first. NFC
by Craig Topper
· 10 years ago
cd37121
[TableGen] Remove unneeded namespace around a function. Just put llvm:: on the definition since it's already declared in a header file.
by Craig Topper
· 10 years ago
b7644fd
[TableGen] Use 'static' instead of an anonymous namespace.
by Craig Topper
· 10 years ago
5fcc5ab
Use range-based for loops. NFC
by Craig Topper
· 11 years ago
3fd1e99
Modernize raw_fd_ostream's constructor a bit.
by Rafael Espindola
· 11 years ago
1961f14
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr
by David Blaikie
· 11 years ago
adf21f2
Update the MemoryBuffer API to use ErrorOr.
by Rafael Espindola
· 11 years ago
db4ed0b
Remove 'using std::errro_code' from lib.
by Rafael Espindola
· 11 years ago
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
a6e9c3e
Remove system_error.h.
by Rafael Espindola
· 11 years ago
d59664f
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where necessary.
by Benjamin Kramer
· 11 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
96c9d95
[C++11] Replace OwningPtr::take() with OwningPtr::release().
by Ahmed Charles
· 12 years ago
90c7f1c
Replace the F_Binary flag with a F_Text one.
by Rafael Espindola
· 12 years ago
7dbcdd0
Don't make F_None the default.
by Rafael Espindola
· 12 years ago
8c81172
keep only the StringRef version of getFileOrSTDIN.
by Rafael Espindola
· 12 years ago
a1214e7
Make sure TableGen exits with an error code after printing errors.
by Jakob Stoklund Olesen
· 13 years ago
3b96424
tblgen: Diagnose duplicate includes.
by Sean Silva
· 13 years ago
635debe
Remove exception handling usage from tblgen.
by Joerg Sonnenberger
· 13 years ago
2f7bf41
tblgen: Rename handleDependencies -> createDependencyFile
by Sean Silva
· 13 years ago
0cd3536
tblgen: Move dependency file output to a separate function.
by Sean Silva
· 13 years ago
b336c96
tblgen: Remove last traces of old TableGenMain API.
by Sean Silva
· 13 years ago
8c6c7de
tblgen: Put new TableGenMain API in place.
by Sean Silva
· 13 years ago
5c50281
Fix 80 columns.
by Michael J. Spencer
· 13 years ago
8a984e9
Revert r141079: tblgen: add preprocessor as a separate mode
by Che-Liang Chiou
· 14 years ago
67a16e2
tblgen: add preprocessor as a separate mode
by Che-Liang Chiou
· 14 years ago
84c287e
Move TableGen's parser and entry point into a library
by Peter Collingbourne
· 14 years ago