This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from afa9824a92d Remove unused functions. Remove static qualifier from funct [...] new 9d54400bba7 Module::getOrInsertFunction is using C-style vararg instead [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: examples/BrainF/BrainF.cpp | 8 +- examples/BrainF/BrainFDriver.cpp | 2 +- examples/Fibonacci/fibonacci.cpp | 3 +- examples/HowToUseJIT/HowToUseJIT.cpp | 7 +- examples/ParallelJIT/ParallelJIT.cpp | 6 +- include/llvm/IR/Module.h | 18 ++++- lib/CodeGen/CountingFunctionInserter.cpp | 2 +- lib/CodeGen/IntrinsicLowering.cpp | 6 +- lib/CodeGen/MachineOutliner.cpp | 2 +- lib/CodeGen/SafeStack.cpp | 2 +- lib/CodeGen/SjLjEHPrepare.cpp | 4 +- lib/CodeGen/StackProtector.cpp | 6 +- lib/CodeGen/TargetLoweringBase.cpp | 2 +- lib/IR/Instructions.cpp | 4 +- lib/IR/Module.cpp | 41 ---------- lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 3 +- lib/Target/Mips/Mips16HardFloat.cpp | 2 +- lib/Target/X86/X86ISelLowering.cpp | 2 +- lib/Transforms/IPO/CrossDSOCFI.cpp | 4 +- lib/Transforms/IPO/WholeProgramDevirt.cpp | 2 +- .../Instrumentation/AddressSanitizer.cpp | 91 ++++++++++++---------- .../Instrumentation/EfficiencySanitizer.cpp | 20 ++--- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 18 ++--- .../Instrumentation/SanitizerCoverage.cpp | 32 ++++---- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 38 ++++----- lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 +- lib/Transforms/Utils/BuildLibCalls.cpp | 33 ++++---- lib/Transforms/Utils/SimplifyLibCalls.cpp | 6 +- tools/bugpoint/Miscompilation.cpp | 2 +- tools/lli/lli.cpp | 3 +- 30 files changed, 171 insertions(+), 200 deletions(-)