llvm-project/llvm/lib/Transforms/Instrumentation
Benjamin Kramer b639091c02 Change users of CreateShuffleVector to pass the masks as int instead of Constants
No functionality change intended.
2020-04-17 16:34:29 +02:00
..
AddressSanitizer.cpp Clean up usages of asserting vector getters in Type 2020-04-10 07:47:19 -07:00
BoundsChecking.cpp [IRBuilder] Fix unnecessary IRBuilder copies; NFC 2020-02-16 17:57:18 +01:00
CFGMST.h [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
CGProfile.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
ControlHeightReduction.cpp [CHR] Clean up some code and reduce copying. NFCI. 2020-04-13 23:11:20 +02:00
DataFlowSanitizer.cpp [NFC] Modernize misc. uses of Align/MaybeAlign APIs. 2020-04-06 17:53:04 -07:00
GCOVProfiling.cpp Revert "[compiler-rt] Add a critical section when flushing gcov counters" 2020-02-26 13:27:44 +01:00
HWAddressSanitizer.cpp [Alignment][NFC] Deprecate Align::None() 2020-01-24 12:53:58 +01:00
IndirectCallPromotion.cpp [llvm][NFC] Refactor uses of CallSite to CallBase - call promotion 2020-04-12 08:27:29 -07:00
InstrOrderFile.cpp Sink all InitializePasses.h includes 2019-11-13 16:34:37 -08:00
InstrProfiling.cpp Reland: [Coverage] Revise format to reduce binary size 2020-02-28 18:12:04 -08:00
Instrumentation.cpp Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
LLVMBuild.txt Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
MaximumSpanningTree.h Use llvm::stable_sort 2019-04-23 14:51:27 +00:00
MemorySanitizer.cpp Change users of CreateShuffleVector to pass the masks as int instead of Constants 2020-04-17 16:34:29 +02:00
PGOInstrumentation.cpp [CFG/BasicBlock] Rename succ_const to const_succ. [NFC] 2020-03-25 12:40:55 -07:00
PGOMemOPSizeOpt.cpp Sink all InitializePasses.h includes 2019-11-13 16:34:37 -08:00
PoisonChecking.cpp [PoisonChecking] Further clarify file scope comment, and update to match naming now used in code 2020-04-15 14:48:53 -07:00
SanitizerCoverage.cpp [SanitizerCoverage] The section name for inline-bool-flag was too long for darwin builds, so shortening it. 2020-04-14 02:06:33 -07:00
ThreadSanitizer.cpp tsan: don't instrument __attribute__((naked)) functions 2020-04-09 13:47:47 +02:00
ValueProfileCollector.cpp [PGO] Refactor Value Profiling into a plugin based oracle and create a well defined API for the plugins. 2019-10-03 14:20:50 +00:00
ValueProfileCollector.h [PGO] Refactor Value Profiling into a plugin based oracle and create a well defined API for the plugins. 2019-10-03 14:20:50 +00:00
ValueProfilePlugins.inc [PGO] Refactor Value Profiling into a plugin based oracle and create a well defined API for the plugins. 2019-10-03 14:20:50 +00:00