| Age | Commit message (Expand) | Author | Lines |
| 2024-11-09 | Add discriminators to DILocations when multiple functions are inlined into a ... | Kyle Huey | -3/+61 |
| 2024-11-09 | Auto merge of #132800 - matthiaskrgr:rollup-c1kkj56, r=matthiaskrgr | bors | -0/+11 |
| 2024-11-09 | Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubilee | Matthias Krüger | -0/+11 |
| 2024-11-09 | Auto merge of #132584 - Zalathar:includes, r=cuviper | bors | -1/+1 |
| 2024-11-09 | Make `RustString` an extern type to avoid `improper_ctypes` warnings | Zalathar | -24/+2 |
| 2024-11-09 | Add v8plus target feature to sparc and use it in create_object_file | Taiki Endo | -0/+8 |
| 2024-11-09 | Add v9 and leoncasa target feature to sparc | Taiki Endo | -0/+3 |
| 2024-11-08 | Rollup merge of #132590 - Zalathar:z-timings-stats, r=jieyouxu | Stuart Cook | -27/+10 |
| 2024-11-08 | Rollup merge of #132452 - Zalathar:llvm-cov-wrappers, r=jieyouxu | Stuart Cook | -138/+142 |
| 2024-11-07 | Rollup merge of #132741 - zmodem:mips_data_layout, r=nikic | Jubilee | -0/+5 |
| 2024-11-07 | Rollup merge of #130586 - dpaoliello:fixrawdylib, r=wesleywiser | Jubilee | -17/+18 |
| 2024-11-07 | remove the extra specification for llvm versions < 20 | Hans Wennborg | -0/+5 |
| 2024-11-07 | Basic inline assembly support for SPARC and SPARC64 | Taiki Endo | -0/+14 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -0/+3 |
| 2024-11-05 | Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxu | Matthias Krüger | -0/+3 |
| 2024-11-05 | Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco | Matthias Krüger | -2/+11 |
| 2024-11-05 | Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee | bors | -48/+80 |
| 2024-11-05 | coverage: Tidy up coverage-specific FFI functions | Zalathar | -26/+24 |
| 2024-11-05 | coverage: Extract safe FFI wrapper functions to `llvm_cov` | Zalathar | -126/+132 |
| 2024-11-05 | Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubilee | bors | -2/+6 |
| 2024-11-04 | mark some target features as 'forbidden' so they cannot be (un)set | Ralf Jung | -48/+80 |
| 2024-11-04 | Simplify FFI calls for `-Ztime-llvm-passes` and `-Zprint-codegen-stats` | Zalathar | -27/+10 |
| 2024-11-03 | Rollup merge of #132565 - bjorn3:less_target_name_dependence, r=workingjubilee | Jubilee | -20/+9 |
| 2024-11-04 | Move `LLVMRustAttribute[Kind]` out of `LLVMWrapper.h` | Zalathar | -1/+1 |
| 2024-11-03 | compiler: Directly use rustc_abi in codegen | Jubilee Young | -25/+25 |
| 2024-11-03 | Reduce dependence on the target name | bjorn3 | -20/+9 |
| 2024-11-03 | Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxu | bors | -49/+83 |
| 2024-11-02 | Rename target triple to target tuple in many places in the compiler | Noratrieb | -3/+3 |
| 2024-11-02 | Port most of `LLVMRustPrintTargetCPUs` to Rust | Zalathar | -37/+63 |
| 2024-11-02 | Use a dedicated safe wrapper for `LLVMRustGetHostCPUName` | Zalathar | -13/+21 |
| 2024-11-02 | Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass... | Taiki Endo | -2/+6 |
| 2024-11-02 | Rollup merge of #131037 - madsmtm:move-llvm-target-versioning, r=petrochenkov | Matthias Krüger | -2/+4 |
| 2024-11-02 | Rollup merge of #131829 - Zalathar:goodbye-zprofile, r=chenyukang | Guillaume Gomez | -36/+0 |
| 2024-11-01 | Move versioned LLVM target creation to rustc_codegen_ssa | Mads Marquart | -2/+4 |
| 2024-10-31 | llvm: Match new LLVM 128-bit integer alignment on sparc | Matthew Maurer | -0/+5 |
| 2024-10-31 | rustc_codegen_llvm: Add a new 'pc' option to branch-protection | Kajetan Puchalski | -2/+11 |
| 2024-10-31 | coverage: Avoid ICE when `coverage_cx` is unexpectedly unavailable | Zalathar | -2/+12 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -36/+0 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -70/+87 |
| 2024-10-30 | Rollup merge of #132342 - Zalathar:operand-bundle, r=workingjubilee | Matthias Krüger | -74/+89 |
| 2024-10-30 | Clean up FFI calls for operand bundles | Zalathar | -74/+89 |
| 2024-10-30 | Consistently use safe wrapper function `set_section` | Zalathar | -16/+14 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -70/+87 |
| 2024-10-29 | Rollup merge of #132319 - Zalathar:add-module-flag, r=jieyouxu | Matthias Krüger | -225/+195 |
| 2024-10-29 | Clean up FFI calls for setting module flags | Zalathar | -205/+192 |
| 2024-10-29 | Don't set unnecessary module flag "LTOPostLink" | Zalathar | -20/+3 |
| 2024-10-29 | Rollup merge of #132216 - klensy:c_uint, r=cuviper | Jubilee | -4/+4 |
| 2024-10-29 | Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillot | Jubilee | -1/+1 |
| 2024-10-29 | correct LLVMRustCreateThinLTOData arg types | klensy | -4/+4 |
| 2024-10-28 | Rollup merge of #132261 - ChrisCho-H:refactor/cleaner-check-none, r=compiler-... | Jubilee | -4/+1 |