This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 262869e2bf8 Simplify the code and remove dead code new ec124b3a6f9 Turn some C-style vararg into variadic templates
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: 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 | 46 +++++++++++----------- .../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/lli/lli.cpp | 3 +- 24 files changed, 132 insertions(+), 166 deletions(-)