1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/lib/LTO
Reid Kleckner 3f676674e7 Move CodeGenFileType enum to Support/CodeGen.h
Avoids the need to include TargetMachine.h from various places just for
an enum. Various other enums live here, such as the optimization level,
TLS model, etc. Data suggests that this change probably doesn't matter,
but it seems nice to have anyway.
2019-11-13 16:39:34 -08:00
..
Caching.cpp
CMakeLists.txt
LLVMBuild.txt
LTO.cpp Reland: Dead Virtual Function Elimination 2019-10-17 09:58:57 +00:00
LTOBackend.cpp [NewPM][PassInstrumentation] IR printing support for (Thin)LTO 2019-08-15 17:47:44 +00:00
LTOCodeGenerator.cpp Move CodeGenFileType enum to Support/CodeGen.h 2019-11-13 16:39:34 -08:00
LTOModule.cpp AArch64: support arm64_32, an ILP32 slice for watchOS. 2019-09-12 10:22:23 +00:00
SummaryBasedOptimizations.cpp Do a sweep of symbol internalization. NFC. 2019-08-23 19:59:23 +00:00
ThinLTOCodeGenerator.cpp Move CodeGenFileType enum to Support/CodeGen.h 2019-11-13 16:39:34 -08:00
UpdateCompilerUsed.cpp