summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* workflows: Add job to check for ABI changes in libclang.so and libclang-cpp.soTom Stellard2021-02-031-0/+132
* workflows: Fix actions repository name for llvm testsTom Stellard2021-02-031-1/+1
* workflows: Re-enable lldb test on Mac OS XTom Stellard2021-02-031-2/+4
* Revert "[ConstantFold] Fold more operations to poison"Juneyoung Lee2021-02-0439-258/+199
* [OpenMP][Libomptarget] Remove possible harmful copy constructor call for RTLsTyAtmn Patel2021-02-021-1/+1
* workflows: Fix libclc testsTom Stellard2021-02-021-5/+5
* [docs] Add release notes for things I've done for the 12.x release branch.Martin Storsjö2021-02-023-2/+40
* workflows: Fix LLVM ABI checks to work for X.0.0 releasesTom Stellard2021-02-011-12/+72
* [LoopUnswitch] Properly update MSSA if header has non-clobbering stores.Florian Hahn2021-01-303-39/+83
* [OpenMP][NVPTX] Disable building NVPTX deviceRTL by default on a non-CUDA systemShilei Tian2021-01-291-0/+9
* [clang-tidy] Fix linking tests to LLVMTestingSupportMichał Górny2021-01-291-1/+1
* Make the profile-filter.c test compatible with 32-bit systemsPetr Hosek2021-01-291-10/+10
* [sanitizer] Fix msan test build on FreeBSD after 7afdc89c2054Dimitry Andric2021-01-292-1/+3
* [AMDGPU] Avoid an illegal operand in si-shrink-instructionsPiotr Sobczak2021-01-292-11/+36
* Relax test expectations in debug-info-gline-tables-only-codeview.cppHans Wennborg2021-01-291-1/+1
* [OpenMP] libomp: fix build by cl with vs2019AndreyChurbanov2021-01-291-1/+2
* [clangd] Parse Diagnostics block, and nest ClangTidy block under it.Sam McCall2021-01-297-60/+75
* [clangd] Log warning when using legacy (theia) semantic highlighting.Sam McCall2021-01-291-0/+5
* clang: Fix static_assert in a few contexts in microsoft modeNico Weber2021-01-292-1/+13
* [clang-format] Avoid considering include directive as a template closer.Marek Kurdej2021-01-292-1/+16
* workflows: Update branch namesTom Stellard2021-01-286-42/+17
* Itanium Mangling: In 'enable_if', omit X/E around <expr-primary>.James Y Knight2021-01-274-21/+34
* Itanium Mangling: Fix handling of <expr-primary> in <template-arg>.James Y Knight2021-01-278-92/+259
* Itanium Mangling: Mangle `__alignof__` differently than `alignof`.James Y Knight2021-01-276-111/+211
* 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