This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 556dfff610c [X86] Regenerate powi tests to include i686 x87/sse targets new 6df50f4718c IR: Support parsing numeric block ids, and emit them in tex [...]
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: docs/LangRef.rst | 12 +-- lib/AsmParser/LLLexer.cpp | 12 ++- lib/AsmParser/LLParser.cpp | 33 ++++++-- lib/AsmParser/LLParser.h | 2 +- lib/AsmParser/LLToken.h | 1 + lib/IR/AsmWriter.cpp | 9 ++- test/Analysis/DominanceFrontier/new_pm_test.ll | 58 +++++++------- test/Analysis/RegionInfo/cond_loop.ll | 12 +-- test/Analysis/RegionInfo/condition_forward_edge.ll | 8 +- test/Analysis/RegionInfo/condition_same_exit.ll | 10 +-- test/Analysis/RegionInfo/condition_simple.ll | 10 +-- test/Analysis/RegionInfo/infinite_loop.ll | 10 +-- test/Analysis/RegionInfo/infinite_loop_2.ll | 18 ++--- test/Analysis/RegionInfo/infinite_loop_3.ll | 30 +++---- test/Analysis/RegionInfo/infinite_loop_4.ll | 32 ++++---- test/Analysis/RegionInfo/infinite_loop_5_a.ll | 14 ++-- test/Analysis/RegionInfo/infinite_loop_5_b.ll | 16 ++-- test/Analysis/RegionInfo/infinite_loop_5_c.ll | 14 ++-- test/Analysis/RegionInfo/loop_with_condition.ll | 20 ++--- test/Analysis/RegionInfo/mix_1.ll | 38 ++++----- test/Analysis/RegionInfo/paper.ll | 28 +++---- test/Assembler/block-labels.ll | 48 ++++++++++++ ...invalid-name2.ll => invalid-block-label-num.ll} | Bin 120 -> 131 bytes test/CodeGen/X86/atomic-pointer.ll | 6 +- .../AddressSanitizer/asan-masked-load-store.ll | 32 ++++---- .../stack-poisoning-and-lifetime-be.ll | 6 +- .../stack-poisoning-and-lifetime.ll | 6 +- .../AddressSanitizer/stack_dynamic_alloca.ll | 6 +- .../MemorySanitizer/check_access_address.ll | 4 +- test/Instrumentation/MemorySanitizer/msan_basic.ll | 8 +- .../MemorySanitizer/msan_kernel_basic.ll | 86 ++++++++++----------- .../MemorySanitizer/msan_x86_bts_asm.ll | 2 +- .../MemorySanitizer/store-origin.ll | 4 +- .../SanitizerCoverage/stack-depth.ll | 2 +- test/Transforms/GVNHoist/pr36787.ll | 26 +++---- .../LowerSwitch/2014-06-23-PHIlowering.ll | 14 ++-- 36 files changed, 358 insertions(+), 279 deletions(-) create mode 100644 test/Assembler/block-labels.ll copy test/Assembler/{invalid-name2.ll => invalid-block-label-num.ll} (59%)