Skip to content

Commit

Permalink
[LLVM-3.9] Use llvm-3.9 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Jul 29, 2016
1 parent 330dd39 commit f38762a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm
Submodule llvm updated 43 files
+3 −3 docs/CodeGenerator.rst
+4 −4 docs/CommandGuide/FileCheck.rst
+2 −2 docs/CommandGuide/llvm-nm.rst
+6 −6 docs/CommandGuide/opt.rst
+4 −4 docs/ExceptionHandling.rst
+1 −1 docs/Extensions.rst
+1 −1 docs/GarbageCollection.rst
+5 −5 docs/GetElementPtr.rst
+4 −4 docs/HowToUseInstrMappings.rst
+1 −1 docs/InAlloca.rst
+63 −63 docs/LangRef.rst
+20 −22 docs/MIRLangRef.rst
+1 −1 docs/MarkedUpDisassembly.rst
+3 −3 docs/MergeFunctions.rst
+1 −1 docs/NVPTXUsage.rst
+1 −1 docs/SegmentedStacks.rst
+5 −5 docs/SourceLevelDebugging.rst
+6 −6 docs/Statepoints.rst
+14 −14 docs/TableGen/LangIntro.rst
+5 −5 docs/TableGen/index.rst
+31 −31 docs/WritingAnLLVMBackend.rst
+1 −1 docs/WritingAnLLVMPass.rst
+6 −0 include/llvm-c/Core.h
+1 −0 include/llvm/IR/Attributes.h
+10 −4 lib/Analysis/LoopUnrollAnalyzer.cpp
+1 −68 lib/IR/AttributeImpl.h
+98 −0 lib/IR/AttributeSetNode.h
+28 −0 lib/IR/Core.cpp
+3 −3 lib/Target/AMDGPU/SIISelLowering.cpp
+3 −1 lib/Transforms/IPO/GlobalOpt.cpp
+6 −3 lib/Transforms/InstCombine/InstructionCombining.cpp
+5 −2 lib/Transforms/Scalar/ConstantProp.cpp
+2 −1 lib/Transforms/Scalar/JumpThreading.cpp
+4 −2 lib/Transforms/Scalar/LICM.cpp
+19 −3 lib/Transforms/Utils/LCSSA.cpp
+50 −12 lib/Transforms/Utils/LoopSimplify.cpp
+17 −7 test/CodeGen/AMDGPU/llvm.amdgcn.groupstaticsize.ll
+40 −40 test/Transforms/ConstProp/calls.ll
+11 −0 test/Transforms/InstCombine/call.ll
+2 −1 test/Transforms/InstCombine/log-pow.ll
+87 −0 test/Transforms/LCSSA/pr28424.ll
+35 −0 test/Transforms/LCSSA/pr28608.ll
+76 −0 test/Transforms/LoopSimplify/pr28272.ll

0 comments on commit f38762a

Please sign in to comment.