Home
last modified time | relevance | path

Searched refs:compiler (Results 101 – 125 of 699) sorted by relevance

12345678910>>...28

/openbmc/u-boot/arch/x86/include/asm/arch-coreboot/
H A Dsysinfo.h39 char *compiler; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/
H A Dlibatomic.patch6 | module-compiler.cc:(.text._ZN2v88internal4wasm12_GLOBAL__N_123ExecuteCompilationUnitsERKSt10share…
/openbmc/openbmc/poky/meta/recipes-bsp/setserial/setserial/
H A Dadd_stdlib.patch1 # This patch addes stdlib.h to fix compiler warnings due to the exit
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A Dssize_t.patch8 #include "compiler.hpp"
/openbmc/qemu/tests/docker/dockerfiles/
H A Dfedora-cris-cross.docker2 # Cross compiler for cris system tests
/openbmc/linux/Documentation/features/debug/stackprotector/
H A Darch-support.txt4 # description: arch supports compiler driven stack overflow protection
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-grpcio-tools_1.62.1.bb12 SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch \
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0001-cmd-go-make-content-based-hash-generation-less-pedan.patch66 // The Go compiler always hides the exact value of $GOROOT
79 // Include the C compiler tool ID so that if the C
80 // compiler changes we rebuild the package.
106 // Configuration specific to compiler toolchain.
/openbmc/openbmc/poky/meta/recipes-support/lzop/lzop/
H A Dacinclude.m442 AC_MSG_CHECKING([whether your compiler passes the ACC conformance test])
82 AC_MSG_NOTICE([Your compiler failed the ACC conformance test - for details see ])
104 AC_MSG_CHECKING([whether your compiler passes the ACC conformance test])
149 AC_MSG_NOTICE([Your compiler failed the ACC conformance test - for details see ])
214 # error "your preprocessor is broken - use compiler option -no-cpp-precomp"
/openbmc/openpower-sbe-interface/
H A Dconfigure.ac16 # Checks for typedefs, structures, and compiler characteristics.
/openbmc/openbmc/poky/meta/recipes-multimedia/liba52/liba52/
H A Dbuildcleanup.patch52 - dnl TenDRA portability checking compiler
59 - dnl Intel C++ compiler
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dlibgcc-initial.inc5 # a non-threaded and non-shared compiler (gcc-cross-initial), then use
23 # compiler errors from a missing header.
H A Dlibgfortran.inc9 # as CFLAGS don't make it to the fortran compiler otherwise
87 raise bb.parse.SkipRecipe("libgfortran needs fortran support to be enabled in the compiler")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/librelp/
H A D0001-tcp-fix-some-compiler-warnings-with-enable-tls-opens.patch4 Subject: [PATCH] tcp: fix some compiler warnings with enable-tls-openssl
7 compiler errors are reported:
/openbmc/linux/lib/
H A DKconfig.kmsan20 uninitialized values in the kernel. It is based on compiler
41 If the compiler supports -fsanitize-memory-param-retval, KMSAN will
H A DKconfig.kasan56 # this variable to decide how the compiler should treat builtins.
59 The compiler is able to prefix memintrinsics with __asan or __hwasan.
142 Makes the compiler insert function calls that check whether the memory
150 Makes the compiler directly insert memory accessibility checks before
/openbmc/openbmc/poky/meta/recipes-devtools/pkgconf/
H A Dpkgconf_2.2.0.bb1 SUMMARY = "pkgconf provides compiler and linker configuration for development frameworks."
2 DESCRIPTION = "pkgconf is a program which helps to configure compiler and linker \
/openbmc/linux/Documentation/core-api/
H A Dunaligned-memory-access.rst83 Fortunately things are not too complex, as in most cases, the compiler
100 Fortunately, the compiler understands the alignment constraints, so in the
102 Therefore, for standard structure types you can always rely on the compiler
106 Similarly, you can also rely on the compiler to align variables and function
126 For a natural alignment scheme, the compiler would only have to add a single
131 structure type. This GCC-specific attribute tells the compiler never to
137 architectural alignment requirements. However, again, the compiler is aware
/openbmc/linux/tools/memory-model/Documentation/
H A Daccess-marking.txt34 any sort of constraint on the compiler's choice of optimizations [2].
36 compiler's use of code-motion and common-subexpression optimizations.
41 data_race(READ_ONCE(a)), which will both restrict compiler optimizations
91 If it is necessary to both restrict compiler optimizations and disable
115 that provides the compiler much less scope for mischievous optimizations.
152 due to compiler-mangled reads, it can also tolerate the occasional
153 compiler-mangled write, at least assuming that the proper value is in
216 of how the compiler has been prevented from optimizing those accesses
237 As noted earlier, the goal is to prevent the compiler from destroying
288 If it is necessary to suppress compiler optimization and also detect
[all …]
H A Dordering.txt190 compiler might then reasonably decide to transform "x = 1" and "y = 1"
222 The Linux kernel's compiler barrier is barrier(). This primitive
223 prohibits compiler code-motion optimizations that might move memory
226 used to prevent to compiler from moving code across an infinite loop:
432 However, control dependencies are easily destroyed by compiler
460 primitives required the compiler to emit the corresponding store
468 primitives required the compiler to emit the corresponding load
508 any number of compiler optimizations, many of which can break your
511 is required on an ongoing basis. The compiler-constraining barrier()
548 Who's afraid of a big bad optimizing compiler?
[all …]
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0010-eglibc-Cross-building-and-testing-instructions.patch36 +1) Build a cross-compiler, with certain facilities disabled.
38 +2) Configure the C library using the compiler you built in step 1).
43 +3) Build a second cross-compiler, using the header files and object
46 +4) Configure, build, and install a fresh C library, using the compiler
49 +5) Build a third cross-compiler, based on the C library built in step 4.
127 +For our work, we need a cross-compiler targeting an ARM Linux
141 +built along with GCC, and specify that only the compiler for the C
180 +Using the cross-compiler we've just built, we can now configure GLIBC
182 +full cross-compiler will need:
611 +- Some tests require a C++ cross-compiler; you should set the 'CXX'
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Dencodefix.patch1 The code is encoding host compiler parameters into target builds. Avoid
/openbmc/obmc-console/
H A D.travis.yml6 compiler:
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A DMakefile32 $(warning compiler "$(CC)" does not support the ARMv8.5 MTE extension.)
/openbmc/linux/Documentation/process/
H A Dvolatile-considered-harmful.rst40 compiler might think it knows what will be in shared_data, but the
46 necessary. But the compiler would also be prevented from optimizing access
54 by locks, but one also does not want the compiler "optimizing" register
69 hyperthreaded twin processor; it also happens to serve as a compiler

12345678910>>...28