Home
last modified time | relevance | path

Searched full:gcc (Results 1 – 25 of 3862) sorted by relevance

12345678910>>...155

/external/libvpx/libvpx/
DREADME50 arm64-android-gcc
51 arm64-darwin-gcc
52 arm64-linux-gcc
53 armv7-android-gcc
54 armv7-darwin-gcc
56 armv7-linux-gcc
62 armv7s-darwin-gcc
63 armv8-linux-gcc
64 mips32-linux-gcc
65 mips64-linux-gcc
[all …]
Dconfigure101 all_platforms="${all_platforms} arm64-android-gcc"
102 all_platforms="${all_platforms} arm64-darwin-gcc"
103 all_platforms="${all_platforms} arm64-linux-gcc"
104 all_platforms="${all_platforms} armv7-android-gcc" #neon Cortex-A8
105 all_platforms="${all_platforms} armv7-darwin-gcc" #neon Cortex-A8
107 all_platforms="${all_platforms} armv7-linux-gcc" #neon Cortex-A8
113 all_platforms="${all_platforms} armv7s-darwin-gcc"
114 all_platforms="${all_platforms} armv8-linux-gcc"
115 all_platforms="${all_platforms} mips32-linux-gcc"
116 all_platforms="${all_platforms} mips64-linux-gcc"
[all …]
/external/valgrind/auxprogs/
Dupdate-demangler9 # - old and new revisions of the C++ demangler related files from GCC's trunk
36 # 1) Check out files from old GCC revision
37 echo "Checking out GCC files @ $old_gcc_revision"
39 mkdir gcc-$old_gcc_revision
40 cd gcc-$old_gcc_revision
41 svn co -$old_gcc_revision svn://gcc.gnu.org/svn/gcc/trunk/libiberty libiberty > /dev/null
42 svn co -$old_gcc_revision svn://gcc.gnu.org/svn/gcc/trunk/include include > /dev/null
50 cp ../gcc-$old_gcc_revision/include/ansidecl.h .
51 cp ../gcc-$old_gcc_revision/include/demangle.h .
52 cp ../gcc-$old_gcc_revision/include/dyn-string.h .
[all …]
Dbuild-gcc3 # Simple script to build GCC natively including its prerequisites.
5 # Depending on your needs you maybe able to speed up the GCC build:
16 BUILD_DIR=/tmp/build-gcc
36 wget ftp://ftp.gnu.org/gnu/gcc/gcc-$GCC_VERSION/gcc-$GCC_VERSION.tar.bz2
38 # Build GCC
39 echo "...building GCC"
40 rm -rf gcc-$GCC_VERSION
41 tar xf gcc-$GCC_VERSION.tar.bz2
42 cd gcc-$GCC_VERSION
48 ../gcc-$GCC_VERSION/configure --prefix=$INSTALL_DIR --disable-bootstrap \
[all …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
Dlibcairo-swt.so_DYNAMIC _GLOBAL_OFFSET_TABLE_ __gmon_start__ __cxa_finalize _Jv_RegisterClasses _cairo_error __assert_fail cairo_version cairo_version_string cairo_create malloc _cairo_path_fixed_init _cairo_gstate_create cairo_reference cairo_destroy _cairo_path_fixed_fini free _cairo_gstate_destroy INT_cairo_save ...
/external/clang/test/Driver/
Dlinux-ld.c6 // RUN: --gcc-toolchain="" \
11 // CHECK-LD-32: "{{.*}}/usr/lib/gcc/i386-unknown-linux/4.6.0{{/|\\\\}}crtbegin.o"
12 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0"
13 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../../../i386-unknown-linux/…
14 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../.."
20 // RUN: --gcc-toolchain="" \
28 // CHECK-LD-64: "{{.*}}/usr/lib/gcc/x86_64-unknown-linux/4.6.0{{/|\\\\}}crtbegin.o"
29 // CHECK-LD-64: "-L[[SYSROOT]]/usr/lib/gcc/x86_64-unknown-linux/4.6.0"
30 // CHECK-LD-64: "-L[[SYSROOT]]/usr/lib/gcc/x86_64-unknown-linux/4.6.0/../../../../x86_64-unknown-li…
31 // CHECK-LD-64: "-L[[SYSROOT]]/usr/lib/gcc/x86_64-unknown-linux/4.6.0/../../.."
[all …]
Dlinux-header-search.cpp11 // RUN: --gcc-toolchain="" \
22 // RUN: --gcc-toolchain="" \
34 // RUN: --gcc-toolchain="" \
45 // RUN: --gcc-toolchain="" \
58 // RUN: --gcc-toolchain="" \
69 // RUN: --gcc-toolchain="" \
74 // CHECK-UBUNTU-11-04: "-internal-isystem" "[[SYSROOT]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4…
75 // CHECK-UBUNTU-11-04: "-internal-isystem" "[[SYSROOT]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4…
76 // CHECK-UBUNTU-11-04: "-internal-isystem" "[[SYSROOT]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4…
85 // RUN: --gcc-toolchain="" \
[all …]
Dandroid-ndk-standalone.cpp25 // CHECK-NOT: "-L{{.*}}/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb"
26 // CHECK-NOT: "-L{{.*}}/lib/gcc/arm-linux-androideabi/4.9/armv7-a"
27 // CHECK-NOT: "-L{{.*}}/lib/gcc/arm-linux-androideabi/4.9/thumb"
28 // CHECK: "-L{{.*}}/lib/gcc/arm-linux-androideabi/4.9"
29 // CHECK-NOT: "-L{{.*}}/lib/gcc/arm-linux-androideabi/4.9/armv7-a/thumb"
30 // CHECK-NOT: "-L{{.*}}/lib/gcc/arm-linux-androideabi/4.9/armv7-a"
31 // CHECK-NOT: "-L{{.*}}/lib/gcc/arm-linux-androideabi/4.9/thumb"
32 // CHECK-NOT: "-L{{.*}}/lib/gcc/arm-linux-androideabi/4.9/../{{[^ ]*}}/lib/armv7-a/thumb"
33 // CHECK-NOT: "-L{{.*}}/lib/gcc/arm-linux-androideabi/4.9/../{{[^ ]*}}/lib/armv7-a"
34 // CHECK-NOT: "-L{{.*}}/lib/gcc/arm-linux-androideabi/4.9/../{{[^ ]*}}/lib/thumb"
[all …]
Dcross-linux.c2 // RUN: --gcc-toolchain=%S/Inputs/basic_cross_linux_tree/usr \
6 // CHECK-I386: "{{.*}}/Inputs/basic_cross_linux_tree/usr/lib/gcc/i386-unknown-linux-gnu/4.6.0/../..…
7 // CHECK-I386: "{{.*}}/Inputs/basic_cross_linux_tree/usr/lib/gcc/i386-unknown-linux-gnu/4.6.0/../..…
10 // RUN: --gcc-toolchain=%S/Inputs/basic_cross_linux_tree/usr \
14 // CHECK-X86-64: "{{.*}}/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/.…
15 // CHECK-X86-64: "{{.*}}/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/.…
18 // RUN: --gcc-toolchain=%S/Inputs/basic_cross_linux_tree/usr \
22 // CHECK-X32: "{{.*}}/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/../.…
23 // CHECK-X32: "{{.*}}/Inputs/basic_cross_linux_tree/usr/lib/gcc/x86_64-unknown-linux-gnu/4.6.0/../.…
26 // RUN: --gcc-toolchain=%S/Inputs/basic_cross_linux_tree/usr \
[all …]
/external/vulkan-validation-layers/libs/glm/detail/
D_features.hpp36 // Rvalue references - GCC 4.3
40 // Rvalue references for *this - GCC not supported
44 // Initialization of class objects by rvalues - GCC any
48 // Non-static data member initializers - GCC 4.7
52 // Variadic templates - GCC 4.3
56 // Extending variadic template template parameters - GCC 4.4
60 // Initializer lists - GCC 4.4
64 // Static assertions - GCC 4.3
68 // auto-typed variables - GCC 4.4
72 // Multi-declarator auto - GCC 4.4
[all …]
/external/fec/
Dmakefile.in54 gcc -g -o $@ $^
57 gcc -g -o $@ $^
60 gcc -g -o $@ $^ -lm
63 gcc -g -o $@ $^ -lm
66 gcc -g -o $@ $^ -lm
69 gcc -g -o $@ $^ -lm
72 gcc -g -o $@ $^ -lm
75 gcc -g -o $@ $^
78 gcc -g -o $@ $^
82 gcc -g -c $<
[all …]
/external/lz4/
D.travis.yml33 - gcc-multilib
59 - gcc-multilib
68 - gcc-multilib
70 …env: Ubu=14.04 Cmd='make c_standards CC=gcc-6 && make -C tests test-lz4 CC=gcc-6 MOREFLAGS=-Werror…
78 - gcc-6
80 …-gnueabi-gcc QEMU_SYS=qemu-arm-static && make platformTest CC=aarch64-linux-gnu-gcc QEMU_SYS=qemu-…
88 - gcc-arm-linux-gnueabi
90 - gcc-aarch64-linux-gnu
93 … Ubu=14.04 Cmd='make -C tests test-lz4 clean test-lz4c32 CC=gcc-5 MOREFLAGS=-Werror' COMPILER=gcc-5
102 - gcc-multilib
[all …]
/external/kmod/
D.travis.yml10 …[ "$MYCC" = "gcc-4.8" ]; then sudo apt-get install -qq gcc-4.8; sudo update-alternatives --install…
11 …[ "$MYCC" = "gcc-4.9" ]; then sudo apt-get install -qq gcc-4.9; sudo update-alternatives --install…
17 - compiler: gcc
18 env: MYCC=gcc
19 - compiler: gcc
20 env: MYCC=gcc-4.8
21 - compiler: gcc
22 env: MYCC=gcc-4.9
/external/swiftshader/third_party/LLVM/utils/
Dllvm-native-gcc2 # Wrapper around LLVM tools to generate a native .o from llvm-gcc using an
18 # most of these are passed on to llvm-gcc.
23 if ($ProgramName =~ /llvm-native-gcc/) {
56 if ($ProgramName =~ /llvm-native-gcc/) {
72 if ($ProgramName =~ /llvm-native-gcc/) {
128 run "gcc $GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs";
157 run "gcc $NativeGCCOptions $GeneratedCode -o $OutputFile";
169 } elsif ($ProgramName =~ /llvm-native-gcc/) {
170 # build the llvm-gcc command line.
171 $LLVMGCCCommand = join (" ", ("llvm-gcc", @ARGV));
[all …]
/external/clang/test/CodeGen/
D3dnow-builtins.c1 …target-feature +3dnowa -emit-llvm -o - -Werror | FileCheck %s -check-prefix=GCC -check-prefix=CHECK
11 // GCC-LABEL: define double @test_m_pavgusb in test_m_pavgusb()
18 // GCC-LABEL: define double @test_m_pf2id in test_m_pf2id()
25 // GCC-LABEL: define double @test_m_pfacc in test_m_pfacc()
32 // GCC-LABEL: define double @test_m_pfadd in test_m_pfadd()
39 // GCC-LABEL: define double @test_m_pfcmpeq in test_m_pfcmpeq()
46 // GCC-LABEL: define double @test_m_pfcmpge in test_m_pfcmpge()
53 // GCC-LABEL: define double @test_m_pfcmpgt in test_m_pfcmpgt()
60 // GCC-LABEL: define double @test_m_pfmax in test_m_pfmax()
67 // GCC-LABEL: define double @test_m_pfmin in test_m_pfmin()
[all …]
/external/clang/test/CodeGenCXX/
Dpragma-visibility.cpp3 #pragma GCC visibility push(hidden)
7 #pragma GCC visibility pop
11 #pragma GCC visibility push(hidden)
17 #pragma GCC visibility pop
19 #pragma GCC visibility push(hidden)
23 #pragma GCC visibility pop
27 #pragma GCC visibility push(hidden)
30 #pragma GCC visibility pop
34 #pragma GCC visibility push(hidden)
38 #pragma GCC visibility pop
[all …]
/external/toolchain-utils/dejagnu/
Drun_dejagnu.py30 'Launches gcc dejagnu test in chroot for chromeos toolchain, compares '
40 help=('Specify gcc source to mount instead of "auto". '
41 'Under "auto" mode, which is the default - gcc is '
45 'root/chroot/usr/local/toolchain_root/gcc", which is '
47 'gcc-build-dir then is computed as '
49 'a complete gcc build must be performed in the '
50 'computed gcc-build-dir beforehand.'))
75 '\'mount\' (unmount gcc source and '
83 default='gcc,g++',
87 'Defaults to "gcc,g++".'))
[all …]
/external/clang/test/Lexer/
Dpragma-message.c14 #pragma message ":O gcc accepts this! " STRING(__LINE__) // expected-warning {{:O gcc accepts this!…
18 // GCC supports a similar pragma, #pragma GCC warning (which generates a warning
19 // message) and #pragma GCC error (which generates an error message).
21 #pragma GCC warning(":O I'm a message! " STRING(__LINE__)) // expected-warning {{:O I'm a message! …
22 #pragma GCC warning ":O gcc accepts this! " STRING(__LINE__) // expected-warning {{:O gcc accepts t…
24 #pragma GCC error(":O I'm a message! " STRING(__LINE__)) // expected-error {{:O I'm a message! 24}}
25 #pragma GCC error ":O gcc accepts this! " STRING(__LINE__) // expected-error {{:O gcc accepts this!…
27 #define COMPILE_ERROR(x) _Pragma(STRING2(GCC error(x)))
31 #pragma GCC warning("" // expected-error {{pragma warning requires parenthesized string}}
32 #pragma GCC error(1) // expected-error {{expected string literal in pragma error}}
/external/clang/www/
Dcomparison.html38 <li><a href="#gcc">Clang vs GCC</a> (GNU Compiler Collection)</li>
45 <h2><a name="gcc">Clang vs GCC (GNU Compiler Collection)</a></h2>
48 <p>Pro's of GCC vs clang:</p>
51 <li>GCC supports languages that clang does not aim to, such as Java, Ada,
53 <li>GCC supports more targets than LLVM.</li>
54 <li>GCC supports many language extensions, some of which are not implemented
55 by Clang. For instance, in C mode, GCC supports
56 <a href="http://gcc.gnu.org/onlinedocs/gcc/Nested-Functions.html">nested
58 <a href="https://gcc.gnu.org/onlinedocs/gcc/Variable-Length.html">extension
62 <p>Pro's of clang vs GCC:</p>
[all …]
/external/eigen/doc/
DWrongStackAlignment.dox5 <h4>It appears that this was a GCC bug that has been fixed in GCC 4.5.
6 If you hit this issue, please upgrade to GCC 4.5 and report to us, so we can update this page.</h4>
8 This is an issue that, so far, we met only with GCC on Windows: for instance, MinGW and TDM-GCC.
20 GCC assumes that the stack is already 16-byte-aligned so that the object \a q will be created at a …
22 …the stack is only guaranteed to have 4-byte alignment. Indeed, even though GCC takes care of align…
35gcc.gnu.org/onlinedocs/gcc-4.4.0/gcc/Function-Attributes.html#Function-Attributes">this GCC docume…
40 …on is to edit your project so that when compiling with GCC on Windows, you pass this option to GCC:
44 Explanation: this tells GCC that the stack is only required to be aligned to 2^2=4 bytes, so that G…
46 Another global solution is to pass this option to gcc:
/external/llvm/test/CodeGen/X86/
Ddllexport.ll4 ; RUN: | FileCheck -check-prefix CHECK -check-prefix CHECK-GCC %s
6 ; RUN: | FileCheck -check-prefix CHECK -check-prefix CHECK-GCC %s
121 ; CHECK-GCC: -export:f1
122 ; CHECK-GCC-SAME: -export:f2
123 ; CHECK-GCC-SAME: -export:stdfun@0
124 ; CHECK-GCC-SAME: -export:@fastfun@0
125 ; CHECK-GCC-SAME: -export:thisfun
126 ; CHECK-GCC-SAME: -export:lnk1
127 ; CHECK-GCC-SAME: -export:lnk2
128 ; CHECK-GCC-SAME: -export:weak1
[all …]
/external/skia/infra/bots/
Djobs.json39 "Build-Ubuntu-GCC-arm-Debug-Chromecast",
40 "Build-Ubuntu-GCC-arm-Release-Chromecast",
41 "Build-Ubuntu-GCC-x86-Debug",
42 "Build-Ubuntu-GCC-x86-Release",
43 "Build-Ubuntu-GCC-x86_64-Debug",
44 "Build-Ubuntu-GCC-x86_64-Debug-NoGPU",
45 "Build-Ubuntu-GCC-x86_64-Debug-SK_USE_DISCARDABLE_SCALEDIMAGECACHE",
46 "Build-Ubuntu-GCC-x86_64-Release",
47 "Build-Ubuntu-GCC-x86_64-Release-ANGLE",
48 "Build-Ubuntu-GCC-x86_64-Release-Flutter_Android",
[all …]
/external/clang/test/Preprocessor/
Dpragma_diagnostic_output.c2 // CHECK: #pragma GCC diagnostic warning "-Wall"
3 #pragma GCC diagnostic warning "-Wall"
4 // CHECK: #pragma GCC diagnostic ignored "-Wall"
5 #pragma GCC diagnostic ignored "-Wall"
6 // CHECK: #pragma GCC diagnostic error "-Wall"
7 #pragma GCC diagnostic error "-Wall"
8 // CHECK: #pragma GCC diagnostic fatal "-Wall"
9 #pragma GCC diagnostic fatal "-Wall"
10 // CHECK: #pragma GCC diagnostic push
11 #pragma GCC diagnostic push
[all …]
/external/swiftshader/third_party/LLVM/docs/
DGCCFEBuildInstrs.html7 <title>Building the LLVM GCC Front-End</title>
12 Building the LLVM GCC Front-End
16 <li><a href="#instructions">Building llvm-gcc from Source</a></li>
27 <h2><a name="instructions">Building llvm-gcc from Source</a></h2>
32 <p>This section describes how to acquire and build llvm-gcc 4.2, which is based
33 on the GCC 4.2.1 front-end. Supported languages are Ada, C, C++, Fortran,
39 <li><p>Retrieve the appropriate llvm-gcc-4.2-<i>version</i>.source.tar.gz
43 <p>It is also possible to download the sources of the llvm-gcc front end
49 svn co http://llvm.org/svn/llvm-project/llvm-gcc-4.2/trunk <i>dst-directory</i>
63 up-to-date instructions on how to build llvm-gcc. See below for building
[all …]
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.h37 // GCC abstraction
39 class GCC {
40 sys::Path GCCPath; // The path to the gcc executable.
42 std::vector<std::string> gccArgs; // GCC-specific arguments.
43 GCC(const sys::Path &gccPath, const sys::Path &RemotePath, in GCC() function
51 static GCC *create(std::string &Message,
124 /// understood by the GCC driver (either C or asm). If the code generator
127 virtual GCC::FileType OutputCode(const std::string &Bitcode,
132 return GCC::AsmFile;
159 GCC *gcc; variable
[all …]

12345678910>>...155