Searched +full:gcc +full:- +full:valgrind (Results 1 – 25 of 200) sorted by relevance
12345678
/external/catch2/ |
D | .travis.yml | 5 - /dev-appveyor.*/ 8 - ubuntu-toolchain-r-test 9 - llvm-toolchain-trusty 10 - llvm-toolchain-trusty-3.9 11 - llvm-toolchain-trusty-4.0 12 - llvm-toolchain-trusty-5.0 13 - llvm-toolchain-trusty-6.0 19 - os: linux 24 packages: ['clang-3.5'] 25 env: COMPILER='clang++-3.5' [all …]
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | bugpoint.cpp | 1 //===- bugpoint.cpp - The LLVM Bugpoint utility ---------------------------===// 8 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 28 #include "llvm/Support/Valgrind.h" 38 FindBugs("find-bugs", cl::desc("Run many different optimization sequences " 51 MemoryLimit("mlimit", cl::init(-1), cl::value_desc("MBytes"), 53 " Defaults to 100MB (800MB under valgrind).")); 56 UseValgrind("enable-valgrind", 57 cl::desc("Run optimizations through valgrind")); 66 StandardCompileOpts("std-compile-opts", [all …]
|
/external/elfutils/ |
D | configure.ac | 2 dnl Configure input file for elfutils. -*-autoconf-*- 4 dnl Copyright (C) 1996-2018 Red Hat, Inc. 28 # We want eu- as default program prefix if none was given by the user. 29 # But if the user explicitly provided --program-prefix="" then pretend 34 AC_MSG_NOTICE([No --program-prefix given, using "eu-"]) 35 program_prefix="eu-" 37 AC_MSG_NOTICE([Using no program-prefix]) 44 AC_COPYRIGHT([Copyright (C) 1996-2018 The elfutils developers.]) 47 dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. 48 AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests]) [all …]
|
/external/skia/infra/bots/recipes/test.expected/ |
D | Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json | 5 "-u", 7 "--json-output", 9 "ensure-directory", 10 "--mode", 20 "-u", 22 "--json-output", 34 "-u", 36 "--json-output", 48 "-u", 50 "--json-output", [all …]
|
D | Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_PreAbandonGpuContext_SK_CPU_LIMIT_SSE41.json | 5 "-u", 7 "--json-output", 9 "ensure-directory", 10 "--mode", 20 "-u", 22 "--json-output", 34 "-u", 36 "--json-output", 48 "-u", 50 "--json-output", [all …]
|
/external/skqp/infra/bots/recipes/test.expected/ |
D | Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_PreAbandonGpuContext_SK_CPU_LIMIT_SSE41.json | 5 "-u", 7 "--json-output", 9 "ensure-directory", 10 "--mode", 20 "-u", 22 "--json-output", 34 "-u", 36 "--json-output", 48 "-u", 50 "--json-output", [all …]
|
D | Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41.json | 5 "-u", 7 "--json-output", 9 "ensure-directory", 10 "--mode", 20 "-u", 22 "--json-output", 34 "-u", 36 "--json-output", 48 "-u", 50 "--json-output", [all …]
|
/external/harfbuzz_ng/.circleci/ |
D | config.yml | 5 macos-10.12.6-aat-fonts: 9 - checkout 10 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo 11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 12 - run: make -j4 13 - run: make check || .ci/fail.sh 15 macos-10.13.6-aat-fonts: 19 - checkout 20 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo 21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo [all …]
|
/external/parameter-framework/upstream/ |
D | .travis.yml | 2 - linux 3 - osx 8 # https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions 15 - PREFIX=$HOME/prefix 16 - MY_CMAKE_OPTIONS="-DCMAKE_PREFIX_PATH=$PREFIX -DCMAKE_INSTALL_PREFIX=$HOME/install" 17 - OSX_CMAKE_OPTIONS="-DBUILD_TESTING=OFF -DPYTHON_BINDINGS=OFF -DCLIENT_SIMULATOR=OFF" 18 - CTEST_OUTPUT_ON_FAILURE=1 19 - LINUX=false 20 - OSX=false 23 - gcc [all …]
|
/external/libyuv/files/docs/ |
D | deprecated_builds.md | 5 ## Pre-requisites 7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools 77 call python gyp_libyuv -fninja -G msvs_version=2013 78 ninja -j7 -C out\Release 79 ninja -j7 -C out\Debug 82 call python gyp_libyuv -fninja -G msvs_version=2013 83 ninja -C out\Debug_x64 84 ninja -C out\Release_x64 89 call python gyp_libyuv -fninja libyuv_test.gyp 90 ninja -C out\Debug [all …]
|
/external/google-fruit/extras/scripts/ |
D | travis_ci_install_osx.sh | 1 #!/bin/bash -x 3 set -e 6 if brew list -1 | grep -q "^$1\$"; then 12 time (brew install "$@" || brew link --overwrite gcc49) 25 install_brew_package valgrind 31 gcc-4.9) install_brew_package gcc@4.9 ;; 32 gcc-5) install_brew_package gcc@5 ;; 33 gcc-6) install_brew_package gcc@6 ;; 34 clang-default) ;; 35 clang-3.7) install_brew_package llvm@3.7 --with-clang --with-libcxx;; [all …]
|
/external/libdrm/ |
D | configure.ac | 16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 30 AC_CONFIG_AUX_DIR([build-aux]) 33 # Require xorg-macros minimum of 1.12 for XORG_WITH_XSLTPROC 35 [m4_fatal([must install xorg-macros 1.12 or later before running autoconf/autogen])]) 40 AM_INIT_AUTOMAKE([1.10 foreign dist-bzip2]) 59 export CFLAGS="$CFLAGS -Werror" 67 LT_INIT([disable-static]) 69 dnl pthread-stubs is mandatory on some BSD platforms, due to the nature of the 72 linux* | cygwin* | darwin* | solaris* | *-gnu* | gnu* | openbsd*) 81 PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs >= 0.4) [all …]
|
/external/llvm/docs/CommandGuide/ |
D | bugpoint.rst | 1 bugpoint - automatic test case reduction tool 5 -------- 7 **bugpoint** [*options*] [*input LLVM ll/bc files*] [*LLVM passes*] **--args** 11 ----------- 22 ------- 24 **--additional-so** *library* 27 run. This is useful if you are debugging programs which depend on non-LLVM 30 **--append-exit-code**\ =\ *{true,false}* 35 **--args** *program args* 37 Pass all arguments specified after **--args** to the test program whenever it runs. [all …]
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | bugpoint.pod | 5 bugpoint - automatic test case reduction tool 9 B<bugpoint> [I<options>] [I<input LLVM ll/bc files>] [I<LLVM passes>] B<--args> 26 =item B<--additional-so> F<library> 29 run. This is useful if you are debugging programs which depend on non-LLVM 32 =item B<--append-exit-code>=I<{true,false}> 37 =item B<--args> I<program args> 39 Pass all arguments specified after -args to the test program whenever it runs. 40 Note that if any of the I<program args> start with a '-', you should use: 42 bugpoint [bugpoint args] --args -- [program args] 44 The "--" right after the B<--args> option tells B<bugpoint> to consider any [all …]
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.39.txt | 4 Fix 32-bit cleanliness in e2fsprogs so that we can support filesystems 11 Mke2fs will now create filesystems hash trees and on-line resizing 31 Add support for on-line resizing to resize2fs. 68 read/write badblocks test on a read-only mounted root filesystem. 80 on the command line using the new -S option to resize2fs. 83 big-endian machines (such as a S/390). 96 Add a new debugfs command, set_current_time, which sets fs->now so 109 Fix mklost+found so that it creates a full-sized directory on 114 Fix a display bug in "badblocks -sv" so that the done message properly 118 Allow fractional percentages to the -m option in mke2fs and tune2fs [all …]
|
/external/lz4/ |
D | .travis.yml | 6 - os: osx 8 - export CC=clang 9 …vericks Cmd='make -C tests test-lz4 MOREFLAGS="-Werror -Wconversion -Wno-sign-conversion" && CFLAG… 11 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes) 12 - os: linux 14 env: Ubu=12.04cont Cmd='make -C tests test-lz4 test-lz4c test-fullbench' COMPILER=cc 16 - os: linux 18 …env: Ubu=12.04cont Cmd='sudo sysctl -w vm.mmap_min_addr="4096" && make -C tests test-frametest tes… 20 - os: linux 22 …test && make clean && make examples && make clean cmake && make clean travis-install && make clean… [all …]
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/ |
D | site.exp | 4 set target_triplet "x86_64-apple-darwin10" 6 set llvmgcc_langs "c,c++,objc,obj-c++" 14 set gccpath "/usr/bin/gcc -arch x86_64" 15 set gxxpath "/usr/bin/g++ -arch x86_64" 16 …gcc -arch x86_64 -I/Users/ddunbar/llvm.obj.64/include -I/Users/ddunbar/llvm.obj.64/test -I/Volumes… 17 …-arch x86_64 -I/Users/ddunbar/llvm.obj.64/include -I/Users/ddunbar/llvm.obj.64/test -I/Volumes/Dat… 18 …-arch x86_64 -I/Users/ddunbar/llvm.obj.64/include -I/Users/ddunbar/llvm.obj.64/test -I/Volumes/Dat… 19 set llvmgcc "/Users/ddunbar/llvm-gcc/install/bin/llvm-gcc -m64 " 20 set llvmgxx "/Users/ddunbar/llvm-gcc/install/bin/llvm-gcc -m64 " 21 set bugpoint_topts "-gcc-tool-args -m64" [all …]
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/ |
D | site.exp | 4 set target_triplet "x86_64-apple-darwin10" 6 set llvmgcc_langs "c,c++,objc,obj-c++" 14 set gccpath "/usr/bin/gcc -arch x86_64" 15 set gxxpath "/usr/bin/g++ -arch x86_64" 16 …gcc -arch x86_64 -I/Users/ddunbar/llvm.obj.64/include -I/Users/ddunbar/llvm.obj.64/test -I/Volumes… 17 …-arch x86_64 -I/Users/ddunbar/llvm.obj.64/include -I/Users/ddunbar/llvm.obj.64/test -I/Volumes/Dat… 18 …-arch x86_64 -I/Users/ddunbar/llvm.obj.64/include -I/Users/ddunbar/llvm.obj.64/test -I/Volumes/Dat… 19 set llvmgcc "/Users/ddunbar/llvm-gcc/install/bin/llvm-gcc -m64 " 20 set llvmgxx "/Users/ddunbar/llvm-gcc/install/bin/llvm-gcc -m64 " 21 set bugpoint_topts "-gcc-tool-args -m64" [all …]
|
/external/swiftshader/third_party/LLVM/test/ |
D | Makefile | 1 #===- test/Makefile ----------------------------------------*- Makefile -*--===# 8 #===------------------------------------------------------------------------===# 13 all:: check-local 16 check-local:: check-local-lit 21 #===------------------------------------------------------------------------===# 23 #===------------------------------------------------------------------------===# 31 LIT_ARGS := -v 33 LIT_ARGS := -s -v 36 # -jN causes crash on Cygwin's python. 38 LIT_ARGS += -j1 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | bugpoint.rst | 1 bugpoint - automatic test case reduction tool 5 -------- 7 **bugpoint** [*options*] [*input LLVM ll/bc files*] [*LLVM passes*] **--args** 11 ----------- 22 ------- 24 **--additional-so** *library* 27 run. This is useful if you are debugging programs which depend on non-LLVM 30 **--append-exit-code**\ =\ *{true,false}* 35 **--args** *program args* 37 Pass all arguments specified after **--args** to the test program whenever it runs. [all …]
|
/external/kmod/testsuite/mkosi/ |
D | mkosi.arch | 6 Output = arch-image.raw 9 Packages = valgrind 12 gcc 15 pkg-config 17 python2-future 19 gtk-doc 20 docbook-xml 21 docbook-xsl 22 linux-headers
|
D | mkosi.fedora | 6 Output = fedora-image.raw 9 Packages = valgrind 13 gcc 15 gtk-doc 16 kernel-devel 20 pkgconf-pkg-config 21 xml-common 22 xz-devel 23 zlib-devel 24 openssl-devel
|
/external/virglrenderer/ |
D | configure.ac | 6 [virglrenderer-devel@lists.freedesktop.org]) 9 AC_CONFIG_AUX_DIR([build-aux]) 10 AC_CONFIG_MACRO_DIR([build-aux]) 12 AM_INIT_AUTOMAKE([foreign dist-bzip2]) 17 # Support silent build rules, requires at least automake-1.11. Disable 18 # by either passing --disable-silent-rules to configure or passing V=1 26 LT_INIT([disable-static]) 31 AX_CHECK_COMPILE_FLAG([-Wall], [CFLAGS="$CFLAGS -Wall"]) 32 AX_CHECK_COMPILE_FLAG([-Wextra], [CFLAGS="$CFLAGS -Wextra"]) 33 AX_CHECK_COMPILE_FLAG([-Werror=implicit-function-declaration], [CFLAGS="$CFLAGS -Werror=implicit-fu… [all …]
|
/external/llvm/docs/ |
D | HowToSubmitABug.rst | 5 Introduction - Got bugs? 21 Once you have a reduced test-case, go to `the LLVM Bug Tracking System 24 the "new-bugs" category if you're not sure). The bug description should 28 * The reduced test-case that triggers the bug. 39 More often than not, bugs in the compiler cause it to crash---often due to 41 is to figure out if it is crashing in the GCC front-end or if it is one of 45 To figure out which component is crashing (the front-end, optimizer or code 49 * ``-O0 -emit-llvm``: If ``clang`` still crashes when passed these 51 is in the front-end. Jump ahead to the section on :ref:`front-end bugs 52 <front-end>`. [all …]
|
/external/lz4/.circleci/ |
D | config.yml | 14 shell: /bin/bash --login 16 …t or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-… 18 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts 19 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results 20 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag… 21 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images. 23 # We have selected a pre-built image that mirrors the build environment we use on 26 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/ 27 # To see the list of pre-built images that CircleCI provides for most common languages see 28 # https://circleci.com/docs/2.0/circleci-images/ [all …]
|
12345678