/openbsd-src/gnu/gcc/gcc/doc/ |
H A D | languages.texi | 9 the @code{tree} structure (@pxref{Trees}), was initially designed for 11 C-like languages. It is, however, reasonably well suited to other 33 from those for which GCC was designed, such as the declarative
|
H A D | compat.texi | 18 Some ABIs are formal with a written specification, possibly designed 40 same tools as well as tools from different vendors. 47 @item implementation-defined features 48 Language standards include lists of implementation-defined features whose 55 Conformance to the same ABI and the same behavior of implementation-defined 94 different program behavior for implementation-defined features that are 97 usual behavior of implementation-defined features for the platform. 100 Most platforms have a well-defined ABI that covers C code, but ABIs 104 written, vendor-neutral C++ ABI that was designed to be specific to 105 64-bit Itanium but also includes generic specifications that apply to [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
H A D | languages.texi | 9 the @code{tree} structure (@pxref{Trees}), was initially designed for 11 C-like languages. It is, however, reasonably well suited to other 33 from those for which GCC was designed, such as the declarative
|
H A D | compat.texi | 18 Some ABIs are formal with a written specification, possibly designed 40 same tools as well as tools from different vendors. 47 @item implementation-defined features 48 Language standards include lists of implementation-defined features whose 55 Conformance to the same ABI and the same behavior of implementation-defined 94 different program behavior for implementation-defined features that are 97 usual behavior of implementation-defined features for the platform. 100 Most platforms have a well-defined ABI that covers C code, but ABIs 104 written, vendor-neutral C++ ABI that was designed to be specific to 105 64-bit Itanium but also includes generic specifications that apply to [all …]
|
/openbsd-src/distrib/notes/alpha/ |
H A D | whatis | 3 OpenBSD/MACHINE runs on a broad range of Alpha processor-based machines, 5 well as OEM motherboards designed by Samsung and Alpha Processor, Inc.
|
/openbsd-src/gnu/llvm/clang/docs/ |
H A D | DriverInternals.rst | 13 well as details of the internal implementation. 29 ----------------- 32 allowing users to drop Clang into a build system which was designed to 39 -------- 41 The driver was designed to be flexible and easily accommodate new uses 51 ------------ 59 - Avoid memory allocation and string copying when possible. 60 - Don't parse arguments more than once. 61 - Provide a few simple interfaces for efficiently searching arguments. 64 ------ [all …]
|
H A D | ControlFlowIntegrity.rst | 17 schemes, which are designed to abort the program upon detecting certain forms 22 To enable Clang's available CFI schemes, use the flag ``-fsanitize=cfi``. 23 You can also enable a subset of available :ref:`schemes <cfi-schemes>`. 24 As currently implemented, all schemes rely on link-time optimization (LTO); 25 so it is required to specify ``-flto``, and the linker used must support LTO, 38 The ``-fsanitize=cfi-{vcall,nvcall,derived-cast,unrelated-cast}`` flags 39 require that a ``-fvisibility=`` flag also be specified. This is because the 40 default visibility setting is ``-fvisibility=default``, which would disable 42 to specify ``-fvisibility=hidden``, which enables CFI checks for such classes. 44 Experimental support for :ref:`cross-DSO control flow integrity [all …]
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | PACKAGING | 5 specifically designed to be readable as is. 9 PACKAGING - notes and best practice for packaging perl 5 21 A small number of porting tests (those in t/porting) are not well suited 39 perl -x patchlevel.h "This is a custom patch"
|
/openbsd-src/gnu/llvm/llvm/ |
H A D | llvm.spec.in | 5 License: Apache-2.0 with LLVM exception 9 Source: http://llvm.org/releases/@PACKAGE_VERSION@/@PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz 10 BuildRoot: %{_tmppath}/%{name}-root 15 LLVM is a compiler infrastructure designed for compile-time, link-time, runtime, 16 and idle-time optimization of programs from arbitrary programming languages. 19 using front-ends derived from GCC 4.0.1. A new front-end for the C family of 21 includes mirror sets of programming tools as well as libraries with equivalent 25 %setup -q -n @PACKAGE_NAME@-@PACKAGE_VERSION@ 29 --prefix=%{_prefix} \ 30 --bindir=%{_bindir} \ [all …]
|
/openbsd-src/gnu/llvm/llvm/utils/lit/ |
H A D | README.rst | 2 lit - A Software Testing Tool 10 designed to be a lightweight testing tool with as simple a user interface as 34 https://github.com/llvm/llvm-project/tree/main/llvm/utils/lit 40 Please browse the issues labeled *tools:llvm-lit* in LLVM's issue tracker for 42 https://github.com/llvm/llvm-project/labels/tools%3Allvm-lit 48 --path /path/to/your/llvm/build/bin \ 59 make check-llvm 61 And be sure to run the llvm-lit wrapper script as well: 63 /path/to/your/llvm/build/bin/llvm-lit utils/lit/tests 68 lit --path /path/to/your/llvm/build/bin utils/lit/tests
|
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2001-09-18-OptimizeExceptions.txt | 1 Date: Tue, 18 Sep 2001 00:38:37 -0500 (CDT) 25 6. Most large C++ programs throw few exceptions. Most well designed 55 -Chris
|
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/ |
H A D | README.md | 1 scan-build 4 A package designed to wrap a build so that all calls to gcc/clang are 6 the clang static analyzer. Includes intercept-build tool, which logs 7 the build, as well as scan-build tool, which logs the build and runs 11 ----------- 15 - It has been tested on FreeBSD, GNU/Linux and OS X. 16 - Prepared to work on windows, but need help to make it. 20 ------------- 26 ---------- 30 $ scan-build <your build command> [all …]
|
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/docs/ |
H A D | docknot.yaml | 10 # Copyright 1999-2010, 2012-2022 Russ Allbery <rra@cpan.org> 12 # SPDX-License-Identifier: MIT 24 - holder: Russ Allbery <rra@cpan.org> 25 years: 1999-2010, 2012-2022 56 - name: pod-man 58 - name: pod-text 60 - name: pod-text-color 62 - name: pod-text-overstrike 64 - name: pod-text-termcap 67 - name: todo [all …]
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | Bugpoint.rst | 25 ``bugpoint`` is designed to be a useful tool without requiring any hooks into 29 also designed to trade off programmer time for computer time in the 30 compiler-debugging process; consequently, it may take a long period of 36 ---------------------------- 44 Otherwise, if the ``-output`` option was not specified, ``bugpoint`` runs the 63 -------------- 84 ----------------------- 101 ----------------------- 115 non-obvious ways. Here are some hints and tips: 128 message, see ``-compile-command`` in :doc:`CommandGuide/bugpoint`. [all …]
|
H A D | BugpointRedesign.md | 4 Date: 2019-06-05 19 ### Narrow focus: test-case reduction 22 via classic delta debugging and by adding some IR-specific reductions (e.g. 24 already exists, but with more in-depth minimization. 29 designed towards delta reduction. 32 ### Command-Line Options 34 interesting-ness test and the arguments for said test, similar to other delta 39 The interesting-ness test that’s going to be run to reduce the code is given 41 `--test=<test_name>` 42 If a `--test` option is not given, the program exits; this option is similar [all …]
|
/openbsd-src/usr.sbin/eeprom/ |
H A D | eeprom.8 | 60 .Bl -tag -width Ds 74 Since the OpenPROM is designed such that the field names are arbitrary, 80 .Bl -tag -width "network-boot-arguments " 81 .It Ar sunmon-compat? 82 If true, the old EEPROM-style interface will be used while in the monitor, 83 rather than the OpenPROM-style interface. 84 .It Ar selftest-#megs 85 A 32-bit integer specifying the number of megabytes of memory to 86 test upon power-up. 87 .It Ar oem-logo [all …]
|
/openbsd-src/gnu/llvm/clang/www/ |
H A D | get_involved.html | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 5 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> 6 <title>Clang - Get Involved</title> 12 <!--#include virtual="menu.html.incl"--> 35 <li><a href="https://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits 36 </a> - This list is for patch submission/discussion.</li> 38 <li><a href="https://discourse.llvm.org/c/clang/6">Clang Frontend Discourse forum</a> - 49 href="https://lists.llvm.org/mailman/listinfo/cfe-commits">cfe-commits mailing 55 href="https://github.com/llvm/llvm-project/issues/">LLVM bug tracker</a>.</p> 59 <p>Clang is designed to support experimentation, [all …]
|
/openbsd-src/usr.sbin/sysmerge/ |
H A D | sysmerge.8 | 25 .Bk -words 30 is a utility designed to help the administrator update configuration files 77 .Bl -tag -width Ds 81 runs non-interactively, 99 as well as the following files will always be skipped from direct comparison: 110 .Bl -tag -width "EDITORXXVISUAL" 136 .Bl -tag -widt [all...] |
/openbsd-src/share/man/man5/ |
H A D | files.conf.5 | 44 rules base are simple, human-readable, text files. 45 Empty lines, as well as text prefixed by the 57 or logical entities, designed to make the driver code simpler. 58 Usually, the top-most devices are attached to the pseudo-device 99 .Bd -literal -offset indent 100 define pci {[dev = -1], [function = -1]} 105 .Bd -literal -offset indent 112 .Bd -literal -offset indent 122 An attachment-like attribute will also require locators to be specified. 158 .Bd -literal -offset indent [all …]
|
/openbsd-src/bin/df/ |
H A D | df.1 | 56 By default, values are displayed as 512-byte block counts. 66 .Bl -tag -width Ds 68 "Human-readable" output. 81 By default, all sizes are reported in 512-byte block counts. 89 If a non-local file system is given as an argument, a 101 Print out information in a stricter format designed to be parsed 110 More than one type may be specified in a comma-separated list. 129 .Bl -tag -width BLOCKSIZE 140 .Ex -std df 147 .Dl $ df -kP /usr [all …]
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/ |
H A D | COPYING.DOC | 5 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 license designed for free software. 25 We have designed this License in order to use it for manuals for free 46 A "Secondary Section" is a named appendix or a front-matter section of 62 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 65 A "Transparent" copy of the Document means a machine-readable copy, 73 format whose markup has been designed to thwart or discourage 79 or XML using a publicly available DTD, and standard-conforming simple 80 HTML designed for human modification. Opaque formats include 84 machine-generated HTML produced by some word processors for output [all …]
|
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
H A D | COPYING.DOC | 5 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 23 license designed for free software. 25 We have designed this License in order to use it for manuals for free 46 A "Secondary Section" is a named appendix or a front-matter section of 62 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 65 A "Transparent" copy of the Document means a machine-readable copy, 73 format whose markup has been designed to thwart or discourage 79 or XML using a publicly available DTD, and standard-conforming simple 80 HTML designed for human modification. Opaque formats include 84 machine-generated HTML produced by some word processors for output [all …]
|
/openbsd-src/gnu/usr.bin/perl/regen/ |
H A D | regcharclass_multi_char_folds.pl | 9 # of the sequences of code points that are multi-character folds in the 15 # this code is designed to help regcomp.c, and EXACTFish regnodes. For 16 # non-UTF-8 patterns, the strings are not necessarily folded, so we need to 17 # check for the upper and lower case versions. For UTF-8 patterns, the 19 # the fold version. All folded-to characters in non-UTF-8 (Latin1) are 20 # members of fold-pairs, at least within Latin1, 'k', and 'K', for example. 22 # true of UTF-8 patterns, where things can get tricky. Thus for EXACTFL nodes 26 # There are no non-ASCII Latin1 multi-char folds currently, and none likely to 30 # to be an upper Latin1 range multi-character fold. 32 # This is designed for input to regen/regcharlass.pl. [all …]
|
/openbsd-src/lib/libcurses/ |
H A D | default_colors.3 | 4 .\" Copyright 2018-2021,2022 Thomas E. Dickey * 5 .\" Copyright 2000-2011,2016 Free Software Foundation, Inc. * 35 .TH default_colors 3 2023-08-19 "ncurses 6.4" "Library calls" 42 \fBassume_default_colors\fP \- use terminal's default colors 58 Some applications are designed to work with the default background, 66 Full-screen applications that use default colors can achieve similar 71 foreground/background colors to color number \-1. 72 So init_pair(x,COLOR_RED,\-1) 74 and init_pair(x,\-1,COLOR_BLUE) will 79 This function recognizes a special color number \-1, [all …]
|
/openbsd-src/lib/libutil/ |
H A D | pw_init.3 | 8 .\" BG 91-66 and contributed to Berkeley. 67 These functions are designed as conveniences for interactive programs 77 contents of the passwd database into a world-readable file), and 83 for password-related files. 117 function asks the user whether they want to re-edit the password 128 updating the entry corresponding to pw-\*(Gtpw_name 133 is not NULL, opw-\*(Gtpw_name will be used for matching instead. 139 allows the caller to change the user name in an entry as well as 162 is non-null, it is filled in with the following flags: 163 .Bl -tag -width _PASSWORD_NOGIDxxx [all …]
|