Home
last modified time | relevance | path

Searched refs:LLD (Results 1 – 25 of 2365) sorted by relevance

12345678910>>...95

/dports/science/berkeleygw/BGW-2.0.0/BSE/full_solver/
H A Dpzbssolver2.f90186 LLD, INDH, INDX, INDY, INDRWORK, INDWORK, I local
244 LLD = MAX( LROWS, 1 )
245 LOCALMAT = LLD*LCOLS
247 LLD, INFO )
260 CALL ZGEEV( 'V', 'V', TWON, WORK, LLD, LAMBDA, WORK, LLD, &
261 WORK, LLD, ZTMP, -1, DTMP, INFO )
287 CALL ZGEEV( 'V', 'V', TWON, WORK( INDH ), LLD, LAMBDA, &
288 WORK( INDY ), LLD, WORK( INDX ), LLD, WORK( INDWORK ), &
291 ZTMP = ZDOTC( TWON, WORK( INDX + 2*(I-1)*LLD ), 1, &
292 WORK( INDY + 2*(I-1)*LLD ), 1 )
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
H A Dindex.rst1 LLD - The LLVM Linker
4 LLD is a linker from the LLVM project that is a drop-in replacement
20 - LLD is a drop-in replacement for the GNU linkers that accepts the
24 LLD default system linker in future versions of the operating
26 of February 2017, LLD is able to link the entire FreeBSD/amd64 base
32 - LLD is very fast. When you link a large program on a multicore
46 - You can embed LLD in your program to eliminate dependencies on
115 Using LLD
118 LLD is installed as ``ld.lld``. On Unix, linkers are invoked by
126 ``/usr/bin/ld`` is resolved to LLD.
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
H A Dindex.rst1 LLD - The LLVM Linker
4 LLD is a linker from the LLVM project that is a drop-in replacement
20 - LLD is a drop-in replacement for the GNU linkers that accepts the
24 LLD default system linker in future versions of the operating
26 of February 2017, LLD is able to link the entire FreeBSD/amd64 base
32 - LLD is very fast. When you link a large program on a multicore
46 - You can embed LLD in your program to eliminate dependencies on
115 Using LLD
118 LLD is installed as ``ld.lld``. On Unix, linkers are invoked by
126 ``/usr/bin/ld`` is resolved to LLD.
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
H A Dindex.rst1 LLD - The LLVM Linker
4 LLD is a linker from the LLVM project that is a drop-in replacement
20 - LLD is a drop-in replacement for the GNU linkers that accepts the
24 LLD default system linker in future versions of the operating
26 of February 2017, LLD is able to link the entire FreeBSD/amd64 base
32 - LLD is very fast. When you link a large program on a multicore
46 - You can embed LLD in your program to eliminate dependencies on
115 Using LLD
118 LLD is installed as ``ld.lld``. On Unix, linkers are invoked by
126 ``/usr/bin/ld`` is resolved to LLD.
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
H A Dindex.rst1 LLD - The LLVM Linker
4 LLD is a linker from the LLVM project that is a drop-in replacement
20 - LLD is a drop-in replacement for the GNU linkers that accepts the
24 LLD default system linker in future versions of the operating
26 of February 2017, LLD is able to link the entire FreeBSD/amd64 base
32 - LLD is very fast. When you link a large program on a multicore
46 - You can embed LLD in your program to eliminate dependencies on
115 Using LLD
118 LLD is installed as ``ld.lld``. On Unix, linkers are invoked by
126 ``/usr/bin/ld`` is resolved to LLD.
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
H A Dindex.rst1 LLD - The LLVM Linker
4 LLD is a linker from the LLVM project that is a drop-in replacement
20 - LLD is a drop-in replacement for the GNU linkers that accepts the
24 LLD default system linker in future versions of the operating
26 of February 2017, LLD is able to link the entire FreeBSD/amd64 base
32 - LLD is very fast. When you link a large program on a multicore
46 - You can embed LLD in your program to eliminate dependencies on
115 Using LLD
118 LLD is installed as ``ld.lld``. On Unix, linkers are invoked by
126 ``/usr/bin/ld`` is resolved to LLD.
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
H A Dindex.rst1 LLD - The LLVM Linker
4 LLD is a linker from the LLVM project that is a drop-in replacement
20 - LLD is a drop-in replacement for the GNU linkers that accepts the
24 LLD default system linker in future versions of the operating
26 of February 2017, LLD is able to link the entire FreeBSD/amd64 base
32 - LLD is very fast. When you link a large program on a multicore
46 - You can embed LLD in your program to eliminate dependencies on
115 Using LLD
118 LLD is installed as ``ld.lld``. On Unix, linkers are invoked by
126 ``/usr/bin/ld`` is resolved to LLD.
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
H A Dindex.rst1 LLD - The LLVM Linker
4 LLD is a linker from the LLVM project that is a drop-in replacement
20 - LLD is a drop-in replacement for the GNU linkers that accepts the
24 LLD default system linker in future versions of the operating
26 of February 2017, LLD is able to link the entire FreeBSD/amd64 base
32 - LLD is very fast. When you link a large program on a multicore
46 - You can embed LLD in your program to eliminate dependencies on
115 Using LLD
118 LLD is installed as ``ld.lld``. On Unix, linkers are invoked by
126 ``/usr/bin/ld`` is resolved to LLD.
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
H A Dindex.rst1 LLD - The LLVM Linker
4 LLD is a linker from the LLVM project that is a drop-in replacement
20 - LLD is a drop-in replacement for the GNU linkers that accepts the
24 LLD default system linker in future versions of the operating
26 of February 2017, LLD is able to link the entire FreeBSD/amd64 base
32 - LLD is very fast. When you link a large program on a multicore
46 - You can embed LLD in your program to eliminate dependencies on
115 Using LLD
118 LLD is installed as ``ld.lld``. On Unix, linkers are invoked by
126 ``/usr/bin/ld`` is resolved to LLD.
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
H A Dindex.rst1 LLD - The LLVM Linker
4 LLD is a linker from the LLVM project that is a drop-in replacement
20 - LLD is a drop-in replacement for the GNU linkers that accepts the
24 LLD default system linker in future versions of the operating
26 of February 2017, LLD is able to link the entire FreeBSD/amd64 base
32 - LLD is very fast. When you link a large program on a multicore
46 - You can embed LLD in your program to eliminate dependencies on
115 Using LLD
118 LLD is installed as ``ld.lld``. On Unix, linkers are invoked by
126 ``/usr/bin/ld`` is resolved to LLD.
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD is used to link production builds of large
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/docs/
H A Dwindows_support.rst17 LLD supports Windows operating system. When invoked as ``lld-link.exe`` or with
19 command line options, and it drives further linking processes. LLD accepts
23 The current status is that LLD can link itself on Windows x86/x64
39 same as on Unix (.a). LLD can read it.
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
55 :partial:`Partially done`. LLD currently recognizes these directives:
60 link.exe. However, LLD does not support /DEBUG:FASTLINK.
63 Downloading LLD
70 Building LLD
76 1. Check out LLVM and LLD from the LLVM SVN repository (or Git mirror),
[all …]

12345678910>>...95