summary refs log tree commit diff
path: root/src/librustc_llvm
AgeCommit message (Expand)AuthorLines
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
2015-06-20Simplify argument forwarding in the various shim generatorsBjörn Steinbrink-0/+12
2015-06-18Auto merge of #26192 - alexcrichton:features-clean, r=aturonbors-1/+1
2015-06-18remove unused functions from trans and llvmOliver Schneider-12/+0
2015-06-17collections: Split the `collections` featureAlex Crichton-1/+1
2015-06-16rustc: Update LLVMAlex Crichton-1/+16
2015-06-09Auto merge of #25627 - murarth:execution-engine-fix, r=nrcbors-7/+1
2015-06-08Changes to LLVM `ExecutionEngine` wrapperMurarth-7/+1
2015-06-07rustc_trans: don't hardcode llvm version for conditional intrinsicsLuca Bruno-0/+2
2015-05-20Auto merge of #25350 - alexcrichton:msvc, r=brsonbors-2/+19
2015-05-19rustc_llvm: Don't export constants across dllsAlex Crichton-1/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-12rustc_llvm: Expose setting more DLL storage classesAlex Crichton-1/+18
2015-05-12Scale back changes madeAlex Crichton-14/+0
2015-05-12Very hacky MSVC hacks.Ricky Taylor-0/+14
2015-05-05Don't repeat `Attribute` in the const namesTamir Duberstein-26/+26
2015-04-29rollup merge of #24921: tamird/bitflags-associated-constAlex Crichton-23/+24
2015-04-29rollup merge of #24833: tari/rfc888Alex Crichton-1/+11
2015-04-29FalloutTamir Duberstein-23/+24
2015-04-28Register new snapshotsTamir Duberstein-2/+0
2015-04-25Add singlethreaded fence intrinsics.Peter Marheine-1/+11
2015-04-21rollup merge of #24635: tamird/llvm-3.5Alex Crichton-2/+0
2015-04-21rustc: Handle duplicate names merging archivesAlex Crichton-18/+71
2015-04-21LLVM < 3.5 is unsupported since bb18a3cTamir Duberstein-2/+0
2015-04-03Implement LLVMGetOrInsertGlobal wrapperSimonas Kazlauskas-0/+1
2015-04-03Extract attribute handling code into a moduleSimonas Kazlauskas-1/+2
2015-04-03Wrap LLVM’s Module::getNamedValueSimonas Kazlauskas-0/+1
2015-04-01Fallout out rustcNiko Matsakis-25/+24
2015-03-31rollup merge of #23863: pnkfelix/arith-oflo-const-evalAlex Crichton-0/+1
2015-04-01rust_llvm: Add way to reflectively ask if a ValueRef is a known constant int.Felix S. Klock II-0/+1
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-3/+4
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-9/+8
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-9/+8
2015-03-25Change lint names to pluralsNick Cameron-2/+2
2015-03-25Add trivial cast lints.Nick Cameron-0/+2
2015-03-14Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichtonbors-12/+4
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-12/+4