summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable jit by default & fix run_jit from synccranelift-rebaseErin Power2021-04-301-1/+1
* Add message for compiling the codegen backendbjorn32021-04-301-0/+4
* Fix install location for codegen backendsbjorn32021-04-301-5/+7
* Fix version for cg_clifbjorn32021-04-302-7/+1
* Actually dist tarballs for rustc_codegen_craneliftbjorn32021-04-302-0/+2270
* Ensure that cg_clif gets the LLVM `-L` library path passed LLVM is enabledbjorn32021-04-301-1/+1
* Update some config locationsbjorn32021-04-302-2/+2
* Add rustc-codegen-cranelift-preview to the complete profilebjorn32021-04-301-0/+1
* Update panic messagebjorn32021-04-301-1/+1
* Avoid building more stages of rustc than necessarybjorn32021-04-301-2/+1
* Rustfmtbjorn32021-04-303-5/+6
* Build the cranelift backend by defaultbjorn32021-04-301-1/+2
* [WIP] Distribute cg_clif as a rustup componentbjorn32021-04-305-14/+99
* [cg_clif] Fix run_jit from syncErin Power2021-04-301-51/+5
* Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'Erin Power2021-04-3043-1243/+784
|\
| * Remove unused parameterbjorn32021-04-302-3/+2
| * Ignore new failing rustc testbjorn32021-04-291-1/+2
| * Rustup to rustc 1.53.0-nightly (727d10156 2021-04-27)bjorn32021-04-282-3/+3
| * Merge pull request #1163 from mominul/target_cpubjorn32021-04-233-4/+25
| |\
| | * Update the error messsageMuhammad Mominul Huque2021-04-231-1/+1
| | * Handle native target-cpu variantMuhammad Mominul Huque2021-04-233-8/+24
| | * Support -Ctarget-cpuMuhammad Mominul Huque2021-04-231-3/+8
| |/
| * Rustup to rustc 1.53.0-nightly (6df26f897 2021-04-20)bjorn32021-04-211-1/+1
| * Sync from rust 6df26f897cffb2d86880544bb451c6b5f8509b2dbjorn32021-04-211-0/+2
| |\
| | * Add more SIMD math.h intrinsicsJubilee Young2021-04-141-0/+2
| * | Match on Symbol instead of &str in intrinsics handlingbjorn32021-04-193-70/+69
| * | Extend Termination::report return value as necessarybjorn32021-04-181-1/+6
| * | Avoid .to_string() for symbol names where possiblebjorn32021-04-184-11/+11
| * | Fix testbjorn32021-04-181-19/+19
| * | Call Termination::report on main result in jit modebjorn32021-04-181-2/+35
| * | Upload artifacts for cross compiling to MinGWbjorn32021-04-161-0/+7
| * | Fix overflow checking when multiplying two i64bjorn32021-04-162-7/+12
| * | Fix rotate_left and rotate_right with 128bit shift amountbjorn32021-04-162-0/+11
| * | Disable new testbjorn32021-04-161-0/+1
| * | Fix rustc tests by updating compiler-builtins dep to 0.1.40bjorn32021-04-161-1/+1
| * | Rustup to rustc 1.53.0-nightly (132b4e5d1 2021-04-13)bjorn32021-04-168-82/+84
| * | Sync from rust b203b0d240b67916cfa77f640aedaf1c87d50f6dbjorn32021-04-141-1/+1
| |\ \ | | |/
| | * Fix outdated crate names in compiler docspierwill2021-04-081-1/+1
| * | Avoid file name formatting when debug file writing is disabledbjorn32021-04-142-22/+26
| * | Time object file writingbjorn32021-04-141-9/+13
| * | Merge pull request #1159 from bjorn3/driver_refactoringsbjorn32021-04-1419-289/+255
| |\ \
| | * | Add some documentationbjorn32021-04-143-0/+20
| | * | Fix docsbjorn32021-04-142-3/+6
| | * | Extract create_jit_module functionbjorn32021-04-144-32/+37
| | * | Merge BACKEND_CONFIG and CURRENT_MODULE thread localsbjorn32021-04-141-13/+16
| | * | Don't unregister unwind tables after the JIT is donebjorn32021-04-143-43/+18
| | * | Use maybe_create_entry_wrapper again in jit modebjorn32021-04-143-60/+42
| | * | Inline driver::codegen_cratebjorn32021-04-144-36/+20
| | * | Remove CodegenCx::finalize and pass Module separately from CodegenCxbjorn32021-04-1413-111/+102
| | * | Don't store TyCtxt in UnwindContextbjorn32021-04-145-16/+16