/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 …]
|
/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 …]
|
/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 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() 128 bool MinGW::isPIEDefault() const { return false; } in isPIEDefault() [all …]
|
/external/grpc-grpc-java/ |
D | COMPILING.md | 42 For Linux, Mac and MinGW: 64 #### Linux and MinGW 103 ### Notes for MinGW on Windows 104 If you have both MinGW and VC++ installed on Windows, VC++ will be used by 105 default. To override this default and use MinGW, add ``-PvcDisable=true``
|
/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 …]
|
/external/lz4/lib/ |
D | README.md | 40 #### Windows : using MinGW+MSYS to create DLL 42 DLL can be created using MinGW+MSYS with the `make liblz4` command. 46 `dll\liblz4.dll` are required to compile a project using gcc/MinGW.
|
/external/lz4/lib/dll/example/ |
D | README.md | 29 #### The example of usage of static and dynamic LZ4 libraries with gcc/MinGW 36 #### Using LZ4 DLL with gcc/MinGW 39 are required to compile a project using gcc/MinGW.
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Signals.inc | 33 // The version of g++ that comes with MinGW does *not* properly understand 34 // the ll format specifier for printf. However, MinGW passes the format 38 // we will turn off the warnings for this just file. However, MinGW also does 45 // MinGW.org does not have updated support for the 64-bit versions of the 213 // On MinGW.org, we need to load up the symbols explicitly, because the 482 // We turned these warnings off for this file so that MinGW-g++ doesn't 484 // warnings back on. If MinGW starts to support diagnostic stacks, we can
|
D | TimeValue.inc | 36 // (i) a future MinGW version other than 1.0 inherents the __time64_t type, or
|
/external/icu/icu4c/source/config/ |
D | mh-mingw | 4 ## Cygwin/MinGW specific setup 31 ## ICU requires a minimum target of Windows 7, and MinGW does not set this by default. 168 ## End Cygwin/MinGW specific setup
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 94 MachineTypes Machine, bool MinGW) { in getNameType() argument 101 if (ExtName.startswith("_") && ExtName.contains('@') && !MinGW) in getNameType() 574 MachineTypes Machine, bool MinGW) { in writeImportLibrary() argument 599 ImportNameType NameType = getNameType(SymbolName, E.Name, Machine, MinGW); in writeImportLibrary()
|
/external/google-fruit/examples/ |
D | CMakeLists.txt | 5 # This uses threads and doesn't work on Windows (at least when using MinGW's GCC).
|
/external/gptfdisk/ |
D | README.Windows | 106 - MinGW (http://www.mingw.org), and in particular its Linux-hosted 108 Makefile.mingw64 files enable compilation of the software via MinGW. 111 using another compiler or even using MinGW under Windows or another Linux 125 The MinGW compiler produces much larger executables than do the MS
|
/external/deqp-deps/glslang/glslang/OSDependent/Windows/ |
D | CMakeLists.txt | 7 # MinGW GCC complains about function pointer casts to void*.
|
/external/libusb/.private/ |
D | wbs.txt | 45 o MinGW/cygwin 58 - The MinGW and MS generated DLLs are fully interchangeable, provided that you
|
/external/libmtp/ |
D | README.windows.txt | 9 … using MingW/MSys. The source relies upon the __WIN32__ macro which is defined by MinGW by default. 19 With both of these libraries extracted and placed in MinGW's search path, you can compile the libra…
|
/external/icu/icu4c/source/ |
D | runConfigureICU | 55 MinGW Use the GNU gcc/g++ compilers on MinGW 313 MinGW)
|
/external/swiftshader/build/ |
D | cmake.sh | 11 echo files from CMake. It should be run from an MSYS/MinGW bash shell, such as
|
/external/mesa3d/src/gallium/targets/libgl-gdi/ |
D | SConscript | 38 # DEF parser in certain versions of MinGW is busted, as does not behave as
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | unlocked-stdio-mingw.ll | 10 ; for MinGW targets.
|
/external/google-fruit/extras/scripts/ |
D | postsubmit.bat | 38 IF "%CMAKE_GENERATOR%"=="MinGW Makefiles" (
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | COFFImportFile.h | 98 COFF::MachineTypes Machine, bool MinGW);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Signals.inc | 42 // The version of g++ that comes with MinGW does *not* properly understand 43 // the ll format specifier for printf. However, MinGW passes the format 47 // we will turn off the warnings for this just file. However, MinGW also does 54 // MinGW.org does not have updated support for the 64-bit versions of the 485 // The following functions are not reliably accessible on MinGW. 841 // We turned these warnings off for this file so that MinGW-g++ doesn't 843 // warnings back on. If MinGW starts to support diagnostic stacks, we can
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Signals.inc | 40 // The version of g++ that comes with MinGW does *not* properly understand 41 // the ll format specifier for printf. However, MinGW passes the format 45 // we will turn off the warnings for this just file. However, MinGW also does 52 // MinGW.org does not have updated support for the 64-bit versions of the 489 // The following functions are not reliably accessible on MinGW. 865 // We turned these warnings off for this file so that MinGW-g++ doesn't 867 // warnings back on. If MinGW starts to support diagnostic stacks, we can
|