Home
last modified time | relevance | path

Searched refs:compilers (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/external/icu/icu4c/source/
DrunConfigureICU37 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/
D2001-04-16-DynamicCompilation.txt5 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
D2001-06-20-.NET-Differences.txt18 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/
Ddotest.py163 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 …]
Dredo.py179 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 …
Dlldbtest.py521 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/
DREADME.txt8 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/
DCHANGELOG.txt37 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-config3 compilers = ["gcc", "llvm-gcc"]
Dusage-config3 # of architectures and compilers.
/external/ltrace/sysdeps/linux-gnu/
DREADME11 * NOTE: This does not currently work for cross-compilers; Maybe
/external/zlib/src/win32/
DREADME-WIN32.txt44 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/
Dhistory.txt80 - 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/
Dacinclude.m42 dnl _any_ output. Some compilers might issue warnings which we want
/external/libogg/
Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/external/libvorbis/
Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/external/pdfium/public/
DREADME10 These files must compile cleanly without warnings on both C and C++ compilers.
/external/libusb/
Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/external/cmockery/cmockery_0_1_2/
Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/external/libusb-compat/
Dcompile41 Wrapper for compilers which do not understand `-c -o'.
/external/llvm/
DREADME.txt5 a toolkit for the construction of highly optimized compilers,
/external/jpeg/
Dcoderules.doc40 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/
DCOPYING.README15 For example, with most compilers, you could add this to your project CXXFLAGS:
/external/bison/m4/
Dlonglong.m414 # (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
Dlargefile.m418 since some C++ compilers masquerading as C compilers

12345678910>>...13