- Jun 01, 2015
-
-
Jonathan Peyton authored
Adding a new file libomp.rc.var in anticipation of more name change commits. This file is a copy of libiomp.rc.var. llvm-svn: 238710
-
- May 29, 2015
-
-
Jonathan Peyton authored
The CMAKE_OSX_ARCHITECTURES CMake variable allows users to build universal fat libraries that contain both i386 and x86_64 code. These changes allow this build by having the z_Linux_asm.s file detect the architecture itself instead of receiving it through the build system. Also, there was a LIBOMP_OSX_ARCHITECTURES CMake variable added to allow people to only build libomp as a fat library and not the entire LLVM/Clang system. http://lists.cs.uiuc.edu/pipermail/openmp-dev/2015-May/000626.html llvm-svn: 238566
-
- May 28, 2015
-
-
Jonathan Peyton authored
A while back, Hal mentioned fixing a comment concerning balanced affinity. http://lists.cs.uiuc.edu/pipermail/openmp-dev/2014-December/000358.html I forgot about fixing it until now, but now is better than never. llvm-svn: 238378
-
- May 27, 2015
-
-
Jonathan Peyton authored
Change check of __GNUC__ macro from: __GNUC__ == 4 to __GNUC__ >= 4 llvm-svn: 238347
-
- May 26, 2015
-
-
Jonathan Peyton authored
A while back, Hal suggested updating the GUIDEDLL_EXPORTS macro guard to a more descriptive name. It represents a dynamic library build so KMP_DYNAMIC_LIB is a more suitable name. Differential Revision: http://reviews.llvm.org/D9899 llvm-svn: 238221
-
Jonathan Peyton authored
The variable j is now checked so there is no possible out-of-bounds issue when accessing __kmp_nested_nth.nth[] array. llvm-svn: 238216
-
Jonathan Peyton authored
This off-by-one error could lead to an out-of-bounds access on the cons_text_c[] array. llvm-svn: 238215
-
- May 23, 2015
-
-
Jonathan Peyton authored
These fixes make doxygen happy. llvm-svn: 238061
-
Jonathan Peyton authored
These spelling errors are in comments and some debug messages. llvm-svn: 238060
-
- May 21, 2015
-
-
Jonathan Peyton authored
Should be looking at parent_task->td_flags.final instead of the recently allocated task. llvm-svn: 237959
-
Jonathan Peyton authored
The fix simply syncs up the new threads to have the same task_state and task_team as the old threads. The master thread is skipped, because it shouldn't at this point have the team's task_team value yet -- it should still have parent_team's task_team. It gets pointed at the new team's task_team later, after __kmp_allocate_team returns, and the master has stored a memo of it's old task_state. llvm-svn: 237916
-
- May 18, 2015
-
-
Jonathan Peyton authored
Remove runtime/CMakeLists.txt.old and runtime/src/CMakeLists.txt as they no longer worked and were not being kept up to date. Differential Revision: http://reviews.llvm.org/D9756 llvm-svn: 237615
-
- May 15, 2015
-
-
Jonathan Peyton authored
Add xexpand macro to the FTN_IS_INITIAL_DEVICE api function Patch by Davide Italiano Differential Revision: http://reviews.llvm.org/D9798 llvm-svn: 237472
-
- May 12, 2015
-
-
Andrey Churbanov authored
llvm-svn: 237125
-
- May 07, 2015
-
-
Andrey Churbanov authored
llvm-svn: 236753
-
Andrey Churbanov authored
llvm-svn: 236746
-
Andrey Churbanov authored
llvm-svn: 236744
-
- May 06, 2015
-
-
Andrey Churbanov authored
D9302.partial2: cleanup of ittnotify checks, that eliminats redundant notifications in case of nested regions. llvm-svn: 236631
-
Andrey Churbanov authored
llvm-svn: 236623
-
Andrey Churbanov authored
llvm-svn: 236619
-
Andrey Churbanov authored
ittnotify: change default notification mode to 3, which includes parallel regions, barriers + imbalance, loops, single regions reporting. llvm-svn: 236616
-
- Apr 29, 2015
-
-
Andrey Churbanov authored
These are the actual changes in the runtime to issue OMPT-related functions. All of them are surrounded by #if OMPT_SUPPORT and can be disabled (which is the default). llvm-svn: 236122
-
Andrey Churbanov authored
llvm-svn: 236117
-
Andrey Churbanov authored
This is a preparation patch to get information about the actual release status from nested locks for OMPT. llvm-svn: 236114
-
- Apr 13, 2015
-
-
Andrey Churbanov authored
The generation of the hierarchy used by hierarchical barrier improved in how the generation reacts to affinity set to none, or disabled, or no affinity available, or oversubscription. Some cleanup actions based on review comments to follow: need to use meaningful names instead of digital constants, e.g. use enumerators. llvm-svn: 234775
-
- Apr 02, 2015
-
-
Andrey Churbanov authored
Replace some unsafe API calls with safe alternatives on Windows, prepare code for similar actions on other platforms - wrap unsafe API calls into macros. llvm-svn: 233915
-
Andrey Churbanov authored
Eliminated the write to depth field of the machine_hierarchy data structure in __kmp_get_hierarchy(), thus fixing race condition. Now local variable used by each thread. llvm-svn: 233914
-
- Mar 10, 2015
-
-
Andrey Churbanov authored
llvm-svn: 231781
-
Andrey Churbanov authored
llvm-svn: 231779
-
Andrey Churbanov authored
llvm-svn: 231778
-
Andrey Churbanov authored
llvm-svn: 231776
-
Andrey Churbanov authored
llvm-svn: 231775
-
Andrey Churbanov authored
llvm-svn: 231774
-
Andrey Churbanov authored
llvm-svn: 231773
-
- Mar 05, 2015
-
-
Andrey Churbanov authored
llvm-svn: 231381
-
- Mar 03, 2015
-
-
Andrey Churbanov authored
llvm-svn: 231078
-
- Feb 25, 2015
-
-
Andrey Churbanov authored
llvm-svn: 230521
-
- Feb 20, 2015
-
-
Andrey Churbanov authored
llvm-svn: 230035
-
Andrey Churbanov authored
llvm-svn: 230033
-
Andrey Churbanov authored
llvm-svn: 230032
-