summary refs log tree commit diff
path: root/src/librustc_llvm/ffi.rs
AgeCommit message (Expand)AuthorLines
2017-03-02Add support for x86-interrupt calling conventionPhilipp Oppermann-0/+1
2017-02-13Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakisbors-5/+5
2017-02-11[LLVM 4.0] Fix CreateCompileUnitMatt Ickstadt-2/+1
2017-02-10Fix intcast, use it where appropriateSimonas Kazlauskas-5/+5
2017-02-09Auto merge of #38109 - tromey:main-subprogram, r=michaelwoeristerbors-0/+1
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+3
2017-02-08build/test the sanitizers only when --enable-sanitizers is usedJorge Aparicio-1/+1
2017-02-08sanitizer supportJorge Aparicio-0/+3
2017-02-08Rollup merge of #39529 - dylanmckay:llvm-4.0-align32, r=alexcrichtonCorey Farwell-10/+10
2017-02-04Emit DW_AT_main_subprogramTom Tromey-0/+1
2017-02-04[llvm] Use 32-bits for alignmentDylan McKay-10/+10
2017-02-04Support a debug info API change for LLVM 4.0Dylan McKay-0/+6
2017-01-26Remove unnecessary LLVMRustPersonalityFn bindingSimonas Kazlauskas-1/+1
2017-01-18calling convention for MSP430 interruptsJorge Aparicio-0/+1
2016-12-31Calculate discriminant bounds within 64 bitsSimonas Kazlauskas-1/+1
2016-12-30Add a way to retrieve constant value in 128 bitsSimonas Kazlauskas-0/+2
2016-12-30Wrapping<i128> and attempt at LLVM 3.7 compatSimonas Kazlauskas-1/+0
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+2
2016-12-29Rollup merge of #38559 - japaric:ptx2, r=alexcrichtonAlex Crichton-0/+1
2016-12-29Fallout from updating bootstrap CargoAlex Crichton-3/+1
2016-12-26PTX supportJorge Aparicio-0/+1
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-12[LLVM 4.0] Move debuginfo alignment argumentJake Goulding-2/+4
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-5/+3
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/+29
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/+29
2016-12-01Remove the "linked_from" feature.Vadim Chugunov-5/+3
2016-11-28Remove unused functions from rustc_llvmRobin Kruppe-229/+1
2016-11-28Don't assume llvm::StringRef is null terminatedRobin Kruppe-1/+1
2016-11-24Support LLVM 4.0 in OptimizationDiagnostic FFIRobin Kruppe-1/+1
2016-11-21Restore compatibility with LLVM 3.7 and 3.8Seo Sanghyeon-10/+3
2016-11-19Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddybbors-63/+38
2016-11-17Use llvm::Attribute API instead of "raw value" APIs, which will be removed in...Robin Kruppe-63/+38
2016-11-16fix `extern "aapcs" fn`Jorge Aparicio-0/+1
2016-11-12rustc: Flag all builtins functions as hiddenAlex Crichton-2/+10
2016-10-22run rustfmt on librustc_llvm folderSrinivas Reddy Thatiparthy-417/+257
2016-10-14debuginfo: Remove some outdated stuff from LLVM DIBuilder binding.Michael Woerister-11/+0
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-25Fix debug line info for macro expansions. Vadim Chugunov-0/+5
2016-08-06Merge branch 'master' into issue-30961Cameron Hart-0/+2071
2016-08-03finish type-auditing rustllvmAriel Ben-Yehuda-33/+38
2016-08-03split the FFI part of rustc_llvm to rustc_llvm::ffiAriel Ben-Yehuda-0/+2063