aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-27[NFC][AArch64] Regenerate regression tests.Eli Friedman2-157/+186
2024-03-27[NFC][TLI] Move VecFuncs to statics to reduce stack usage (#86829)Alex MacLean1-62/+68
2024-03-27[Libomptarget] Make dynamic loading libffi more verbose. (#86891)Ye Luo1-3/+13
2024-03-27[BOLT] Set EntryDiscriminator in YAML profile for indirect callsAmir Ayupov2-19/+30
2024-03-27[lldb] Avoid deadlock by unlocking before invoking callbacks (#86888)Jonas Devlieghere1-39/+45
2024-03-27[Clang][Sema] Allow flexible arrays in unions and alone in structs (#84428)Kees Cook9-30/+303
2024-03-27[CI][NFC] Fix shellcheck warnings in CI scripts (#86877)Marc Auberer2-8/+8
2024-03-27[BOLT] Fix enumeration of secondary entry pointsAmir Ayupov2-3/+74
2024-03-27[CLANG] Fix potential integer overflow value in getRVVTypeSize() (#86810)smanna121-2/+2
2024-03-27[NFC][CLANG] Fix null pointer dereferences (#86760)smanna121-2/+2
2024-03-27[libc] add flag for FP_*LOGB0/NAN values (#86723)Michael Jones2-2/+8
2024-03-27[RISCV] Add test coverage for (add (shl Z, c1), Y, (shl Z, c2)) variantsPhilip Reames1-0/+90
2024-03-27[SLP][NFC]Improve compile time by size analysis limit and reduction sizeAlexey Bataev1-11/+21
2024-03-27[clang-installapi] Remove unnecessary copy (#86808)smanna121-1/+1
2024-03-27[GlobalISel] Update `MachineIRBuilder::buildAtomicRMW` interface (#86851)Shilei Tian2-31/+34
2024-03-27[AMDGPU] Fix missing `IsExact` flag when expanding vector binary operator (#8...Shilei Tian2-0/+111
2024-03-27[SLP]Fix PR86763: do not truncate reductions to the demanded bits size.Alexey Bataev3-5/+11
2024-03-27[lld-macho] Implement support for ObjC relative method lists (#86231)alx3211-7/+583
2024-03-27[SLP][NFC]Add a test with the wrong result extension after reduction,Alexey Bataev1-0/+33
2024-03-27Revert "[TBAA] Add verifier for tbaa.struct metadata (#86709)"Florian Hahn9-54/+9
2024-03-27[ELF] Change duplicate symbol errors to use errorOrWarnFangrui Song2-3/+6
2024-03-27[lldb] [ObjC runtime] Don't cast to signed when left shifting (#86605)Jason Molenda1-1/+1
2024-03-27[Driver] Avoid repeated ToolChain.getTriple() calls. NFCFangrui Song1-8/+7
2024-03-27[HWASAN] Don't instrument loads from global if globals are not tagged (#86774)Vitaly Buka3-17/+7
2024-03-27[NFC][HWASAN] Promote InstrumentGlobals to member (#86773)Vitaly Buka1-2/+5
2024-03-27Revert "[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x...Nick Desaulniers4-60/+16
2024-03-27[llvm-exegesis] Improve error handling for shm_open callsAiden Grossman1-1/+6
2024-03-27[TEST][HWASAN] Fix test after #86771Vitaly Buka1-0/+2
2024-03-27[TEST][HWASAN] Fix test after #86771Vitaly Buka1-2/+2
2024-03-27[LegalizeDAG] Freeze index when converting insert_elt/insert_subvector to loa...Craig Topper6-63/+82
2024-03-27[AArch64] Pre-commit test for #86717. NFCCraig Topper1-0/+22
2024-03-27Finish revert "[SystemZ][z/OS] TXT records in the GOFF reader (#74526)"Aiden Grossman1-148/+0
2024-03-27Fix the -Wmissing-designated-field-initializers on the clang-ppc64le-rhel botAmy Kwan2-2/+2
2024-03-27[Libomptarget][NFC] Remove trivially true checks on function pointers (#86804)Joseph Huber3-62/+19
2024-03-27[libc][math][c23] Add remaining linux/* entrypoints for {,u}fromfp{,x}* (#86692)OverMighty4-16/+60
2024-03-27[CodeGen][arm64e] Add methods and data members to Address, which are needed t...Akira Hatanaka50-1234/+1640
2024-03-27[RISCV] Model vd as a src for some Zvk* instructions in MC layer. (#86710)Craig Topper2-21/+39
2024-03-27[Target][RISCV] Add HwMode support to subregister index size/offset. (#86368)Craig Topper10-50/+242
2024-03-27Revert "[SystemZ][z/OS] TXT records in the GOFF reader (#74526)"Neumann Hon4-178/+14
2024-03-27[libc++][NFC] Remove whitespace that doesn't belongLouis Dionne1-1/+1
2024-03-27Recommit "[VPlan] Replace disjoint or with add instead of dropping disjoint. ...Florian Hahn5-2/+33
2024-03-27[Libomptarget] Move API implementations into GenericPluginTy (#86683)Joseph Huber2-147/+444
2024-03-27[Offload] Change unregister library to use `atexit` instead of destructor (#8...Joseph Huber2-37/+41
2024-03-27[clang-format] Fix anonymous reference parameter with default value (#86254)rayroudc2-2/+23
2024-03-27[C99] Claim conformance to digraphs/iso646Aaron Ballman2-1/+91
2024-03-27[nfc][PGO]Factor out profile scaling into a standalone helper function (#83780)Mingming Liu5-45/+197
2024-03-27[HLSL] enforce unsigned types for reversebits (#86720)Farzon Lotfi5-261/+25
2024-03-27[AArch64] Clear kill flags when removing FMOVDr. (#86308)David Green2-1/+63
2024-03-27Revert "[scudo] Use getMonotonicTimeFast for tryLock." (#86590)ChiaHungDuan1-3/+3
2024-03-27[CSSPGO] Reject high checksum mismatched profile (#84097)Lei Wang2-0/+78