Go to file
Jonathan Peyton 4828151635 Fix OMPT event_barrer_end
The OMPT status is never equal to ompt_status_track. ompt_status_track = 0x2 
and ompt_status_track_callback = 0x6 just share a bit, so that we can check 
for traceing and callbacks with the same status.

Patch by Tim Cramer

Differential Revision: http://reviews.llvm.org/D10863

llvm-svn: 241167
2015-07-01 15:16:04 +00:00
clang [DebugInfo] Fix debug info generation for function static variables, typedefs, and records 2015-07-01 12:34:39 +00:00
clang-tools-extra [clang-tidy] minor coding style tweak. make functions static. 2015-07-01 13:29:27 +00:00
compiler-rt [asan] Suppress read_binary_name_regtest.c test failure on unsupported hosts. 2015-06-30 21:28:55 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Properly initialize Module pointer 2015-06-27 12:35:54 +00:00
libcxx Mark N4508, LWG#2407, and LWG#2470 as complete. I don't see that 2470 requires any changes to the library. 2015-06-30 20:06:00 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Fix unw_getcontext() return value on AArch64. 2015-06-25 15:12:46 +00:00
lld Update for llvm api change. 2015-07-01 12:56:33 +00:00
lldb Rename ClangUserExpression members to avoid confusion with language. 2015-07-01 00:54:02 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm [AArch64] Implement add/adds/sub/subs/cmp/cmn with negative immediate aliases 2015-07-01 15:05:58 +00:00
openmp Fix OMPT event_barrer_end 2015-07-01 15:16:04 +00:00
polly Update isl to isl-0.15-30-g3518765 2015-06-30 08:22:14 +00:00