| Age | Commit message (Expand) | Author | Lines |
| 2024-12-29 | Rollup merge of #134869 - clubby789:cc-bump, r=jieyouxu | Stuart Cook | -1/+1 |
| 2024-12-29 | Bump compiler cc | clubby789 | -1/+1 |
| 2024-12-27 | Fix typos | chloefeal | -1/+1 |
| 2024-12-23 | add LLVMRustDIBuilderCreateQualifiedType to ffi | Walnut | -0/+7 |
| 2024-12-21 | Auto merge of #134505 - jieyouxu:boop-compiler-cc, r=clubby789,jieyouxu | bors | -1/+3 |
| 2024-12-20 | Remove some dead code around import library generation | bjorn3 | -50/+0 |
| 2024-12-19 | Bump compiler `cc` to 1.2.5 | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2024-12-12 | Auto merge of #129181 - beetrees:asm-spans, r=pnkfelix,compiler-errors | bors | -1/+1 |
| 2024-11-26 | Respect verify-llvm-ir option in the backend | Nikita Popov | -3/+3 |
| 2024-11-26 | Pass end position of span through inline ASM cookie | beetrees | -1/+1 |
| 2024-11-23 | Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle | 许杰友 Jieyou Xu (Joe) | -0/+19 |
| 2024-11-14 | PassWrapper: disable UseOdrIndicator for Asan Win32 | Jakob Koschel | -4/+11 |
| 2024-11-09 | Add discriminators to DILocations when multiple functions are inlined into a ... | Kyle Huey | -0/+8 |
| 2024-11-09 | Auto merge of #132584 - Zalathar:includes, r=cuviper | bors | -163/+144 |
| 2024-11-09 | Make `RustString` an extern type to avoid `improper_ctypes` warnings | Zalathar | -20/+54 |
| 2024-11-08 | Don't use `LLVMRustStringWriteImpl` outside of `RawRustStringOstream` | Zalathar | -3/+4 |
| 2024-11-08 | Rollup merge of #132590 - Zalathar:z-timings-stats, r=jieyouxu | Stuart Cook | -20/+8 |
| 2024-11-08 | Rollup merge of #132452 - Zalathar:llvm-cov-wrappers, r=jieyouxu | Stuart Cook | -26/+28 |
| 2024-11-05 | PassWrapper: adapt for new parameter in LLVM | Augie Fackler | -5/+41 |
| 2024-11-05 | coverage: Tidy up coverage-specific FFI functions | Zalathar | -26/+28 |
| 2024-11-04 | Simplify FFI calls for `-Ztime-llvm-passes` and `-Zprint-codegen-stats` | Zalathar | -20/+8 |
| 2024-11-04 | Trim and tidy includes in `rustc_llvm` | Zalathar | -73/+53 |
| 2024-11-04 | Move `LLVMRustAttribute[Kind]` out of `LLVMWrapper.h` | Zalathar | -90/+91 |
| 2024-11-03 | Auto merge of #132555 - matthiaskrgr:rollup-2d79661, r=matthiaskrgr | bors | -7/+6 |
| 2024-11-03 | Auto merge of #132514 - Zalathar:print-target-cpus, r=jieyouxu | bors | -41/+9 |
| 2024-11-03 | Rollup merge of #132537 - durin42:llvm-20-prelinklto, r=DianQK | Matthias Krüger | -7/+6 |
| 2024-11-03 | Auto merge of #132419 - durin42:llvm-20-type-test-thing, r=cuviper | bors | -3/+3 |
| 2024-11-02 | Allow disabling ASan instrumentation for globals | Daniel Bertalan | -0/+19 |
| 2024-11-02 | PassWrapper: adapt for llvm/llvm-project@5445edb5d | Augie Fackler | -7/+6 |
| 2024-11-02 | PassWrapper: adapt for llvm/llvm-project@b01e2a8b5620466c3b80cc6f049efbc90b9d... | Augie Fackler | -3/+3 |
| 2024-11-02 | Port most of `LLVMRustPrintTargetCPUs` to Rust | Zalathar | -39/+7 |
| 2024-11-02 | Use a dedicated safe wrapper for `LLVMRustGetHostCPUName` | Zalathar | -2/+2 |
| 2024-10-31 | Remove support for `-Zprofile` (gcov-style coverage instrumentation) | Zalathar | -11/+2 |
| 2024-10-30 | Rollup merge of #132342 - Zalathar:operand-bundle, r=workingjubilee | Matthias Krüger | -64/+14 |
| 2024-10-30 | Clean up FFI calls for operand bundles | Zalathar | -64/+14 |
| 2024-10-30 | Consistently use safe wrapper function `set_section` | Zalathar | -2/+4 |
| 2024-10-29 | Rollup merge of #132319 - Zalathar:add-module-flag, r=jieyouxu | Matthias Krüger | -12/+50 |
| 2024-10-29 | Clean up FFI calls for setting module flags | Zalathar | -7/+50 |
| 2024-10-29 | Don't set unnecessary module flag "LTOPostLink" | Zalathar | -5/+0 |
| 2024-10-29 | correct LLVMRustDIBuilderCreateOpLLVMFragment return type | klensy | -1/+1 |
| 2024-10-29 | correct LLVMRustCreateThinLTOData arg types | klensy | -4/+4 |
| 2024-10-27 | Use LLVM-C APIs for getting/setting visibility | Zalathar | -39/+0 |
| 2024-10-26 | Use LLVM-C APIs for getting/setting linkage | Zalathar | -80/+0 |
| 2024-10-25 | coverage: Emit MC/DC intrinsics using the normal helper method | Zalathar | -28/+0 |
| 2024-10-25 | coverage: Emit `llvm.instrprof.increment` using the normal helper method | Zalathar | -11/+0 |
| 2024-10-24 | Rollup merge of #131956 - Zalathar:llvm-counters, r=compiler-errors,Swatinem | Stuart Cook | -91/+91 |
| 2024-10-20 | Rollup merge of #131876 - workingjubilee:llvm-c-c-c-comdat, r=Zalathar | Stuart Cook | -10/+0 |
| 2024-10-20 | Pass coverage mappings to LLVM as separate structs | Zalathar | -91/+91 |
| 2024-10-19 | llvm: Delete LLVMRustSetComdat | Jubilee Young | -10/+0 |
| 2024-10-16 | clang-format | Arthur Eubanks | -2/+2 |