summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [𝘀𝗽𝗿] initial versionupstream/users/MaskRay/spr/driver-default-msmall-data-limit-to-0-and-clean-up-codeFangrui Song2024-02-265-44/+12
* [SelectionDAG] Support sign tracking through `{S|U}INT_TO_FP`Noah Goldstein2024-02-265-166/+75
* [docs] Remove the Packaging "Tips" which seems to be about pre-cmake ./config...Mehdi Amini2024-02-261-73/+0
* [ItaniumDemangle] reject A-F in FP literals (#82864)Ryan Prichard2024-02-262-4/+5
* [flang][OpenMP] Add missing implementation for 'omp_is_initial_device' (#83056)Michael Klemm2024-02-261-0/+2
* MIPS: fix emitDirectiveCpsetup on N32 (#80534)YunQiang Su2024-02-262-15/+44
* [AMDGPU] Prefer lower total register usage in regions with spillingJeffrey Byrnes2024-02-269-226/+707
* [Tests][LoopDistribute] Re-adding target triple in a test (#82954)Nilanjana Basu2024-02-261-0/+3
* [libc++] Always keep libc++abi re-exports up-to-date (#79012)Louis Dionne2024-02-2613-613/+579
* [mlir][Transforms] Track erased ops separately (#83051)Matthias Springer2024-02-261-6/+17
* [libc++] Remove LIBCXX_EXECUTOR and LIBCXXABI_EXECUTOR (#79886)Louis Dionne2024-02-265-18/+3
* [libc++][NFC] Reorder availability macros in introduction order (#82531)Louis Dionne2024-02-261-27/+27
* [libc++] Fix non-uglified name in scoped_allocator_adaptor (#80706)Louis Dionne2024-02-262-11/+38
* [lldb] Remove LLDB_DEBUGSERVER_CODESIGN_IDENTITY (NFC)Jonas Devlieghere2024-02-261-4/+0
* [VPlan] Consistently use (Part, 0) for first lane scalar values (#80271)Florian Hahn2024-02-267-51/+79
* [scudo] Store more blocks in each TransferBatch (#70390)ChiaHungDuan2024-02-264-141/+159
* [Clang][Sema] Fix crash when MS dependent base class lookup occurs in an inco...Krystian Stasiowski2024-02-263-1/+10
* [mlir][vector] Add a pattern to fuse extract(constant_mask) (#81057)Hsiangkai Wang2024-02-262-1/+146
* [flang] Fixes for LIT testing of FLANG_RUNTIME_F128_MATH_LIB build. (#82832)Slava Zakharin2024-02-268-24/+80
* Revert "[RemoveDIs] Print non-intrinsic debug info in textual IR output (#792...Stephen Tozer2024-02-2620-272/+146
* [RISCV] Use PromoteSetCCOperands to promote operands for UMAX/UMIN during typ...Craig Topper2024-02-265-113/+91
* [DAG] Format DAGCombiner::mayAlias. NFCDavid Green2024-02-261-5/+4
* [RemoveDIs] Print non-intrinsic debug info in textual IR output (#79281)Stephen Tozer2024-02-2620-146/+272
* [libc][__support/memory_size] fix missing branch and add related tests (#83016)Schrodinger ZHU Yifan2024-02-262-2/+11
* AMDGPU: Simplify FP8 conversion definitions. NFC. (#83043)Changpeng Fang2024-02-263-6/+3
* [OpenMP][AIX] XFAIL capacity tests on AIX in 32-bit (#83014)Xing Xue2024-02-262-0/+6
* Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl2024-02-268-49/+108
* Replace ArchSpec::PiecewiseCompare() with Triple::operator==()Adrian Prantl2024-02-266-29/+33
* [Driver] Improve error when a compiler-rt library is not found (#81037)Fangrui Song2024-02-2632-104/+114
* [ThinLTO] NFC: Merge duplicated functions together (#82421)Jan Svoboda2024-02-264-23/+21
* [flang][cuda] Make sure CUDA attribute are imported when using module variabl...Valentin Clement (バレンタイン クレメン)2024-02-263-2/+29
* [libc][stdbit] implement stdc_count_ones (C23) (#82444)Nick Desaulniers2024-02-2622-8/+349
* Thread safety analysis: provide printSCFG definition. (#80277)Haojian Wu2024-02-262-2/+4
* [clang][Interp] Pick the right APInt constructor on WindowsTimm Bäder2024-02-261-3/+4
* [libc][stdbit] implement stdc_count_zeros (C23) (#82437)Nick Desaulniers2024-02-2622-8/+349
* [lld/ELF] Add documentation on large sections (#82560)Arthur Eubanks2024-02-265-0/+53
* [llvm][docs] Update the Python version requirement to 3.8.0 for lit testing o...Tom Honermann2024-02-261-2/+3
* [mlir][Transforms] Fix compile time regression in dialect conversion (#83023)Matthias Springer2024-02-261-9/+4
* [HLSL] Implementation of dot intrinsic (#81190)Farzon Lotfi2024-02-2611-8/+703
* clang serialization unittests: fix some leaks (#82773)Krasimir Georgiev2024-02-262-4/+16
* [clang][dataflow] Skip array types when handling InitListExprs. (#83013)Samira Bazuzi2024-02-262-4/+19
* [clang][test] Undo an accidental test changeTimm Bäder2024-02-261-10/+10
* [GlobalISel] Make the Combiner insert G_FREEZE when converting G_SELECT to bi...Owen Anderson2024-02-263-16/+32
* [NVPTX][AMDGPU][CodeGen] Fix `local_space nullptr` handling for NVPTX and loc...mmoadeli2024-02-265-85/+360
* [clang][Interp][NFC] Redo returning values from builtin functionsTimm Bäder2024-02-262-143/+91
* [lldb][test] Remove vendored packages `unittest2` and `progress` (#82670)Jordan Rupprecht2024-02-2630-8975/+0
* [clang][Interp] Fix lvalue CompoundLiteralExprsTimm Bäder2024-02-262-2/+16
* [RemoveDIs] Use iterators for moving PHIs in loop-unroll-and-jam (#83003)Jeremy Morse2024-02-261-2/+2
* [llvm][CodeGen] Add ValueType v3i1. [NFCI] (#82338)Francesco Petrogalli2024-02-263-201/+205
* [Clang][Sema] Defer instantiation of exception specification until after part...Krystian Stasiowski2024-02-265-21/+117