about summary refs log tree commit diff
path: root/src/rustllvm
AgeCommit message (Expand)AuthorLines
2016-12-30Add a way to retrieve constant value in 128 bitsSimonas Kazlauskas-0/+16
2016-12-29further enable the Sparc LLVM backendJonathan A. Kollasch-1/+8
2016-12-29Rollup merge of #38676 - rkruppe:llvm-check-success, r=alexcrichtonAlex Crichton-9/+26
2016-12-29Check *all* errors in LLVMRustArchiveIterator* APIRobin Kruppe-9/+26
2016-12-26Auto merge of #38314 - japaric:do-not-delete-enable-llvm-backend, r=alexcrichtonbors-1/+1
2016-12-21Fixed fastcall not applying inreg attributes to arguments like the C/C++ fast...Ivan Molodetskikh-0/+3
2016-12-19touch src/rustllvm/llvm-auto-clean-triggerJorge Aparicio-1/+1
2016-12-16llvm: backport r280651Jorge Aparicio-1/+1
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-11[LLVM 4.0] Explicitly call constructor of 'llvm::Error'Dylan McKay-0/+2
2016-12-11Auto merge of #38240 - pftbest:update_llvm, r=japaricbors-1/+1
2016-12-10Auto merge of #38223 - rkruppe:llvm-stringref-fixes, r=alexcrichtonbors-2/+5
2016-12-09Auto merge of #38196 - rkruppe:llvm-archivewrapper-fwdcompat, r=alexcrichtonbors-0/+19
2016-12-08LLVM: update triggerVadzim Dambrouski-1/+1
2016-12-08Auto merge of #38156 - shepmaster:llvm-4.0-bitcode-reader-writer, r=alexcrichtonbors-2/+23
2016-12-07printf type correctnessRobin Kruppe-2/+5
2016-12-07mk: Switch rustbuild to the default build systemAlex Crichton-1/+1
2016-12-06[LLVM 4.0] rustllvm archive supportRobin Kruppe-0/+19
2016-12-05Make LLVM symbol visibility FFI types more stable.Michael Woerister-0/+42
2016-12-05Auto merge of #38100 - nox:llvm, r=alexcrichtonbors-1/+1
2016-12-04[LLVM 4.0] New bitcode headers and APIJake Goulding-2/+23
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-12-01Update llvm fork to 3ec14daffb4b8c0604df50b7fb0ab552f456e381Anthony Ramine-1/+1
2016-11-28Don't assume llvm::StringRef is null terminatedRobin Kruppe-11/+10
2016-11-27Auto merge of #38027 - rkruppe:llvm-printpasses-fwdcompat, r=alexcrichtonbors-0/+7
2016-11-27Adapt LLVMRustPrintPasses to LLVM 4.0 preferring `StringRef` over `char *`Robin Kruppe-0/+7
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-20Auto merge of #37861 - shepmaster:llvm-4.0-inline-pass, r=alexcrichtonbors-0/+7
2016-11-19Auto merge of #37831 - rkruppe:llvm-attr-fwdcompat, r=eddybbors-45/+92
2016-11-18[LLVM 4.0] Update AlwaysInliner pass header and constructorJake Goulding-0/+7
2016-11-17Use llvm::Attribute API instead of "raw value" APIs, which will be removed in...Robin Kruppe-45/+92
2016-11-12also enable the MSP430 backend in MakefilesJorge Aparicio-1/+8
2016-10-29LLVM: Update submodule to rust-llvm-2016-10-29 branch.Vadzim Dambrouski-1/+1
2016-10-19Update llvm-auto-clean-triggerRaph Levien-1/+1
2016-10-19Rollup merge of #37182 - alexcrichton:appveyor, r=brsonEduard-Mihai Burtescu-1/+1
2016-10-14Add AppVeyor configuration to the repoAlex Crichton-1/+1
2016-10-14debuginfo: Remove some outdated stuff from LLVM DIBuilder binding.Michael Woerister-20/+1
2016-10-10LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in Ge...Michael Woerister-1/+1
2016-10-07llvm: Update LLVM to include fix for pathologic case in its LiveDebugValues p...Michael Woerister-1/+1
2016-09-30Update LLVM with fastcomp patchesBrian Anderson-1/+1
2016-09-26Extend preprocessor LLVM version checks to support LLVM 4.xJake Goulding-34/+43
2016-09-17Up the LLVMSimonas Kazlauskas-1/+1
2016-09-04Fix incorrect LLVM Linkage enumMatt Ickstadt-0/+80
2016-09-01Fix optimization regressions for operations on [x; n]-initialized arrays.Eduard Burtescu-1/+1
2016-08-29Auto merge of #36117 - eddyb:llvm-hoist-meta, r=alexcrichtonbors-1/+1