1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/Transforms/Instrumentation
Guillaume Chatelet 706c423164 [Alignment][NFC] Add DebugStr and operator*
Summary:
This is a roll forward of D77394 minus AlignmentFromAssumptions (which needs to be addressed separately)
Differences from D77394:
 - DebugStr() now prints the alignment value or `None` and no more `Align(x)` or `MaybeAlign(x)`
   - This is to keep Warning message consistent (CodeGen/SystemZ/alloca-04.ll)
 - Removed a few unneeded headers from Alignment (since it's included everywhere it's better to keep the dependencies to a minimum)

Reviewers: courbet

Subscribers: sdardis, hiraditya, jrtc27, atanasyan, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D77537
2020-04-06 12:09:45 +00:00
..
AddressSanitizer.cpp [IRBuilder] Delete copy constructor 2020-02-17 18:14:48 +01:00
BoundsChecking.cpp [IRBuilder] Fix unnecessary IRBuilder copies; NFC 2020-02-16 17:57:18 +01:00
CFGMST.h
CGProfile.cpp
CMakeLists.txt [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" 2019-11-21 10:48:08 -08:00
ControlHeightReduction.cpp [PGO][CHR] Guard against 0-to-0 branch weight and avoid division by zero crash. 2020-01-13 14:38:58 -08:00
DataFlowSanitizer.cpp [Alignment][NFC] Add DebugStr and operator* 2020-04-06 12:09:45 +00: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 Sink all InitializePasses.h includes 2019-11-13 16:34:37 -08: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
MaximumSpanningTree.h
MemorySanitizer.cpp Remove "mask" operand from shufflevector. 2020-03-31 13:08:59 -07: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 Add missing includes needed to prune LLVMContext.h include, NFC 2019-11-14 15:23:15 -08:00
SanitizerCoverage.cpp Sink all InitializePasses.h includes 2019-11-13 16:34:37 -08:00
ThreadSanitizer.cpp Sink all InitializePasses.h includes 2019-11-13 16:34:37 -08:00
ValueProfileCollector.cpp
ValueProfileCollector.h
ValueProfilePlugins.inc