/external/llvm-project/llvm/test/CodeGen/X86/ |
D | PR40322.ll | 2 ; RUN: llc < %s -mtriple=i686-windows-gnu | FileCheck %s --check-prefix=CHECK-MINGW-X86 11 ; CHECK-MINGW-X86-LABEL: _Z2ami: 12 ; CHECK-MINGW-X86: # %bb.0: # %entry 13 ; CHECK-MINGW-X86-NEXT: pushl %edi 14 ; CHECK-MINGW-X86-NEXT: .cfi_def_cfa_offset 8 15 ; CHECK-MINGW-X86-NEXT: pushl %esi 16 ; CHECK-MINGW-X86-NEXT: .cfi_def_cfa_offset 12 17 ; CHECK-MINGW-X86-NEXT: .cfi_offset %esi, -12 18 ; CHECK-MINGW-X86-NEXT: .cfi_offset %edi, -8 19 ; CHECK-MINGW-X86-NEXT: movb __ZGVZ2amiE2au, %al [all …]
|
D | segmented-stacks.ll | 7 …%s -mcpu=generic -mtriple=i686-mingw32 -verify-machineinstrs | FileCheck %s -check-prefix=X86-MinGW 11 … -mcpu=generic -mtriple=x86_64-mingw32 -verify-machineinstrs | FileCheck %s -check-prefix=X64-MinGW 102 ; X86-MinGW-LABEL: test_basic: 104 ; X86-MinGW: cmpl %fs:20, %esp 105 ; X86-MinGW-NEXT: jbe LBB0_1 107 ; X86-MinGW: pushl $0 108 ; X86-MinGW-NEXT: pushl $40 109 ; X86-MinGW-NEXT: calll ___morestack 110 ; X86-MinGW-NEXT: ret 112 ; X64-MinGW-LABEL: test_basic: [all …]
|
D | dllexport-x86_64.ll | 2 ; RUN: llc -mtriple x86_64-pc-mingw32 < %s | FileCheck -check-prefix=CHECK -check-prefix=MINGW %s 89 ; MINGW: .ascii " -export:f1" 90 ; MINGW: .ascii " -export:f2" 91 ; MINGW: .ascii " -export:lnk1" 92 ; MINGW: .ascii " -export:lnk2" 93 ; MINGW: .ascii " -export:weak1" 94 ; MINGW: .ascii " -export:Var1,data" 95 ; MINGW: .ascii " -export:Var2,data" 96 ; MINGW: .ascii " -export:Var3,data" 97 ; MINGW: .ascii " -export:WeakVar1,data" [all …]
|
D | win32-ssp.ll | 1 ; RUN: llc -mtriple=x86_64-w64-mingw32 < %s -o - | FileCheck --check-prefix=MINGW %s 4 ; RUN: llc -mtriple=i686-w64-mingw32 < %s -o - | FileCheck --check-prefix=MINGW %s 12 ; MINGW-LABEL: func: 13 ; MINGW: mov{{l|q}} .refptr.[[PREFIX:_?]]__stack_chk_guard{{(\(%rip\))?}}, [[REG:%[a-z]+]] 14 ; MINGW: mov{{l|q}} ([[REG]]) 15 ; MINGW: call{{l|q}} [[PREFIX]]other 16 ; MINGW: mov{{l|q}} ([[REG]]) 17 ; MINGW: call{{l|q}} [[PREFIX]]__stack_chk_fail
|
/external/libiio/src/ |
D | appveyor.yml | 33 - set folder-path=C:\projects\libiio\build-mingw-win32\%configuration% 34 # MinGW 32 bit 35 - echo "Running cmake for MinGW 32 bit... " 36 - mkdir C:\projects\libiio\build-mingw-win32 37 - cd C:\projects\libiio\build-mingw-win32 39 …- mkdir C:\projects\libiio\build-mingw-win32\"%configuration%"& cd C:\projects\libiio\build-mingw-… 41 …bash -lc "pacman -Rs --noconfirm mingw-w64-i686-gcc-ada mingw-w64-i686-gcc-fortran mingw-w64-i686-… 43 …rm -Sy mingw-w64-i686-gcc mingw-w64-i686-libusb mingw-w64-i686-curl mingw-w64-i686-cmake mingw-w6… 46 …confirm http://repo.msys2.org/mingw/i686/mingw-w64-i686-llvm-5.0.0-3-any.pkg.tar.xz http://repo.ms… 48 …- C:\msys64\usr\bin\bash -lc "pacman -U --noconfirm http://repo.msys2.org/mingw/i686/mingw-w64-i68… [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | segmented-stacks.ll | 7 …%s -mcpu=generic -mtriple=i686-mingw32 -verify-machineinstrs | FileCheck %s -check-prefix=X32-MinGW 11 … -mcpu=generic -mtriple=x86_64-mingw32 -verify-machineinstrs | FileCheck %s -check-prefix=X64-MinGW 102 ; X32-MinGW-LABEL: test_basic: 104 ; X32-MinGW: cmpl %fs:20, %esp 105 ; X32-MinGW-NEXT: ja LBB0_2 107 ; X32-MinGW: pushl $0 108 ; X32-MinGW-NEXT: pushl $40 109 ; X32-MinGW-NEXT: calll ___morestack 110 ; X32-MinGW-NEXT: ret 112 ; X64-MinGW-LABEL: test_basic: [all …]
|
D | dllexport-x86_64.ll | 2 ; RUN: llc -mtriple x86_64-pc-mingw32 < %s | FileCheck -check-prefix=CHECK -check-prefix=MINGW %s 117 ; MINGW: -export:f1 118 ; MINGW-SAME: -export:f2 119 ; MINGW-SAME: -export:lnk1 120 ; MINGW-SAME: -export:lnk2 121 ; MINGW-SAME: -export:weak1 122 ; MINGW-SAME: -export:Var1,data 123 ; MINGW-SAME: -export:Var2,data 124 ; MINGW-SAME: -export:Var3,data 125 ; MINGW-SAME: -export:WeakVar1,data [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | def-export-stdcall.s | 50 # RUN: llvm-readobj %t.lib | FileCheck -check-prefix DECORATED-MINGW-IMPLIB %s 51 # RUN: llvm-readobj --coff-exports %t.dll | FileCheck -check-prefix DECORATED-MINGW-EXPORTS %s 53 # DECORATED-MINGW-IMPLIB: Name type: name 54 # DECORATED-MINGW-IMPLIB-NEXT: __imp_@fastcall@8 55 # DECORATED-MINGW-IMPLIB-NEXT: fastcall@8 56 # DECORATED-MINGW-IMPLIB: Name type: noprefix 57 # DECORATED-MINGW-IMPLIB-NEXT: __imp__stdcall@8 58 # DECORATED-MINGW-IMPLIB-NEXT: _stdcall@8 61 # DECORATED-MINGW-IMPLIB: Name type: name 62 # DECORATED-MINGW-IMPLIB-NEXT: __imp_vectorcall@@8 [all …]
|
D | rsds.test | 27 # RUN: llvm-readobj --coff-debug-directory %t.dll | FileCheck --check-prefix MINGW %s 151 # MINGW: File: {{.*}}.dll 152 # MINGW: DebugDirectory [ 153 # MINGW: DebugEntry { 154 # MINGW: Characteristics: 0x0 155 # MINGW: TimeDateStamp: 156 # MINGW: MajorVersion: 0x0 157 # MINGW: MinorVersion: 0x0 158 # MINGW: Type: CodeView (0x2) 159 # MINGW: SizeOfData: 0x{{[^0]}} [all …]
|
/external/llvm-project/clang/test/Preprocessor/ |
D | predefined-win-macros.c | 90 // RUN: | FileCheck -match-full-lines %s --check-prefix=CHECK-X86-MINGW 92 // CHECK-X86-MINGW: #define WIN32 1 93 // CHECK-X86-MINGW-NOT: #define WIN64 1 94 // CHECK-X86-MINGW: #define WINNT 1 95 // CHECK-X86-MINGW: #define _WIN32 1 96 // CHECK-X86-MINGW-NOT: #define _WIN64 1 99 // RUN: | FileCheck -match-full-lines %s --check-prefix=CHECK-ARM-MINGW 101 // CHECK-ARM-MINGW: #define WIN32 1 102 // CHECK-ARM-MINGW-NOT: #define WIN64 1 103 // CHECK-ARM-MINGW: #define WINNT 1 [all …]
|
/external/clang/lib/Driver/ |
D | MinGWToolChain.cpp | 45 void MinGW::findGccLibDir() { in findGccLibDir() 65 MinGW::MinGW(const Driver &D, const llvm::Triple &Triple, const ArgList &Args) in MinGW() function in MinGW 96 getFilePaths().push_back(Base + Arch + "/sys-root/mingw/lib"); in MinGW() 99 bool MinGW::IsIntegratedAssemblerDefault() const { return true; } in IsIntegratedAssemblerDefault() 101 Tool *MinGW::getTool(Action::ActionClass AC) const { in getTool() 116 Tool *MinGW::buildAssembler() const { in buildAssembler() 117 return new tools::MinGW::Assembler(*this); in buildAssembler() 120 Tool *MinGW::buildLinker() const { return new tools::MinGW::Linker(*this); } in buildLinker() 122 bool MinGW::IsUnwindTablesDefault() const { in IsUnwindTablesDefault() 126 bool MinGW::isPICDefault() const { return getArch() == llvm::Triple::x86_64; } in isPICDefault() [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | win_cst_pool.ll | 2 ; RUN: llc < %s -mtriple=aarch64-win32-gnu | FileCheck -check-prefix=MINGW %s 17 ; MINGW: .section .rdata,"dr" 18 ; MINGW-NEXT: .p2align 3 19 ; MINGW-NEXT: [[LABEL:\.LC.*]]: 20 ; MINGW-NEXT: .xword 0x2000000000800001 21 ; MINGW: double: 22 ; MINGW: adrp x8, [[LABEL]] 23 ; MINGW-NEXT: ldr d0, [x8, [[LABEL]]] 24 ; MINGW-NEXT: ret
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | MinGW.cpp | 1 //===--- MinGW.cpp - MinGWToolChain Implementation ------------------------===// 9 #include "MinGW.h" 29 /// MinGW Tools 30 void tools::MinGW::Assembler::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 61 void tools::MinGW::Linker::AddLibGCC(const ArgList &Args, in AddLibGCC() 94 void tools::MinGW::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob() 272 // MinGW always links against a shared MSVCRT. in ConstructJob() 347 void toolchains::MinGW::findGccLibDir() { in findGccLibDir() 368 llvm::ErrorOr<std::string> toolchains::MinGW::findGcc() { in findGcc() 380 llvm::ErrorOr<std::string> toolchains::MinGW::findClangRelativeSysroot() { in findClangRelativeSysroot() [all …]
|
/external/libcxx/utils/google-benchmark/ |
D | mingw.py | 45 'http://downloads.sourceforge.net/project/mingw-w64/Toolchains%20' 46 'targetting%20Win32/Personal%20Builds/mingw-builds/installer/' 52 A list of mingw-build repositories 57 Downloads and parse mingw-build repository files and parses them 59 log.info('getting mingw-builds repository') 101 Attempts to find 7zip for unpacking the mingw-build archives 116 Unpacks a mingw-builds archive 127 Downloads and unpacks a mingw-builds archive 129 log.info('downloading MinGW') 169 raise ValueError('Failed to find unpacked MinGW: ' + possible) [all …]
|
/external/llvm-project/libcxx/utils/google-benchmark/ |
D | mingw.py | 45 'http://downloads.sourceforge.net/project/mingw-w64/Toolchains%20' 46 'targetting%20Win32/Personal%20Builds/mingw-builds/installer/' 52 A list of mingw-build repositories 57 Downloads and parse mingw-build repository files and parses them 59 log.info('getting mingw-builds repository') 101 Attempts to find 7zip for unpacking the mingw-build archives 116 Unpacks a mingw-builds archive 127 Downloads and unpacks a mingw-builds archive 129 log.info('downloading MinGW') 169 raise ValueError('Failed to find unpacked MinGW: ' + possible) [all …]
|
/external/llvm-project/llvm/utils/benchmark/ |
D | mingw.py | 45 'http://downloads.sourceforge.net/project/mingw-w64/Toolchains%20' 46 'targetting%20Win32/Personal%20Builds/mingw-builds/installer/' 52 A list of mingw-build repositories 57 Downloads and parse mingw-build repository files and parses them 59 log.info('getting mingw-builds repository') 101 Attempts to find 7zip for unpacking the mingw-build archives 116 Unpacks a mingw-builds archive 127 Downloads and unpacks a mingw-builds archive 129 log.info('downloading MinGW') 169 raise ValueError('Failed to find unpacked MinGW: ' + possible) [all …]
|
/external/libpcap/ |
D | .appveyor.yml | 22 GENERATOR: "MinGW Makefiles" 25 MINGW_ROOT: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0 27 GENERATOR: "MinGW Makefiles" 30 MINGW_ROOT: C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0 98 # Remove the default MinGW path 99 - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%PATH:C:\MinGW\bin;=% 100 # Add the specified MinGW path 101 - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%MINGW_ROOT%\mingw64\bin;%PATH% 103 # that breaks MinGW builds - CMake checks for that and fails in the 105 - if "%GENERATOR%"=="MinGW Makefiles" set PATH=%PATH:C:\Program Files\Git\usr\bin;=% [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | win32-ssp.ll | 1 ; RUN: llc -mtriple=thumbv7-w64-mingw32 < %s -o - | FileCheck --check-prefix=MINGW %s 9 ; MINGW-LABEL: func: 10 ; MINGW: movw [[REG:r[0-9]+]], :lower16:.refptr.__stack_chk_guard 11 ; MINGW: movt [[REG]], :upper16:.refptr.__stack_chk_guard 12 ; MINGW: ldr [[REG2:r[0-9]+]], {{\[}}[[REG]]] 13 ; MINGW: ldr {{r[0-9]+}}, {{\[}}[[REG2]]] 14 ; MINGW: bl other 15 ; MINGW: ldr {{r[0-9]+}}, {{\[}}[[REG2]]] 16 ; MINGW: bl __stack_chk_fail
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | dso-local-executable.cpp | 3 …ngw32 -O1 -fno-experimental-new-pass-manager -emit-llvm %s -o - | FileCheck --check-prefix=MINGW %s 23 // MINGW-DAG: @_ZTV1C = linkonce_odr dso_local unnamed_addr constant 24 // MINGW-DAG: @_ZTS1C = linkonce_odr dso_local constant 25 // MINGW-DAG: @_ZTI1C = linkonce_odr dso_local constant 26 // MINGW-DAG: @_ZZ14useStaticLocalvE3obj = linkonce_odr dso_local global 27 // MINGW-DAG: @_ZGVZN5guard1gEvE1a = linkonce_odr dso_local global 28 // MINGW-DAG: define dso_local void @_ZN1CC2Ev( 29 // MINGW-DAG: define dso_local void @_ZN1CC1Ev( 30 // MINGW-DAG: define linkonce_odr dso_local void @_ZN1C3fooEv( 65 // MINGW-DAG: @_ZN5test23barIiE1xE = available_externally constant i32 [all …]
|
/external/mtools/ |
D | buildMingw.sh | 3 # Build Mingw (Windows) executable 5 # For this you meed the mingw cross-compiler to be installed 7 # You may download the RPMs from http://mirzam.it.vu.nl/mingw/ 9 # mingw-binutils 10 # mingw-gcc-core 11 # mingw-runtime 12 # mingw-w32api
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | appveyor.yml | 4 - mingw 9 …- if "%platform%" == "mingw" set PATH=%PATH%;C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw3… 11 …- if "%platform%" == "mingw" ( mingw32-make.exe -f Makefile.m32 demos ) else ( nmake /f Makefile.m… 13 …- if "%platform%" == "mingw" ( mingw32-make.exe -f Makefile.m32 ) else ( nmake /f Makefile.msvc vt… 14 …- if "%platform%" == "mingw" ( mingw32-make.exe -f Makefile.m32 aresfuzz.exe aresfuzzname.exe dnsd… 15 …- if "%platform%" == "mingw" ( .\dnsdump.exe fuzzinput\answer_a fuzzinput\answer_aaaa ) else ( .\m…
|
/external/llvm-project/clang/test/Driver/ |
D | windows-exceptions.cpp | 3 // RUN: %clang -target i686-windows-gnu -c %s -### 2>&1 | FileCheck -check-prefix=MINGW-DWARF %s 4 // RUN: %clang -target x86_64-windows-gnu -c %s -### 2>&1 | FileCheck -check-prefix=MINGW-SEH %s 5 …get aarch64-windows-gnu -fdwarf-exceptions -c %s -### 2>&1 | FileCheck -check-prefix=MINGW-DWARF %s 6 // RUN: %clang -target aarch64-windows-gnu -c %s -### 2>&1 | FileCheck -check-prefix=MINGW-SEH %s 10 MINGW-DWARF: -fdwarf-exceptions 11 MINGW-SEH: -munwind-tables 12 MINGW-SEH: -fseh-exceptions
|
D | no-integrated-as-win.c | 4 // But there is for mingw. The source file should only be mentioned once for 6 …%clang -target i686-pc-mingw32 -### -no-integrated-as %s -c 2>&1 | FileCheck -check-prefix=MINGW %s 7 // MINGW: "-cc1" 8 // MINGW: "-main-file-name" "no-integrated-as-win.c" 9 // MINGW: "-x" "c" "{{.*}}no-integrated-as-win.c" 11 // MINGW-NOT: no-integrated-as-win.c
|
/external/zstd/ |
D | appveyor.yml | 15 HOST: "mingw" 21 HOST: "mingw" 27 HOST: "mingw" 33 HOST: "mingw" 58 - if [%HOST%]==[mingw] ( 59 SET "PATH_MINGW32=C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin" && 60 SET "PATH_MINGW64=C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin" && 61 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin\make.ex… 62 …COPY C:\msys64\usr\bin\make.exe C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin\make.exe 69 - if [%HOST%]==[mingw] ( [all …]
|
/external/google-fruit/ |
D | appveyor.yml | 43 MINGW_PATH: 'C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin' 44 CMAKE_GENERATOR: 'MinGW Makefiles' 49 MINGW_PATH: 'C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin' 50 CMAKE_GENERATOR: 'MinGW Makefiles' 55 MINGW_PATH: 'C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin' 56 CMAKE_GENERATOR: 'MinGW Makefiles' 61 MINGW_PATH: 'C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin' 62 CMAKE_GENERATOR: 'MinGW Makefiles'
|