| Age | Commit message (Expand) | Author | Lines |
| 2024-11-25 | Support predicate registers (clobber-only) in Hexagon inline assembly | Taiki Endo | -0/+37 |
| 2024-11-25 | Fix clobber_abi in RV32E and RV64E inline assembly | Taiki Endo | -0/+44 |
| 2024-11-24 | Make asm_goto_with_outputs a separate feature gate | Gary Guo | -1/+1 |
| 2024-11-24 | Support use of asm goto with outputs and `options(noreturn)` | Gary Guo | -1/+11 |
| 2024-11-24 | Fix asm goto with outputs | Gary Guo | -11/+13 |
| 2024-11-23 | Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle | 许杰友 Jieyou Xu (Joe) | -0/+10 |
| 2024-11-22 | Rollup merge of #133102 - RalfJung:aarch64-softfloat, r=davidtwco,wesleywiser | Michael Goulet | -0/+48 |
| 2024-11-20 | aarch64 softfloat target: always pass floats in int registers | Ralf Jung | -0/+48 |
| 2024-11-17 | Likely unlikely fix | Jiri Bobek | -13/+91 |
| 2024-11-14 | Always inline functions signatures containing `f16` or `f128` | Trevor Gross | -0/+29 |
| 2024-11-14 | tests: use `max-llvm-major-version` instead of `ignore-llvm-version` range li... | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-11-13 | Add ``exact-llvm-major-version`` directive | Kirill Podoprigora | -2/+1 |
| 2024-11-12 | Rollup merge of #132702 - 1c3t3a:issue-132615, r=rcvalle | Matthias Krüger | -0/+19 |
| 2024-11-11 | CFI: Append debug location to CFI blocks | Bastian Kersting | -0/+19 |
| 2024-11-10 | Stabilize Arm64EC inline assembly | Taiki Endo | -1/+1 |
| 2024-11-09 | Rollup merge of #131258 - taiki-e:s390x-stabilize-asm, r=Amanieu | Jubilee | -1/+1 |
| 2024-11-09 | Add discriminators to DILocations when multiple functions are inlined into a ... | Kyle Huey | -0/+64 |
| 2024-11-09 | Rollup merge of #132777 - durin42:llvm-20-poison-prop, r=nikic | Matthias Krüger | -1/+10 |
| 2024-11-09 | Rollup merge of #132745 - RalfJung:pointee-info-inside-enum, r=DianQK | Matthias Krüger | -4/+20 |
| 2024-11-08 | try_question_mark_nop: update test for LLVM 20 | Augie Fackler | -1/+10 |
| 2024-11-08 | pointee_info_at: fix logic for recursing into enums | Ralf Jung | -4/+20 |
| 2024-11-07 | Rollup merge of #132740 - zmodem:simd_syntax_update, r=durin42 | Jubilee | -3/+3 |
| 2024-11-07 | Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkan | Jubilee | -9/+11 |
| 2024-11-08 | Stabilize s390x inline assembly | Taiki Endo | -1/+1 |
| 2024-11-07 | Update test for LLVM 20's new vector splat syntax | Hans Wennborg | -3/+3 |
| 2024-11-07 | Basic inline assembly support for SPARC and SPARC64 | Taiki Endo | -0/+40 |
| 2024-11-06 | Fix relative lines in coroutine test | Matt Weber | -2/+2 |
| 2024-11-06 | Use -DAG to handle use of file before definition | Wesley Wiser | -4/+4 |
| 2024-11-06 | Restructure `compile-flags` for tests | Matt Weber | -12/+8 |
| 2024-11-06 | Update compile flags formatting | Matt Weber | -5/+5 |
| 2024-11-06 | Rename generator test file | Matt Weber | -7/+7 |
| 2024-11-06 | Rename option and add doc | Matt Weber | -4/+4 |
| 2024-11-06 | Move additional source location info behind -Z option | Matt Weber | -14/+15 |
| 2024-11-06 | Move tests into issues directory | Matt Weber | -0/+0 |
| 2024-11-06 | Refactor and expand enum test | Matt Weber | -40/+41 |
| 2024-11-06 | Add test for async function and async block | Matt Weber | -0/+25 |
| 2024-11-06 | Allow check lines to exceed normal length limit | Matt Weber | -0/+8 |
| 2024-11-06 | Separate NONMSVC and MSVC checks | Matt Weber | -11/+18 |
| 2024-11-06 | Split metadata testing into multiple files | Matt Weber | -46/+74 |
| 2024-11-06 | Add file and line metadata for enum variant and fields | Matt Weber | -2/+4 |
| 2024-11-06 | Add file and line metadata for struct/union members | Matt Weber | -2/+7 |
| 2024-11-06 | Add file and line metadata for coroutines | Matt Weber | -0/+5 |
| 2024-11-06 | Refactor `type_map::stub` parameters | Matt Weber | -2/+21 |
| 2024-11-06 | Add file and line metadata for closures | Matt Weber | -1/+5 |
| 2024-11-06 | Add codegen test to validate IR for debuginfo | Matt Weber | -0/+11 |
| 2024-11-06 | Add `is_ascii` function optimized for x86-64 for [u8] | okaneco | -0/+16 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -3/+3 |
| 2024-11-05 | Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxu | Matthias Krüger | -3/+3 |
| 2024-11-05 | Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco | Matthias Krüger | -1/+41 |
| 2024-11-05 | Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubilee | bors | -5/+21 |