about summary refs log tree commit diff
path: root/src/librustc_llvm
AgeCommit message (Expand)AuthorLines
2016-03-18Add intrinsics for float arithmetic with `fast` flag enabledUlrik Sverdrup-0/+1
2016-03-17trans: Apply all attributes through FnType.Eduard Burtescu-49/+6
2016-03-17trans: Use llvm::Attributes directly in ArgTy.Eduard Burtescu-1/+1
2016-03-17rustc_llvm: An AttrBuilder that's not completely wasteful.Eduard Burtescu-61/+74
2016-03-17rustc_llvm: Update the Attribute bitflags and remove OtherAttribute.Eduard Burtescu-40/+25
2016-03-17trans: Use fmt::Debug for debugging instead of ad-hoc methods.Eduard Burtescu-0/+1
2016-03-14rustbuild: Fix 32-bit Windows buildAlex Crichton-7/+13
2016-03-01Auto merge of #31430 - nagisa:mir-dyndrop, r=nikomatsakisbors-0/+2
2016-02-28rustbuild: Enable cross-compiling LLVMAlex Crichton-3/+43
2016-02-24Implement filling drop in MIRSimonas Kazlauskas-0/+2
2016-02-22Auto merge of #30969 - Amanieu:extended_atomic_cmpxchg, r=alexcrichtonbors-1/+2
2016-02-21rustbuild: Sync some Cargo.toml/lib.rs dependenciesAlex Crichton-0/+3
2016-02-18Add intrinsics for compare_exchange and compare_exchange_weakAmanieu d'Antras-1/+2
2016-02-18Remove unnecessary explicit lifetime bounds.Corey Farwell-2/+2
2016-02-11rustc_llvm: Tweak how initialization is performedAlex Crichton-78/+39
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-0/+6
2016-02-11bootstrap: Add build scripts for cratesAlex Crichton-0/+130
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+17
2016-02-08Remove old #[allow(trivial_casts)] annotationsAlex Crichton-1/+0
2016-01-29trans: Reimplement unwinding on MSVCAlex Crichton-14/+78
2016-01-29trans: Upgrade LLVMAlex Crichton-5/+19
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-0/+1
2016-01-25Register LLVM passes with the correct LLVM pass manager.Corey Farwell-1/+13
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2015-12-26llvm: Add support for vectorcall (X86_VectorCall) conventionSteffen-0/+1
2015-12-21Register new snapshotsAlex Crichton-5/+0
2015-12-19Auto merge of #30401 - DiamondLovesYou:pnacl-target, r=alexcrichtonbors-26/+61
2015-12-19Add PNaCl target info to the makefile target cfgs and initialize the PNaCl ta...Richard Diamond-26/+61
2015-12-18Fix emitting asm and object file output at the same timeBjörn Steinbrink-0/+1
2015-12-13Better support for `--llvm-root`.Richard Diamond-0/+32
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+1
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-24Rollup merge of #29933 - tbu-:pr_dont_opt_in_copy, r=nikomatsakisSteve Klabnik-2/+0
2015-11-19Remove segmented stack option from LLVMRustCreateTargetMachine. Unused.Brian Anderson-1/+0
2015-11-19Remove unneeded `#[derive(Copy)]`Tobias Bucher-2/+0
2015-11-17Remove 'raw_pointer_derive' lint (#14615)Devon Hollowood-1/+0
2015-11-09std: Migrate to the new libcAlex Crichton-0/+2
2015-10-17Remove some trivial `transmute`sAndrew Paseltiner-2/+2
2015-08-15Add issue for the rustc_private feature everywhereAlex Crichton-1/+1
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-2/+2
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-2/+2
2015-08-11Register new snapshotsAlex Crichton-2/+2
2015-08-10trans: Stop informing LLVM about dllexportAlex Crichton-0/+2
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-2/+2
2015-07-23Rewrite the improper_ctypes lint.Eli Friedman-1/+1
2015-07-21trans: Move rust_try into the compilerAlex Crichton-2/+4
2015-07-16trans: Clean up handling the LLVM data layoutAlex Crichton-0/+4
2015-07-16trans: Add kind to writeArchiveAlex Crichton-1/+14
2015-07-16rustc_trans: Update LLVMBuildLandingPad signatureAlex Crichton-6/+7
2015-07-10trans: Use LLVM's writeArchive to modify archivesAlex Crichton-28/+53