1. 16 11月, 2018 27 次提交
  2. 14 11月, 2018 1 次提交
  3. 12 11月, 2018 1 次提交
  4. 05 11月, 2018 1 次提交
    • N
      Support memcpy/memmove with differing src/dst alignment · 463ad909
      Nikita Popov 提交于
      If LLVM 7 is used, generate memcpy/memmove with differing
      src/dst alignment. I've added new FFI functions to construct
      these through the builder API, which is more convenient than
      dealing with differing intrinsic signatures depending on the
      LLVM version.
      463ad909
  5. 03 11月, 2018 2 次提交
  6. 02 11月, 2018 2 次提交
    • A
      rustc: Wait for all codegen threads to exit · 14c6835e
      Alex Crichton 提交于
      This commit updates rustc to wait for all codegen threads to exit before
      allowing the main thread to exit. This is a stab in the dark to fix the
      mysterious segfaults appearing on #55238, and hopefully we'll see
      whether this actually fixes things in practice...
      14c6835e
    • N
      Remove checks for LLVM < 4.0 · d7945976
      Nikita Popov 提交于
      While we still have to support LLVM 4.0 for Emscripten, we can
      drop checks for LLVM >= 4.0 and < 4.0.
      d7945976
  7. 26 10月, 2018 1 次提交
  8. 24 10月, 2018 2 次提交
  9. 19 10月, 2018 2 次提交
  10. 09 10月, 2018 1 次提交