Searched +full:gcc +full:- +full:49 (Results 1 – 25 of 301) sorted by relevance
12345678910>>...13
1 #===- libcxx/utils/docker/debian9/Dockerfile -------------------------===//8 #===----------------------------------------------------------------------===//10 # Setup the base builder image with the packages we'll need to build GCC and Clang from source.11 FROM launcher.gcr.io/google/debian9:latest as builder-base14 RUN apt-get update && \15 apt-get install -y --no-install-recommends \16 ca-certificates \18 build-essential \25 ninja-build \28 gcc-multilib \[all …]
2 # Copyright 2017 - 2019 James E. King III8 # See: https://github.com/boostorg/boost-ci17 # --include bench --include fog23 # That's it - the scripts will do everything else for you.31 # - B2_ADDRESS_MODEL=address-model=64,3232 # - B2_LINK=link=shared,static33 # - B2_THREADING=threading=multi,single34 - B2_VARIANT=variant=release37 - git clone https://github.com/boostorg/boost-ci.git boost-ci38 - cp -pr boost-ci/ci boost-ci/.codecov.yml .[all …]
2 # Copyright 2017 - 2019 James E. King III8 # See: https://github.com/boostorg/boost-ci17 # --include bench --include fog23 # That's it - the scripts will do everything else for you.32 # - B2_ADDRESS_MODEL=address-model=64,3233 # - B2_LINK=link=shared,static34 # - B2_THREADING=threading=multi,single35 - B2_VARIANT=variant=release,debug38 - git clone https://github.com/boostorg/boost-ci.git boost-ci39 - cp -pr boost-ci/ci boost-ci/.codecov.yml .[all …]
1 ; RUN: opt < %s -sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileCheck %s2 ; RUN: opt < %s -passes=sample-profile -sample-profile-file=%S/Inputs/gcc-simple.afdo -S | FileChec…3 ; XFAIL: powerpc64-, s390x, mips-, mips64-, sparc19 ; This test was compiled down to bytecode at -O0 to avoid inlining foo() into20 ; main(). The profile was generated using a GCC-generated binary (also compiled21 ; at -O0). The conversion from the Linux Perf profile to the GCC autofdo24 ; $ gcc -g -O0 gcc-simple.cc -o gcc-simple25 ; $ perf record -b ./gcc-simple26 ; $ create_gcov --binary=gcc-simple --gcov=gcc-simple.afdo29 ; CHECK: !prof ![[EC1:[0-9]+]][all …]
1 ; RUN: llc -O0 -mtriple=x86_64-unknown-linux-gnu < %s | FileCheck %s7 ; if (range.compare(0, 6, "items=") != 0 || range[6] == '-')12 ; with "clang++ -S -emit-llvm -O0 -g pr19307.cc"16 ; CHECK: movq %rdx, {{[-0-9]+}}(%rbp)17 ; CHECK-NEXT: [[START_LABEL:.Ltmp[0-9]+]]:21 ; CHECK: .Ldebug_loc{{[0-9]+}}:23 ; CHECK: .quad [[START_LABEL]]-.Lfunc_begin024 ; CHECK-NEXT: .quad .Lfunc_end0-.Lfunc_begin029 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"30 target triple = "x86_64-unknown-linux-gnu"[all …]
1 .TH profile 8 "2020-03-18" "USER COMMANDS"3 profile \- Profile CPU usage by sampling stack traces. Uses Linux eBPF/bcc.5 .B profile [\-adfh] [\-p PID | \-L TID] [\-U | \-K] [\-F FREQUENCY | \-c COUNT]6 .B [\-\-stack\-storage\-size COUNT] [\-C CPU] [\-\-cgroupmap CGROUPMAP] [\-\-mntnsmap MAPPATH] [dur…10 executing, and by how much, including both user-level and kernel code.12 By default this samples at 49 Hertz (samples per second), across all CPUs.13 This frequency can be tuned using a command line option. The reason for 49, and14 not 50, is to avoid lock-step sampling.19 at the end of the profile, greatly reducing the kernel<->user transfer.24 for an older version that may work on Linux 4.6 - 4.8.[all …]
24 " File \"RECIPE_REPO[skia]/infra/bots/recipe_modules/build/api.py\", line 49, in __call__",28 "Exception: Not implemented: Build-Unix-GCC-x86_64-Release-Docker"33 …anReason": "Uncaught Exception: Exception('Not implemented: Build-Unix-GCC-x86_64-Release-Docker')"
3 /* Bison implementation for Yacc-like parsers in C5 Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation,35 simplifying the original so-called "semantic" parser. */83 #include "sqlhist-parse.h"85 #define scanner sb->scanner94 return -ENOMEM; \102 return -ENOMEM; \155 TRACEFS_EMPTY = -2,216 YYSYMBOL_YYEMPTY = -2,239 YYSYMBOL_22_ = 22, /* '-' */[all …]
1 diff -ru a/icu4c/source/common/udata.cpp b/icu4c/source/common/udata.cpp2 --- a/icu4c/source/common/udata.cpp 2019-04-17 12:03:04.000000000 +00003 +++ b/icu4c/source/common/udata.cpp 2020-07-14 23:49:37.836668741 +00004 @@ -18,11 +18,10 @@8 -#ifdef __GNUC__9 -/* if gcc10 -#define ATTRIBUTE_WEAK __attribute__ ((weak))11 -might have to #include some other header12 -*/20 @@ -649,10 +648,9 @@[all …]
2 gcc-4.4 on OS X 10.6. You can apply it there with3 `cd /opt/local/include/gcc44/c++ ; sudo patch -p1 <this_patch`, or similar4 on other operating systems. Mail cfe-dev if you find other problems in the7 This patch is offered under the same modified GPLv3 as libstdc++-4.4.9 diff -ur a/bits/forward_list.h b/bits/forward_list.h10 --- a/bits/forward_list.h 2011-03-15 14:49:05.000000000 -070011 +++ b/bits/forward_list.h 2011-05-02 23:51:33.000000000 -070012 @@ -983,7 +983,7 @@16 - swap(forward_list&& __list)18 { _Node_base::swap(this->_M_impl._M_head, __list._M_impl._M_head); }[all …]
5 RUN apt-get update && apt-get install -y \7 autotools-dev \8 build-essential \12 gcc \15 libc6-dbg \16 libc6-dev \17 libgtest-dev \23 && apt-get clean25 # Update ca-certificates to fix known buster + .NET 5 issue26 # https://github.com/NuGet/Announcements/issues/49[all …]
3 Date: Mon May 19 09:41:32 2014 -04009 Date: Mon May 19 09:37:21 2014 -040015 Date: Sun May 11 10:30:22 2014 -040021 Date: Sun May 11 10:22:30 2014 -040027 Date: Sun May 11 09:56:40 2014 -040029 Fix testsuite for GCC 4.9.033 Date: Sun May 11 09:55:28 2014 -040039 Date: Sun May 11 09:52:47 2014 -040046 Date: Wed Apr 23 19:24:47 2014 -040048 Merge pull request #119 from joshtriplett/fastcall-fastball[all …]
1 # Copyright 1992-1996 by Jutta Degener and Carsten Bormann, Technische5 # Machine- or installation dependent flags you should configure to port7 SASR = -DSASR8 ######### Define SASR if >> is a signed arithmetic shift (-1 >> 1 == -1)10 # MULHACK = -DUSE_FLOAT_MUL14 # FAST = -DFAST16 ######### approximation option for incorrect, but good-enough results.18 # LTP_CUT = -DLTP_CUT20 ######### Define to enable the GSM library's long-term correlation 21 ######### approximation option---faster, but worse; works for[all …]
3 /* Bison implementation for Yacc-like parsers in C5 Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation,35 simplifying the original so-called "semantic" parser. */79 #include "xkbcomp/xkbcomp-priv.h"80 #include "xkbcomp/ast-build.h"81 #include "xkbcomp/parser-priv.h"82 #include "scanner-utils.h"92 scanner_err((param)->scanner, fmt, ##__VA_ARGS__)95 scanner_warn((param)->scanner, fmt, ##__VA_ARGS__)127 #define param_scanner param->scanner[all …]
... 8 t x p h ` H P O 1feda229-b9a8-45e9-96f4-73c0a80e7220
6 * Copyright (C) 1997-2016, International Business Machines32 * Starting with ICU 49, platform.h is a normal source file,33 * to simplify cross-compiling and working with non-autoconf/make build systems.42 * before it is first tested, or add an equivalent -D macro definition46 * For example, with gcc you can compile an empty .c file and have the compiler49 * gcc -E -dM -x c /dev/null | sort52 * <code>-x c++</code> is for C++.)72 * We used to define one different, value-less macro per platform.76 * Starting with ICU 49, we define platforms as numeric macros,92 /** MinGW. Windows, calls to Win32 API, but using GNU gcc and binutils. @internal */[all …]
1 ; RUN: llc -mtriple=x86_64-pc-linux -O2 < %s | FileCheck %s2 ; RUN: llc -mtriple=x86_64-pc-linux -O2 -regalloc=basic < %s | FileCheck %s6 ; CHECK-NEXT: DW_OP_reg117 %49 = fmul float %47, %d, !dbg !35 ; <float> [#uses=1]118 %50 = fadd float %48, %49, !dbg !35 ; <float> [#uses=1]204 !2 = !DIFile(filename: "libgcc2.c", directory: "/Users/yash/clean/LG.D/gcc/../../llvmgcc/gcc")209 !7 = !DIFile(filename: "libgcc2.h", directory: "/Users/yash/clean/LG.D/gcc/../../llvmgcc/gcc")246 !45 = !DIFile(filename: "libgcc2.c", directory: "/Users/yash/clean/LG.D/gcc/../../llvmgcc/gcc")247 !46 = !DIFile(filename: "libgcc2.h", directory: "/Users/yash/clean/LG.D/gcc/../../llvmgcc/gcc")
3 # Use of this source code is governed by a BSD-style license that can be5 set -ex7 sudo apt-get install --yes --no-install-recommends \9 ca-certificates \11 cloud-image-utils \13 dpkg-dev \16 gcc \19 libavcodec-dev \20 libavutil-dev \21 libcap-dev \[all …]
6 * Copyright (C) 1997-2016, International Business Machines32 * Starting with ICU 49, platform.h is a normal source file,33 * to simplify cross-compiling and working with non-autoconf/make build systems.42 * before it is first tested, or add an equivalent -D macro definition46 * For example, with gcc you can compile an empty .c file and have the compiler49 * gcc -E -dM -x c /dev/null | sort52 * <code>-x c++</code> is for C++.)72 * We used to define one different, value-less macro per platform.76 * Starting with ICU 49, we define platforms as numeric macros,92 /** MinGW. Windows, calls to Win32 API, but using GNU gcc and binutils. \xrefitem internal "Interna…[all …]
13 …pa.launchpad.net/ondrej/php/ubuntu trusty main" | tee /etc/apt/sources.list.d/various-php.list && \14 apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F4FCBB0718 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \20 autotools-dev \21 build-essential \25 gcc \28 libc6-dbg \29 libc6-dev \30 libgtest-dev \37 # -- For python --[all …]