Searched refs:compiler (Results 1 – 25 of 29) sorted by relevance
12
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | basic-in-docker.sh | 27 for compiler in clang gcc; do 28 run_in_docker -e CC=${compiler} cmake -D CMAKE_BUILD_TYPE:String="Check" . 29 run_in_docker -e CC=${compiler} make 30 run_in_docker -e CC=${compiler} make test
|
D | test_zeroize.gdb | 9 # function in platform_util.h is not being optimized out by the compiler. To do 17 # eliminated by compiler optimizations from within the compiled program. The 18 # problem is that a compiler would typically remove what it considers to be 24 # intelligent compiler could determine that this function clears a block of 28 # the block of memory was correctly zeroed would force the compiler to not 30 # the compiler potentially has a bug.
|
D | all.sh | 270 Prefix for a cross-compiler for arm-none-eabi 273 Prefix for a cross-compiler for arm-linux-gnueabi 6349 for compiler in clang gcc; do 6350 msg "test: $compiler $optimization_flag, mbedtls_platform_zeroize()" 6351 make programs CC="$compiler" DEBUG=1 CFLAGS="$optimization_flag"
|
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/ |
D | README.txt | 18 … - RTT_Syscalls_IAR.c - Low-level syscalls to retarget printf() to RTT with IAR compiler. 19 …yscalls_KEIL.c - Low-level syscalls to retarget printf() to RTT with KEIL/uVision compiler.
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | code_size_compare.py | 59 compiler: str, 75 self.compiler = compiler 189 self.compiler = size_dist_info.compiler 232 self.compiler = 'armclang' 235 if self.compiler == 'armclang': 247 self.make_cmd.append('CC={}'.format(self.compiler))
|
D | common.make | 60 ## and standard commands) and a Unix-like compiler (supporting -E). In
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_platform_printf.function | 7 * that parses the format at runtime, and not a compiler optimization. 8 * (It may be useful to add tests that allow compiler optimizations.
|
D | test_suite_pkwrite.function | 157 goto exit; /* make the compiler happy */ 165 goto exit; /* make the compiler happy */
|
/openthread-latest/third_party/build_gn/ |
D | README.md | 20 example compiler, linker etc. The toolchains in toolchain/BUILD.gn are from the
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | generate_cpp_dummy_build.sh | 29 * can be included and built with a C++ compiler.
|
/openthread-latest/third_party/mbedtls/repo/ |
D | README.md | 50 * A C99 toolchain (compiler, linker, archiver). We actively test with GCC 5.4, Clang 3.8, Arm Compi… 73 * A C compiler for the host platform, for some test data. 75 If you are cross-compiling, you must set the `CC` environment variable to a C compiler for the host… 87 We require GNU Make. To build the library and the sample programs, GNU Make and a C compiler are su… 109 …FLAGS` by setting them in your environment or on the make command line; compiler warning options m… 111 …en you want to get rid of its default content (for example because your compiler doesn't accept `-… 141 …CMake buildsystem. Most of them are available for gcc and clang, though some are compiler-specific: 150 - `Check`. This activates the compiler warnings that depend on optimization and treats all warnin… 160 Note that, with CMake, you can't adjust the compiler or its flags after the
|
D | ChangeLog | 178 a user configuration file or the compiler command line. Fixes #8165. 535 * Fix IAR compiler warnings. 554 a user configuration file or the compiler command line. Fixes #8165. 620 size and improving performance (depending on compiler and target 668 is disabled, when compiling with GCC or Clang or a compatible compiler 695 * Fix IAR compiler warnings. Fixes #6924. 757 enabled, which required specifying compiler flags enabling SHA3 Crypto 792 compiler target flags on the command line; the library now sets target 917 recommend upgrading to a more recent compiler instead. Fixes #1910. 1166 * Fix several bugs (warnings, compiler and linker errors, test failures) [all …]
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | invasive-testing.md | 160 …mented interfaces are described in public headers for the sake of the C compiler, but are describe… 232 Some properties can be tested through runtime instrumentation: have the compiler or a similar tool … 253 * Due to compiler optimizations, the memory may not have the layout that we expect. 254 …confidence that we're testing what we mean to test, even in the face of compiler optimizations. La… 260 | Correctness | ++ The code is unmodified, and tested as compiled (so we even detect compiler-induc… 266 … | !! Very tight coupling with the details of the source code and even with the compiler | 280 …e danger is that the compiler optimizes the zeroization away, and any C code that observes the zer…
|
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/ |
D | README.md | 27 Then you need to compile the code with the compiler flags of the wished sanitizer.
|
/openthread-latest/tools/gerrit/ |
D | README.md | 49 f089fc8e2 [gcc8] resolve compiler errors (#2944)
|
/openthread-latest/third_party/mbedtls/repo/ChangeLog.d/ |
D | 00README.md | 24 * Fixes for compiler warnings. Releases typically contain a number of fixes
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 96 Note that although copying is very easy to write into a program, there is a risk that a compiler (e… 239 It is unclear whether the compiler will attempt to optimize away copying operations. 241 Once the copying code is implemented, it should be evaluated to see whether compiler optimization i… 246 If copying behaviour is preserved by all major compilers then assume that compiler optimization is … 248 …compiler, further investigation is needed. Experiment with using the `volatile` keyword to force t… 250 **Open questions: Will the compiler optimize away copies? If so, can it be prevented from doing so … 259 * Any complexity needed to prevent the compiler optimizing copies away does not have to be duplicat…
|
D | psa-crypto-implementation-structure.md | 56 Note that the implementation allows to build the library with only a C compiler by shipping a gener…
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | CMakeLists.txt | 208 option(MSVC_STATIC_RUNTIME "Build the libraries with /MT compiler flag" OFF)
|
/openthread-latest/ |
D | STYLE_GUIDE.md | 30 …ld be avoided. Exception: Simple setters and getters are fine since the compiler can efficiently o… 195 …in Python source code. It finds problems that are typically caught by a compiler for less dynamic …
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 308 compiler's runtime library). 327 occur, casts to `uint64_t` are used to nudge the compiler towards using the
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | driver-only-builds.md | 36 defined in `psa/crypto_config.h` or your compiler's command line. This
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 34 …cessor definitions, and the build does not require tools other than a C compiler. This is necessar…
|
/openthread-latest/doc/ |
D | Doxyfile.in | 199 # specify the list of include paths that are normally passed to the compiler 1273 # The HTML Help Workshop contains a compiler that can convert all HTML output 1293 # including file name) of the HTML help compiler ( hhc.exe). If non-empty 1294 # doxygen will try to run the HTML help compiler on the generated index.hhp.
|
/openthread-latest/third_party/mbedtls/repo/framework/ |
D | LICENSE | 376 form) with the major components (compiler, kernel, and so on) of the
|
12