Alp Toker
d751fa7868
Revert "[OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens"
...
These parser changes were redundant. The same or better recovery can be
achieved with a one-line fix to SkipUntil() due to land in the next commit.
This reverts commit r197553.
llvm-svn: 197597
2013-12-18 19:10:49 +00:00
Alexey Bataev
cb164ab273
[OPENMP] Fix for parsing OpenMP directives with extra braces, brackets and parens
...
llvm-svn: 197553
2013-12-18 08:46:25 +00:00
Alexey Bataev
ee6507dfdc
Replaced bool parameters in SkipUntil function with single bit-based parameter.
...
llvm-svn: 194994
2013-11-18 08:17:37 +00:00
Alexey Bataev
d5af8e472d
[OpenMP] Added parsing and semantic analysis for firstprivate clause
...
llvm-svn: 191730
2013-10-01 05:32:34 +00:00
Alexey Bataev
758e55ee58
OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test threadprivate_messages.cpp)
...
llvm-svn: 190183
2013-09-06 18:03:48 +00:00
Rafael Espindola
e892ccec0d
Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"
...
This reverts commit r189795.
threadprivate_messages.cpp is faling on windows.
llvm-svn: 189811
2013-09-03 14:33:09 +00:00
Alexey Bataev
d4183dabd7
OpenMP: Data-sharing attributes analysis and clause 'shared'
...
llvm-svn: 189795
2013-09-03 12:55:52 +00:00
Benjamin Kramer
a3d5304ec0
Silence GCC warning for using both enum and unsigned in a ternary expr.
...
llvm-svn: 186762
2013-07-20 12:06:17 +00:00
Alexey Bataev
5ec3eb11fc
OpenMP: basic support for #pragma omp parallel
...
llvm-svn: 186647
2013-07-19 03:13:43 +00:00
Alexey Bataev
6f6f3b4baf
OpenMP threadprivate with qualified names.
...
llvm-svn: 181683
2013-05-13 04:18:18 +00:00
Alexey Bataev
a769e07232
OpenMP threadprivate directive parsing and semantic analysis
...
llvm-svn: 177705
2013-03-22 06:34:35 +00:00