This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from df685624d01 Remove svn:eol-style properties from some files so 'git llv [...] new a8b5a980c81 [IR] Make AttributeSetNode public, avoid temporary Attribut [...] new bdbe8280f25 Add address space mangling to lifetime intrinsics
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: {lib => include/llvm}/IR/AttributeSetNode.h | 8 +- include/llvm/IR/Attributes.h | 36 ++- include/llvm/IR/Intrinsics.td | 14 +- lib/AsmParser/LLParser.cpp | 88 +++---- lib/AsmParser/LLParser.h | 8 +- lib/IR/AsmWriter.cpp | 50 ++-- lib/IR/AttributeImpl.h | 2 +- lib/IR/Attributes.cpp | 269 ++++++++++++--------- lib/IR/AutoUpgrade.cpp | 29 ++- lib/IR/Core.cpp | 2 +- lib/IR/IRBuilder.cpp | 6 +- lib/Transforms/IPO/ArgumentPromotion.cpp | 43 +--- lib/Transforms/IPO/DeadArgumentElimination.cpp | 85 +++---- lib/Transforms/IPO/MergeFunctions.cpp | 3 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 49 ++-- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 15 +- lib/Transforms/Utils/CloneFunction.cpp | 22 +- lib/Transforms/Utils/CodeExtractor.cpp | 3 +- test/Analysis/BasicAA/modref.ll | 6 +- test/Analysis/LazyValueAnalysis/invalidation.ll | 8 +- test/Assembler/auto_upgrade_intrinsics.ll | 19 ++ .../AArch64/GlobalISel/arm64-irtranslator.ll | 8 +- test/CodeGen/AArch64/stack_guard_remat.ll | 8 +- test/CodeGen/AMDGPU/captured-frame-index.ll | 8 +- test/CodeGen/AMDGPU/promote-alloca-lifetime.ll | 8 +- test/CodeGen/ARM/interval-update-remat.ll | 4 +- test/CodeGen/ARM/ldrd.ll | 10 +- test/CodeGen/ARM/stack_guard_remat.ll | 8 +- test/CodeGen/BPF/warn-stack.ll | 12 +- test/CodeGen/Hexagon/bit-rie.ll | 4 +- test/CodeGen/Hexagon/hwloop-loop1.ll | 12 +- test/CodeGen/Hexagon/memops-stack.ll | 36 +-- test/CodeGen/Hexagon/opt-spill-volatile.ll | 8 +- test/CodeGen/Hexagon/rdf-copy-undef2.ll | 4 +- test/CodeGen/Hexagon/rdf-inline-asm-fixed.ll | 8 +- test/CodeGen/Hexagon/rdf-phi-up.ll | 8 +- test/CodeGen/Hexagon/runtime-stkchk.ll | 12 +- test/CodeGen/Mips/stackcoloring.ll | 8 +- test/CodeGen/Mips/stchar.ll | 4 +- test/CodeGen/NVPTX/bug22322.ll | 8 +- test/CodeGen/PowerPC/BreakableToken-reduced.ll | 4 +- test/CodeGen/PowerPC/addi-licm.ll | 8 +- test/CodeGen/PowerPC/ctrloop-intrin.ll | 12 +- test/CodeGen/PowerPC/lsa.ll | 16 +- test/CodeGen/PowerPC/pr30451.ll | 20 +- test/CodeGen/PowerPC/swaps-le-4.ll | 8 +- .../PowerPC/tail-dup-branch-to-fallthrough.ll | 6 +- test/CodeGen/PowerPC/toc-load-sched-bug.ll | 28 +-- test/CodeGen/SystemZ/stack-guard.ll | 8 +- test/CodeGen/Thumb/PR17309.ll | 16 +- .../Thumb/stack-coloring-without-frame-ptr.ll | 10 +- test/CodeGen/Thumb/stack_guard_remat.ll | 8 +- test/CodeGen/Thumb2/ifcvt-rescan-bug-2016-08-22.ll | 4 +- test/CodeGen/Thumb2/stack_guard_remat.ll | 8 +- test/CodeGen/X86/StackColoring-dbg.ll | 8 +- test/CodeGen/X86/StackColoring.ll | 194 +++++++-------- test/CodeGen/X86/avx-vbroadcast.ll | 12 +- test/CodeGen/X86/catchpad-lifetime.ll | 12 +- test/CodeGen/X86/catchpad-weight.ll | 8 +- test/CodeGen/X86/crash.ll | 4 +- .../X86/dbg-changes-codegen-branch-folding.ll | 12 +- test/CodeGen/X86/dynamic-alloca-lifetime.ll | 12 +- test/CodeGen/X86/fast-isel-deadcode.ll | 8 +- test/CodeGen/X86/fast-isel.ll | 4 +- test/CodeGen/X86/load-slice.ll | 4 +- test/CodeGen/X86/local_stack_symbol_ordering.ll | 36 +-- test/CodeGen/X86/machine-trace-metrics-crash.ll | 4 +- test/CodeGen/X86/misched-aa-colored.ll | 10 +- test/CodeGen/X86/stack-align.ll | 8 +- test/CodeGen/X86/stack-protector-weight.ll | 8 +- test/CodeGen/X86/stack_guard_remat.ll | 8 +- test/CodeGen/X86/unused_stackslots.ll | 8 +- test/CodeGen/X86/unwindraise.ll | 8 +- test/CodeGen/X86/x32-va_start.ll | 8 +- .../AddressSanitizer/lifetime-throw.ll | 12 +- .../AddressSanitizer/lifetime-uar-uas.ll | 8 +- test/Instrumentation/AddressSanitizer/lifetime.ll | 34 +-- .../stack-poisoning-and-lifetime-be.ll | 28 +-- .../stack-poisoning-and-lifetime.ll | 28 +-- .../AddressSanitizer/stack_layout.ll | 12 +- .../MemorySanitizer/AArch64/vararg.ll | 8 +- .../MemorySanitizer/Mips/vararg-mips64.ll | 8 +- .../MemorySanitizer/Mips/vararg-mips64el.ll | 8 +- .../MemorySanitizer/PowerPC/vararg-ppc64.ll | 8 +- .../MemorySanitizer/PowerPC/vararg-ppc64le.ll | 8 +- test/Transforms/AddDiscriminators/call.ll | 8 +- test/Transforms/AtomicExpand/SPARC/libcalls.ll | 44 ++-- test/Transforms/BBVectorize/X86/wr-aliases.ll | 8 +- .../Transforms/CodeGenPrepare/builtin-condition.ll | 20 +- test/Transforms/Coroutines/coro-split-dbg.ll | 4 +- .../CorrelatedValuePropagation/alloca.ll | 8 +- test/Transforms/DeadStoreElimination/dominate.ll | 6 +- test/Transforms/DeadStoreElimination/lifetime.ll | 10 +- test/Transforms/GVN/cond_br2.ll | 8 +- test/Transforms/GVN/lifetime-simple.ll | 8 +- test/Transforms/GVNHoist/pr29034.ll | 4 +- test/Transforms/IndVarSimplify/exit_value_test2.ll | 8 +- test/Transforms/Inline/alloca-bonus.ll | 8 +- test/Transforms/Inline/crash-lifetime-marker.ll | 4 +- test/Transforms/Inline/lifetime-no-datalayout.ll | 4 +- test/Transforms/Inline/lifetime.ll | 40 +-- .../InstCombine/builtin-object-size-offset.ll | 12 +- .../InstCombine/builtin-object-size-ptr.ll | 8 +- test/Transforms/InstCombine/compare-alloca.ll | 8 +- test/Transforms/InstCombine/deadcode.ll | 8 +- test/Transforms/InstCombine/lifetime-asan.ll | 12 +- test/Transforms/InstCombine/lifetime.ll | 40 +-- test/Transforms/InstCombine/malloc-free-delete.ll | 8 +- test/Transforms/InstCombine/memcpy-from-global.ll | 4 +- test/Transforms/InstCombine/vararg.ll | 12 +- test/Transforms/LoopVectorize/lifetime.ll | 24 +- test/Transforms/Mem2Reg/ignore-lifetime.ll | 12 +- test/Transforms/MemCpyOpt/lifetime.ll | 8 +- .../MemCpyOpt/memcpy-to-memset-with-lifetimes.ll | 12 +- test/Transforms/MemCpyOpt/memcpy-undef.ll | 6 +- test/Transforms/MemCpyOpt/pr29105.ll | 16 +- test/Transforms/NewGVN/cond_br2.ll | 8 +- test/Transforms/NewGVN/lifetime-simple.ll | 8 +- test/Transforms/SROA/basictest.ll | 26 +- test/Transforms/SROA/pr26972.ll | 4 +- test/Transforms/SROA/vector-lifetime-intrinsic.ll | 8 +- test/Transforms/SafeStack/X86/call.ll | 8 +- test/Transforms/SafeStack/X86/coloring-ssp.ll | 12 +- test/Transforms/SafeStack/X86/coloring.ll | 16 +- test/Transforms/SafeStack/X86/coloring2.ll | 162 ++++++------- test/Transforms/SafeStack/X86/debug-loc2.ll | 4 +- test/Transforms/SafeStack/X86/layout-frag.ll | 16 +- test/Transforms/SampleProfile/remarks.ll | 12 +- test/Transforms/SimplifyCFG/critedge-assume.ll | 4 +- test/Transforms/SimplifyCFG/empty-cleanuppad.ll | 8 +- test/Transforms/SimplifyCFG/lifetime.ll | 8 +- test/Transforms/Util/MemorySSA/lifetime-simple.ll | 12 +- 132 files changed, 1182 insertions(+), 1153 deletions(-) rename {lib => include/llvm}/IR/AttributeSetNode.h (93%)