summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Semantic check for Flang OpenMP 4.5 - 2.7.1 Do Loop restrictions on sing...masteYashaswini2021-01-147-23/+133
* [AArch64] Adding ACLE intrinsics for the LS64 extensionLucas Prates2021-01-1410-4/+362
* [NFC][AsmPrinter] Windows warning: Use explicit castDavid Stuttard2021-01-141-2/+2
* [lldb] Fix TestPlatformProcessConnect.pyPavel Labath2021-01-144-55/+27
* [mlir] Update doc to omit the usage of LLVMIntegerTypelewuathe2021-01-141-2/+2
* Implement vAttachWait in lldb-serverAugusto Noronha2021-01-143-0/+186
* [lldb][wasm] Parse DWO section namesPhilip Pfaffe2021-01-142-23/+138
* Add func call so we don't instruction-step into the builtin_trapJason Molenda2021-01-131-0/+1
* Fix unused variable in CoroFrame.cpp when building Release with GCC 10Daniel Paoliello2021-01-131-0/+1
* ADT: Reduce code duplication in SmallVector by calling reserve and clear, NFCDuncan P. N. Exon Smith2021-01-131-11/+5
* [Driver] -gsplit-dwarf: Produce .dwo regardless of -gN for -fthinlto-index=Fangrui Song2021-01-132-2/+16
* ADT: Reduce code duplication in SmallVector by reusing reserve, NFCDuncan P. N. Exon Smith2021-01-131-4/+2
* ADT: Reduce code duplication in SmallVector::resize by using pop_back_n, NFCDuncan P. N. Exon Smith2021-01-131-4/+2
* ADT: Fix reference invalidation in SmallVector::resizeDuncan P. N. Exon Smith2021-01-132-11/+10
* [NFC] Fix -Wsometimes-uninitializedJordan Rupprecht2021-01-131-1/+4
* ADT: Fix reference invalidation in N-element SmallVector::append and insertDuncan P. N. Exon Smith2021-01-132-32/+57
* Reapply "ADT: Fix reference invalidation in SmallVector::push_back and single...Duncan P. N. Exon Smith2021-01-132-42/+183
* [llvm] Use std::any_of (NFC)Kazu Hirata2021-01-132-5/+4
* [llvm] Use llvm::stable_sort (NFC)Kazu Hirata2021-01-138-41/+33
* [llvm] Use *Set::contains (NFC)Kazu Hirata2021-01-137-15/+14
* Revert "ADT: Fix reference invalidation in SmallVector::push_back and single-...Duncan P. N. Exon Smith2021-01-132-201/+42
* [NFC] Remove unused entry in PassRegistry.defArthur Eubanks2021-01-131-2/+0
* ADT: Fix reference invalidation in SmallVector::push_back and single-element ...Duncan P. N. Exon Smith2021-01-132-42/+201
* Revert "[Support] On Windows, take the affinity mask into account"Alexandre Ganea2021-01-136-118/+28
* [PowerPC] Try to fold sqrt/sdiv test results with the branch.Esme-Yi2021-01-142-0/+282
* [Support] On Windows, take the affinity mask into accountAlexandre Ganea2021-01-136-28/+118
* Fix grammar in diagnostic for wrong arity in a structured binding.Richard Smith2021-01-133-6/+24
* [RISCV] Custom lower ISD::VSCALE.Craig Topper2021-01-136-0/+170
* [flang] Add tests for procedure arguments with implicit interfacesPeter Steinfeld2021-01-132-7/+30
* [libunwind] Unwind through aarch64/Linux sigreturn frameRyan Prichard2021-01-134-12/+116
* [SystemZ] Clear Available set in SystemZPostRASchedStrategy::initialize().Jonas Paulsson2021-01-132-0/+50
* [NFC] Rename ThinLTOPhase to ThinOrFullLTOPhase and move it from PassBuilder.hWei Mi2021-01-137-60/+66
* Fix llvm::Optional build breaks in MSVC using std::is_trivially_copyableJames Player2021-01-132-1/+127
* [SPARC] Fix fp128 load/storesCraig Topper2021-01-132-19/+74
* [NewPM] Only non-trivially loop unswitch at -O3 and for non-optsize functionsArthur Eubanks2021-01-134-90/+78
* Revert "[AsmParser] make .ascii support spaces as separators"Jian Cai2021-01-132-18/+3
* [NFC] Fix build break by a initializer list converting errorwlei2021-01-131-1/+1
* [test] Add Clang side tests for -fdebug-info-for-profilingFangrui Song2021-01-131-0/+21
* [libc][NFC] change isblank and iscntrl from implicit castingMichael Jones2021-01-132-2/+2
* [DSE] Add tests with stores of existing values.Florian Hahn2021-01-134-10/+294
* [FuncAttrs] Add additional willreturn tests (NFC)Nikita Popov2021-01-131-2/+63
* Fix the warnings on unused variables (NFC)Kazu Hirata2021-01-133-1/+3
* [libc][NFC] add macro for fuchsia to switch test backend to zxtestMichael Jones2021-01-135-253/+292
* [flang] Fix accessibility of USEd name in .mod fileTim Keith2021-01-132-0/+19
* [LTO] Add test for freestanding LTO option.Florian Hahn2021-01-131-0/+31
* [mlir][sparse] add vectorization strategies to sparse compilerAart Bik2021-01-134-51/+479
* [NFC] Use correct ssa.copy spelling when referring to the intrinsicJeroen Dobbelaere2021-01-131-3/+3
* [LLD][COFF] Avoid std::vector resizes during type mergingAlexandre Ganea2021-01-131-0/+20
* [mlir] Correct 2 places that result in corrupted conversion rollbacksTres Popp2021-01-132-1/+2
* [NFC] fix missing SectionName declarationwlei2021-01-131-2/+0