summaryrefslogtreecommitdiffstats
path: root/openmp/runtime
Commit message (Expand)AuthorAgeFilesLines
* Fix memory corruption in Windows debug libraryJonathan Peyton2015-09-252-6/+6
* [OpenMP Testsuite] Change omp_get_wtime.c timer resolution to 3 percentJonathan Peyton2015-09-241-1/+1
* [OpenMP Testsuite] Mac rpath specified when compiling testsJonathan Peyton2015-09-242-2/+1
* Fix stats build problem.Jonathan Peyton2015-09-242-4/+1
* Update Reference.pdf files.Jonathan Peyton2015-09-232-5855/+6168
* OpenMP Initial testsuite change to purely llvm-lit based testingJonathan Peyton2015-09-2173-0/+5992
* Use sysconf for the number of cores on FreeBSD too.Joerg Sonnenberger2015-09-211-13/+2
* Complex division requires libm on NetBSD, add it.Joerg Sonnenberger2015-09-211-0/+3
* Add basic NetBSD support.Joerg Sonnenberger2015-09-216-15/+25
* Teach the Perl modules about NetBSD.Joerg Sonnenberger2015-09-212-1/+6
* libomp on NetBSD needs libc, libpthread and libm.Joerg Sonnenberger2015-09-211-0/+2
* Assume that all Unix-like systems will want to handle signals andJoerg Sonnenberger2015-09-211-1/+1
* Darwin is the exception when it comes to accessing environ, all otherJoerg Sonnenberger2015-09-211-4/+2
* [OMPT] Simplify control variable logic for OMPTJonathan Peyton2015-09-2112-157/+122
* [OMPT] Overhaul OMPT initialization interfaceJonathan Peyton2015-09-219-158/+195
* Fix the OpenMP 3.0 buildJonathan Peyton2015-09-217-6/+25
* [OMPT] Correct an incorrect OMPT ifdef Jonathan Peyton2015-09-181-1/+1
* Force the readelf call to be in EnglishSylvestre Ledru2015-09-161-0/+5
* Removing the Makefile/Perl build system.Jonathan Peyton2015-09-1431-7277/+30
* [OMPT] Fix assertion that arises when waiting for proxy tasks on runtime shut...Jonathan Peyton2015-09-102-11/+19
* Fix depth field bug and resize() function in hierarchical barrierJonathan Peyton2015-09-102-12/+26
* Cleanup of affinity hierarchy code.Jonathan Peyton2015-09-104-456/+310
* Fix hanging barriers if number of parallel regions exceeds UINT_MAXJonathan Peyton2015-09-104-24/+24
* Remove duplicate of num_threads assignment.Jonathan Peyton2015-09-021-1/+0
* Remove fork_context argument from __kmp_join_call() when OMPT is offJonathan Peyton2015-08-314-7/+28
* Follow up to r246426 (Break Fortran Module Files build)Jonathan Peyton2015-08-311-6/+7
* D12403: Fix GCC warning 'always_inline function might not be inlinable'Andrey Churbanov2015-08-313-3/+6
* Fix for Fortran modules build (from C.Bergstrom)Andrey Churbanov2015-08-311-6/+6
* Add kmp_config.h.cmakeJonathan Peyton2015-08-281-0/+92
* [OpenMP] [CMake] Removing expand-vars.pl in favor of CMake's configure_file()Jonathan Peyton2015-08-2824-230/+128
* Update README.txt to include table of supported Power processorsJonathan Peyton2015-08-271-0/+14
* Put taskdata variables under KMP_DEBUG guards.Jonathan Peyton2015-08-262-4/+6
* Replace variables with definitions inside KMP_DEBUG_ASSERT statementsJonathan Peyton2015-08-262-7/+3
* Remove redundant definition of thr in kmp_gsupport.cJonathan Peyton2015-08-261-2/+1
* Remove unused caller_gtid variable in both z_Linux_util.c and z_Windows_NT_ut...Jonathan Peyton2015-08-262-4/+0
* Fix machine topology pruning.Jonathan Peyton2015-08-251-17/+22
* Update z_Linux_asm.s to use platform macrosJonathan Peyton2015-08-203-35/+34
* D11990: Lock-free start of serialized parallel regionsAndrey Churbanov2015-08-181-25/+30
* D11988: Force serial reduction when team size is 1Andrey Churbanov2015-08-171-4/+3
* D11157: Fixed missed threads re-binding in case team size reduced via omp_set...Andrey Churbanov2015-08-171-1/+2
* Remove unused KMP_SETVERSION macroJonathan Peyton2015-08-132-12/+0
* Fix two typos in documentationJonathan Peyton2015-08-122-2/+2
* One line fix for hierarchical barrierJonathan Peyton2015-08-121-0/+1
* Add recognition of the Intel 16.0 compiler in kmp_version.cJonathan Peyton2015-08-121-0/+2
* Tidy statistics collectionJonathan Peyton2015-08-1112-131/+233
* Fix link error on Windows when LIBOMP_USE_DEBUGGER is offJonathan Peyton2015-08-062-2/+3
* D11156: Fix comments by eliminating possible trademark conflictsAndrey Churbanov2015-08-053-9/+8
* D11301: Remove the __kmp_invoke_microtask() that relies on libffiAndrey Churbanov2015-08-051-55/+1
* D11159: Fixing the stack offset functionalityAndrey Churbanov2015-08-051-3/+8
* Update Build_With_CMake.txt to reflect changes in CMake refactorJonathan Peyton2015-07-271-131/+91
OpenPOWER on IntegriCloud