#
e1f49d54 |
| 27-Oct-2014 |
Kaelyn Takata <rikka@google.com> |
Add the initial TypoExpr AST node for delayed typo correction.
llvm-svn: 220692
|
#
c27a0c49 |
| 10-Oct-2014 |
Eli Bendersky <eliben@google.com> |
Add libclang capabilities to retriete template arguments from specializations.
Includes Python bindings.
Reviewed in http://reviews.llvm.org/D5621 Patch by Rob Springer
llvm-svn: 219529
|
#
13314bf5 |
| 09-Oct-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] 'omp teams' directive basic support. Includes parsing and semantic analysis for 'omp teams' directive support from OpenMP 4.0. Adds additional analysis to 'omp target' directive with 'omp te
[OPENMP] 'omp teams' directive basic support. Includes parsing and semantic analysis for 'omp teams' directive support from OpenMP 4.0. Adds additional analysis to 'omp target' directive with 'omp teams' directive.
llvm-svn: 219385
show more ...
|
#
9804fa5d |
| 08-Oct-2014 |
Renato Golin <renato.golin@linaro.org> |
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and semantic analysis for 'omp teams' directive support from OpenMP 4.0. Adds additional analysis to 'omp target' directive with
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and semantic analysis for 'omp teams' directive support from OpenMP 4.0. Adds additional analysis to 'omp target' directive with 'omp teams' directive."
This reverts commit r219197 because it broke ARM self-hosting buildbots with segmentation fault errors in many tests.
llvm-svn: 219289
show more ...
|
#
941bbec6 |
| 07-Oct-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] 'omp teams' directive basic support. Includes parsing and semantic analysis for 'omp teams' directive support from OpenMP 4.0. Adds additional analysis to 'omp target' directive with 'omp te
[OPENMP] 'omp teams' directive basic support. Includes parsing and semantic analysis for 'omp teams' directive support from OpenMP 4.0. Adds additional analysis to 'omp target' directive with 'omp teams' directive.
llvm-svn: 219197
show more ...
|
#
e4e893bb |
| 23-Sep-2014 |
Alexander Musman <alexander.musman@gmail.com> |
[OPENMP] Parsing/Sema of directive omp parallel for simd
llvm-svn: 218299
|
#
0bd520b7 |
| 19-Sep-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Initial parsing/sema analysis of 'target' directive.
llvm-svn: 218110
|
#
f82886e5 |
| 18-Sep-2014 |
Alexander Musman <alexander.musman@gmail.com> |
Parsing/Sema of directive omp for simd
llvm-svn: 218029
|
Revision tags: llvmorg-3.5.0, llvmorg-3.5.0-rc4, llvmorg-3.5.0-rc3 |
|
#
9b07147f |
| 08-Aug-2014 |
Eli Bendersky <eliben@google.com> |
Expose the CUDA shared attribute to the C API.
Similar to r209767, which exposed other CUDA-related attributes.
Patch by Rob Springer.
llvm-svn: 215208
|
Revision tags: llvmorg-3.5.0-rc2 |
|
#
0162e459 |
| 22-Jul-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
llvm-svn: 213639
|
#
9fb6e647 |
| 22-Jul-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
llvm-svn: 213616
|
Revision tags: llvmorg-3.5.0-rc1 |
|
#
6125da92 |
| 21-Jul-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
llvm-svn: 213512
|
#
d9ed09f7 |
| 21-Jul-2014 |
Alexander Musman <alexander.musman@gmail.com> |
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
llvm-svn: 213510
|
#
2df347ad |
| 18-Jul-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
llvm-svn: 213363
|
#
4d1dfeab |
| 18-Jul-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
llvm-svn: 213360
|
#
68446b72 |
| 18-Jul-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
llvm-svn: 213355
|
#
80c2289a |
| 17-Jul-2014 |
Alexander Musman <alexander.musman@gmail.com> |
[OPENMP] Parsing/Sema analysis of directive 'master'
llvm-svn: 213237
|
#
9c2e8ee7 |
| 11-Jul-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Parsing and sema analysis for 'omp task' directive.
llvm-svn: 212804
|
#
84d0b3ef |
| 08-Jul-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
llvm-svn: 212516
|
#
4acb859f |
| 07-Jul-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Added initial support for 'omp parallel for'.
llvm-svn: 212453
|
#
03376dc2 |
| 07-Jul-2014 |
Alp Toker <alp@nuanti.com> |
Switch over a few uses of param_begin() to parameters()
llvm-svn: 212442
|
#
9b982078 |
| 07-Jul-2014 |
Nico Weber <nicolasweber@gmx.de> |
Add an AST node for __leave statements, hook it up.
Codegen is still missing (and I won't work on that), but __leave is now as implemented as __try and friends.
llvm-svn: 212425
|
#
d1e40fbf |
| 26-Jun-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Initial parsing and sema analysis for 'single' directive.
llvm-svn: 211774
|
#
1e0498a9 |
| 26-Jun-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Initial parsing and sema analysis for 'section' directive.
llvm-svn: 211767
|
#
d3f8dd2d |
| 25-Jun-2014 |
Alexey Bataev <a.bataev@hotmail.com> |
[OPENMP] Initial support for 'sections' directive.
llvm-svn: 211685
|