aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-27rebaseusers/vitalybuka/spr/instrprofiling-do-not-sanitize-pgo-instrumentationVitaly Buka355-4319/+8165
2024-03-27[𝘀𝗽𝗿] changes introduced through rebaseusers/vitalybuka/spr/main.instrprofiling-do-not-sanitize-pgo-instrumentationVitaly Buka355-4319/+8165
2024-03-27[NFC][IR] Add SetNoSanitize helpers (#86772)Vitaly Buka3-0/+14
2024-03-27[NFC][HWASAN] Precommit globals-access testVitaly Buka1-0/+60
2024-03-27[NFC][mlir] Reorder `declarePromisedInterface()` operands (#86628)Justin Fargnoli18-34/+34
2024-03-27[X86] combine-pavg.ll - add demandedelts test coverage for #86284Simon Pilgrim1-0/+30
2024-03-27[X86] combineExtractFromVectorLoad support extraction from vector of differen...Simon Pilgrim6-292/+179
2024-03-27[ELF] --pack-dyn-relocs=android+relr: place IRELATIVE in .rela.plt (#86751)Fangrui Song2-2/+58
2024-03-27[LegalizeDAG] Merge PerformInsertVectorEltInMemory into ExpandInsertToVectorT...Craig Topper1-57/+26
2024-03-27[flang][OpenMP] Rename makeList overloads to make{Objects,Clauses}, NFC (#86725)Krzysztof Parzyszek5-34/+34
2024-03-27Fix signed/unsigned comparison warning. NFC.Simon Pilgrim1-1/+1
2024-03-27[bazel] Remove -lm on macOS (#86706)Keith Smiley1-0/+4
2024-03-27[InstallAPI] Add *umbrella-header options (#86587)Cyndy Ishida11-7/+206
2024-03-27[Thumb1] LivePhysRegs to LiveRegUnits (#84474)AtariDreams1-8/+3
2024-03-27[X86] Add -verify-machineinstrs to huge stack testsSimon Pilgrim2-3/+3
2024-03-27Fix "result of 32-bit shift implicitly converted to 64 bits" MSVC warning. NFCI.Simon Pilgrim1-1/+1
2024-03-27[lldb] Revive shell test after updating UnwindTable (#86770)Jason Molenda4-0/+78
2024-03-27[libc] Remove obsolete LIBC_HAS_BUILTIN macro (#86554)Marc Auberer26-107/+77
2024-03-27Revert rG58de1e2c5eee548a9b365e3b1554d87317072ad9 "Fix stack layout for frame...Simon Pilgrim21-116/+86
2024-03-27[ARM][MVE] Remove kill flags when reusing VPR register. (#86300)David Green2-1/+25
2024-03-27[libc++][NFC] Simplify copy and move lowering to memmove a bit (#83574)Nikolas Klauser5-48/+15
2024-03-27rebaseVitaly Buka6-12/+65
2024-03-27[𝘀𝗽𝗿] changes introduced through rebaseVitaly Buka6-12/+65
2024-03-27[SystemZ][z/OS] TXT records in the GOFF reader (#74526)Yusra Syeda4-14/+326
2024-03-27[OpenMP] Close up permissions on /tmp files (#85469)Terry Wilmarth1-5/+5
2024-03-27[libc][support][UInt] implement 128b math helpers (#86531)Nick Desaulniers4-11/+66
2024-03-27[clang][RISCV] Enable RVV with function attribute __attribute__((target("arch...Brandon Wu10-81/+85
2024-03-27Fix stack layout for frames larger than 2gb (#84114)Wesley Wiser21-86/+116
2024-03-27[RISCV] RISCV vector calling convention (1/2) (#77560)Brandon Wu29-50/+409
2024-03-27[X86] combineExtractWithShuffle - use combineExtractFromVectorLoad to extract...Simon Pilgrim4-664/+397
2024-03-27[lldb][Dwarf] Add missing timer when parsing .debug_abbrev. (#86568)Zequan Wu1-0/+1
2024-03-27[clang] Fix an out-of-bound crash when checking template partial specializati...Haojian Wu3-3/+20
2024-03-27[SLP]Fix PR86798: handle phi nodes being trunced, but not its operands.Alexey Bataev2-1/+97
2024-03-27[FPEnv][AMDGPU] Correct AMDGPUSimplifyLibCalls handling of strictfp attribute...Kevin P. Neal3-7/+9
2024-03-27[lldb][nfc] Delete unused variable (#86740)Felipe de Azevedo Piovezan1-1/+0
2024-03-27[libc++] Fix one case in saturate_cast.pass.cpp for 64-bit on z/OS (#86724)zibi21-1/+1
2024-03-27[workflows] Update the version of the scorecard-action (#86753)Tom Stellard1-1/+1
2024-03-27[gn build] Port 4f9aab2b500dLLVM GN Syncbot1-0/+2
2024-03-27[APINotes] Upstream the remaining API Notes fixes and testsEgor Zhdan96-20/+1829
2024-03-27[FreeBSD] Mark __stack_chk_guard dso_local except for PPC64 (#86665)Justin Cady2-1/+11
2024-03-27[NFC][TableGen][GlobalISel] Move MIR pattern parsing out of combiner (#86789)Pierre van Houtryve6-465/+623
2024-03-27[analyzer][docs] Document the `optin.performance.Padding` checker (#86411)komalverma042-3/+82
2024-03-27[X86] masked_store.ll - add nounwind to remove cfi noiseSimon Pilgrim1-46/+33
2024-03-27[X86] Add combineExtractFromVectorLoad helper - pulled out of combineExtractV...Simon Pilgrim1-29/+49
2024-03-27[DAG] foldAddSubOfSignBit - reuse existing SDLoc instead of regenerating it. ...Simon Pilgrim1-4/+4
2024-03-27[DAG] visitSub - reuse existing SDLoc instead of regenerating it. NFC.Simon Pilgrim1-2/+2
2024-03-27[gn build] Port 1103a2a337e9LLVM GN Syncbot1-0/+1
2024-03-27Reland [AMDGPU] MCExpr-ify MC layer kernel descriptor (#86494)Janek van Oirschot19-313/+1999
2024-03-27AMDGPU: Fix dead check prefixes in testMatt Arsenault2-1128/+0
2024-03-27[CodeGen][LLVM] Make the `va_list` related intrinsics generic. (#85460)Alex Voicu48-274/+330