aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-09[𝘀𝗽𝗿] initial versionusers/pcc/spr/improve-tests-change-apiPeter Collingbourne3-20/+92
2024-07-09[𝘀𝗽𝗿] changes to main this commit is based onusers/pcc/spr/main.improve-tests-change-apiPeter Collingbourne2-9/+56
2024-06-27Revert "[CodeGen] Introduce `MachineDomTreeUpdater`" (#96846)paperchalice11-981/+510
2024-06-26[scudo] Minor refactoring of secondary cache test (#95995)ChiaHungDuan1-24/+25
2024-06-27[CodeGen] Introduce `MachineDomTreeUpdater` (#95369)paperchalice11-510/+981
2024-06-27[NFC][RegAlloc] Delete unused optionAiden Grossman1-2/+0
2024-06-26[InstCombine] Combine ptrauth constants into ptrauth intrinsics. (#94705)Ahmed Bougacha2-3/+98
2024-06-26 [clang] Implement pointer authentication for C++ virtual functions, v-tables...Oliver Hunt54-98/+3343
2024-06-26[ValueTracking][RISCV] Use ConstantRange::getUnsignedMax instead of getUpper ...Craig Topper1-3/+1
2024-06-26[Memprof] Fixes memory leak in MemInfoBlock histogram. (#96834)Matthew Weingarten1-0/+2
2024-06-26[CodeGen] Use range-based for loops (NFC) (#96777)Kazu Hirata13-58/+45
2024-06-26[libc] added newhdrgen python script and class file (#96671)aaryanshukla2-0/+211
2024-06-27[clang-tidy] add option to avoid "no checks enabled" error (#96122)Congcong Cai6-1/+40
2024-06-27[clang-tidy] add default value for misc-use-internal-linkage [NFC] (#96779)Congcong Cai1-1/+1
2024-06-27Reapply "[SimplifyCFG] Forward indirect switch condition value if it can help...DianQK4-4/+132
2024-06-26[libc] Remove atomic alignment diagnostics globally (#96803)Joseph Huber3-13/+1
2024-06-26[MS ABI]: Support preserve_none in MS ABI (#96487)antangelo4-19/+81
2024-06-27Revert "[SimplifyCFG] Forward indirect switch condition value if it can help ...DianQK4-132/+4
2024-06-26[mlgo] drop the prefix `_` in `_model_selector`Mircea Trofin2-8/+8
2024-06-26Revert "[ADT] Always use 32-bit size type for SmallVector with 16-bit element...Chelsea Cassanova2-9/+6
2024-06-27[SimplifyCFG] Forward indirect switch condition value if it can help fold the...DianQK4-4/+132
2024-06-26[libc] NVPTX Profiling (#92009)jameshu1586917-11/+644
2024-06-26[LV][NFC] Marked functions as const. Added LLVM_DEBUG. (#96681)Kolya Panchenko3-8/+27
2024-06-26[CodeGen] Fix a warningKazu Hirata1-0/+1
2024-06-26[ADT] Always use 32-bit size type for SmallVector with 16-bit elements (#95536)Jay Foad2-6/+9
2024-06-26[runtimes][NFC] Improve error message when running Lit incorrectlyLouis Dionne3-3/+6
2024-06-26[WebAssembly] Split and tidy up target features test (#96735)Heejin Ahn2-68/+84
2024-06-26[libc] added newhdrgen class implementation (#96710)RoseZhang036-0/+123
2024-06-26[libc] add proxy header for struct_sigaction (#96224)Schrodinger ZHU Yifan8-15/+41
2024-06-26Fix test introduced by d29fdfbc4e3bJoel E. Denny1-1/+1
2024-06-26[OpenMP] Migrate GPU Reductions CodeGen from Clang to OMPIRBuilder (#80343)Akash Banerjee12-1834/+2716
2024-06-26[Memprof] Fix a warningKazu Hirata1-4/+3
2024-06-26Revert "[AArch64] Lower extending sitofp using tbl (#92528)"Momchil Velikov3-313/+3
2024-06-26[LTO] Avoid assert fail on failed pass plugin load (#96691)Joel E. Denny2-9/+18
2024-06-26[TypeProf][InstrFDO]Omit vtable symbols in indexed profiles by default (#96520)Mingming Liu3-11/+17
2024-06-26[llvm-config] Make llvm-config --system-libs obey LLVM_USE_STATIC_ZSTD (#93754)Kyle Huey1-2/+6
2024-06-26[DirectX] Add stub PSV0 section (#96712)Damyan Pepper3-1/+75
2024-06-26[RISCV][GISel] Support G_FPEXT/FPTRUNC with ZFh.Craig Topper4-1/+278
2024-06-26[RISCV] Add Zfh to typeIsScalarFPArith and simplify code. NFCCraig Topper1-46/+27
2024-06-26[SPIR-V] Support cl_ext_float_atomics and fix errors in definition of atomic_...Vyacheslav Levytskyy3-10/+46
2024-06-26[SPIR-V] Fix support of OpGenericCastToPtr __spirv_ wrappers (#96655)Vyacheslav Levytskyy3-4/+25
2024-06-26[SPIR-V] Improve pattern matching and tracking of constant integers (#96615)Vyacheslav Levytskyy5-14/+61
2024-06-26[RISCV][GISel] Support fptoi and itofp for Zfh. (#96707)Craig Topper13-9/+1351
2024-06-26[libc][fcntl] Simplify the handling of the return value from syscall … (#96...Xu Zhang3-7/+24
2024-06-26[RISCV][GISel] Support fcmp and fclass for Zfh. (#96696)Craig Topper15-11/+1687
2024-06-26[libc][docs] List `rand` and `srand` as supported on the GPU (#96757)Joseph Huber2-1/+3
2024-06-26[libc++] Classify iota_view precondition (#96662)Louis Dionne2-3/+28
2024-06-26[libc] Fix Fuscia builder failing on atomic warnings (#96791)Joseph Huber2-0/+12
2024-06-26[RISCV][GISel] Add missing fclass tests. NFC (#96694)Craig Topper6-0/+258
2024-06-26[NVPTX] Fold (add (select 0, (mul a, b)), c) -> (select c, (mad a, b, c)) (#9...Alex MacLean2-83/+187