about summary refs log tree commit diff
path: root/src/librustc_llvm
AgeCommit message (Expand)AuthorLines
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-29Rollup merge of #38559 - japaric:ptx2, r=alexcrichtonAlex Crichton-1/+7
2016-12-29Fallout from updating bootstrap CargoAlex Crichton-5/+2
2016-12-26PTX supportJorge Aparicio-1/+7
2016-12-26Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichtonbors-1/+8
2016-12-26Auto merge of #38542 - YaLTeR:fastcall-fix, r=pnkfelixbors-0/+1
2016-12-21Make drop glue for unsized value pass two arguments instead of *(data, meta)Mark Simulacrum-1/+2
2016-12-21Fixed fastcall not applying inreg attributes to arguments like the C/C++ fast...Ivan Molodetskikh-0/+1
2016-12-20Remove FunctionContext::cleanup, replacing it with a Drop impl.Mark-Simulacrum-0/+1
2016-12-19fix tidyJorge Aparicio-1/+2
2016-12-19enable LLVM's SPARC backendJorge Aparicio-1/+7
2016-12-18OpenBSD has two stdc++ libraries: use the newerSébastien Marie-2/+9
2016-12-12[LLVM 4.0] Move debuginfo alignment argumentJake Goulding-2/+4
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-6/+4
2016-12-05Make LLVM symbol visibility FFI types more stable.Michael Woerister-8/+11
2016-12-04Auto merge of #37857 - shepmaster:llvm-4.0-dinodes, r=michaelwoeristerbors-25/+58
2016-12-03Auto merge of #38079 - BurntSushi:attrtarget, r=alexcrichtonbors-4/+4
2016-12-03Auto merge of #38055 - rkruppe:rm-unused-llvm-ffi, r=alexcrichtonbors-229/+1
2016-12-02[LLVM] Introduce a stable representation of DIFlagsJake Goulding-25/+58
2016-12-01Remove the "linked_from" feature.Vadim Chugunov-6/+4
2016-12-01Auto merge of #38048 - rkruppe:llvm-stringref-fixes, r=alexcrichtonbors-11/+13
2016-11-30Update the bootstrap compilerAlex Crichton-2/+2
2016-11-29Add new #[target_feature = "..."] attribute.Andrew Gallant-4/+4
2016-11-28Remove unused functions from rustc_llvmRobin Kruppe-229/+1
2016-11-28Don't assume llvm::StringRef is null terminatedRobin Kruppe-11/+13
2016-11-24Support LLVM 4.0 in OptimizationDiagnostic FFIRobin Kruppe-17/+20
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