2 files changed
+2
-2
lines changed- cmake/modules/AddLLVM.cmake-5
- docs/ReleaseNotes.rst+2-1
- include/llvm/CodeGen/RegAllocPBQP.h+2-2
- include/llvm/IR/Metadata.h+1
- lib/Analysis/TypeBasedAliasAnalysis.cpp+2-2
- lib/Bitcode/Reader/BitReader.cpp+16-5
- lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp+3-3
- lib/IR/Metadata.cpp+22
- lib/MC/MCSectionCOFF.cpp+4-4
- lib/Support/PrettyStackTrace.cpp+21-18
- lib/Support/regcomp.c+21
- lib/Target/AArch64/AArch64ISelLowering.cpp+11-5
- lib/Target/ARM/ARMBaseInstrInfo.cpp+23-11
- lib/Target/ARM/ARMISelLowering.cpp+30-115
- lib/Target/ARM/AsmParser/ARMAsmParser.cpp+49-23
- lib/Target/PowerPC/PPCInstrInfo.td+2-1
- lib/Target/R600/AMDGPUSubtarget.cpp+19
- lib/Target/R600/AMDGPUSubtarget.h+12
- lib/Target/R600/AMDGPUTargetTransformInfo.cpp+1-1
- lib/Target/R600/SIAnnotateControlFlow.cpp+23-3
- lib/Target/R600/SIRegisterInfo.cpp+54-8
- lib/Target/R600/SIRegisterInfo.h+10-2
- lib/Target/X86/X86.td+5-9
- lib/Target/X86/X86AsmPrinter.cpp+2-2
- lib/Target/X86/X86InstrFragmentsSIMD.td+1-1
- lib/Target/X86/X86Subtarget.cpp+1-1
- lib/Target/X86/X86Subtarget.h+4-4
- lib/Transforms/Instrumentation/AddressSanitizer.cpp+1-1
- lib/Transforms/Instrumentation/MemorySanitizer.cpp+1-1
- lib/Transforms/Scalar/MemCpyOptimizer.cpp+10
- lib/Transforms/Utils/Local.cpp+2
- lib/Transforms/Utils/ValueMapper.cpp+75-35
- lib/Transforms/Vectorize/SLPVectorizer.cpp+2
- test/Bindings/llvm-c/Inputs/invalid.ll.bc
- test/Bindings/llvm-c/invalid-bitcode.test+3
- test/CodeGen/AArch64/setcc-type-mismatch.ll+11
- test/CodeGen/ARM/Windows/read-only-data.ll+1-1
- test/CodeGen/ARM/Windows/structors.ll+1-1
- test/CodeGen/ARM/alloc-no-stack-realign.ll+10-7
- test/CodeGen/ARM/memcpy-inline.ll+9-6
- test/CodeGen/ARM/setcc-type-mismatch.ll+11
- test/CodeGen/ARM/sub-cmp-peephole.ll+60
- test/CodeGen/ARM/vector-load.ll-253
- test/CodeGen/ARM/vector-store.ll-258
- test/CodeGen/R600/ds_read2st64.ll+2-2
- test/CodeGen/R600/endcf-loop-header.ll+34
- test/CodeGen/R600/si-triv-disjoint-mem-access.ll+1-1
- test/CodeGen/R600/tti-unroll-prefs.ll+58
- test/CodeGen/X86/coff-comdat.ll+8-8
- test/CodeGen/X86/dllexport-x86_64.ll+3-3
- test/CodeGen/X86/dllexport.ll+7-4
- test/CodeGen/X86/fold-vex.ll+27-12
- test/CodeGen/X86/global-sections.ll+4-4
- test/CodeGen/X86/pr15267.ll+71-4
- test/CodeGen/X86/sse-unaligned-mem-feature.ll+4-2
- test/CodeGen/X86/win_cst_pool.ll+4-4
- test/DebugInfo/COFF/asm.ll+2-2
- test/DebugInfo/COFF/multifile.ll+2-2
- test/DebugInfo/COFF/multifunction.ll+2-2
- test/DebugInfo/COFF/simple.ll+2-2
- test/DebugInfo/COFF/tail-call-without-lexical-scopes.ll+1-1
- test/DebugInfo/X86/coff_debug_info_type.ll+1-1
- test/Instrumentation/MemorySanitizer/atomics.ll+2
- test/Linker/distinct-cycles.ll+13
- test/MC/ARM/pr22395-2.s+37
- test/MC/ARM/pr22395.s+63
- test/MC/COFF/bss_section.ll+1-1
- test/MC/COFF/const-gv-with-rel-init.ll+2-2
- test/MC/COFF/global_ctors_dtors.ll+6-6
- test/MC/COFF/initialised-data.ll+1-1
- test/MC/COFF/section-passthru-flags.s+2-2
- test/MC/COFF/weak-symbol.ll+4-4
- test/Transforms/LoopStrengthReduce/ARM/ivchain-ARM.ll+2-2
- test/Transforms/MemCpyOpt/callslot_aa.ll+22
- test/Transforms/Util/combine-alias-scope-metadata.ll+24
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + |
0 commit comments