about summary refs log tree commit diff
path: root/src/librustc_target/spec
AgeCommit message (Expand)AuthorLines
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-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-09A few cleanups for rustc_targetljedrz-26/+24
2018-08-07Add aarch64-unknown-netbsd targetJonathan A. Kollasch-0/+32
2018-08-07set emit_debug_gdb_scripts: false for riscv32imac-unknown-none targetDan Callaghan-0/+1
2018-08-01[RISCV] Disable c extension and atomic_cas.David Craven-1/+2
2018-08-01[RISCV] Add built-in target riscv32imac-unknown-none-elf.David Craven-0/+53
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck-0/+106
2018-07-26Omit the vendor component in Fuchsia triplePetr Hosek-7/+7
2018-07-14Auto merge of #52032 - DiamondLovesYou:amdgpu-kernel-abi, r=alexcrichtonbors-0/+2
2018-07-13Add the `amdgpu-kernel` ABI.Richard Diamond-0/+2
2018-07-14Rollup merge of #52330 - jethrogb:jb/target-link-args, r=varkorkennytm-11/+15
2018-07-13Don't silently ignore invalid data in target specJethro Beekman-11/+15
2018-07-12Deny bare trait objects in librustc_target and libtestljedrz-1/+1
2018-07-10Upgrade to LLVM's master branch (LLVM 7)Alex Crichton-1/+1
2018-07-06Auto merge of #51757 - nielx:fix/haiku-fixes, r=nagisabors-0/+2
2018-07-06Auto merge of #51953 - japaric:atomic-load-store, r=alexcrichtonbors-4/+11
2018-07-06Rollup merge of #51619 - mksully22:ppc64le_rust, r=alexcrichtonkennytm-0/+36
2018-07-05#[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")]Jorge Aparicio-2/+1
2018-07-05enable Atomic*.{load,store} for ARMv6-M / MSP430Jorge Aparicio-3/+11
2018-07-03rust: add initial changes to support powerpc64le muslMike Sullivan-0/+36
2018-06-29rename rustc's lld to rust-lldJorge Aparicio-0/+3
2018-06-28Explicitely disable WASM code generation for EmscriptenJan-Erik Rediger-1/+3
2018-06-24Haiku: make it explicit that Haiku uses position independentNiels Sascha Reedijk-0/+2
2018-05-31musl: don't use the included startfiles with -crt-staticJohannes Nixdorf-9/+21
2018-05-24Auto merge of #50930 - toidiu:ak-ordOutlivesPredicate, r=nikomatsakisbors-1/+1
2018-05-24Rollup merge of #50864 - jakllsch:add-netbsd-arm-target-specs, r=alexcrichtonkennytm-0/+71
2018-05-24implement Ord for OutlivesPredicate and other typestoidiu-1/+1
2018-05-20Auto merge of #50813 - paoloteti:cortex-r, r=alexcrichtonbors-0/+42
2018-05-18armebv7r-none-eabihf: default to ARM modePaolo Teti-1/+1
2018-05-18Add armv6-unknown-netbsd-eabihf targetJonathan A. Kollasch-0/+35
2018-05-18Add armv7-unknown-netbsd-eabihf targetJonathan A. Kollasch-0/+36
2018-05-17Revert "musl: don't use the included startfiles with -crt-static"Alex Crichton-21/+9
2018-05-17Revert "musl: link crt{begin,end}.o from the system compiler"Alex Crichton-14/+2
2018-05-16Add target for Big-endian ARM Cortex-R4F/R5F MCUsPaolo Teti-0/+42
2018-05-12add aarch64-unknown-openbsd supportSébastien Marie-0/+32
2018-05-12openbsd-i686: use lld as linker by defaultSébastien Marie-0/+1
2018-05-11Auto merge of #50105 - mixi:crt-included, r=alexcrichtonbors-11/+35
2018-05-04Add eabi suffix to armv5te musl targetHarm Berntsen-1/+1
2018-05-03Add armv5te-unknown-linux-musl targetHarm Berntsen-0/+39
2018-05-01musl: link crt{begin,end}.o from the system compilerJohannes Nixdorf-2/+14
2018-05-01Don’t eliminate frame pointers on apple by defaultSimonas Kazlauskas-0/+2
2018-04-29musl: don't use the included startfiles with -crt-staticJohannes Nixdorf-9/+21
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-2/+139
2018-04-26rustc_trans: generalize cabi_* to any context type.Irina Popa-0/+10
2018-04-26Rename rustc_back::target to rustc_target::spec.Irina Popa-0/+5136