1 file changed
+1
-1
lines changed- docs/CodeGenerator.rst+3-3
- docs/CommandGuide/FileCheck.rst+4-4
- docs/CommandGuide/llvm-nm.rst+2-2
- docs/CommandGuide/opt.rst+6-6
- docs/ExceptionHandling.rst+4-4
- docs/Extensions.rst+1-1
- docs/GarbageCollection.rst+1-1
- docs/GetElementPtr.rst+5-5
- docs/HowToUseInstrMappings.rst+4-4
- docs/InAlloca.rst+1-1
- docs/LangRef.rst+63-63
- docs/MIRLangRef.rst+20-22
- docs/MarkedUpDisassembly.rst+1-1
- docs/MergeFunctions.rst+3-3
- docs/NVPTXUsage.rst+1-1
- docs/SegmentedStacks.rst+1-1
- docs/SourceLevelDebugging.rst+5-5
- docs/Statepoints.rst+6-6
- docs/TableGen/LangIntro.rst+14-14
- docs/TableGen/index.rst+5-5
- docs/WritingAnLLVMBackend.rst+31-31
- docs/WritingAnLLVMPass.rst+1-1
- include/llvm-c/Core.h+6
- include/llvm/IR/Attributes.h+1
- lib/Analysis/LoopUnrollAnalyzer.cpp+10-4
- lib/IR/AttributeImpl.h+1-68
- lib/IR/AttributeSetNode.h+98
- lib/IR/Core.cpp+28
- lib/Target/AMDGPU/SIISelLowering.cpp+3-3
- lib/Transforms/IPO/GlobalOpt.cpp+3-1
- lib/Transforms/InstCombine/InstructionCombining.cpp+6-3
- lib/Transforms/Scalar/ConstantProp.cpp+5-2
- lib/Transforms/Scalar/JumpThreading.cpp+2-1
- lib/Transforms/Scalar/LICM.cpp+4-2
- lib/Transforms/Utils/LCSSA.cpp+19-3
- lib/Transforms/Utils/LoopSimplify.cpp+50-12
- test/CodeGen/AMDGPU/llvm.amdgcn.groupstaticsize.ll+17-7
- test/Transforms/ConstProp/calls.ll+40-40
- test/Transforms/InstCombine/call.ll+11
- test/Transforms/InstCombine/log-pow.ll+2-1
- test/Transforms/LCSSA/pr28424.ll+87
- test/Transforms/LCSSA/pr28608.ll+35
- test/Transforms/LoopSimplify/pr28272.ll+76
0 commit comments