summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Suppress non-conforming GNU paste extension in all standard-conformin...llvmorg-12.0.0-rc1Reid Kleckner2021-01-272-10/+5
* [llvm-c] Move LLVMX86_AMXTypeKind & LLVMPoisonValueValueKind to the bottom to...Fangrui Song2021-01-271-3/+3
* [cxx_status] Mark P0732R2 as only 'partial', not 'Clang 12', as some ofRichard Smith2021-01-271-1/+1
* Don't allow __VA_OPT__ to be detected by #ifdef.Richard Smith2021-01-276-64/+11
* Permit __VA_OPT__ in all language modes and allow it to be detected with #ifdef.Richard Smith2021-01-278-21/+78
* [clangd] Work around GCC bug 66735Sam McCall2021-01-271-2/+2
* Import workflows from release/11.x branchTom Stellard2021-01-275-0/+303
* Drop the 'git' suffix from various version variablesTom Stellard2021-01-274-4/+4
* Frontend: Use early returns in CompilerInstance::clearOutputFiles, NFCDuncan P. N. Exon Smith2021-01-261-17/+22
* Rename clang/test/Frontend/output-{failures,paths}.c, NFCDuncan P. N. Exon Smith2021-01-261-0/+0
* [gn build] Port bb9eb1982980LLVM GN Syncbot2021-01-271-0/+1
* [OpenMP][NVPTX] Drop dependence on CUDA to build NVPTX `deviceRTLs`Shilei Tian2021-01-264-265/+178
* [RISCV] Add rv64 run lines to rv32 MC layer tests for B extensionCraig Topper2021-01-2622-236/+158
* Support for instrumenting only selected files or functionsPetr Hosek2021-01-2628-1/+404
* [libc++] Give `MoveOnly` all six comparison operators, not just == and <.Arthur O'Dwyer2021-01-261-0/+4
* [OpenMP] Modify OMP_ALLOCATOR environment variableNawrin Sultana2021-01-262-69/+353
* [libomptarget][cuda] Handle missing _v2 symbols gracefullyJon Chesterfield2021-01-272-12/+30
* [gn build] fix get.py changeNico Weber2021-01-261-1/+0
* [gn build] restore build command removed in 9595a7ff55b6 for platforms withou...Nico Weber2021-01-261-0/+6
* Disable rosegment for old Android versions.Dan Albert2021-01-262-0/+23
* llvm-lib: Pull error printing code out of two functionsNico Weber2021-01-261-22/+22
* [libomptarget][NFC] Avoid gcc 5/6 issue with lambda captures.Vyacheslav Zakharin2021-01-261-2/+4
* Frontend: Fix layering between create{,Default}OutputFile, NFCDuncan P. N. Exon Smith2021-01-264-111/+79
* [llc] Add reportError helper and canonicalize error messagesFangrui Song2021-01-263-33/+36
* Frontend: Simplify handling of non-seeking streams in CompilerInstance, NFCDuncan P. N. Exon Smith2021-01-264-10/+15
* [GlobalISel] Implement computeKnownBits for G_SEXT_INREGJessica Paquette2021-01-263-0/+99
* Salvage debug info for function arguments in coro-split funclets.Adrian Prantl2021-01-265-54/+133
* Frontend: Fix memory leak in CompilerInstance::setVerboseOutputStreamDuncan P. N. Exon Smith2021-01-262-1/+9
* [ARM] Fix STRT/STRHT/STRBT input/output operands.Zhuojia Shen2021-01-261-1/+1
* [NewPM] Add ExtraVectorizerPasses supportBjorn Pettersson2021-01-263-4/+53
* [libomptarget][NFC] Use portable printf format specifiers.Vyacheslav Zakharin2021-01-262-6/+7
* [InstCombine] Preserve FMF for powi simplifications.Valery N Dmitriev2021-01-262-7/+6
* [NFC] Show instcombine powi simplifications drop FMFValery N Dmitriev2021-01-261-8/+10
* [X86] In shrinkAndImmediate, place the new constant into the topological sort.Craig Topper2021-01-263-3/+40
* [NFC][lit] Cleanup code using string interpolationJulian Lettner2021-01-262-18/+9
* [GlobalISel][IRTranslator] Ignore the llvm.experimental.noalias.scope.decl in...Amara Emerson2021-01-262-0/+15
* [OpenMP][Libomptarget] Fix cmake error on remote pluginAtmn Patel2021-01-261-2/+0
* [gn build] Port 1e634f3952aaLLVM GN Syncbot2021-01-261-1/+0
* [llvm-elfabi] Fix test after D95140Fangrui Song2021-01-261-2/+2
* [libomptarget][cuda] Gracefully handle missing cuda libraryJon Chesterfield2021-01-263-1/+7
* [libomptarget][cuda] Only run tests when sure there is cuda availableJon Chesterfield2021-01-261-4/+17
* [OpenMP][Libomptarget] Introduce Remote Offloading PluginAtmn Patel2021-01-2617-0/+2506
* [llvm-elfabi] Support ELF file that lacks .gnu.hash sectionHaowei Wu2021-01-263-57/+211
* [libc++] Fix oss-fuzz buildLouis Dionne2021-01-261-0/+2
* Add -fbinutils-version= to gate ELF features on the specified binutils versionFangrui Song2021-01-2616-7/+151
* Revert "Support for instrumenting only selected files or functions"Petr Hosek2021-01-2629-403/+1
* Make SBDebugger::CreateTargetWithFileAndArch work with lldb::LLDB_DEFAULT_ARCHJim Ingham2021-01-262-9/+34
* [flang][openacc][NFC] Organize clause validity tests by directiveValentin Clement2021-01-2624-1275/+1885
* CGDebugInfo CreatedLimitedType: Drop file/line for RecordType with invalid lo...Fangrui Song2021-01-262-6/+16
* CGDebugInfo: Drop Loc.isInvalid() special case from getLineNumberFangrui Song2021-01-261-8/+12