Home
last modified time | relevance | path

Searched +full:macos +full:- +full:llvm +full:- +full:gcc +full:- +full:4 (Results 1 – 25 of 45) sorted by relevance

12

/external/libaom/libaom/
DREADME.md4 1. [Building the lib and applications](#building-the-library-and-applications)
5 - [Prerequisites](#prerequisites)
6 - [Get the code](#get-the-code)
7 - [Basics](#basic-build)
8 - [Configuration options](#configuration-options)
9 - [Dylib builds](#dylib-builds)
10 - [Debugging](#debugging)
11 - [Cross compiling](#cross-compiling)
12 - [Sanitizer support](#sanitizers)
13 - [MSVC builds](#microsoft-visual-studio-builds)
[all …]
/external/libffi/
DREADME4 libffi-3.2.1 was released on November 12, 2014. Check the libffi web
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
55 | AArch64 | Linux | GCC |
56 | Alpha | Linux | GCC |
57 | Alpha | Tru64 | GCC |
58 | ARC | Linux | GCC |
59 | ARM | Linux | GCC |
60 | ARM | iOS | GCC |
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
DREADME4 libffi-3.1 was released on May 19, 2014. Check the libffi web page
21 told at run-time about the number and types of arguments used to call
51 |-----------------+------------------+-------------------------|
53 |-----------------+------------------+-------------------------|
55 | AArch64 | Linux | GCC |
56 | Alpha | Linux | GCC |
57 | Alpha | Tru64 | GCC |
58 | ARC | Linux | GCC |
59 | ARM | Linux | GCC |
60 | ARM | iOS | GCC |
[all …]
/external/llvm/docs/
DGettingStarted.rst2 Getting Started with the LLVM System
11 Welcome to LLVM! In order to get started, you first need to know some basic
14 First, LLVM comes in three pieces. The first piece is the LLVM suite. This
15 contains all of the tools, libraries, and header files needed to use LLVM. It
17 also contains basic regression tests that can be used to test the LLVM tools and
20 The second piece is the `Clang <http://clang.llvm.org/>`_ front end. This
21 component compiles C, C++, Objective C, and Objective C++ code into LLVM
22 bitcode. Once compiled into LLVM bitcode, a program can be manipulated with the
23 LLVM tools from the LLVM suite.
26 with a testing harness that can be used to further test LLVM's functionality
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGettingStarted.rst2 Getting Started with the LLVM System
11 Welcome to LLVM! In order to get started, you first need to know some basic
14 First, LLVM comes in three pieces. The first piece is the LLVM suite. This
15 contains all of the tools, libraries, and header files needed to use LLVM. It
17 also contains basic regression tests that can be used to test the LLVM tools and
20 The second piece is the `Clang <http://clang.llvm.org/>`_ front end. This
21 component compiles C, C++, Objective C, and Objective C++ code into LLVM
22 bitcode. Once compiled into LLVM bitcode, a program can be manipulated with the
23 LLVM tools from the LLVM suite.
26 with a testing harness that can be used to further test LLVM's functionality
[all …]
DCompileCudaWithLLVM.rst12 details about LLVM and clang's CUDA implementations.
17 <http://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html>`_.
23 -------------
25 CUDA is supported in llvm 3.9, but it's still in active development, so we
26 recommend you `compile clang/LLVM from HEAD
27 <http://llvm.org/docs/GettingStarted.html>`_.
31 guide <https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html>`_
33 <https://llvm.org/bugs/show_bug.cgi?id=26966>`_ the CUDA toolkit as installed
38 CUDA compilation is supported on Linux, on MacOS as of 2016-11-18, and on
39 Windows as of 2017-01-05.
[all …]
/external/clang/lib/Driver/
DToolChains.h1 //===--- ToolChains.h - ToolChain Implementations ---------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
8 //===----------------------------------------------------------------------===//
19 #include "llvm/ADT/DenseMap.h"
20 #include "llvm/ADT/Optional.h"
21 #include "llvm/ADT/SmallSet.h"
22 #include "llvm/Support/Compiler.h"
30 /// Generic_GCC - A tool chain using the 'gcc' command to perform
31 /// all subcommands; this relies on gcc translating the majority of
35 /// \brief Struct to store and manipulate GCC versions.
[all …]
DToolChains.cpp1 //===--- ToolChains.cpp - ToolChain Implementations -------------*- C++ -*-===//
3 // The LLVM Compiler Infrastructure
8 //===----------------------------------------------------------------------===//
21 #include "llvm/ADT/STLExtras.h"
22 #include "llvm/ADT/SmallString.h"
23 #include "llvm/ADT/StringExtras.h"
24 #include "llvm/ADT/StringSwitch.h"
25 #include "llvm/Option/Arg.h"
26 #include "llvm/Option/ArgList.h"
27 #include "llvm/Option/OptTable.h"
[all …]
/external/mesa3d/
D.travis.yml12 - XORG_RELEASES=http://xorg.freedesktop.org/releases/individual
13 - XCB_RELEASES=http://xcb.freedesktop.org/dist
14 - WAYLAND_RELEASES=http://wayland.freedesktop.org/releases
15 - XORGMACROS_VERSION=util-macros-1.19.0
16 - GLPROTO_VERSION=glproto-1.4.17
17 - DRI2PROTO_VERSION=dri2proto-2.8
18 - LIBPCIACCESS_VERSION=libpciaccess-0.13.4
19 - LIBDRM_VERSION=libdrm-2.4.74
20 - XCBPROTO_VERSION=xcb-proto-1.11
21 - LIBXCB_VERSION=libxcb-1.11
[all …]
Dconfigure.ac1 dnl Copyright © 2011-2014 Intel Corporation
2 dnl Copyright © 2011-2014 Emil Velikov <emil.l.velikov@gmail.com>
3 dnl Copyright © 2007-2010 Dan Nicholson
4 dnl Copyright © 2010-2014 Marek Olšák <maraeo@gmail.com>
5 dnl Copyright © 2010-2014 Christian König
6 dnl Copyright © 2012-2014 Tom Stellard <tstellar@gmail.com>
7 dnl Copyright © 2009-2012 Jakob Bornecrantz
8 dnl Copyright © 2009-2014 Jon TURNEY
9 dnl Copyright © 2011-2012 Benjamin Franzke
10 dnl Copyright © 2008-2014 David Airlie
[all …]
/external/swiftshader/third_party/LLVM/docs/
DGettingStarted.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6 <title>Getting Started with LLVM System</title>
7 <link rel="stylesheet" href="llvm.css" type="text/css">
12 Getting Started with the LLVM System
22 <li><a href="#brokengcc">Broken versions of GCC and other tools</a></li>
25 <li><a href="#starting">Getting Started with LLVM</a>
29 <li><a href="#unpack">Unpacking the LLVM Archives</a></li>
30 <li><a href="#checkout">Checkout LLVM from Subversion</a></li>
31 <li><a href="#git_mirror">LLVM GIT mirror</a></li>
[all …]
/external/clang/include/clang/Basic/
DAttr.td1 //==--- Attr.td - attribute definitions -----------------------------------===//
3 // The LLVM Compiler Infrastructure
8 //===----------------------------------------------------------------------===//
10 // The documentation is organized by category. Attributes can have category-
21 // documentation. Ideally, this category should be used for internal-only
67 // A subset-subject is an AttrSubject constrained to operate only on some subset
81 [{S->getStorageClass() != VarDecl::Register &&
82 S->getKind() != Decl::ImplicitParam &&
83 S->getKind() != Decl::ParmVar &&
84 S->getKind() != Decl::NonTypeTemplateParm}]>;
[all …]
DAttrDocs.td1 //==--- AttrDocs.td - Attribute documentation ----------------------------===//
3 // The LLVM Compiler Infrastructure
8 //===---------------------------------------------------------------------===//
12 -------------------------------------------------------------------
13 NOTE: This file is automatically generated by running clang-tblgen
14 -gen-attr-docs. Do not edit this file by hand!!
15 -------------------------------------------------------------------
44 available with ``-fms-extensions``. Typically, this function pointer is
51 .. _init_seg: http://msdn.microsoft.com/en-us/library/7977wcck(v=vs.110).aspx
58 The ``tls_model`` attribute allows you to specify which thread-local storage
[all …]
/external/python/cpython2/
Dconfigure.ac19 # pybuilddir.txt will be created by --generate-posix-vars in the Makefile
20 rm -f pybuilddir.txt
27 if test -z "$PYTHON_FOR_BUILD"; then
30 …if $interp -c 'import sys;sys.exit(not (sys.version_info@<:@:2@:>@ >= (2,7) and sys.version_info@<…
39 …dir) _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=$(shell test -f pybuilddir.txt && e…
42 AC_MSG_ERROR([Cross compiling required --host=HOST-TUPLE and --build=ARCH])
44 PYTHON_FOR_BUILD='./$(BUILDPYTHON) -E'
54 prefix=`echo "$prefix" | sed -e 's/\/$//g'`
73 # with other autoconf-based packages that include Python.h
74 grep -v 'define PACKAGE_' <confdefs.h >confdefs.h.new
[all …]
/external/libjpeg-turbo/
DChangeLog.md7 path (rpath) from being embedded in the libjpeg-turbo shared libraries and
8 executables for macOS and iOS. This caused a fatal error of the form
11 libjpeg-turbo shared libraries.
13 2. Fixed an integer overflow and subsequent segfault (CVE-2018-20330) that
17 3. Fixed a buffer overrun (CVE-2018-19664) that occurred when attempting to
18 decompress a specially-crafted malformed JPEG image to a 256-color BMP using
21 4. Fixed a floating point exception that occurred when attempting to
22 decompress a specially-crafted malformed JPEG image with a specified image
25 5. The TurboJPEG API will now decompress 4:4:4 JPEG images with 2x1, 1x2, 3x1,
26 or 1x3 luminance and chrominance sampling factors. This is a non-standard way
[all …]
/external/eigen/Eigen/src/Core/util/
DMacros.h4 // Copyright (C) 2008-2015 Gael Guennebaud <gael.guennebaud@inria.fr>
5 // Copyright (C) 2006-2008 Benoit Jacob <jacob.benoit.1@gmail.com>
16 #define EIGEN_MINOR_VERSION 4
24 /// \internal EIGEN_COMP_GNUC set to 1 for all compilers compatible with GCC
39 /// \internal EIGEN_COMP_LLVM set to 1 if the compiler backend is llvm
83 …_MSVC_STRICT set to 1 if the compiler is really Microsoft Visual C++ and not ,e.g., ICC or clang-cl
119 /// \internal EIGEN_GNUC_STRICT set to 1 if the compiler is really GCC and not a compatible compile…
137 // FIXME: could probably be removed as we do not support gcc 3.x anymore
239 /// \internal EIGEN_OS_GNULINUX set to 1 if the OS is GNU Linux and not Linux-based OS (e.g., not a…
253 /// \internal EIGEN_OS_MAC set to 1 if the OS is MacOS
[all …]
/external/python/cpython3/
Dconfigure.ac15 if test "$srcdir" != . -a "$srcdir" != "$(pwd)"; then
16 # If we're building out-of-tree, we need to make sure the following
18 # Objects/ -> typeslots.inc
19 # Include/ -> Python-ast.h, graminit.h
20 # Python/ -> importlib.h
22 # regenerated when building out-of-tree, regardless of whether or not
23 # the $srcdir counterpart is up-to-date. This is an acceptable trade
25 BASECPPFLAGS="-IObjects -IInclude -IPython"
34 if test -e $srcdir/.git
36 AC_CHECK_PROG(HAS_GIT, git, found, not-found)
[all …]
/external/google-breakpad/src/common/mac/
DGTMDefines.h10 // http://www.apache.org/licenses/LICENSE-2.0
63 // ----------------------------------------------------------------------------
66 // ----------------------------------------------------------------------------
81 #if (defined (__GNUC__) && (__GNUC__ == 4)) || defined (__clang__)
109 // doesn't use __unused because that is only supported in gcc 4.2 and greater.
120 // Please see http://code.google.com/p/google-toolbox-for-mac/wiki/DevLogNAssert
167 // want to check that a wchar is 4 bytes instead of 2 you would use
168 // _GTMCompileAssert(sizeof(wchar_t) == 4, wchar_t_is_4_bytes_on_OS_X)
176 // http://unixjunkie.blogspot.com/2007/10/better-compile-time-asserts_29.html
181 typedef char _GTMCompileAssertSymbol(__LINE__, msg) [ ((test) ? 1 : -1) ]
[all …]
/external/e2fsprogs/doc/RelNotes/
Dv1.42.txt5 libext2fs. (CVE-2015-1572, Addresses Debian Bug: #778948)
36 Fixed some use-after-free bug in resize2fs and e2fsck.
49 ------------------
51 Fixed coverity, sparse, gcc -Wall, and clang warnings/nits.
88 Fix a 32/64-bit overflow bug that could cause resize2fs to loop
89 forever. (Addresses-Launchpad-Bug: #1321958)
101 The e4defrag program will now defrag backwards-allocated files.
120 Fixed a double close(2) bug in "rdump" and "rdump -p".
124 Fix filefrag to properly handle using the FIBMAP ioctl (with -B).
134 Updated/fixed various man pages. (Addresses-Debian-Bug: #726760)
[all …]
/external/libcxx/include/
D__config1 // -*- C++ -*-
2 //===--------------------------- __config ---------------------------------===//
4 // The LLVM Compiler Infrastructure
9 //===----------------------------------------------------------------------===//
21 #pragma GCC system_header
28 // The _GNUC_VER_NEW macro better represents the new GCC versioning scheme
29 // introduced in GCC 5.0.
82 // of nullptr_t. This option is ABI incompatible with GCC in C++03 mode.
104 // COFF dllexport semantics, since dllexport forces a non-inline definition
105 // of inline functions to be emitted anyway. Our own non-inline copy would
[all …]
/external/honggfuzz/
DMakefile1 # honggfuzz - Makefile
2 # -----------------------------------------
6 # Copyright 2010-2015 by Google Inc. All Rights Reserved.
12 # http://www.apache.org/licenses/LICENSE-2.0
24 CC ?= gcc
27 HFUZZ_CC_BIN := hfuzz_cc/hfuzz-cc
28 HFUZZ_CC_SRCS := hfuzz_cc/hfuzz-cc.c
29 COMMON_CFLAGS := -D_GNU_SOURCE -Wall -Werror -Wno-format-truncation -I.
30 COMMON_LDFLAGS := -lm libhfcommon/libhfcommon.a
32 CFLAGS ?= -O3 -mtune=native
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTriple.cpp1 //===--- Triple.cpp - Target triple helper class --------------------------===//
3 // The LLVM Compiler Infrastructure
8 //===----------------------------------------------------------------------===//
10 #include "llvm/ADT/Triple.h"
11 #include "llvm/ADT/STLExtras.h"
12 #include "llvm/ADT/SmallString.h"
13 #include "llvm/ADT/StringSwitch.h"
14 #include "llvm/Support/ErrorHandling.h"
15 #include "llvm/Support/Host.h"
16 #include "llvm/Support/TargetParser.h"
[all …]
/external/clang/lib/Basic/
DTargets.cpp1 //===--- Targets.cpp - Implement target feature support -------------------===//
3 // The LLVM Compiler Infrastructure
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
24 #include "llvm/ADT/APFloat.h"
25 #include "llvm/ADT/STLExtras.h"
26 #include "llvm/ADT/StringExtras.h"
27 #include "llvm/ADT/StringRef.h"
28 #include "llvm/ADT/StringSwitch.h"
29 #include "llvm/ADT/Triple.h"
[all …]
/external/curl/
DCHANGES12 - RELEASE: 7.64.1
14 - Revert "ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION set"
20 - [Christian Schmitz brought this change]
27 - tool_cb_wrt: fix writing to Windows null device NUL
29 - Improve console detection.
36 Bug: https://github.com/curl/curl/issues/3175#issuecomment-439068724
37 Reported-by: Gisle Vanem
39 - CURLMOPT_PIPELINING.3: fix typo
42 - TODO: config file parsing
47 - os400: Disable Alt-Svc by default since it's experimental
[all …]
/external/libevent/
DChangeLog1 Changes in version 2.1.8-stable (22 January 2017)
3 Libevent 2.1.8-stable, it contains openssl fixes for resetting fd and using
12 o util-internal: fix __func__ redefinition (netbsd) (253e7fa9 Azat Khuzhin)
15 o http: fix formatter for pritnf for req->ntoread (osx) (1cbf26f6 Azat Khuzhin)
17 o Merge branch 'automake-tests-parallel-v4' (*includes ci bits also*) (59e217df Azat Khuzhin)
29 o Merge branch 'openssl-filter-fixes-v4' (83e0f43b Azat Khuzhin)
30 o Merge branch 'date-rfc1123' (68def435,4798de6c,4545807d Azat Khuzhin)
31 o Merge branch 'be-openssl-fd-reset-fix-v2' (86fa0070,32adf434 Azat Khuzhin)
32 o Merge branch 'openssl-1.1-init-fixes-v2' (18a161f0 Azat Khuzhin)
39 Changes in version 2.1.7-rc (2 Novemer 2016)
[all …]

12