aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-19[cmake] Reenable FatLTO for Fuchsia toolchains (#85709)users/ilovepi/spr/main.cmake-reenable-fatlto-for-fuchsia-toolchainsPaul Kirth1-1/+1
2024-03-18[𝘀𝗽𝗿] changes to main this commit is based onPaul Kirth2-2/+2
2024-03-18[MLIR] Remove unused implicit capture in the lambda (NFC)Mehdi Amini1-1/+1
2024-03-18[ELF] Improve --pack-dyn-relocs tests for Android and RELRFangrui Song2-129/+118
2024-03-18Add missing includes (to fix the modules build)Adrian Prantl1-0/+4
2024-03-18[lldb][nfc] Factor out repeated code in DWIM Print (#85669)Felipe de Azevedo Piovezan1-21/+17
2024-03-18[SystemZ] Don't lower ATOMIC_LOAD/STORE to LOAD/STORE (#75879)Jonas Paulsson22-318/+1293
2024-03-18[libc] Remove direct math.h includes (#85324)Michael Jones129-149/+166
2024-03-18[flang] Fix crash on erroneous program (#85615) (#85659)Peter Klausler1-13/+12
2024-03-18[flang] Catch inappropriate attributes for PARAMETERs (#85588)Peter Klausler2-0/+19
2024-03-18[flang][runtime] Round hex REAL input correctly with excess digits (#85587)Peter Klausler2-29/+50
2024-03-18[flang] Fix SCALE() folding with big scale factors (#85576)Peter Klausler2-9/+23
2024-03-18[flang] Reduce recursion in common::visit (#85483)Peter Klausler1-22/+16
2024-03-18[ELF] Change getSymbolIndex to use const reference. NFCFangrui Song4-10/+10
2024-03-18[CodeGen] More uses of LocationSize::beforeOrAfterPointer().David Green3-8/+4
2024-03-18[InstSimply] Simplify `(fmul -x, +/-0)` -> `-/+0`Noah Goldstein2-9/+11
2024-03-18[InstSimply] Add tests for simplify `(fmul -x, +/-0)`; NFCNoah Goldstein1-0/+47
2024-03-18[CodeExtractor] Terminate callsite blocks to new `noreturn` functions with `u...Noah Goldstein11-39/+45
2024-03-18[docs] Prefer --gcc-install-dir= to deprecated GCC_INSTALL_PREFIX (#85458)Fangrui Song2-10/+14
2024-03-18[libc] Remove fileno from GPU entrypointsJoseph Huber1-1/+0
2024-03-18Revert "[RemoveDIs] Enable direct-to-bitcode writing by default"Orlando Cazalet-Hyams1-1/+1
2024-03-18[VPlan] Store VPlan directly in VPRecipeBuilder (NFCI).Florian Hahn2-84/+83
2024-03-18[OpenMP] Add OpenMP extension API to dump mapping tables (#85381)nicebert8-18/+87
2024-03-18[lld] Fix warningsKazu Hirata1-0/+2
2024-03-18[mlir][nvgpu] Support strided memref when creating TMA descriptor (#85652)Guray Ozen2-24/+173
2024-03-18[LICM] Drop nsw/nuw flags on affected instructions in hoistMulAddAssociation....Craig Topper2-16/+57
2024-03-18[cmake] Disable FatLTO in clang build for Fuchsia (#85677)Paul Kirth1-1/+1
2024-03-18[flang][NFC] Fix include style (#85655)Valentin Clement (バレンタイン クレメン)1-1/+1
2024-03-18[RISCV] Add IMinMax sched resources to P600SchedModelMichael Maitland1-0/+2
2024-03-18[RISCV] Add SiFiveP600Model SchedModel that is used by sifive-p670 (#84962)Michael Maitland3-1/+1024
2024-03-18[libc] fix up fileno tests (#85660)Nick Desaulniers5-0/+5
2024-03-18[SLP][NFC]Add a test with minbitwidth operand, but not a user.Alexey Bataev1-0/+49
2024-03-18[IR][NFC] Suppress warnings in ternary operatorsFraser Cormack1-11/+15
2024-03-18Reland "[compiler-rt] Avoid generating coredumps when piped to a tool"Alex Richardson2-2/+24
2024-03-18[Clang] Fix preprocessing device only in HIP modeJoseph Huber1-1/+2
2024-03-18[lld-macho] Implement ObjC category merging (-objc_category_merging) (#82928)alx327-8/+1862
2024-03-18[AArch64][GlobalISel] Legalize small G_TRUNC (#85625)David Green6-42/+80
2024-03-18 [clang][analyzer] Improve BlockInCriticalSectionsChecker (#80029)Endre Fülöp2-146/+510
2024-03-18[InstCombine] Add tests for selects with same conditions (NFC)zhongyunde 004434071-0/+56
2024-03-18Revert "[MLIR][XeGPU] Adding XeGPU 2d block operators (#84692)" (#85653)Balaji V. Iyer8-767/+12
2024-03-18[libc] Implement fileno (#85628)Shourya Goel6-0/+66
2024-03-18Revert "[libc++][CMake] Removes LIBCXX_ENABLE_CLANG_TIDY. (#85262)"Mark de Wever6-19/+28
2024-03-18[mlir][OpInterfacesGen][NFC] Add newline after traits declaration (#85633)Andrei Golubev1-1/+1
2024-03-18[clang-tidy]bugprone-unused-return-value ignore `++` and `--` operator overlo...Congcong Cai2-29/+57
2024-03-18[clang-tidy][NFC] Remove unnecessary nullptr check on cast subexpr (#85473)Mike Rice1-2/+1
2024-03-18[libc] Add `shm_open/shm_unlink` (#84974)Schrodinger ZHU Yifan17-3/+435
2024-03-19[clang-format] Add Options to break inside the TableGen DAGArg. (#83149)Hirofumi Nakamura8-6/+371
2024-03-18[CodeGen] Fix -Wunused-variable in PrologEpilogInserter.cpp (NFC)Jie Fu1-1/+1
2024-03-18[clang][Interp] Fix _Complex comma operatorsTimm Bäder2-10/+14
2024-03-18[flang] Diagnose the impure procedure reference in finalization according to ...Kelvin Li4-13/+59