llvm-project/llvm/lib/TableGen
serge-sans-paille bd059b3bc9 Cleanup includes for LLVMTableGenGlobalISel
Based on the output of include-what-you-use. No big deal here, it's a utils
library and it doesn't seem to be used a lot across the codebase.

$ clang++ -E  -Iinclude -I../llvm/include ../llvm/utils/TableGen/GlobalISel/*.cpp -std=c++14 -fno-rtti -fno-exceptions | wc -l
before: 573143
after:  568908

Related Discourse thread: https://llvm.discourse.group/t/include-what-you-use-include-cleanup
Differential Revision: https://reviews.llvm.org/D118375
2022-01-28 11:50:50 +01:00
..
CMakeLists.txt
DetailedRecordsBackend.cpp Cleanup include dependencies for LLVMTableGen 2022-01-28 11:50:49 +01:00
Error.cpp [TableGen] Add support for the 'assert' statement in class definitions. 2021-03-29 09:20:29 -04:00
JSONBackend.cpp Cleanup include dependencies for LLVMTableGen 2022-01-28 11:50:49 +01:00
Main.cpp Cleanup include dependencies for LLVMTableGen 2022-01-28 11:50:49 +01:00
Record.cpp Cleanup include dependencies for LLVMTableGen 2022-01-28 11:50:49 +01:00
SetTheory.cpp Cleanup include dependencies for LLVMTableGen 2022-01-28 11:50:49 +01:00
StringMatcher.cpp [llvm] Use range-based for loops (NFC) 2021-12-11 11:29:12 -08:00
TGLexer.cpp [llvm] Use range-based for loops (NFC) 2021-11-28 18:14:49 -08:00
TGLexer.h [TableGen] Add the !find bang operator 2021-04-28 09:51:00 -04:00
TGParser.cpp Cleanup include dependencies for LLVMTableGen 2022-01-28 11:50:49 +01:00
TGParser.h [TableGen] Emit a warning for unused template args 2021-11-03 11:55:07 +00:00
TableGenBackend.cpp
TableGenBackendSkeleton.cpp Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00