| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | HowToReleaseLLVM.rst | 21 LLVM is released on a time based schedule --- with major releases roughly 22 every 6 months. In between major releases there may be dot releases. 24 on feedback from the community. Typically, dot releases should be made if 28 Unless otherwise stated, dot releases will follow the same procedure as 29 major releases. 60 previous -rc releases. 169 The community values time based releases, so releases should not be delayed for 191 * Major releases (X.0): Hans Wennborg 192 * Stable releases (X.n): Tom Stellard 307 #. *Bug fix releases* Patches should be limited to bug fixes or very safe [all …]
|
| H A D | ReleaseNotes.rst | 10 Release notes for previous releases can be found on 11 `the Download Page <https://releases.llvm.org/download.html>`_. 20 some of the current users of the code. All LLVM releases may be downloaded 21 from the `LLVM releases web site <https://llvm.org/releases/>`_. 31 one. To see the release notes for a specific release, please see the `releases 32 page <https://llvm.org/releases/>`_.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
| H A D | ReleaseNotes.rst | 14 Release notes for previous releases can be found on 15 `the Download Page <https://releases.llvm.org/download.html>`_. 24 documentation <https://llvm.org/docs/ReleaseNotes.html>`_. All LLVM releases may 25 be downloaded from the `LLVM releases web site <https://llvm.org/releases/>`_. 33 see the `releases page <https://llvm.org/releases/>`_.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransAutoreleasePool.cpp | 44 SmallVectorImpl<ObjCMessageExpr *> &Releases; member in __anon70d3f9af0111::ReleaseCollector 47 ReleaseCollector(Decl *D, SmallVectorImpl<ObjCMessageExpr *> &releases) in ReleaseCollector() argument 48 : Dcl(D), Releases(releases) { } in ReleaseCollector() 58 Releases.push_back(E); in VisitObjCMessageExpr() 100 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs); in ~AutoreleasePoolRewriter() 154 relI = scope.Releases.begin(), in ~AutoreleasePoolRewriter() 155 relE = scope.Releases.end(); relI != relE; ++relI) { in ~AutoreleasePoolRewriter() 230 SmallVector<ObjCMessageExpr *, 4> Releases; member 337 // Collect all releases of the pool; they will be removed. in handlePoolScope() 339 ReleaseCollector releaseColl(scope.PoolVar, scope.Releases); in handlePoolScope()
|
| /netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
| H A D | crontab | 4 32 22 * * 4 sh /home/gccadmin/scripts/gcc_release -s 9:releases/gcc-9 -l -d /sourceware/snapshot-tm… 5 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 10:releases/gcc-10 -l -d /sourceware/snapshot-… 6 32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 11:releases/gcc-11 -l -d /sourceware/snapshot-…
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ReleaseNotes.rst | 14 Release notes for previous releases can be found on 15 `the Download Page <https://releases.llvm.org/download.html>`_. 26 releases may be downloaded from the `LLVM releases web 27 site <https://llvm.org/releases/>`_. 36 see the `releases page <https://llvm.org/releases/>`_. 180 two releases with that flag forced off, and no uses were added that forced it
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NSAutoreleasePoolChecker.cpp | 35 mutable Selector releaseS; member in __anon02d641830111::NSAutoreleasePoolChecker 54 if (releaseS.isNull()) in checkPreObjCMessage() 55 releaseS = GetNullarySelector("release", C.getASTContext()); in checkPreObjCMessage() 57 if (msg.getSelector() != releaseS) in checkPreObjCMessage()
|
| /netbsd-src/share/doc/papers/relengr/ |
| H A D | 2.t | 134 If the releases are too infrequent, then 136 will be inundated with requests for interim releases. 140 causing them to ignore the releases. 143 Frequent releases slow the rate of development and
|
| H A D | 1.t | 44 Releases from Berkeley alternate between those that introduce 47 This alternation allows timely releases, while providing for refinement, 49 The timely followup of ``cleanup'' releases reflects the importance
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | ttm_lock.h | 96 * Releases a read lock. 134 * Releases a write lock. 173 * Releases a suspend lock 197 * Releases a vt lock. 208 * Releases a write lock.
|
| /netbsd-src/lib/libpthread/ |
| H A D | threads.3 | 62 .It Xr cnd_destroy 3 Ta releases all resources used by a condition 67 .It Xr mtx_destroy 3 Ta releases resources used by a mutex 81 .It Xr tss_delete 3 Ta releases resources used by a thread-specific storage
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | IPv6-ChangeLog | 82 Version 1.21 Postfix releases 2.0.18 - 2.0.19 147 Version 1.18 Postfix releases 2.0.14 - 2.0.15 242 Bugfix (Postfix releases only - this was already added to 248 Version 1.14 Postfix releases 2.0.9, 2.0.10, 2.0.11, 2.0.12 287 Version 1.13 Postfix releases 2.0.4 - 2.0.9 301 Version 1.12 Postfix releases 2.0.2, 2.0.3 310 Version 1.11 Postfix releases 2.0.0.x, 2.0.1, 2.0.2 325 Postfix releases 2.0.0, 2.0.0.{1,2}
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| H A D | ObjCARCOpts.cpp | 167 STATISTIC(NumAutoreleases,"Number of autoreleases converted to releases"); 176 "Number of releases before optimization"); 180 "Number of releases after optimization"); 536 DenseMap<Value *, RRInfo> &Releases, 540 DenseMap<Value *, RRInfo> &Releases); 543 DenseMap<Value *, RRInfo> &Releases); 547 DenseMap<Value *, RRInfo> &Releases, 552 DenseMap<Value *, RRInfo> &Releases, Module *M, 561 DenseMap<Value *, RRInfo> &Releases, Module *M); 1312 // suggesting a mismatch in between retains/releases. This is true for in CheckForCFGHazards() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/ |
| H A D | README | 4 changes from previous releases, see the CHANGES file in this 8 releases. 50 news, releases announcements, pointers to other LDAP resources,
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/config/ |
| H A D | mh-aix | 4 # Most releases of AIX 3.1 include an incorrect internal version of copysign 8 # 3.1.8 and above, including all releases of AIX 3.2.
|
| /netbsd-src/external/gpl3/gdb/dist/libiberty/config/ |
| H A D | mh-aix | 4 # Most releases of AIX 3.1 include an incorrect internal version of copysign 8 # 3.1.8 and above, including all releases of AIX 3.2.
|
| /netbsd-src/external/gpl3/gdb.old/dist/libiberty/config/ |
| H A D | mh-aix | 4 # Most releases of AIX 3.1 include an incorrect internal version of copysign 8 # 3.1.8 and above, including all releases of AIX 3.2.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/config/ |
| H A D | mh-aix | 4 # Most releases of AIX 3.1 include an incorrect internal version of copysign 8 # 3.1.8 and above, including all releases of AIX 3.2.
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/config/ |
| H A D | mh-aix | 4 # Most releases of AIX 3.1 include an incorrect internal version of copysign 8 # 3.1.8 and above, including all releases of AIX 3.2.
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/config/ |
| H A D | mh-aix | 4 # Most releases of AIX 3.1 include an incorrect internal version of copysign 8 # 3.1.8 and above, including all releases of AIX 3.2.
|
| /netbsd-src/external/public-domain/xz/dist/ |
| H A D | README | 83 NEWS User-visible changes between XZ Utils releases 94 releases (and possibly also in some binary packages), the man pages 133 unstable releases: 141 in earlier unstable releases having the same X.Y may break. 144 stable releases, where Y is an even number. When Y is odd, S 146 versions are not stable releases. The same X.Y.Z combination is
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/demos/ |
| H A D | README | 2 OpenSSL releases, or even with later SSLeay releases.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-riscv.texi | 756 It is documented in @url{https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.… 761 It is documented in @url{https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.… 766 It is documented in @url{https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.… 771 It is documented in @url{https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.… 776 It is documented in @url{https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.… 781 It is documented in @url{https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.… 786 It is documented in @url{https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.1.… 791 It is documented in @url{https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.1.… 796 It is documented in @url{https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.… 801 It is documented in @url{https://github.com/T-head-Semi/thead-extension-spec/releases/download/2.0.… [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| H A D | crontab | 4 32 22 * * 5 sh /home/gccadmin/scripts/gcc_release -s 8:releases/gcc-8 -l -d /sourceware/snapshot-tm… 5 32 22 * * 6 sh /home/gccadmin/scripts/gcc_release -s 9:releases/gcc-9 -l -d /sourceware/snapshot-tm…
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | gennews | 54 This file contains information about GCC releases which has been generated 55 automatically from the online release notes. It covers releases of GCC 57 that led to GCC 3. For information on GCC 2.8.1 and older releases of GCC 2,
|