about summary refs log tree commit diff
path: root/src/librustc_back
AgeCommit message (Expand)AuthorLines
2016-10-03fix: "abort" -> PanicStrategyJorge Aparicio-2/+3
2016-10-03add a reference about the stated FP factsJorge Aparicio-0/+3
2016-10-03add +d16 and +fp-only-sp to thumbv7em-none-eabihf and documentationJorge Aparicio-2/+66
2016-10-02set panic-strategy to abortJorge Aparicio-0/+1
2016-10-02set relocation-model to staticJorge Aparicio-0/+1
2016-10-02add Thumbs to the compilerJorge Aparicio-2/+158
2016-10-01Rollup merge of #36865 - kallisti5:master, r=brsonManish Goregaokar-2/+2
2016-09-30Call emcc with ERROR_ON_UNDEFINED_SYMBOLSBrian Anderson-1/+3
2016-09-30Preliminary wasm32 supportBrian Anderson-1/+43
2016-09-30Haiku: Fix target triplet delimiterAlex von Gluck IV-2/+2
2016-09-28Rollup merge of #36794 - japaric:target-panic, r=alexcrichtonJonathan Turner-0/+49
2016-09-28update mips64* data-layoutTim Neumann-2/+2
2016-09-27add a panic-strategy field to the target specificationJorge Aparicio-0/+49
2016-09-25Haiku: Adjust haiku target to match new librustc_back designAlexander von Gluck IV-26/+44
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-0/+69
2016-09-20rustc_metadata: go only through rustc_serialize in astencode.Eduard Burtescu-260/+0
2016-09-13Auto merge of #36041 - ahmedcharles:try, r=nrcbors-17/+17
2016-09-12crate-ify compiler-rt into compiler-builtinsJorge Aparicio-8/+0
2016-09-11Use question_mark feature in librustc_back.Ahmed Charles-17/+17
2016-09-09Add s390x supportUlrich Weigand-2/+6
2016-09-02Auto merge of #36024 - japaric:mips64, r=alexcrichtonbors-0/+64
2016-08-28fix data-layoutsJorge Aparicio-2/+2
2016-08-26initial support for s390xJorge Aparicio-0/+31
2016-08-26add mips64-gnu and mips64el-gnu targetsJorge Aparicio-0/+64
2016-08-19rustc: Don't enable NEON by default on armv7 LinuxAlex Crichton-2/+3
2016-08-16add mips-uclibc targetsJorge Aparicio-0/+63
2016-08-08Print Rust target name, not LLVM target name, for `--print target-list`Seo Sanghyeon-1/+1
2016-08-01Auto merge of #35163 - sanxiyn:rollup, r=sanxiynbors-0/+3
2016-08-02Rollup merge of #35033 - jakllsch:remaining_cpu_x86-64, r=alexcrichtonSeo Sanghyeon-0/+3
2016-08-01Auto merge of #34743 - badboy:llvm-upgrade, r=eddybbors-2/+2
2016-08-01trans: Avoid weak linkage for closures when linking with MinGW.Michael Woerister-0/+11
2016-07-30return TargetResultJorge Aparicio-12/+12
2016-07-30rustc_back/target: remove musl_baseJorge Aparicio-76/+3
2016-07-30arm-musl: set max_atomic_widthJorge Aparicio-0/+3
2016-07-30arm-musl targets now use cfg(env = "musl")Jorge Aparicio-3/+3
2016-07-30Add ARM MUSL targets.Timon Van Overveldt-0/+176
2016-07-29rustc: Fix data-layout for AArch64 targetsAlex Crichton-2/+2
2016-07-28Auto merge of #34980 - cardoe:expose-target-options, r=alexcrichtonbors-217/+367
2016-07-28Auto merge of #34967 - TimNN:mipsel-musl-soft-float, r=alexcrichtonbors-1/+1
2016-07-28Merge remote-tracking branch 'upstream/master' into remaining_cpu_x86-64Jonathan A. Kollasch-13/+11
2016-07-27librustc_back: filter targets for only valid onesJonathan Creekmore-1/+9
2016-07-27librustc_back: json tests for builtin targetsJonathan Creekmore-2/+28
2016-07-27librustc_back: convert fn target() to return ResultDoug Goldstein-202/+212
2016-07-27librustc_back: add ToJson trait to TargetDoug Goldstein-2/+96
2016-07-27librustc_back: expose all target options via JSONDoug Goldstein-10/+22
2016-07-27Auto merge of #33363 - japaric:target, r=japaricbors-13/+11
2016-07-25Use "x86-64" as the target CPU for NetBSD and Bitrig on amd64.Jonathan A. Kollasch-0/+3
2016-07-21switch mipsel-musl to soft floatTim Neumann-1/+1
2016-07-18rustc: Remove soft-float from MIPS targetsAlex Crichton-1/+1
2016-05-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-4/+7