summary refs log tree commit diff
path: root/src/librustc_llvm
AgeCommit message (Expand)AuthorLines
2017-06-01Support VS 2017Brian Anderson-1/+1
2017-05-26Rollup merge of #42224 - brson:lockfile, r=nikomatsakisCorey Farwell-22/+0
2017-05-25Remove stray lockfileBrian Anderson-22/+0
2017-05-24add thiscall calling convention supportNathan Froyd-0/+1
2017-05-20Fix: "warning: redundant linker flag specified for library `ole32`"Segev Finer-4/+1
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-05-01Auto merge of #41560 - alevy:rwpi-ropi, r=eddybbors-4/+7
2017-04-28Added LLVMRustRelocModeAmit Aryeh Levy-7/+7
2017-04-26Add RWPI/ROPI relocation model supportAmit Aryeh Levy-0/+3
2017-04-25Avoid the hexagon backend on old versions of LLVMMichael Wu-28/+38
2017-04-25Add Hexagon supportMichael Wu-1/+7
2017-04-24Auto merge of #40123 - TimNN:llvm40, r=alexcrichtonbors-0/+5
2017-04-23FIN: windows-gnu: statically link gcc_s, pthread with llvmTim Neumann-0/+5
2017-04-12Expose LLVM appendModuleInlineAsmA.J. Gardner-0/+1
2017-04-08Specify type libraries for llvm-config --ldflagsSimonas Kazlauskas-0/+3
2017-03-30Make sure that -lole32 ends up *after* LLVM libs on the linker command line.Vadim Chugunov-7/+6
2017-03-27Fix various useless derefs and slicingsOliver Schneider-2/+2
2017-03-21link agains relocatable libstdc++Tim Neumann-2/+7
2017-03-21ci/netbsd: use the "official" cross compilerTim Neumann-0/+6
2017-03-04Add/remove `rerun-if-changed` when necessaryVadim Petrochenkov-3/+1
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-06std: Remove cfg(cargobuild) annotationsAlex Crichton-12/+0
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
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2017-01-01Auto merge of #38745 - CannedYerins:llvm-code-style, r=rkruppebors-4/+4
2016-12-31Improve naming style in rustllvm.Ian Kerins-4/+4
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-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