This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 753bd2a Turn some C-style vararg into variadic templates new e184e1f [SelectionDAG] [ARM CodeGen] Fix chain information of LowerMUL new 8701bbc Revert "Turn some C-style vararg into variadic templates"
The 2 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 | 13 +-- lib/CodeGen/CountingFunctionInserter.cpp | 3 +- lib/CodeGen/IntrinsicLowering.cpp | 24 +++-- lib/CodeGen/MachineOutliner.cpp | 2 +- lib/CodeGen/SafeStack.cpp | 4 +- lib/CodeGen/SjLjEHPrepare.cpp | 8 +- lib/CodeGen/StackProtector.cpp | 11 +- lib/CodeGen/TargetLoweringBase.cpp | 2 +- lib/IR/Instructions.cpp | 4 +- lib/IR/Module.cpp | 41 ++++++++ lib/Target/ARM/ARMISelLowering.cpp | 15 ++- lib/Target/X86/X86ISelLowering.cpp | 7 +- lib/Transforms/IPO/CrossDSOCFI.cpp | 8 +- lib/Transforms/IPO/WholeProgramDevirt.cpp | 4 +- .../Instrumentation/AddressSanitizer.cpp | 88 +++++++--------- .../Instrumentation/EfficiencySanitizer.cpp | 24 +++-- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 41 ++++---- .../Instrumentation/SanitizerCoverage.cpp | 55 +++++----- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 46 ++++----- lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 5 +- lib/Transforms/Utils/BuildLibCalls.cpp | 52 +++++----- lib/Transforms/Utils/SimplifyLibCalls.cpp | 11 +- test/CodeGen/ARM/lowerMUL-newload.ll | 115 +++++++++++++++++++++ tools/lli/lli.cpp | 3 +- 24 files changed, 379 insertions(+), 207 deletions(-) create mode 100644 test/CodeGen/ARM/lowerMUL-newload.ll