summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump the trunk major version to 16llvmorg-16-initTom Stellard2022-07-2616-1176/+24
* Inline function calls.Weverything2022-07-261-4/+2
* [lld-macho] Fix -bitcode_process_mode arg typeKeith Smiley2022-07-261-1/+1
* [libc++][ranges] Fix the CI.Konstantin Varlamov2022-07-261-1/+1
* [clang][AIX] Add option to control quadword lock free atomics ABI on AIXKai Luo2022-07-279-15/+69
* [ASan] Use stack safety analysis to optimize allocas instrumentation.Kirill Stoimenov2022-07-262-5/+20
* [asan][test] Check for __asan_stack_mallocVitaly Buka2022-07-261-3/+6
* [amdgpu][nfc] Separate processUsedLDS into independent pieces, rename itJon Chesterfield2022-07-271-47/+54
* [Polly] Insert !dbg metadata for emitted CallInsts.Michael Kruse2022-07-265-15/+220
* [amdgpu][nfc] Extract kernel annotation from processUsedLDSJon Chesterfield2022-07-271-35/+42
* workflows: Use sccache to speed up CI buildsTom Stellard2022-07-261-1/+17
* [asan][test] Cleanup asan-stack-safety.ll testVitaly Buka2022-07-261-12/+10
* Import CI tests from the release branchTom Stellard2022-07-269-0/+650
* [libc++][NFC] Add checks for lifetime issues in classic algorithms.Konstantin Varlamov2022-07-262-131/+771
* [libc++][ranges] Implement `ranges::is_heap{,_until}`.Konstantin Varlamov2022-07-2615-58/+353
* Add string conversion for InstructionControlFlowKind enumJakob Johnson2022-07-262-29/+31
* [libc++][ranges] Make sure all range algorithms support differing projection ...Konstantin Varlamov2022-07-263-7/+107
* [libc++][ranges] Implement `ranges::generate{,_n}`.Konstantin Varlamov2022-07-2610-40/+312
* Revert "[Support] Workaround compiler bug in MSVC"Tom Stellard2022-07-261-6/+0
* workflows: Add GitHub action for automating some release tasksTom Stellard2022-07-262-1/+67
* github: Automatically assign reviewers for backport requestsTom Stellard2022-07-262-4/+105
* [CodeGen] Fixed ambiguous symbol ExtAddrMode in case of NDEBUG and LLVM_ENABL...Dmitry Vassiliev2022-07-271-2/+2
* github: Fix release automation /branch command with new repoTom Stellard2022-07-261-1/+24
* [ELF] addDependentLibrary: fix a use-after-free bug in archiveNameFangrui Song2022-07-262-7/+13
* [mlir] Refactor SubElementInterface replace supportRiver Riddle2022-07-2611-213/+394
* [ELF] addLibrary: fix a use-after-free bug in archiveNameFangrui Song2022-07-262-4/+4
* [ELF][test] Clean up print-archive-stats.sFangrui Song2022-07-261-18/+20
* [RISCV] Pre-commit tests for D130146. NFCCraig Topper2022-07-261-0/+129
* [lldb/ClangExpressionParser] Fix compiler error due to `clang::CreateLLVMCode...Argyrios Kyrtzidis2022-07-261-2/+3
* [CGDebugInfo] Access the current working directory from the `VFS`Argyrios Kyrtzidis2022-07-2610-40/+106
* [clang-tidy] Avoid extra parentheses around MemberExprDanny Mösch2022-07-263-1/+16
* [InstCombine] Fold strtoul and strtoull and avoid PR #56293Martin Sebor2022-07-268-35/+945
* [lldb] Disable TestStackFromStdModule.pyAugusto Noronha2022-07-261-0/+1
* [amdgpu][nfc] Separate LDS struct creation from RAUWJon Chesterfield2022-07-262-48/+76
* [Support] Workaround compiler bug in MSVCTom Stellard2022-07-261-0/+6
* [AggressiveInstCombine] convert sqrt libcalls with "nnan" to sqrt intrinsicsSanjay Patel2022-07-262-4/+104
* [Clang][Doc] Update the release note for clangShilei Tian2022-07-261-0/+2
* [clang] Pass FoundDecl to DeclRefExpr creator for operator overloadsDanny Mösch2022-07-268-47/+94
* Move GetControlFlowKind's logic to DisassemblerLLVMC.cppWalter Erquinigo2022-07-264-331/+338
* [trace][intel pt] Introduce wall clock time for each trace itemWalter Erquinigo2022-07-2623-291/+606
* [InstSimplify] remove redundant calls to 'isImplied'; NFCISanjay Patel2022-07-261-12/+0
* [gn build] Port 4638d7a28f62LLVM GN Syncbot2022-07-261-1/+0
* [Sanitizers][Darwin] Allows '-mtargetos' to used to set minimum deployment ta...Blue Gaston2022-07-261-1/+5
* Revert "[clang-offload-bundler] Library-ize ClangOffloadBundler"Lambert, Jacob2022-07-265-1468/+1272
* [Matrix] Add assert to catch extracted vectors with poison elementsFrancis Visoiu Mistrih2022-07-261-0/+3
* [RISCV] Add Predicate to c.lw/c.sw/c.lwsp/c.swsp InstAliases with no offset.Craig Topper2022-07-262-39/+75
* [Matrix] Refactor tiled loops in a struct. NFCFrancis Visoiu Mistrih2022-07-263-57/+54
* [GlobalISel] Import patterns for G_FMAXIMUM + G_FMINIMUMJessica Paquette2022-07-263-0/+150
* [clang][dataflow] Analyze calls to in-TU functionsSam Estep2022-07-267-19/+224
* [RISCV] Minor fixes to rv64c-valid.s test.Craig Topper2022-07-261-4/+7