aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-27Revert "Suppress non-conforming GNU paste extension in all standard-conformin...llvmorg-12.0.0-rc1Reid Kleckner2-10/+5
2021-01-27[llvm-c] Move LLVMX86_AMXTypeKind & LLVMPoisonValueValueKind to the bottom to...Fangrui Song1-3/+3
2021-01-27[cxx_status] Mark P0732R2 as only 'partial', not 'Clang 12', as some ofRichard Smith1-1/+1
2021-01-27Don't allow __VA_OPT__ to be detected by #ifdef.Richard Smith6-64/+11
2021-01-27Permit __VA_OPT__ in all language modes and allow it to be detected with #ifdef.Richard Smith8-21/+78
2021-01-27[clangd] Work around GCC bug 66735Sam McCall1-2/+2
2021-01-27Import workflows from release/11.x branchTom Stellard5-0/+303
2021-01-27Drop the 'git' suffix from various version variablesTom Stellard4-4/+4
2021-01-26Frontend: Use early returns in CompilerInstance::clearOutputFiles, NFCDuncan P. N. Exon Smith1-17/+22
2021-01-26Rename clang/test/Frontend/output-{failures,paths}.c, NFCDuncan P. N. Exon Smith1-0/+0
2021-01-27[gn build] Port bb9eb1982980LLVM GN Syncbot1-0/+1
2021-01-26[OpenMP][NVPTX] Drop dependence on CUDA to build NVPTX `deviceRTLs`Shilei Tian4-265/+178
2021-01-26[RISCV] Add rv64 run lines to rv32 MC layer tests for B extensionCraig Topper22-236/+158
2021-01-26Support for instrumenting only selected files or functionsPetr Hosek28-1/+404
2021-01-26[libc++] Give `MoveOnly` all six comparison operators, not just == and <.Arthur O'Dwyer1-0/+4
2021-01-26[OpenMP] Modify OMP_ALLOCATOR environment variableNawrin Sultana2-69/+353
2021-01-27[libomptarget][cuda] Handle missing _v2 symbols gracefullyJon Chesterfield2-12/+30
2021-01-26[gn build] fix get.py changeNico Weber1-1/+0
2021-01-26[gn build] restore build command removed in 9595a7ff55b6 for platforms withou...Nico Weber1-0/+6
2021-01-26Disable rosegment for old Android versions.Dan Albert2-0/+23
2021-01-26llvm-lib: Pull error printing code out of two functionsNico Weber1-22/+22
2021-01-26[libomptarget][NFC] Avoid gcc 5/6 issue with lambda captures.Vyacheslav Zakharin1-2/+4
2021-01-26Frontend: Fix layering between create{,Default}OutputFile, NFCDuncan P. N. Exon Smith4-111/+79
2021-01-26[llc] Add reportError helper and canonicalize error messagesFangrui Song3-33/+36
2021-01-26Frontend: Simplify handling of non-seeking streams in CompilerInstance, NFCDuncan P. N. Exon Smith4-10/+15
2021-01-26[GlobalISel] Implement computeKnownBits for G_SEXT_INREGJessica Paquette3-0/+99
2021-01-26Salvage debug info for function arguments in coro-split funclets.Adrian Prantl5-54/+133
2021-01-26Frontend: Fix memory leak in CompilerInstance::setVerboseOutputStreamDuncan P. N. Exon Smith2-1/+9
2021-01-26[ARM] Fix STRT/STRHT/STRBT input/output operands.Zhuojia Shen1-1/+1
2021-01-26[NewPM] Add ExtraVectorizerPasses supportBjorn Pettersson3-4/+53
2021-01-26[libomptarget][NFC] Use portable printf format specifiers.Vyacheslav Zakharin2-6/+7
2021-01-26[InstCombine] Preserve FMF for powi simplifications.Valery N Dmitriev2-7/+6
2021-01-26[NFC] Show instcombine powi simplifications drop FMFValery N Dmitriev1-8/+10
2021-01-26[X86] In shrinkAndImmediate, place the new constant into the topological sort.Craig Topper3-3/+40
2021-01-26[NFC][lit] Cleanup code using string interpolationJulian Lettner2-18/+9
2021-01-26[GlobalISel][IRTranslator] Ignore the llvm.experimental.noalias.scope.decl in...Amara Emerson2-0/+15
2021-01-26[OpenMP][Libomptarget] Fix cmake error on remote pluginAtmn Patel1-2/+0
2021-01-26[gn build] Port 1e634f3952aaLLVM GN Syncbot1-1/+0
2021-01-26[llvm-elfabi] Fix test after D95140Fangrui Song1-2/+2
2021-01-26[libomptarget][cuda] Gracefully handle missing cuda libraryJon Chesterfield3-1/+7
2021-01-26[libomptarget][cuda] Only run tests when sure there is cuda availableJon Chesterfield1-4/+17
2021-01-26[OpenMP][Libomptarget] Introduce Remote Offloading PluginAtmn Patel17-0/+2506
2021-01-26[llvm-elfabi] Support ELF file that lacks .gnu.hash sectionHaowei Wu3-57/+211
2021-01-26[libc++] Fix oss-fuzz buildLouis Dionne1-0/+2
2021-01-26Add -fbinutils-version= to gate ELF features on the specified binutils versionFangrui Song16-7/+151
2021-01-26Revert "Support for instrumenting only selected files or functions"Petr Hosek29-403/+1
2021-01-26Make SBDebugger::CreateTargetWithFileAndArch work with lldb::LLDB_DEFAULT_ARCHJim Ingham2-9/+34
2021-01-26[flang][openacc][NFC] Organize clause validity tests by directiveValentin Clement24-1275/+1885
2021-01-26CGDebugInfo CreatedLimitedType: Drop file/line for RecordType with invalid lo...Fangrui Song2-6/+16
2021-01-26CGDebugInfo: Drop Loc.isInvalid() special case from getLineNumberFangrui Song1-8/+12