about summary refs log tree commit diff
path: root/src/librustc_llvm/lib.rs
AgeCommit message (Expand)AuthorLines
2016-12-29Fallout from updating bootstrap CargoAlex Crichton-2/+1
2016-12-26PTX supportJorge Aparicio-0/+5
2016-12-26Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichtonbors-0/+6
2016-12-21Make drop glue for unsized value pass two arguments instead of *(data, meta)Mark Simulacrum-1/+2
2016-12-19enable LLVM's SPARC backendJorge Aparicio-0/+6
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-1/+1
2016-12-04Auto merge of #37857 - shepmaster:llvm-4.0-dinodes, r=michaelwoeristerbors-0/+4
2016-12-03Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichtonbors-4/+4
2016-12-02[LLVM] Introduce a stable representation of DIFlagsJake Goulding-0/+4
2016-12-01Remove the "linked_from" feature.Vadim Chugunov-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-2/+2
2016-11-29Add new #[target_feature = "..."] attribute.Andrew Gallant-4/+4
2016-11-21Restore compatibility with LLVM 3.7 and 3.8Seo Sanghyeon-7/+3
2016-11-19Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddybbors-56/+8
2016-11-17Use llvm::Attribute API instead of "raw value" APIs, which will be removed in...Robin Kruppe-56/+8
2016-11-12enable the MSP430 LLVM backendJorge Aparicio-0/+5
2016-11-10Register and stability check `#[no_link]` crates.Jeffrey Seyfried-0/+1
2016-10-22run rustfmt on librustc_llvm folderSrinivas Reddy Thatiparthy-62/+34
2016-09-30Configure LLVM to use js backendJan-Erik Rediger-0/+4
2016-08-26initial support for s390xJorge Aparicio-0/+6
2016-08-03finish type-auditing rustllvmAriel Ben-Yehuda-42/+72
2016-08-03split the FFI part of rustc_llvm to rustc_llvm::ffiAriel Ben-Yehuda-2062/+18
2016-08-03begin auditing the C++ types in RustWrapperAriel Ben-Yehuda-306/+322
2016-08-03audit LLVM C++ types in ArchiveWrapper and PassWrapperAriel Ben-Yehuda-28/+48
2016-08-03remove the ExecutionEngine bindingAriel Ben-Yehuda-9/+0
2016-07-29llvm: Remove no longer existent LLVMAddTargetData bindingAlex Crichton-3/+0
2016-07-29[LLVM-3.9] Configure PIE at the module level instead of compilation unit levelJan-Erik Rediger-0/+1
2016-07-29[LLVM-3.9] Rename custom methods to Rust-specific onesJan-Erik Rediger-3/+3
2016-06-10Remove linking with ARJake Goulding-0/+15
2016-04-28Add opt-level options for optimizing for size and minimum size. This attemptsBrandon Edens-0/+9
2016-04-28Make the codegen unit partitioner also emit item declarations.Michael Woerister-1/+1
2016-04-20Auto merge of #31709 - ranma42:target_feature-from-llvm, r=alexcrichtonbors-0/+3
2016-04-15Add initial version of codegen unit partitioning for incremental compilation.Michael Woerister-1/+1
2016-04-09Implement feature extraction from `TargetMachine`Andrea Canciani-0/+3
2016-03-29Use weak_odr linkage when reusing definitions across codegen unitsBjörn Steinbrink-0/+21
2016-03-26Fix removal of function attributes on ARMBjörn Steinbrink-2/+10
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-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-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/+4
2016-02-08Remove old #[allow(trivial_casts)] annotationsAlex Crichton-1/+0
2016-01-29trans: Reimplement unwinding on MSVCAlex Crichton-14/+78