llvm-project/llvm/lib/Transforms
Arthur Eubanks 040c1b49d7 Move EntryExitInstrumentation pass location
This seems to be more of a Clang thing rather than a generic LLVM thing,
so this moves it out of LLVM pipelines and as Clang extension hooks into
LLVM pipelines.

Move the post-inline EEInstrumentation out of the backend pipeline and
into a late pass, similar to other sanitizer passes. It doesn't fit
into the codegen pipeline.

Also fix up EntryExitInstrumentation not running at -O0 under the new
PM. PR49143

Reviewed By: hans

Differential Revision: https://reviews.llvm.org/D97608
2021-03-01 10:08:10 -08:00
..
AggressiveInstCombine [Transforms] Use llvm::append_range (NFC) 2021-01-20 21:35:54 -08:00
CFGuard llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
Coroutines Add a nullptr check. 2021-02-25 12:01:11 -08:00
Hello
IPO Move EntryExitInstrumentation pass location 2021-03-01 10:08:10 -08:00
InstCombine [InstCombine] avoid infinite loop in demanded bits for select 2021-02-28 10:17:53 -05:00
Instrumentation [InstrProfiling] Use llvm.compiler.used instead of llvm.used for ELF 2021-02-26 16:14:03 -08:00
ObjCARC [ObjC][ARC] Do not perform code motion on precise release calls 2021-02-15 17:39:37 -08:00
Scalar [llvm] Use set_is_subset (NFC) 2021-02-28 10:59:20 -08:00
Utils [LV] Generate RT checks up-front and remove them if required. 2021-03-01 10:48:04 +00:00
Vectorize [VPlan] Remove recipes from back to front. 2021-03-01 16:06:30 +00:00
CMakeLists.txt [NewPM][HelloWorld] Move HelloWorld to Utils 2021-02-03 12:59:40 -08:00