Searched refs:compilers (Results 1 – 25 of 320) sorted by relevance
12345678910>>...13
/external/icu/icu4c/source/ |
D | runConfigureICU | 37 AIX Use the IBM Visual Age xlc_r/xlC_r compilers on AIX 38 AIX/GCC Use the GNU gcc/g++ compilers on AIX 39 Cygwin Use the GNU gcc/g++ compilers on Cygwin 43 FreeBSD Use the clang/clang++ or GNU gcc/g++ compilers on FreeBSD 44 HP-UX/ACC Use the HP ANSI C/Advanced C++ compilers on HP-UX 11 45 IBMi Use the iCC compilers on IBM i, i5/OS, OS/400 46 Linux Use the clang/clang++ or GNU gcc/g++ compilers on Linux 47 Linux/gcc Use the GNU gcc/g++ compilers on Linux 51 MacOSX Use the default compilers on MacOS X (Darwin) 52 MacOSX/GCC Use the GNU gcc/g++ compilers on MacOSX (Darwin) [all …]
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-04-16-DynamicCompilation.txt | 5 compilers, and second, we need a flexible and powerful interface 15 other side, traditional static compilers process everything statically and 25 compilers that support profile guided optimization generate poor code in 36 to when compilers generate quality code for the architecture. Secondly, 37 even when compilers catch up to the new architecture there is often a large 45 independent, static, program optimizations currently in compilers to be
|
D | 2001-06-20-.NET-Differences.txt | 18 said that SGI and other commercial compilers have included options to export 24 optimize modules from multiple different compilers. (Also, of course, they
|
/external/lldb/test/ |
D | dotest.py | 163 compilers = None # Must be initialized after option parsing variable 393 global compilers 524 if args.compilers: 525 compilers = args.compilers 527 compilers = ['clang'] 1267 if not compilers and "compilers" in config: 1268 compilers = config["compilers"] variable 1273 for i in range(len(compilers)): 1274 c = compilers[i] 1284 compilers.remove(i) [all …]
|
D | redo.py | 179 compilers = '' 181 compilers += " -C %s" % (comp) 186 …command = "./dotest.py %s %s -v %s %s -f " % (compilers, archs, "" if no_trace else "-t", "-d" if …
|
D | lldbtest.py | 521 def expectedFailureFreeBSD(bugnumber=None, compilers=None): argument 531 if "freebsd" in platform and self.expectedCompiler(compilers): 535 if "freebsd" in platform and self.expectedCompiler(compilers): 548 if "freebsd" in platform and self.expectedCompiler(compilers): 552 if "freebsd" in platform and self.expectedCompiler(compilers): 557 def expectedFailureLinux(bugnumber=None, compilers=None): argument 567 if "linux" in platform and self.expectedCompiler(compilers): 571 if "linux" in platform and self.expectedCompiler(compilers): 584 if "linux" in platform and self.expectedCompiler(compilers): 588 if "linux" in platform and self.expectedCompiler(compilers): [all …]
|
/external/eigen/bench/ |
D | README.txt | 8 This script allows to run a benchmark on a set of different compilers/compiler options. 10 - a file defining the list of the compilers with their options
|
/external/nanopb-c/ |
D | CHANGELOG.txt | 37 Add an example pb_syshdr.h file for non-C99 compilers 96 Make tests/Makefile work for non-gcc compilers (issue 40) 106 Fix build warnings on MS compilers (issue 33) 125 Fix problems that stopped the code from compiling with some compilers.
|
/external/lldb/examples/test/ |
D | .lldbtest-config | 3 compilers = ["gcc", "llvm-gcc"]
|
D | usage-config | 3 # of architectures and compilers.
|
/external/ltrace/sysdeps/linux-gnu/ |
D | README | 11 * NOTE: This does not currently work for cross-compilers; Maybe
|
/external/zlib/src/win32/ |
D | README-WIN32.txt | 44 zlib.h Install these files into the compilers' INCLUDE path to 47 zdll.lib Install these files into the compilers' LIB path if linking 50 zlib.lib Install these files into the compilers' LIB path to link zlib
|
/external/lzma/ |
D | history.txt | 80 - Small changes for more compatibility with some C/C++ compilers. 95 - Small changes for more compatibility with some C/C++ compilers. 226 - More compatibility with some C++ compilers
|
/external/libxml2/ |
D | acinclude.m4 | 2 dnl _any_ output. Some compilers might issue warnings which we want
|
/external/libogg/ |
D | compile | 41 Wrapper for compilers which do not understand `-c -o'.
|
/external/libvorbis/ |
D | compile | 41 Wrapper for compilers which do not understand `-c -o'.
|
/external/pdfium/public/ |
D | README | 10 These files must compile cleanly without warnings on both C and C++ compilers.
|
/external/libusb/ |
D | compile | 41 Wrapper for compilers which do not understand `-c -o'.
|
/external/cmockery/cmockery_0_1_2/ |
D | compile | 41 Wrapper for compilers which do not understand `-c -o'.
|
/external/libusb-compat/ |
D | compile | 41 Wrapper for compilers which do not understand `-c -o'.
|
/external/llvm/ |
D | README.txt | 5 a toolkit for the construction of highly optimized compilers,
|
/external/jpeg/ |
D | coderules.doc | 40 transformation to feed prototype-less C compilers. Transformation is done 75 If the code is to work on non-ANSI compilers, we cannot rely on a prototype 80 It seems there are some non-ANSI compilers in which the sizeof() operator
|
/external/eigen/ |
D | COPYING.README | 15 For example, with most compilers, you could add this to your project CXXFLAGS:
|
/external/bison/m4/ |
D | longlong.m4 | 14 # (as on some very old compilers), HAVE_LONG_LONG_INT will not be 63 # large (as on some very old compilers), AC_TYPE_UNSIGNED_LONG_LONG_INT
|
D | largefile.m4 | 18 since some C++ compilers masquerading as C compilers
|
12345678910>>...13