This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 396d480 Ignore Lexing errors in macro body definitions new 408a761 [ADT] Pass ArrayRef::slice size_t instead of unsigned. new 5682914 [esan|cfrag] Create the cfrag struct array for the runtime new f9f8cdc Only attempt to detect AVG if SSE2 is available new 2dffc15 Rename IMAGE_DEBUG_TYPE_NO_TIMESTAMP to IMAGE_DEBUG_TYPE_REPRO
The 4 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/ADT/ArrayRef.h | 16 +-- include/llvm/Support/COFF.h | 3 +- lib/Target/X86/X86ISelLowering.cpp | 2 + .../Instrumentation/EfficiencySanitizer.cpp | 120 ++++++++++++++++++++- test/CodeGen/X86/no-sse2-avg.ll | 32 ++++++ tools/llvm-readobj/COFFDumper.cpp | 3 +- unittests/ADT/ArrayRefTest.cpp | 15 +++ 7 files changed, 176 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/X86/no-sse2-avg.ll