aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-05[llvm-objdump] Fix missing first line of license in header fileJames Henderson1-0/+1
2021-02-05[mlir][linalg] Linalg.fill on tensor should not have side-effectsNicolas Vasilache2-2/+31
2021-02-05[OpenCL] Introduce new language options for OpenCL keywords.Anton Zabaznov4-12/+13
2021-02-05[lldb/cmake] Reduce duplication in generation lldb-dotestPavel Labath1-48/+29
2021-02-05[lldb/test] Reduce API test tools configuration boilerplatePavel Labath7-47/+15
2021-02-05[Test] Add more tests demonstrating oddities in behavior of LSRMax Kazantsev2-2/+226
2021-02-05[flang] Adapt mlir based error status handling in `tco` toolSourabh Singh Tomar1-7/+8
2021-02-04[Transforms/Scalar] Use range-based for loops (NFC)Kazu Hirata7-28/+20
2021-02-04[GlobalISel] Use ListSeparator (NFC)Kazu Hirata1-8/+4
2021-02-04[IR] Drop unnecessary const from return types (NFC)Kazu Hirata2-2/+2
2021-02-04LLVMgold.so: Fix tests after D95380Fangrui Song5-6/+6
2021-02-04[Darwin] Switch to new logging api for sanitizersEmily Shi1-1/+6
2021-02-04[MC] Add isFPImm after D96091Fangrui Song1-0/+1
2021-02-04[VE] Fix allowsMisalignedMemoryAccesses after D96097Fangrui Song2-2/+2
2021-02-04[MC] Add createFPImm/isFPImm/setFPImm to smooth migration from FPImm to DFPIm...Fangrui Song1-0/+14
2021-02-04[ARM][WebAssembly] Fix incorrect MCOperand::createDFPImm after D96091Fangrui Song2-2/+3
2021-02-04[RISCV] Use LLVMScalarOrSameVectorWidth to make avoid needing to mention the ...Craig Topper4-467/+485
2021-02-04[RISCV] Split vrgather intrinsics into separate vrgather.vv and vrgather.vx i...Craig Topper4-708/+740
2021-02-05[X86] Generate unaligned access for fixed slots in unaligned stackMatheus Izvekov5-103/+120
2021-02-04[TargetLowering] Use Align in allowsMisalignedMemoryAccesses.Craig Topper33-67/+61
2021-02-04[WebAssembly] Use single-threaded mode when -matomics isn't enabled.Dan Gohman3-0/+21
2021-02-04[WebAssembly] Support single-floating-point immediate valueDan Gohman21-86/+137
2021-02-04Add missing test update from 3e5ce49Philip Reames1-3/+2
2021-02-04[sanitizer] Fix the test on androidVitaly Buka1-0/+3
2021-02-04DebugInfo: Temporarily work around -gsplit-dwarf + LTO .debug_gnu_pubnames re...Fangrui Song1-1/+3
2021-02-04[LV] Unconditionally branch from middle to scalar preheader if the scalar loo...Philip Reames5-90/+123
2021-02-04[OpenMP][libomptarget] Fixed an issue that device sync is skipped if the kern...Shilei Tian2-4/+26
2021-02-04[AST] Update LVal before evaluating lambda decl fields.Zequan Wu2-1/+17
2021-02-04fix -Werror build issue.Eric Schweitz1-1/+1
2021-02-04[RISCV] Add i8/i16 test cases to div.ll and i8/i16/i64 to rem.ll. NFCCraig Topper2-0/+816
2021-02-04Fix test case from D94563.Amy Huang1-0/+1
2021-02-04[CSSPGO][llvm-profgen] Fix bug with parsing hybrid sample trace linewlei2-5/+13
2021-02-04Fix a test case after committing D94563.Amy Huang1-1/+0
2021-02-04[asan] Add %d variable to external_symbolizer_path option, so that user can s...Amy Huang8-8/+78
2021-02-04[mlir] Mark LogicalResult as LLVM_NODISCARDRiver Riddle77-310/+352
2021-02-04[CUDA][HIP] Fix checking dependent initalizerYaxun (Sam) Liu2-2/+23
2021-02-04[flang] Remove dims type and gendims op.Eric Schweitz6-125/+19
2021-02-04[flang][msvc] Reapply "Explicitly reference "this" inside closure"Mehdi Chinoune1-2/+2
2021-02-04Revert "[libc++] [P0879] constexpr std::nth_element, and rewrite its tests."Jordan Rupprecht3-180/+175
2021-02-04Don't infer attributes on '::operator new'.Richard Smith2-31/+0
2021-02-04Revert "[BuildLibcalls, Attrs] Support more variants of C++'s new, add attrib...Richard Smith2-73/+5
2021-02-04[sanitizer] Add suffix to report file nameBill Torpey3-0/+27
2021-02-04[mlir] Small touchups to LangRef attribute sectionSean Silva1-11/+10
2021-02-04[HIP] Add __managed__ macro to headerYaxun (Sam) Liu1-0/+1
2021-02-04[CodeComplete] Guess type for designated initializersSam McCall5-32/+87
2021-02-04Fix miscomputation of dependence for elaborated types that areRichard Smith3-1/+41
2021-02-04[ARM] Do not emit ldrexd/strexd on Cortex-M chipsAyke van Laethem2-3/+38
2021-02-04Correct some confused diagnostic terminologyAaron Ballman3-5/+5
2021-02-04[flang][NFC] Rename IntType to IntegerType.Eric Schweitz5-27/+27
2021-02-04[clangd] Improve name conflict detectionKirill Bobyrev2-3/+38