llvm-project/llvm/utils/TableGen/GlobalISel
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 Revert "Make TableGenGlobalISel an object library" 2021-03-31 13:27:00 -07:00
CodeExpander.cpp Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
CodeExpander.h Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
CodeExpansions.h
GIMatchDag.cpp
GIMatchDag.h Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchDagEdge.cpp Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchDagEdge.h
GIMatchDagInstr.cpp
GIMatchDagInstr.h Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchDagOperands.cpp
GIMatchDagOperands.h
GIMatchDagPredicate.cpp Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchDagPredicate.h Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchDagPredicateDependencyEdge.cpp Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchDagPredicateDependencyEdge.h Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchTree.cpp Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchTree.h [llvm] Remove uses of `std::vector<bool>` 2022-01-18 18:20:45 +01:00