/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | decorators.py | 411 compilers=None, argument 417 compiler=compilers, 422 def expectedFailureDarwin(bugnumber=None, compilers=None, debug_info=None, archs=None): argument 428 compilers, 474 def expectedFlakeyOS(oslist, bugnumber=None, compilers=None): argument 477 self.expectedCompiler(compilers)) 481 def expectedFlakeyDarwin(bugnumber=None, compilers=None): argument 487 compilers) 490 def expectedFlakeyFreeBSD(bugnumber=None, compilers=None): argument 491 return expectedFlakeyOS(['freebsd'], bugnumber, compilers) [all …]
|
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A 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
|
H A 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
|
/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | frontends.texi | 19 distribution of compilers for several major programming languages. These 29 compilers for all supported languages. 49 Most of the compilers for languages other than C have their own names. 57 Historically, compilers for many languages, including C++ and Fortran, 59 level language such as C@. None of the compilers included in GCC are
|
H A D | headerdirs.texi | 20 @code{LOCAL_INCLUDE_DIR} is used only by native compilers. GCC 25 @code{CROSS_INCLUDE_DIR} is used only by cross compilers. GCC 28 @code{TOOL_INCLUDE_DIR} is used for both native and cross compilers. It
|
H A D | compat.texi | 16 with binary representations of a program, including compilers, assemblers, 36 can be used in the same program. The set of tools includes compilers, 96 other compilers that do not follow the platform's default ABI or the 113 bugs in the implementation of the ABI in different compilers. 122 other and if they are both built with the same compiler, or with compilers 128 those compilers can be used in the same program only if they use the same
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | README.Portability | 5 compilers GCC needs to be able to compile on. 8 either old or buggy compilers, and we keep getting bitten by them. 27 K+R C compilers and preprocessors have no notion of unary '+'. Thus 38 K+R C compilers did not have a void pointer, and used char * as the 57 Some SGI compilers choke on the parentheses in:- 68 Moreover, some compilers like MSVC++ have fairly low limits on the 82 This was relaxed by ISO C99, but some older compilers emit an error, 94 The signed keyword did not exist in K+R compilers; it was introduced 172 K+R C compilers require parentheses around the dereferenced function 199 compilers x should not have spaces around it. [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
H A D | headerdirs.texi | 20 @code{LOCAL_INCLUDE_DIR} is used only by native compilers. GCC 25 @code{CROSS_INCLUDE_DIR} is used only by cross compilers. GCC 28 @code{TOOL_INCLUDE_DIR} is used for both native and cross compilers. It
|
H A D | compat.texi | 16 with binary representations of a program, including compilers, assemblers, 36 can be used in the same program. The set of tools includes compilers, 96 other compilers that do not follow the platform's default ABI or the 113 bugs in the implementation of the ABI in different compilers. 122 other and if they are both built with the same compiler, or with compilers 128 those compilers can be used in the same program only if they use the same
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/ |
H A D | README | 2 compilers. They could be used for consistency checking different 3 C/C++ compiler for one platform or C/C++ compilers for different 13 only. C++ tests will be compiled by C and C++ compilers. It is
|
/openbsd-src/gnu/gcc/gcc/treelang/ |
H A D | config-lang.in | 25 # compilers - value to add to $(COMPILERS) 31 compilers="tree1\$(exeext)"
|
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | config-lang.in | 25 # compilers - value to add to $(COMPILERS) 30 compilers="f771\$(exeext)"
|
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/ |
H A D | config-lang.in | 25 # compilers - value to add to $(COMPILERS) 31 compilers="tree1\$(exeext)"
|
/openbsd-src/gnu/usr.bin/gcc/gcc/objc/ |
H A D | config-lang.in | 25 # compilers - value to add to $(COMPILERS) 30 compilers="cc1obj\$(exeext)"
|
/openbsd-src/gnu/gcc/gcc/objc/ |
H A D | config-lang.in | 26 # compilers - value to add to $(COMPILERS) 31 compilers="cc1obj\$(exeext)"
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | config-lang.in | 26 # compilers - value to add to $(COMPILERS) 31 compilers="cc1plus\$(exeext)"
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | config-lang.in | 30 # compilers - value to add to $(COMPILERS) 35 compilers="jc1\$(exeext) jvgenmain\$(exeext)"
|
/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | config-lang.in | 26 # compilers - value to add to $(COMPILERS) 31 compilers="cc1plus\$(exeext)"
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | README.linux | 25 Otherwise, perl should build fine on Linux using the mainstream compilers 30 Sun Microsystems has released a port of their Sun Studio compilers for
|
/openbsd-src/gnu/gcc/gcc/objcp/ |
H A D | config-lang.in | 26 # compilers - value to add to $(COMPILERS) 31 compilers="cc1objplus\$(exeext)"
|
/openbsd-src/gnu/llvm/lldb/examples/test/ |
H A D | .lldbtest-config | 3 compilers = ["gcc", "llvm-gcc"]
|
H A D | usage-config | 3 # of architectures and compilers.
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | TargetCXXABI.def | 29 /// many compilers, including Clang and GCC. 55 /// in the compilers that iOS was launched with. 120 /// compatible compilers).
|
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/ |
H A D | byteorder.h | 26 #error You lose! This file is only useful with GNU compilers.
|
/openbsd-src/gnu/llvm/llvm/ |
H A D | README.txt | 5 a toolkit for the construction of highly optimized compilers,
|