HomeSort by: relevance | last modified time | path
    Searched refs:Release (Results 1 - 25 of 222) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/mit/libcbor/dist/docs/
release_meta.rb 4 class Release
6 @@release ||= JSON.load(open('https://api.github.com/repos/pjk/libcbor/releases')).first
7 @@release['tag_name']
  /src/external/apache2/llvm/dist/llvm/utils/release/
test-release.sh 2 #===-- test-release.sh - Test the LLVM release candidates ------------------===#
10 # Download, build, and test the release candidate for an LLVM release.
25 Release=""
51 echo "usage: `basename $0` -release X.Y.Z -rc NUM [OPTIONS]"
53 echo " -release X.Y.Z The release version to test."
54 echo " -rc NUM The pre-release candidate number."
55 echo " -final The final release candidate.
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
test 43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
test 43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 39 Release,
59 Release = nullptr;
77 case ARCRuntimeEntryPointKind::Release:
78 return getIntrinsicEntryPoint(Release, Intrinsic::objc_release);
112 Function *Release = nullptr;
ObjCARCContract.cpp 95 Instruction *Release, inst_iterator &Iter,
198 Instruction *Release,
208 // Walk down to find the store and the release, which may be in either order.
212 // If we found the store we were looking for and saw the release,
217 // Now we know that we have not seen either the store or the release. If I
218 // is the release, mark that we saw the release and continue.
220 if (Inst == Release) {
236 // If we have seen the store, but not the release...
238 // We need to make sure that it is safe to move the release from it
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/timing/
time 30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
  /src/sys/external/bsd/compiler_rt/dist/test/timing/
time 30 test $ARCH $FILE tuned ../../darwin_fat/Release/libcompiler_rt.a
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/
check_cmake.sh 11 CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 4 echo "Usage: wintest.bat <Release | ReleaseDLL | Debug | DebugDLL"
21 if "%1" == "Release" ( goto :Release )
29 :Release
  /src/external/bsd/openldap/dist/build/
version.sh 21 ol_type=Release
mkrelease 16 # Make a release
55 echo Release: $RELNAME
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 121 if (context->submitted_synchronously) Release(thr, pc, submit_sync);
126 if (serial_task && serial_sync) Release(thr, pc, serial_sync);
127 if (!serial_task && concurrent_sync) Release(thr, pc, concurrent_sync);
168 Release(thr, pc, (uptr)new_context); \
180 Release(thr, pc, (uptr)&new_context); \
194 Release(thr, pc, (uptr)new_context); \
206 Release(thr, pc, (uptr)&new_context); \
220 // context, which is used to synchronize (we release the context before
261 Release(thr, pc, (uptr)new_context);
282 // predicate), so the interceptor is always called, and let's add proper release
    [all...]
tsan_vector_clock.h 29 void Release(VectorClock** dstp) const;
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_libdispatch.cpp 121 if (context->submitted_synchronously) Release(thr, pc, submit_sync);
126 if (serial_task && serial_sync) Release(thr, pc, serial_sync);
127 if (!serial_task && concurrent_sync) Release(thr, pc, concurrent_sync);
168 Release(thr, pc, (uptr)new_context); \
180 Release(thr, pc, (uptr)&new_context); \
194 Release(thr, pc, (uptr)new_context); \
206 Release(thr, pc, (uptr)&new_context); \
220 // context, which is used to synchronize (we release the context before
261 Release(thr, pc, (uptr)new_context);
282 // predicate), so the interceptor is always called, and let's add proper release
    [all...]
tsan_vector_clock.h 29 void Release(VectorClock** dstp) const;
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 131 if (context->submitted_synchronously) Release(thr, pc, submit_sync);
136 if (serial_task && serial_sync) Release(thr, pc, serial_sync);
137 if (!serial_task && concurrent_sync) Release(thr, pc, concurrent_sync);
178 Release(thr, pc, (uptr)new_context); \
190 Release(thr, pc, (uptr)&new_context); \
204 Release(thr, pc, (uptr)new_context); \
216 Release(thr, pc, (uptr)&new_context); \
224 // context, which is used to synchronize (we release the context before
244 Release(thr, pc, (uptr)new_context);
265 // predicate), so the interceptor is always called, and let's add proper release
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ObjCARCInstKind.cpp 39 case ARCInstKind::Release:
40 return OS << "ARCInstKind::Release";
112 return ARCInstKind::Release;
219 // operands of interest. And ret is never followed by a release, so it's
320 case ARCInstKind::Release:
353 case ARCInstKind::Release:
390 case ARCInstKind::Release:
426 case ARCInstKind::Release:
456 case ARCInstKind::Release:
491 case ARCInstKind::Release
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
AtomicOrdering.h 32 release = 3, member in class:llvm::AtomicOrderingCABI
54 /// not_atomic-->unordered-->relaxed-->release--------------->acq_rel-->seq_cst
62 Release = 5,
83 "consume", "acquire", "release",
98 /* release */ { true, true, true, false, false, false, false, false},
113 /* release */ { true, true, true, false, false, true, false, false},
133 return isAtLeastOrStrongerThan(AO, AtomicOrdering::Release);
143 /* release */ AtomicOrderingCABI::release,
  /src/external/gpl2/xcvs/dist/diff/
libdiff.mak 7 !IF "$(CFG)" != "libdiff - Win32 Release" && "$(CFG)" != "libdiff - Win32 Debug"
16 !MESSAGE "libdiff - Win32 Release" (based on "Win32 (x86) Static Library")
28 !IF "$(CFG)" == "libdiff - Win32 Release"
42 ALL : "libcvs - Win32 Release" "$(OUTDIR)\libdiff.lib"
246 !IF "$(CFG)" == "libdiff - Win32 Release" || "$(CFG)" == "libdiff - Win32 Debug"
312 !IF "$(CFG)" == "libdiff - Win32 Release"
314 "libcvs - Win32 Release" :
316 $(MAKE) /$(MAKEFLAGS) /F ".\libcvs.mak" CFG="libcvs - Win32 Release"
321 $(MAKE) /$(MAKEFLAGS) /F ".\libcvs.mak" CFG="libcvs - Win32 Release" RECURSE=1 CLEAN
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ObjCARCInstKind.h 33 Release, ///< objc_release
  /src/external/mit/libcbor/dist/
release.sh 3 # Guides my forgetful self through the release process.
4 # Usage release.sh VERSION
36 grep 'version =\|release =' doc/source/conf.py
59 cmake $DIR -DCMAKE_BUILD_TYPE=Release -DWITH_TESTS=ON
65 git commit -m "[Release] Add current API documentation"
67 prompt "Will proceed to tag the release with $TAG_NAME."
73 echo "Release ready in $OUTDIR"
74 echo "Add the release to GitHub at https://github.com/PJK/libcbor/releases/new *now*"
75 prompt "Have you added the release to https://github.com/PJK/libcbor/releases/tag/$TAG_NAME?"
82 git commit -m "[Release] Update website to $TAG_NAME
    [all...]
  /src/sys/arch/hpc/stand/
Makefile 79 -rm -rf compile/ARM*Debug compile/ARM*Release \
80 compile/SH*Debug compile/SH*Release \
90 file=`echo "compile/"$$a"Release/hpcboot.exe"`; \
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
GlobalStatus.cpp 31 /// and release, then return AcquireRelease.
34 if ((X == AtomicOrdering::Acquire && Y == AtomicOrdering::Release) ||
35 (Y == AtomicOrdering::Acquire && X == AtomicOrdering::Release))
  /src/external/gpl2/mkhybrid/dist/
mkisofs.spec 5 Release: 1

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 9