/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/swiftshader/third_party/llvm-7.0/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: .ascii " -export:f1" 118 ; MINGW: .ascii " -export:f2" 119 ; MINGW: .ascii " -export:lnk1" 120 ; MINGW: .ascii " -export:lnk2" 121 ; MINGW: .ascii " -export:weak1" 122 ; MINGW: .ascii " -export:Var1,data" 123 ; MINGW: .ascii " -export:Var2,data" 124 ; MINGW: .ascii " -export:Var3,data" 125 ; 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 11 ; MINGW-LABEL: func: 12 ; MINGW: mov{{l|q}} __stack_chk_guard 13 ; MINGW: callq other 14 ; MINGW: mov{{l|q}} __stack_chk_guard 15 ; MINGW: callq __stack_chk_fail 16 ; MINGW: .seh_endproc
|
D | win_cst_pool.ll | 2 ; RUN: llc < %s -mtriple=x86_64-win32-gnu -mattr=sse2 -mattr=avx | FileCheck -check-prefix=MINGW %s 18 ; MINGW: .section .rdata,"dr" 19 ; MINGW-NEXT: .p2align 3 20 ; MINGW-NEXT: [[LABEL:\.LC.*]]: 21 ; MINGW-NEXT: .quad 8388608 22 ; MINGW: double: 23 ; MINGW: movsd [[LABEL]](%rip), %xmm0 24 ; MINGW-NEXT: ret
|
D | stack-protector.ll | 7 ; RUN: llc -mtriple=x86_64-w64-mingw32 < %s -o - | FileCheck --check-prefix=MINGW-X64 %s 51 ; MINGW-X64-LABEL: test1a: 52 ; MINGW-X64-NOT: callq __stack_chk_fail 53 ; MINGW-X64: .seh_endproc 96 ; MINGW-X64-LABEL: test1b: 97 ; MINGW-X64: mov{{l|q}} __stack_chk_guard 98 ; MINGW-X64: callq __stack_chk_fail 137 ; MINGW-X64-LABEL: test1c: 138 ; MINGW-X64: mov{{l|q}} __stack_chk_guard 139 ; MINGW-X64: callq __stack_chk_fail [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/swiftshader/third_party/llvm-7.0/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 8388608 21 ; MINGW: double: 22 ; MINGW: adrp x8, [[LABEL]] 23 ; MINGW-NEXT: ldr d0, [x8, [[LABEL]]] 24 ; MINGW-NEXT: ret
|
/external/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 …]
|
D | appveyor.yml | 24 generator: "MinGW Makefiles" 25 cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin' 32 # git bash conflicts with MinGW makefiles 33 - if "%generator%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files\Git\usr\bin;=%")
|
/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 …]
|
D | appveyor.yml | 24 generator: "MinGW Makefiles" 25 cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin' 32 # git bash conflicts with MinGW makefiles 33 - if "%generator%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files\Git\usr\bin;=%")
|
/external/googletest/ |
D | appveyor.yml | 34 generator: "MinGW Makefiles" 35 cxx_path: 'C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin' 65 # git bash conflicts with MinGW makefiles 66 if ($env:generator -eq "MinGW Makefiles") { 100 …$conf = if ($env:generator -eq "MinGW Makefiles") {"-DCMAKE_BUILD_TYPE=$env:configuration"} else {… 101 # Disable test for MinGW (gtest tests fail, gmock tests can not build) 102 …$gtest_build_tests = if ($env:generator -eq "MinGW Makefiles") {"-Dgtest_build_tests=OFF"} else {"… 103 …$gmock_build_tests = if ($env:generator -eq "MinGW Makefiles") {"-Dgmock_build_tests=OFF"} else {"… 108 $cmake_parallel = if ($env:generator -eq "MinGW Makefiles") {"-j2"} else {"/m"} 136 if ($env:generator -eq "MinGW Makefiles") { [all …]
|
/external/google-fruit/ |
D | appveyor.yml | 17 MINGW_PATH: 'C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin' 18 CMAKE_GENERATOR: 'MinGW Makefiles' 24 MINGW_PATH: 'C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin' 25 CMAKE_GENERATOR: 'MinGW Makefiles' 30 MINGW_PATH: 'C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin' 31 CMAKE_GENERATOR: 'MinGW Makefiles' 46 MINGW_PATH: 'C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin' 47 CMAKE_GENERATOR: 'MinGW Makefiles'
|
/external/clang/test/Driver/ |
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
|
D | fsjlj-exceptions.c | 2 …dows-gnu -fexceptions -c %s -o /dev/null -### 2>&1 | FileCheck -check-prefix CHECK-MINGW-DEFAULT %s 3 …ptions -fsjlj-exceptions -c %s -o /dev/null -### 2>&1 | FileCheck -check-prefix CHECK-MINGW-SJLJ %s 6 // CHECK-MINGW-DEFAULT-NOT: -fsjlj-exceptions 7 // CHECK-MINGW-SJLJ: -fsjlj-exceptions
|
D | mingw.cpp | 6 …ws-gnu -stdlib=libstdc++ -c -### --sysroot=%S/Inputs/mingw_mingw_org_tree/mingw %s 2>&1 | FileChec… 7 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 8 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 9 // CHECK_MINGW_ORG_TREE: "{{.*}}{{/|\\\\}}Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}g… 10 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 11 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}lib{{/|\\\\}}gcc{{/|\\\… 12 // CHECK_MINGW_ORG_TREE: "{{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}mingw32{{/|\\\\}}includ… 13 // CHECK_MINGW_ORG_TREE: {{.*}}/Inputs/mingw_mingw_org_tree/mingw{{/|\\\\}}include 40 …SE_TREE: "{{.*}}/Inputs/mingw_opensuse_tree/usr{{/|\\\\}}x86_64-w64-mingw32/sys-root/mingw/include"
|
/external/pcre/dist2/doc/html/ |
D | NON-AUTOTOOLS-BUILD.txt | 214 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all 219 The MinGW home page (http://www.mingw.org/) says this: 221 MinGW: A collection of freely available and freely distributable Windows 235 On both MinGW and Cygwin, PCRE2 should build correctly using: 250 MinGW has no such restrictions. The MinGW compiler generates a library or 257 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a 258 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's 259 gcc and MinGW's gcc). So, a user can: 261 . Build native binaries by using MinGW or by getting Cygwin and using 278 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no [all …]
|
/external/pcre/dist2/ |
D | NON-AUTOTOOLS-BUILD | 214 paradigm on Windows systems: using MinGW or using Cygwin. These are not at all 219 The MinGW home page (http://www.mingw.org/) says this: 221 MinGW: A collection of freely available and freely distributable Windows 235 On both MinGW and Cygwin, PCRE2 should build correctly using: 250 MinGW has no such restrictions. The MinGW compiler generates a library or 257 to tell Cygwin's gcc to use the MinGW gcc. Cygwin's gcc is only acting as a 258 front end to MinGW's gcc (if you install Cygwin's gcc, you get both Cygwin's 259 gcc and MinGW's gcc). So, a user can: 261 . Build native binaries by using MinGW or by getting Cygwin and using 278 Borland, Msys, MinGW, NMake, and Unix. If possible, use short paths with no [all …]
|
D | CMakeLists.txt | 20 # when building with minGW: 46 # compiled with MINGW if pcre.rc and/or pcreposix.rc are placed in 211 IF (MINGW) 213 … "ON=Shared libraries built in mingw will be named pcre2.dll, etc., instead of libpcre2.dll, etc." 217 …"ON=Shared libraries built in mingw will be named libpcre2-0.dll, etc., instead of libpcre2.dll, e… 219 ENDIF(MINGW) 472 IF(MINGW AND NOT PCRE2_STATIC) 478 COMMENT Using pcre2 coff info in mingw build) 488 COMMENT Using pcre2posix coff info in mingw build) 493 ENDIF(MINGW AND NOT PCRE2_STATIC) [all …]
|
/external/libcxx/cmake/ |
D | config-ix.cmake | 5 if(WIN32 AND NOT MINGW) 14 if(WIN32 AND NOT MINGW) 41 if (MINGW) 62 if(NOT WIN32 OR MINGW) 77 if(WIN32 AND NOT MINGW)
|
/external/gptfdisk/ |
D | README.Windows | 106 - MinGW (http://www.mingw.org), and in particular its Linux-hosted 107 cross-compiler -- Under Ubuntu Linux, the Makefile.mingw and 108 Makefile.mingw64 files enable compilation of the software via MinGW. 109 (Type "make -f Makefile.mingw" to compile 32-bit binaries, and "make -f 111 using another compiler or even using MinGW under Windows or another Linux 112 variety, you may need to adjust the Makefile.mingw options. 125 The MinGW compiler produces much larger executables than do the MS
|
/external/mesa3d/scons/ |
D | crossmingw.py | 3 Tool-specific initialization for MinGW (http://www.mingw.org/) 44 # These are the mingw toolchain prefixes we search for: 45 # (We only search for the mingw-w64 toolchain, and not the mingw.org one.) 126 # The mingw bin directory must be added to the path: 135 # Most of mingw is the same as gcc and friends...
|
/external/expat/ |
D | CMake.README | 3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual 35 Visual Studio Command Prompt or when using mingw, you must open a cmd.exe and 40 for mingw builds do: 41 cmake .. -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=D:\expat-install
|