| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-08-07 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2023-07-26 | Update LLVM submodule | Joel Dice | -0/+0 | |
| This adds https://github.com/rust-lang/llvm-project/pull/148. | ||||
| 2023-06-20 | Update LLVM submodule | Amanieu d'Antras | -0/+0 | |
| This adds https://github.com/rust-lang/llvm-project/pull/147. | ||||
| 2023-06-05 | Update to LLVM 16.0.5 | Nikita Popov | -0/+0 | |
| 2023-05-17 | Update to LLVM 16.0.4 | Nikita Popov | -0/+0 | |
| 2023-04-19 | Update to LLVM 16.0.2 | Nikita Popov | -0/+0 | |
| 2023-04-05 | Update to LLVM 16.0.1 | Nikita Popov | -0/+0 | |
| 2023-03-22 | Upgrade to LLVM 16 | Nikita Popov | -0/+0 | |
| 2023-03-18 | Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper" | Nikita Popov | -0/+0 | |
| This reverts commit 4a04d086cac54a41517d5657b59d5fe2caca2d71, reversing changes made to 2d0a7def330ed90f416a3429dbb44c5ee2a914e5. | ||||
| 2023-03-17 | Upgrade to LLVM 16 | Nikita Popov | -0/+0 | |
| 2023-02-10 | Update LLVM submodule | icedrocket | -0/+0 | |
| 2023-01-20 | Pull in more LLVM commits | Alex Crichton | -0/+0 | |
| 2023-01-13 | Update LLVM to 15.0.7 | Alex Crichton | -0/+0 | |
| This commit pulls in rust-lang/llvm-project#143 which updates the LLVM version used by rustc to 15.0.7, namely pulling in https://reviews.llvm.org/D136110 which is needed for some work I'm working on with wasm. | ||||
| 2023-01-03 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2022-12-07 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2022-11-06 | update LLVM submodule to make libunwind work on SGX | joboet | -0/+0 | |
| 2022-10-24 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2022-10-23 | Update LLVM submodule | bjorn3 | -0/+0 | |
| 2022-09-30 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| Fixes #102402. | ||||
| 2022-09-02 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| Fixes #100834. Fixes #101121. | ||||
| 2022-08-11 | Patch lld for older toolchains | Josh Stone | -0/+0 | |
| 2022-08-09 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2022-07-05 | Update llvm-project | Patryk Wychowaniec | -0/+0 | |
| 2022-06-25 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2022-06-03 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2022-05-12 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2022-05-09 | chore: Upgrade llvm-project | Patryk Wychowaniec | -0/+0 | |
| See: https://github.com/rust-lang/llvm-project/pull/139 | ||||
| 2022-04-28 | Update LLVM submodule | Jakub Beránek | -0/+0 | |
| 2022-04-25 | Update LLVM submodule | Tyler Mandry | -0/+0 | |
| 2022-04-18 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2022-03-23 | Update to LLVM 14.0.0 final | Josh Stone | -0/+0 | |
| 2022-03-09 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2022-02-16 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2022-02-05 | Update llvm-project submodule | Amanieu d'Antras | -0/+0 | |
| 2022-01-28 | backport llvm fix for issue 91671. | Felix S. Klock II | -0/+0 | |
| 2022-01-26 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -0/+0 | |
| ProjectionPredicate should be able to handle both associated types and consts so this adds the first step of that. It mainly just pipes types all the way down, not entirely sure how to handle consts, but hopefully that'll come with time. | ||||
| 2022-01-11 | Use the new language identifier for Rust in the PDB debug format | Arlo Siemsen | -0/+0 | |
| Rust currently identifies as MASM (Microsoft Assembler) in the PDB debug info format on Windows because no identifier was available. This change pulls in a cherry-pick to Rust's LLVM that includes the change to use the new identifier for Rust. https://docs.microsoft.com/en-us/visualstudio/debugger/debug-interface-access/cv-cfl-lang | ||||
| 2021-12-19 | Backport LLVM changes to disable deferred inlining | Simonas Kazlauskas | -0/+0 | |
| 2021-12-08 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2021-12-04 | LLVM support .insn directive | piegames | -0/+0 | |
| 2021-12-01 | Update LLVM with patches for better llvm-cov diagnostics | Rich Kadel | -0/+0 | |
| Cherry-picks https://github.com/llvm/llvm-project/commit/ee88b8d63e475a75ae525563edfa95f6fcaac83a and https://github.com/llvm/llvm-project/commit/126e7611c70ca41782aa851c2bec132607eb8127 These patches to LLVM were added to help debug occasional errors that cause coverage reporting to fail. Prior to this patch, the only messaging was that the coverage data was malformed. Hopefully the improved messaging will help identify the root cause of these errors, when they arise, so we can make corrections to coverage output from Rust. | ||||
| 2021-11-16 | Update llvm submodule | Amanieu d'Antras | -0/+0 | |
| 2021-11-10 | Update llvm submodule | Ilya Yanok | -0/+0 | |
| This includes debug info generation fix, that fixes #90301. Also includes WASM backend related fix for https://bugs.llvm.org/show_bug.cgi?id=52352 (I haven't found a corresponding Rust bug). | ||||
| 2021-10-01 | Update to the final LLVM 13.0.0 release | Josh Stone | -0/+0 | |
| 2021-09-30 | Update `llvm` submodule to fix function name mangling on x86 Windows | Wesley Wiser | -0/+0 | |
| Fixes #89307 | ||||
| 2021-09-20 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2021-09-11 | Update LLVM submodule | Mitchell Kember | -0/+0 | |
| This merges upstream `release/13.x` changes to our fork. In particular, this includes the bugfix https://reviews.llvm.org/D108608 (see also https://bugs.llvm.org/show_bug.cgi?id=51637). | ||||
| 2021-09-02 | Update LLVM submodule | Nikita Popov | -0/+0 | |
| 2021-08-27 | Update LLVM submodule | Ricky Taylor | -0/+0 | |
| This will capture the two M68k bugfixes to help with #88321. | ||||
