summary refs log tree commit diff
path: root/src/librustc_llvm/build.rs
AgeCommit message (Expand)AuthorLines
2016-12-26PTX supportJorge Aparicio-1/+1
2016-12-26Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichtonbors-1/+2
2016-12-19fix tidyJorge Aparicio-1/+2
2016-12-19enable LLVM's SPARC backendJorge Aparicio-1/+1
2016-12-18OpenBSD has two stdc++ libraries: use the newerSébastien Marie-2/+9
2016-11-19Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddybbors-0/+3
2016-11-17rustbuild: update the llvm link logic furtherJosh Stone-26/+32
2016-11-16rustbuild: allow dynamically linking LLVMJosh Stone-3/+20
2016-11-16Rebuild rustc_llvm when the rustllvm source files changeRobin Kruppe-0/+3
2016-11-12enable the MSP430 LLVM backendJorge Aparicio-1/+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-21/+20
2016-09-30TidyBrian Anderson-1/+2
2016-09-30Make the jsbackend an optional componentJan-Erik Rediger-1/+1
2016-09-25Report which required build-time environment variable is not setJake Goulding-3/+3
2016-08-26initial support for s390xJorge Aparicio-1/+1
2016-08-06Merge branch 'master' into issue-30961Cameron Hart-6/+16
2016-08-03remove the ExecutionEngine bindingAriel Ben-Yehuda-2/+1
2016-07-29Make rust build pass LLVM_RUSTLLVM to C++ compilerCameron Hart-0/+4
2016-07-29Update parsing llvm-config outputAlex Crichton-4/+15
2016-07-03prefer `if let` to match with `None => {}` arm in some placesZack M. Davis-12/+10
2016-05-29run rustfmt on librustc_llvm folderSrinivas Reddy Thatiparthy-25/+36
2016-04-09Implement feature extraction from `TargetMachine`Andrea Canciani-0/+7
2016-03-14rustbuild: Fix 32-bit Windows buildAlex Crichton-7/+13
2016-02-28rustbuild: Enable cross-compiling LLVMAlex Crichton-3/+43
2016-02-11bootstrap: Add directives to not double-link libsAlex Crichton-0/+2
2016-02-11bootstrap: Add build scripts for cratesAlex Crichton-0/+130