| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-05-20 | Fix MSP430 AsmPrinter and assembler syntax mismatch. | William D. Jones | -0/+0 | |
| 2019-05-14 | Update LLVM to fix assertion when compiling to wasm | Alex Crichton | -0/+0 | |
| More details can be found in #60540! Closes #60540 | ||||
| 2019-04-03 | Support using LLVM's libunwind as the unwinder implementation | Petr Hosek | -0/+0 | |
| This avoids the dependency on host libraries such as libgcc_s which may be undesirable in some deployment environments where these aren't available. | ||||
| 2019-03-18 | Rebase LLVM to 8.0.0 final | Josh Stone | -0/+0 | |
| 2019-03-01 | Add back in MSVC version check for LLVM | Alex Crichton | -0/+0 | |
| 2019-02-26 | rustc: Update LLVM, remove dead wasm code | Alex Crichton | -0/+0 | |
| This commit updates the LLVM branch to the rebased version of the upstream release/8.x branch. This includes a wasm patch which means that the `rewrite_imports` pass in rustc is no longer needed (yay!) and we can instead rely on `wasm-import-module`, an attribute we're already emitting, to take care of all the work. | ||||
| 2019-02-12 | Update LLVM: apply patches for RISC-V 64-bit support | Vadim Kaushan | -0/+0 | |
| 2019-01-25 | [rust-lldb] Adapt to changes in LLDB APIs | Josh Stone | -0/+0 | |
| 2019-01-25 | Update LLVM for a CodeView fix | Josh Stone | -0/+0 | |
| 2019-01-25 | Add two more wasm-related LLVM commits | Alex Crichton | -0/+0 | |
| 2019-01-25 | Rebase to the llvm-project monorepo | Josh Stone | -0/+0 | |
| The new git submodule src/llvm-project is a monorepo replacing src/llvm and src/tools/{clang,lld,lldb}. This also serves as a rebase for these projects to the new 8.x branch from trunk. The src/llvm-emscripten fork is unchanged for now. | ||||
