about summary refs log tree commit diff
path: root/src/librustc_target
AgeCommit message (Expand)AuthorLines
2018-09-22panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}Jorge Aparicio-0/+8
2018-09-22Rollup merge of #54402 - bgermann:master, r=alexcrichtonPietro Albini-1/+1
2018-09-20Use no_default_libraries for all NetBSD flavorsbgermann-1/+1
2018-09-17Switch linker for aarch64-pc-windows-msvc from LLD to MSVC, since that seems ...Michael Woerister-3/+2
2018-09-13Auto merge of #53621 - jordanrh1:windows-arm, r=alexcrichtonbors-0/+51
2018-09-12Expand comments in thumbv7a-pc-windows-msvc target specJordan Rhee-0/+8
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-1/+0
2018-09-12Rollup merge of #52514 - DiamondLovesYou:amdgpu-fixes, r=eddybkennytm-0/+44
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-07Removed hardcoded paths and unnecessary LLVM featuresJordan Rhee-17/+2
2018-09-06rustc_codegen_llvm: don't assume offsets are always aligned.Eduard-Mihai Burtescu-0/+18
2018-09-05Auto merge of #53878 - alexcrichton:wasm-atomics-feature, r=eddybbors-2/+1
2018-09-04Add target thumbv7a-pc-windows-msvcJordan Rhee-0/+58
2018-09-01Auto merge of #53604 - oli-obk:min_const_fn, r=Centril,varkorbors-1/+2
2018-08-31rustc: Prepare the `atomics` feature for wasmAlex Crichton-2/+1
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+2
2018-08-30[RISCV] Disable atomics for riscv32imc-unknown-none-elf.David Craven-1/+2
2018-08-30[RISCV] Add riscv32imc-unknown-none-elf target.David Craven-14/+74
2018-08-30[RISCV] Enable C extension.David Craven-1/+1
2018-08-30[RISCV] Use lld as the default linker.David Craven-3/+4
2018-08-28Auto merge of #53679 - japaric:cortex-r, r=alexcrichtonbors-4/+129
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-26more consistent llvm triplesJorge Aparicio-2/+2
2018-08-26add armebv7r-none-eabi targetJorge Aparicio-1/+42
2018-08-26set a default linker for the other Cortex-R targetsJorge Aparicio-4/+6
2018-08-26make the armebv7r target more consistent with the armv7r oneJorge Aparicio-1/+1
2018-08-26add armv7r-none-eabi targetJorge Aparicio-0/+41
2018-08-26Add target for Little-endian ARM Cortex-R4F/R5F MCUsPaolo Teti-0/+41
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-24change the default linker of the ARM Cortex-M targetsJorge Aparicio-11/+10
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-68/+68
2018-08-20AMDGPU call abi info.Richard Diamond-0/+44
2018-08-20Auto merge of #52101 - japaric:linker-flavor, r=alexcrichtonbors-0/+44
2018-08-19Integrate PassMode::UnsizedIndirect into PassMode::Indirect.Masaki Hara-29/+23
2018-08-19Implement simple codegen for unsized rvalues.Masaki Hara-0/+29
2018-08-18fully implement lld-flavorJorge Aparicio-0/+39
2018-08-18wasm32-unknown-unknown uses the WASM LLD flavorJorge Aparicio-0/+1
2018-08-18Auto merge of #53286 - nagisa:cast-assumes, r=eddybbors-1/+10
2018-08-18add lld_flavor info to target specJorge Aparicio-0/+4
2018-08-15Start adding an `aarch64-pc-windows-msvc` targetAlex Crichton-0/+36
2018-08-14Rollup merge of #53246 - ljedrz:cleanup_various, r=kennytmkennytm-8/+4
2018-08-14Rollup merge of #53233 - andre-richter:master, r=alexcrichtonkennytm-0/+48
2018-08-12Rollup merge of #53165 - jakllsch:netbsd-ad22a005-b917-47f3-8156-f717d36f6bbe...Guillaume Gomez-0/+32
2018-08-12Do not generate assumes for plain integer castsSimonas Kazlauskas-1/+10
2018-08-11A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and termljedrz-8/+4
2018-08-09targets: aarch64: Add bare-metal aarch64 targetAndre Richter-0/+48
2018-08-10Rollup merge of #53222 - ljedrz:cleanup_rustc_target, r=Mark-Simulacrumkennytm-50/+46
2018-08-09A few cleanups for rustc_targetljedrz-50/+46
2018-08-09[nll] librustc_target: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-07Add aarch64-unknown-netbsd targetJonathan A. Kollasch-0/+32