aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-02TTI: Fix special casing vectorization costs of saturating add/subusers/arsenm/add-sub-sat-cost-model-cleanupMatt Arsenault22-3302/+3604
2024-07-02[ELF] Infer EI_OSABI from object filesFangrui Song2-8/+23
2024-07-02[ELF] Make start/stop symbols retain associated discardable output sectionsFangrui Song7-54/+78
2024-07-02Support: Fix typo in commentMatt Arsenault1-1/+1
2024-07-02[flang] Fix build problem caused by #96807 (#97450)Pete Steinfeld1-1/+1
2024-07-02[MLInliner] Keep track of deleted functions (#97348)Arthur Eubanks2-3/+8
2024-07-02[Flang][runtime] Fix compilation errors introduced with PR #96652 (#97442)Michael Klemm1-3/+3
2024-07-02Reduce llvm-gsymutil memory usage (#91023)Kevin Frei3-14/+105
2024-07-02[MC] Use a stub ctor for MCAsmLayoutFangrui Song6-22/+11
2024-07-02[RISCV] Add coverage of build vectors with rv32 + v + bitmanipPhilip Reames2-2/+10
2024-07-02[RISCV] Remove IgnoreUnknown from RISCVISAInfo::parseArchString. (#97372)Craig Topper3-78/+9
2024-07-02[Flang][runtime] Distinguish CPU time and elapsed time for cpu_time and syste...Michael Klemm2-51/+64
2024-07-02[LangRef] Document the fourth operand for vp.cttz/ctlz. NFC (#97387)Craig Topper1-2/+6
2024-07-02[LangRef] Replace 'the argument' with 'the first argument' in llvm.abs descri...Craig Topper1-8/+8
2024-07-02[BOLT] Drop macro-fusion alignment (#97358)Amir Ayupov11-205/+0
2024-07-02[AMDGPU] Regenerate srem.ll tests - more closely match the testing in sdiv.llSimon Pilgrim1-13/+8981
2024-07-02Fix MSVC discarded return value warnings. NFC.Simon Pilgrim1-2/+2
2024-07-02Refactor LoopFuseSiblingOp and support parallel fusion (#94391)srcarroll9-283/+586
2024-07-02Fix block merging (#96871)Giuseppe Rossini12-93/+289
2024-07-02[NFC][SandboxIR] Drop namespace:: prefix.Vasileios Porpodas1-10/+9
2024-07-02Revert "[MC] Use a stub ctor for MCAsmLayout"Davide Italiano6-12/+22
2024-07-02Revert "MCAssembler::layout: remove the unused MCAsmLayout parameter"Davide Italiano5-5/+14
2024-07-02Revert "Remove llvm/MC/MCAsmLayout.h"Davide Italiano2-0/+23
2024-07-02Revert "[MC] Remove assert to work around BOLT"Davide Italiano1-0/+1
2024-07-02[flang] Improve warnings for invalid arguments when folding host runtime (#96...Pete Steinfeld2-8/+260
2024-07-02[libclc] Fix cross in-tree builds (#97392)Harald van Dijk2-33/+38
2024-07-02[CVP] Add vector test cases (NFC)Nikita Popov1-0/+182
2024-07-02Reapply "[RISCV] Support RISCV Atomics ABI attributes (#84597)"Paul Kirth9-2/+60
2024-07-02Add a regression test for recent regression in pair. (#97355)James Y Knight1-0/+22
2024-07-02[AMDGPU] Use nan as the identity for atomicrmw fmax/fmin (#97411)Jay Foad5-234/+237
2024-07-02[SROA] Avoid expensive isComplete() call (NFC)Nikita Popov1-4/+6
2024-07-02[C2y] Add diagnostics for alignof on an incomplete arrayAaron Ballman3-1/+29
2024-07-02AMDGPU: Add some exotic truncating store testsMatt Arsenault1-6/+410
2024-07-02[gn build] Port 410de0c8c831LLVM GN Syncbot1-1/+1
2024-07-02[OpenMP] Add missing export for dynamic tracking patch (#97419)Gheorghe-Teodor Bercea1-0/+1
2024-07-02[Clang][NFC] Improve RewriteModernObjC code quality by using const reference ...Oleksandr T1-19/+18
2024-07-02[DebugInfo][SimplifyIndVar] Fix missing debug locations for div/rem instructi...Sudharsan Veeravalli2-0/+185
2024-07-02[PassManager] Reuse StackTraceEntry across passes (NFC)Nikita Popov1-9/+15
2024-07-02[clang][docs] Move entries around (#97416)Balazs Benics1-5/+5
2024-07-02[gn] port f9efc2950892 (SandboxIR)Nico Weber3-0/+19
2024-07-02Add an explicit triple to the testAaron Ballman1-2/+2
2024-07-02[AArch64] Improve non-SVE popcount for 32bit and 64 bit using udot (#95881)Tim Gymnich2-46/+286
2024-07-02[Clang][NFC] use const references for function parameters in operator== and o...Oleksandr T1-2/+2
2024-07-02[C2y] Modify diagnostics for complex increment/decrementAaron Ballman6-21/+92
2024-07-02[clang] Don't emit the warn_dangling_lifetime_pointer diagnostic for the assi...Haojian Wu2-17/+27
2024-07-02Reland "[flang] add extra component information in fir.type_info" (#97404)jeanPerier12-16/+303
2024-07-02Revert "[C2y] Modify diagnostics for complex increment/decrement"Aaron Ballman3-75/+4
2024-07-02[libc][math][c23] Add f16{add,sub}f C23 math functions (#96787)OverMighty24-1/+934
2024-07-02InstCombine: Try to fold ldexp with select of power operand (#97354)Matt Arsenault3-1/+160
2024-07-02[C2y] Modify diagnostics for complex increment/decrementAaron Ballman3-4/+75