about summary refs log tree commit diff
path: root/src/librustc_llvm
AgeCommit message (Expand)AuthorLines
2016-11-21Restore compatibility with LLVM 3.7 and 3.8Seo Sanghyeon-17/+6
2016-11-19Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddybbors-122/+49
2016-11-19Auto merge of #37822 - cuviper:llvm-link-shared, r=alexcrichtonbors-11/+34
2016-11-17rustbuild: update the llvm link logic furtherJosh Stone-26/+32
2016-11-17Use llvm::Attribute API instead of "raw value" APIs, which will be removed in...Robin Kruppe-122/+46
2016-11-16rustbuild: allow dynamically linking LLVMJosh Stone-3/+20
2016-11-16fix `extern "aapcs" fn`Jorge Aparicio-0/+1
2016-11-16Rebuild rustc_llvm when the rustllvm source files changeRobin Kruppe-0/+3
2016-11-15Auto merge of #37714 - alexcrichton:builtins-hidden, r=nikomatsakisbors-2/+10
2016-11-12enable the MSP430 LLVM backendJorge Aparicio-1/+6
2016-11-12rustc: Flag all builtins functions as hiddenAlex Crichton-2/+10
2016-11-10Register and stability check `#[no_link]` crates.Jeffrey Seyfried-0/+1
2016-11-09rustc_llvm: Require 3.9 for --link-staticAlex Crichton-1/+1
2016-11-06Force static linking of LLVMpweyck-0/+13
2016-10-22run rustfmt on librustc_llvm folderSrinivas Reddy Thatiparthy-508/+314
2016-10-14debuginfo: Remove some outdated stuff from LLVM DIBuilder binding.Michael Woerister-11/+0
2016-09-30TidyBrian Anderson-1/+2
2016-09-30Make the jsbackend an optional componentJan-Erik Rediger-1/+1
2016-09-30Configure LLVM to use js backendJan-Erik Rediger-0/+4
2016-09-25Report which required build-time environment variable is not setJake Goulding-3/+3
2016-09-04Fix incorrect LLVM Linkage enumMatt Ickstadt-17/+11
2016-08-30Allow specification of the system V AMD64 ABI constraint.CensoredUsername-0/+1
2016-08-26initial support for s390xJorge Aparicio-1/+7
2016-08-25Fix debug line info for macro expansions. Vadim Chugunov-0/+5
2016-08-06Merge branch 'master' into issue-30961Cameron Hart-2107/+2218
2016-08-03finish type-auditing rustllvmAriel Ben-Yehuda-75/+110
2016-08-03split the FFI part of rustc_llvm to rustc_llvm::ffiAriel Ben-Yehuda-2063/+2083
2016-08-03begin auditing the C++ types in RustWrapperAriel Ben-Yehuda-323/+360
2016-08-03audit LLVM C++ types in ArchiveWrapper and PassWrapperAriel Ben-Yehuda-28/+48
2016-08-03remove the ExecutionEngine bindingAriel Ben-Yehuda-11/+1
2016-08-01Auto merge of #34743 - badboy:llvm-upgrade, r=eddybbors-10/+19
2016-07-30Update gcc crate dependency to 0.3.27.Timon Van Overveldt-1/+1
2016-07-29Make rust build pass LLVM_RUSTLLVM to C++ compilerCameron Hart-0/+4
2016-07-29llvm: Remove no longer existent LLVMAddTargetData bindingAlex Crichton-3/+0
2016-07-29Update parsing llvm-config outputAlex Crichton-4/+15
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-07-11Add help for target CPUs, features, relocation and code models.Cameron Hart-0/+3
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-12/+10
2016-06-10Remove linking with ARJake Goulding-0/+15
2016-05-29run rustfmt on librustc_llvm folderSrinivas Reddy Thatiparthy-56/+83
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/+10
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/+10
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