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