index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
tools
/
libclang
/
CXCursor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libclang] Replace ObjC generic parameters in code-completion results.
Douglas Gregor
2015-07-07
1
-4
/
+8
*
[OPENMP 4.0] Initial support for 'omp cancel' construct.
Alexey Bataev
2015-07-02
1
-0
/
+3
*
[OPENMP 4.0] Initial support for 'omp cancellation point' construct.
Alexey Bataev
2015-07-01
1
-0
/
+3
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
1
-0
/
+3
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+2
*
Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...
Richard Smith
2015-05-04
1
-17
/
+15
*
[libclang] When initializing an ObjC object via the "[[ClassName alloc] init*...
Argyrios Kyrtzidis
2014-11-10
1
-2
/
+10
*
[c++1z] N4295: fold-expressions.
Richard Smith
2014-11-08
1
-0
/
+1
*
Add the initial TypoExpr AST node for delayed typo correction.
Kaelyn Takata
2014-10-27
1
-0
/
+1
*
Add libclang capabilities to retriete template arguments from specializations.
Eli Bendersky
2014-10-10
1
-0
/
+134
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-0
/
+3
*
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...
Renato Golin
2014-10-08
1
-3
/
+0
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-07
1
-0
/
+3
*
[OPENMP] Parsing/Sema of directive omp parallel for simd
Alexander Musman
2014-09-23
1
-0
/
+3
*
[OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
2014-09-19
1
-0
/
+3
*
Parsing/Sema of directive omp for simd
Alexander Musman
2014-09-18
1
-0
/
+3
*
Expose the CUDA shared attribute to the C API.
Eli Bendersky
2014-08-08
1
-0
/
+1
*
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-0
/
+3
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-0
/
+3
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-0
/
+3
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-0
/
+3
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-0
/
+3
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-0
/
+3
*
Switch over a few uses of param_begin() to parameters()
Alp Toker
2014-07-07
1
-2
/
+2
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
1
-0
/
+4
*
[OPENMP] Initial parsing and sema analysis for 'single' directive.
Alexey Bataev
2014-06-26
1
-0
/
+3
*
[OPENMP] Initial parsing and sema analysis for 'section' directive.
Alexey Bataev
2014-06-26
1
-0
/
+3
*
[OPENMP] Initial support for 'sections' directive.
Alexey Bataev
2014-06-25
1
-0
/
+3
*
[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...
Alexey Bataev
2014-06-18
1
-0
/
+3
*
Revert "[OPENMP] Initial support for '#pragma omp for'."
Rafael Espindola
2014-06-17
1
-3
/
+0
*
[OPENMP] Initial support for '#pragma omp for'.
Alexey Bataev
2014-06-17
1
-0
/
+3
*
[C++11] Use 'nullptr'. Tools edition.
Craig Topper
2014-06-08
1
-16
/
+16
*
Expose CUDA function attributes to the C interface.
Eli Bendersky
2014-05-28
1
-0
/
+4
*
[libclang] Add attribute support for 'pure', 'const' and 'noduplicate'.
Joey Gouly
2014-05-01
1
-0
/
+3
*
[OPENMP] First changes for Parsing and Sema for 'omp simd' directive support
Alexey Bataev
2014-02-27
1
-2
/
+4
*
Eliminate UnaryTypeTraitExpr
Alp Toker
2014-01-01
1
-1
/
+0
*
Eliminate BinaryTypeTraitExpr
Alp Toker
2013-12-13
1
-1
/
+0
*
[libclang] Provide location for attributes and expose 'packed' attribute.
Argyrios Kyrtzidis
2013-09-25
1
-0
/
+1
*
Add the intrinsic __builtin_convertvector
Hal Finkel
2013-09-18
1
-0
/
+1
*
Remove unnecessary inclusion of Sema.h
David Blaikie
2013-09-13
1
-0
/
+1
*
OpenMP: basic support for #pragma omp parallel
Alexey Bataev
2013-07-19
1
-0
/
+4
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-04
1
-3
/
+3
*
PR12086, PR15117
Richard Smith
2013-06-12
1
-0
/
+1
[next]