aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-08-09[𝘀𝗽𝗿] initial versionusers/smeenai/sprhmaptool-implement-simple-string-deduplicationShoaib Meenai1-10/+28
2024-08-09[𝘀𝗽𝗿] changes to main this commit is based onusers/smeenai/sprmain.hmaptool-implement-simple-string-deduplicationShoaib Meenai1-2/+5
2024-08-09clang-tidy: readability-redundant-smartptr-get does not remove (#97964) (#100...akshaykumars6143-0/+56
2024-08-08Fix test on WindowsVitaly Buka1-3/+3
2024-08-08Revert "[clang] Reland: Instantiate concepts with sugared template arguments ...Matheus Izvekov18-74/+59
2024-08-08[mlir][LLVM] Improve lowering of `llvm.byval` function arguments (#100028)Diego Caballero5-12/+184
2024-08-08[BOLT][docs] Fix typo (#98640)Peter Jung1-1/+1
2024-08-08[libc][math][c23] Fix setpayloadsig smoke test on RV32 (#102538)Job Henandez Lara1-2/+13
2024-08-08[RISCV] Add some Zfinx instructions to hasAllNBitUsers.Craig Topper8-40/+36
2024-08-08[mlir][vector] Handle corner cases in DropUnitDimsFromTransposeOp. (#102518)Han-Chung Wang2-0/+19
2024-08-08[flang][cuda] Make CUFRegisterAllocator callable from C/Fortran (#102543)Valentin Clement (バレンタイン クレメン)3-5/+11
2024-08-08Reapply "[ctx_prof] Fix the pre-thinlink "use" case (#102511)"Mircea Trofin6-24/+37
2024-08-08[msan] Support most Arm NEON vector shift instructions (#102507)Thurston Dang2-636/+801
2024-08-08[rtsan] Fix warnings after #101232Fangrui Song2-6/+2
2024-08-08[BOLT][DWARF] Add parallelization for processing of DWO debug information (#1...Sayhaan Siddiqui47-62/+88
2024-08-08[gn build] Port 8acf8852e9d4LLVM GN Syncbot1-0/+1
2024-08-08[LLVM][rtsan] Add RealtimeSanitizer transform pass (#101232)Chris Apple7-0/+170
2024-08-08Revert "[LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (#101237)"Leonard Chan7-493/+126
2024-08-08Revert "Fix prctl to handle PR_GET_PDEATHSIG. (#101749)"Kirill Stoimenov2-13/+2
2024-08-08[RISCV] Remove unused function argument in RISCVOptWInstrs. NFCCraig Topper1-3/+2
2024-08-08[libc] Make str_to_float independent of fenv (#102369)Michael Jones3-10/+5
2024-08-08[libc][math] Add scalbln{,f,l,f128} math functions (#102219)aaryanshukla27-1/+434
2024-08-08[libc][gpu] Add Sinf Benchmarks (#102532)jameshu158692-20/+41
2024-08-08Fix prctl to handle PR_GET_PDEATHSIG. (#101749)Kirill Stoimenov2-2/+13
2024-08-08Revert "[ctx_prof] Fix the pre-thinlink "use" case (#102511)"Aiden Grossman5-30/+19
2024-08-08[llvm][ELF] Add statistics on various section sizes (#102363)Arthur Eubanks2-2/+67
2024-08-08[AMDGPU][True16][CodeGen] support v_mov_b16 and v_swap_b16 in true16 format (...Brox Chen9-73/+192
2024-08-08[ctx_prof] Fix the pre-thinlink "use" case (#102511)Mircea Trofin5-19/+30
2024-08-08[scudo] Added test fixture for cache tests. (#102230)Joshua Baehring2-5/+108
2024-08-09AMDGPU: Preserve atomicrmw name when specializing address space (#102470)Matt Arsenault4-9/+20
2024-08-09AMDGPU: Avoid creating unnecessary block split in atomic expansion (#102440)Matt Arsenault6-54/+34
2024-08-08[libc] [gpu] Fix Minor Benchmark UI Issues (#102529)jameshu158692-9/+11
2024-08-08Revert "[NVPTX] support switch statement with brx.idx" (#102530)Artem Belevich6-169/+8
2024-08-08[libc][newhdrgen] add_function by alphabetical order (#102527)aaryanshukla1-1/+9
2024-08-08[NVPTX] support switch statement with brx.idx (#102400)Alex MacLean6-8/+169
2024-08-08[flang][cuda] Do not lower device variables in main program as globals (#102512)Valentin Clement (バレンタイン クレメン)3-4/+20
2024-08-08[libc] [gpu] Add Generic, NvSin, and OcmlSinf64 Throughput Benchmark (#101917)jameshu158696-80/+128
2024-08-08[lldb/Interpreter] Fix ambiguous partial command resolution (#101934)Med Ismail Bennani6-20/+116
2024-08-08TTI: Check legalization cost of mulfix ISD nodes (#100520)Matt Arsenault1-24/+29
2024-08-08TTI: Check legalization cost of mul overflow ISD nodes (#100519)Matt Arsenault1-31/+36
2024-08-08[Clang][AST][NFC] Store template parameter position for TemplateTypeParmType ...Krystian Stasiowski2-41/+37
2024-08-08TTI: Check legalization cost of add/sub overflow ISD nodes (#100518)Matt Arsenault5-344/+358
2024-08-08[AMDGPU] Clear load addresses between functions (#102515)Alexis Engelke2-0/+42
2024-08-08AMDGPU: Support VALU add instructions in localstackalloc (#101692)Matt Arsenault6-4/+1642
2024-08-08[ELF] scanRelocations: support .crel.eh_frameFangrui Song2-4/+14
2024-08-08AMDGPU: Directly handle all atomicrmw cases in SIISelLowering (#102439)Matt Arsenault4-37/+85
2024-08-08[flang] Improve error message output (#102324)Peter Klausler2-2/+2
2024-08-08[flang] Warn on useless IOMSG= (#102250)Peter Klausler6-2/+28
2024-08-08[flang] Catch structure constructor in its own type definition (#102241)Peter Klausler3-8/+5
2024-08-08[flang] Fix searches for polymorphic components (#102212)Peter Klausler6-11/+42