summary refs log tree commit diff
path: root/src/librustc_llvm/lib.rs
AgeCommit message (Expand)AuthorLines
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-1/+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-3/+13
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-20/+20
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-1/+1
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-8/+7
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-8/+7
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-6/+2
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-6/+2
2015-03-12Stabilize std::pathAaron Turon-1/+0
2015-03-06Test fixes and rebase conflictsAlex Crichton-1/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-1/+1
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-1/+1
2015-02-18std: Implement CString-related RFCsAlex Crichton-1/+1
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-1/+1
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-1/+1
2015-02-17Rollup merge of #22408 - steveklabnik:gh19321, r=nikomatsakisManish Goregaokar-60/+1
2015-02-17Rollup merge of #22416 - GuillaumeGomez:copy, r=eddybManish Goregaokar-0/+25