summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
AgeCommit message (Expand)AuthorLines
2017-09-30rustc: Enable LTO and multiple codegen unitsAlex Crichton-0/+62
2017-07-21update attributes API usageAlex Crichton-1/+26
2017-07-21rustllvm: split DebugLoc in UnpackOptimizationDiagnosticTim Neumann-3/+20
2017-07-21rustllvm: update to SyncScope::IDTim Neumann-0/+13
2017-07-21rustllvm: adjust usage of createNameSpaceTim Neumann-1/+5
2017-07-21rustllvm: adjust usage of createPointerTypeTim Neumann-1/+9
2017-07-21rustllvm: use LLVMMetadataRefTim Neumann-73/+75
2017-06-04Merge branch 'profiling' of github.com:whitequark/rust into profilingMarco Castelluccio-0/+4
2017-05-28add NullOp::SizeOf and BinOp::OffsetAriel Ben-Yehuda-5/+9
2017-05-01Add profiling support, through the rustc -Z profile flag.whitequark-0/+4
2017-04-12Expose LLVM appendModuleInlineAsmA.J. Gardner-0/+4
2017-03-16add missing global metadataTim Neumann-3/+8
2017-03-16clang-formatTim Neumann-5/+2
2017-03-16isolate llvm 4.0 code pathTim Neumann-12/+6
2017-02-13Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakisbors-0/+6
2017-02-11[LLVM 4.0] Fix CreateCompileUnitMatt Ickstadt-3/+11
2017-02-10Fix intcast, use it where appropriateSimonas Kazlauskas-0/+6
2017-02-09Auto merge of #38109 - tromey:main-subprogram, r=michaelwoeristerbors-0/+6
2017-02-08Rollup merge of #38699 - japaric:lsan, r=alexcrichtonCorey Farwell-0/+6
2017-02-08sanitizer supportJorge Aparicio-0/+6
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/+6
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/+4
2017-01-26Remove unnecessary LLVMRustPersonalityFn bindingSimonas Kazlauskas-8/+0
2017-01-14Fix covered-switch-default warnings in RustWrapperRuud van Asseldonk-10/+4
2017-01-01Auto merge of #38745 - CannedYerins:llvm-code-style, r=rkruppebors-261/+262
2016-12-31Auto merge of #38482 - est31:i128, r=eddybbors-0/+17
2016-12-31Improve naming style in rustllvm.Ian Kerins-261/+262
2016-12-30Switching from NULL to nullptr in src/rustllvm.karpinski-11/+11
2016-12-30Ran clang-format on src/rustllvm with llvm as the coding style.karpinski-1004/+793
2016-12-30Fix rebase falloutSimonas Kazlauskas-0/+1
2016-12-30Add a way to retrieve constant value in 128 bitsSimonas Kazlauskas-0/+16
2016-12-21Fixed fastcall not applying inreg attributes to arguments like the C/C++ fast...Ivan Molodetskikh-0/+2
2016-12-14Update LLVM global variable debug info API for 4.0Dylan McKay-5/+20
2016-12-12[LLVM 4.0] Move debuginfo alignment argumentJake Goulding-8/+29
2016-12-08Auto merge of #38156 - shepmaster:llvm-4.0-bitcode-reader-writer, r=alexcrichtonbors-1/+16
2016-12-05Make LLVM symbol visibility FFI types more stable.Michael Woerister-0/+42
2016-12-04[LLVM 4.0] New bitcode headers and APIJake Goulding-1/+16
2016-12-02[LLVM 4.0] Support new DIFlags enumJake Goulding-0/+5
2016-12-02[LLVM] Introduce a stable representation of DIFlagsJake Goulding-13/+93
2016-11-28Don't assume llvm::StringRef is null terminatedRobin Kruppe-8/+5
2016-11-25Auto merge of #38000 - rkruppe:llvm-dinamespace-fwdcompat, r=alexcrichtonbors-1/+5
2016-11-25Pass new argument ExportSymbol to DIBuilder::createNameSpaceRobin Kruppe-1/+5
2016-11-24Support LLVM 4.0 in OptimizationDiagnostic FFIRobin Kruppe-2/+7
2016-11-21Restore compatibility with LLVM 3.7 and 3.8Seo Sanghyeon-10/+9
2016-11-17Use llvm::Attribute API instead of "raw value" APIs, which will be removed in...Robin Kruppe-45/+70
2016-10-14debuginfo: Remove some outdated stuff from LLVM DIBuilder binding.Michael Woerister-20/+1
2016-09-26Extend preprocessor LLVM version checks to support LLVM 4.xJake Goulding-15/+15
2016-09-04Fix incorrect LLVM Linkage enumMatt Ickstadt-0/+80