Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 2010) sorted by relevance

12345678910>>...81

/openbsd/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.pm564 if (9841 <= $build && $build <= 10240) {
566 $desc .= " (Preview Build $build)" if $build < 10240;
569 elsif (10525 <= $build && $build <= 10586) {
571 $desc .= " (Preview Build $build)" if $build < 10586;
573 elsif (11082 <= $build && $build <= 14393) {
575 $desc .= " (Preview Build $build)" if $build < 14393;
577 elsif (14901 <= $build && $build <= 15063) {
581 elsif (16170 <= $build && $build <= 16299) {
585 elsif (16353 <= $build && $build <= 17134) {
589 elsif (17604 <= $build && $build <= 17763) {
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D921029-1.c5 build(long h, long l) in build() function
17 if (build(0, 1) != 0x0000000000000001LL) in main()
19 if (build(0, 0) != 0x0000000000000000LL) in main()
21 if (build(0, 0xFFFFFFFF) != 0x00000000FFFFFFFFLL) in main()
23 if (build(0, 0xFFFFFFFE) != 0x00000000FFFFFFFELL) in main()
25 if (build(1, 1) != 0x0000000100000001LL) in main()
27 if (build(1, 0) != 0x0000000100000000LL) in main()
29 if (build(1, 0xFFFFFFFF) != 0x00000001FFFFFFFFLL) in main()
31 if (build(1, 0xFFFFFFFE) != 0x00000001FFFFFFFELL) in main()
33 if (build(0xFFFFFFFF, 1) != 0xFFFFFFFF00000001LL) in main()
[all …]
/openbsd/gnu/llvm/clang/tools/scan-build/
H A DCMakeLists.txt1 option(CLANG_INSTALL_SCANBUILD "Install the scan-build tool" ON)
7 scan-build
8 scan-build.bat
18 scan-build
32 scan-build.1)
51 COMPONENT scan-build)
65 COMPONENT scan-build)
79 COMPONENT scan-build)
91 install(FILES share/scan-build/${ShareFile}
93 COMPONENT scan-build)
[all …]
/openbsd/gnu/llvm/clang/tools/scan-build-py/
H A DREADME.md1 scan-build
7 the build, as well as scan-build tool, which logs the build and runs
30 $ scan-build <your build command>
34 $ intercept-build <your build command>
39 $ analyze-build
49 $ intercept-build <your build command>
54 $ analyze-build --ctu
62 $ analyze-build --ctu-collect-only
65 $ analyze-build --ctu-analyze-only
73 Generally speaking, the `intercept-build` and `analyze-build` tools together
[all …]
H A DCMakeLists.txt2 "analyze-build"
3 "intercept-build"
4 "scan-build")
36 # Need to rename scan-build to scan-build-py to prevent overwriting
37 # scan-build Perl implementation.
47 RENAME scan-build-py
48 COMPONENT scan-build-py)
60 COMPONENT scan-build-py)
76 COMPONENT scan-build-py)
92 COMPONENT scan-build-py)
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/ubsan/
H A DBUILD.gn28 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
29 configs += [ "//llvm/utils/gn/build:crt_code" ]
56 configs += [ "//llvm/utils/gn/build:crt_code" ]
63 configs += [ "//llvm/utils/gn/build:crt_code" ]
77 configs -= [ "//llvm/utils/gn/build:no_rtti" ]
89 configs -= [ "//llvm/utils/gn/build:no_rtti" ]
110 "//llvm/utils/gn/build:llvm_code",
111 "//llvm/utils/gn/build:no_rtti",
112 "//llvm/utils/gn/build:thin_archive",
131 "//llvm/utils/gn/build:llvm_code",
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Config-Perl-V/
H A DV.pm307 my $build = { %empty_build };
310 and $build->{'stamp'} = $1;
312 and $build->{'patches'} = [ split m{\n+\s*}, $1 ];
316 $build->{'osname'} = $config{'osname'};
318 and $build->{'osname'} = $1;
319 $config{'osname'} ||= $build->{'osname'};
322 'build' => $build,
373 my $build = { %empty_build };
379 $build->{'osname'} = $^O;
380 $build->{'stamp'} = $stamp;
[all …]
/openbsd/gnu/gcc/gcc/doc/
H A Dconfigterms.texi17 are building on (@dfn{build}), the machine that you are building for
20 @option{--build=}, @option{--host=}, and @option{--target=}.
24 is also the build, which may not be true.
26 If build, host, and target are all the same, this is called a
28 this is called a @dfn{cross}. If build, host, and target are all
31 on the build at that time). If host and target are the same, but build
36 build a cross compiler that produces code for the machine you're
41 used to build the target libraries (like @code{libstdc++}). If build and host
42 are different, you must have already build and installed a cross
43 compiler that will be used to build the target libraries (if you
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dconfigterms.texi17 are building on (@dfn{build}), the machine that you are building for
20 @option{--build=}, @option{--host=}, and @option{--target=}.
24 is also the build, which may not be true.
26 If build, host, and target are all the same, this is called a
28 this is called a @dfn{cross}. If build, host, and target are all
31 on the build at that time). If host and target are the same, but build
36 build a cross compiler that produces code for the machine you're
41 used to build the target libraries (like @code{libstdc++}). If build and host
42 are different, you must have already build and installed a cross
43 compiler that will be used to build the target libraries (if you
[all …]
/openbsd/gnu/llvm/llvm/docs/
H A DAdvancedBuilds.rst12 does not build the project, it generates the files needed by your build tool
35 bootstrap build.
37 In a simple two-stage bootstrap build, we build clang using the system compiler,
64 the stage2 build for C and C++.
70 The clang build system refers to builds as stages. A stage1 build is a standard
71 build using the compiler installed on the host, and a stage2 build is built
104 build configurations.
142 will automatically build the stage1 compiler, build the instrumented compiler
246 Then, to build the final optimized binary, build the stage2-clang++-bolt
260 be a three stage build. The idea of a three stage build is you take your sources
[all …]
H A DREADME.txt14 cd <build-dir>
17 $BROWSER <build-dir>/docs/html/index.html
20 `docs/Foo.rst` <-> `<build-dir>/docs//html/Foo.html` <-> `https://llvm.org/docs/Foo.html`.
33 directory `<build-dir>/docs/man/`.
35 cd <build-dir>
38 man -l <build-dir>/docs/man/FileCheck.1
41 `docs/CommandGuide/Foo.rst` <-> `<build-dir>/docs//man/Foo.1`.
53 sphinx-build -b linkcheck . _build/lintcheck/
61 cd <build-dir>
68 <build-dir>/docs/doxygen/html # for LLVM docs
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/hwasan/
H A DBUILD.gn24 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
25 configs += [ "//llvm/utils/gn/build:crt_code" ]
75 configs += [ "//llvm/utils/gn/build:crt_code" ]
86 "//llvm/utils/gn/build:llvm_code",
87 "//llvm/utils/gn/build:thin_archive",
89 configs += [ "//llvm/utils/gn/build:crt_code" ]
98 "//llvm/utils/gn/build:llvm_code",
99 "//llvm/utils/gn/build:thin_archive",
101 configs += [ "//llvm/utils/gn/build:crt_code" ]
127 "//llvm/utils/gn/build:llvm_code",
[all …]
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DChooseMSVCCRT.cmake9 # override that for each build type:
64 string(TOUPPER "${build_type}" build)
65 if (NOT LLVM_USE_CRT_${build})
66 get_current_crt(LLVM_USE_CRT_${build}
68 CMAKE_CXX_FLAGS_${build})
69 set(LLVM_USE_CRT_${build}
70 "${LLVM_USE_CRT_${build}}"
73 set_property(CACHE LLVM_USE_CRT_${build}
75 endif(NOT LLVM_USE_CRT_${build})
79 string(TOUPPER "${build_type}" build)
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/
H A DREADME.rst13 *Warning* The GN build is experimental and best-effort. It might not work,
15 necessary. LLVM's official build system is CMake, if in doubt use that.
17 to update GN build files. Reviewers should not ask authors to update GN build
19 build.
23 which then shell out to ninja for the actual build.
28 non-goals for the GN build.
62 before starting the build.
70 after making GN build changes is your friend.
126 check while everything else can build parallel with it.
130 config.h in a build step).
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/
H A DBUILD.gn2 import("//llvm/utils/gn/build/mac_sdk.gni")
3 import("//llvm/utils/gn/build/toolchain/compiler.gni")
5 # In the GN build, compiler-rt is always built by just-built clang and lld.
9 supported_toolchains = [ "//llvm/utils/gn/build/toolchain:stage2_win" ]
10 supported_toolchains += [ "//llvm/utils/gn/build/toolchain:stage2_win_x86" ]
12 supported_toolchains = [ "//llvm/utils/gn/build/toolchain:stage2_unix" ]
17 [ "//llvm/utils/gn/build/toolchain:stage2_baremetal_aarch64" ]
26 # That would match the cmake build.
29 deps += [ "//compiler-rt/lib/builtins(//llvm/utils/gn/build/toolchain:stage2_ios_aarch64)" ]
32 deps += [ "//compiler-rt/lib/builtins(//llvm/utils/gn/build/toolchain:stage2_iossim_x64)" ]
/openbsd/gnu/usr.bin/binutils-2.17/
H A DMakefile.def258 dependencies = { module=all-build-bison; on=all-build-texinfo; };
259 dependencies = { module=all-build-byacc; on=all-build-texinfo; };
260 dependencies = { module=all-build-flex; on=all-build-texinfo; };
261 dependencies = { module=all-build-flex; on=all-build-bison; };
262 dependencies = { module=all-build-flex; on=all-build-byacc; };
263 dependencies = { module=all-build-flex; on=all-build-m4; };
264 dependencies = { module=all-build-libiberty; on=all-build-texinfo; };
265 dependencies = { module=all-build-m4; on=all-build-texinfo; };
266 dependencies = { module=all-build-fixincludes; on=all-build-libiberty; };
278 dependencies = { module=all-gcc; on=all-build-flex; };
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/secondary/compiler-rt/lib/asan/
H A DBUILD.gn137 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
138 configs += [ "//llvm/utils/gn/build:crt_code" ]
143 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
144 configs += [ "//llvm/utils/gn/build:crt_code" ]
152 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
153 configs += [ "//llvm/utils/gn/build:crt_code" ]
158 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
159 configs += [ "//llvm/utils/gn/build:crt_code" ]
173 configs -= [ "//llvm/utils/gn/build:llvm_code" ]
174 configs += [ "//llvm/utils/gn/build:crt_code" ]
[all …]
/openbsd/gnu/llvm/llvm/utils/gn/build/
H A DBUILDCONFIG.gn6 "//llvm/utils/gn/build:compiler_defaults",
7 "//llvm/utils/gn/build:llvm_code",
8 "//llvm/utils/gn/build:no_exceptions",
9 "//llvm/utils/gn/build:no_rtti",
10 "//llvm/utils/gn/build:thin_archive",
11 "//llvm/utils/gn/build:warn_covered_switch_default",
25 configs = shared_binary_target_configs + [ "//llvm/utils/gn/build:zdefs" ]
46 host_toolchain = "//llvm/utils/gn/build/toolchain:win"
48 host_toolchain = "//llvm/utils/gn/build/toolchain:unix"
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang/tools/scan-build/
H A DBUILD.gn1 group("scan-build") {
11 sources = [ "bin/scan-build" ]
15 sources += [ "bin/scan-build.bat" ]
35 sources = [ "man/scan-build.1" ]
41 "share/scan-build/scanview.css",
42 "share/scan-build/sorttable.js",
44 outputs = [ "$root_build_dir/share/scan-build/{{source_file_part}}" ]
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/
H A Dobjdbg03.exp112 set exec_output_data1 [lindex [remote_exec build "${symaddrfile} ${binfile} data1"] 1]
115 set exec_output_data2 [lindex [remote_exec build "${symaddrfile} ${binfile} data2"] 1]
118 set exec_output_data3 [lindex [remote_exec build "${symaddrfile} ${binfile} data3"] 1]
121 set exec_output_data10 [lindex [remote_exec build "${symaddrfile} ${binfile} data10"] 1]
124 set exec_output_data11 [lindex [remote_exec build "${symaddrfile} ${binfile} data11"] 1]
127 set exec_output_common1 [lindex [remote_exec build "${symaddrfile} ${binfile} common1"] 1]
130 set exec_output_common2 [lindex [remote_exec build "${symaddrfile} ${binfile} common2"] 1]
133 set exec_output_common3 [lindex [remote_exec build "${symaddrfile} ${binfile} common3"] 1]
136 set exec_output_common10 [lindex [remote_exec build "${symaddrfile} ${binfile} common10"] 1]
139 set exec_output_common11 [lindex [remote_exec build "${symaddrfile} ${binfile} common11"] 1]
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVERegisterInfo.cpp150 return build(get(InstOpc), DestReg); in build()
155 inline MachineInstrBuilder build(unsigned InstOpc) { in build() function in __anon1c45b9a90111::EliminateFrameIndex
156 return build(get(InstOpc)); in build()
214 build(VE::ANDrm, clobber).addReg(clobber).addImm(M0(32)); in prepareReplaceFI()
215 build(VE::LEASLrri, clobber) in prepareReplaceFI()
302 build(VE::SVMmr, TmpReg).addReg(SrcReg).addImm(i); in processSTVM()
354 build(VE::LVMir_m, DestReg) in processLDVM()
395 build(VE::SVMmr, TmpReg).addReg(SrcHiReg).addImm(i); in processSTVM512()
426 build(VE::IMPLICIT_DEF, DestReg); in processLDVM512()
431 build(VE::LVMir_m, DestLoReg) in processLDVM512()
[all …]
/openbsd/gnu/llvm/llvm/utils/docker/example/
H A DDockerfile1 #===- llvm/utils/docker/example/build/Dockerfile -------------------------===//
8 # This is an example Dockerfile to build an image that compiles clang.
11 # Stage 1. Check out LLVM source code and run the build.
16 # FIXME: Install llvm/clang build dependencies here. Including compiler to
17 # build stage1, cmake, subversion, ninja, etc.
25 # Run the build. Results of the build will be available at /tmp/clang-install/.
30 # Stage 2. Produce a minimal release image with build results.
38 # Copy build results of stage 1 to /usr/local.
/openbsd/gnu/llvm/clang/
H A DINSTALL.txt5 These instructions describe how to build and install Clang.
11 Clang is designed to be built as part of an LLVM build. Assuming that the LLVM
18 LLVM build system to automatically recognize it and build it along with LLVM.
24 Configure and build your copy of LLVM (see $LLVM_SRC_ROOT/GettingStarted.html
29 directory to build Clang.
35 It is a good idea to run the Clang tests to make sure your build works
36 correctly. From inside the Clang build directory, run 'make test' to run the
43 From inside the Clang build directory, run 'make install' to install the Clang
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/lib/
H A Df-torture.exp82 remote_file build delete $output
88 remote_file build delete $output
100 remote_file build delete $output
107 remote_file build delete $output
116 remote_file build delete $output
121 remote_file build delete $output
179 remote_file build delete $executable
191 remote_file build delete $executable
197 remote_file build delete $executable
206 remote_file build delete $executable
[all …]
/openbsd/gnu/llvm/clang/cmake/caches/
H A DREADME.txt5 a build directory with commonly used settings.
9 cmake -G <build system>
21 The Apple stage1 cache configures a two stage build similar to how Apple builds
22 the clang shipped with Xcode. The build files generated from this invocation has
23 a target named "stage2" which performs an LTO build of clang.
25 The Apple-stage2 cache can be used directly to match the build settings Apple
26 uses in shipping builds without doing a full bootstrap build.
32 You can configure your build directory with the following invocation of CMake:
40 llvm-profdata) then uses that compiler to build an instrumented stage2 compiler.
48 compiler with the stage2 profdata to build a PGO-optimized compiler.
[all …]

12345678910>>...81