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
/
CIndex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libclang] Make sure to visit the body of a CXXForRangeStmt.
Argyrios Kyrtzidis
2014-11-13
1
-1
/
+2
*
[liblang] Handle CXXForRangeStmt during AST visitation.
Argyrios Kyrtzidis
2014-11-13
1
-0
/
+6
*
Refactor implementation of 'exclude header'.
Richard Smith
2014-10-23
1
-5
/
+1
*
[OPENMP] Codegen for 'private' clause in 'parallel' directive.
Alexey Bataev
2014-10-21
1
-1
/
+5
*
Add llvm_unreachable after switch to avoid warnings about a missing
Kaelyn Takata
2014-10-15
1
-0
/
+1
*
Drop unneccessary default case from switch introduced in r219809
Kaelyn Takata
2014-10-15
1
-2
/
+0
*
[libclang] Add function to retrieve storage class in libclang.
Argyrios Kyrtzidis
2014-10-15
1
-0
/
+35
*
Frontend: Don't accept null DiagnosticsEngines when building ASTUnits
Justin Bogner
2014-10-15
1
-1
/
+2
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-09
1
-0
/
+7
*
Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...
Renato Golin
2014-10-08
1
-7
/
+0
*
[OPENMP] 'omp teams' directive basic support.
Alexey Bataev
2014-10-07
1
-0
/
+7
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-0
/
+2
*
[OPENMP] Parsing/Sema of directive omp parallel for simd
Alexander Musman
2014-09-23
1
-0
/
+8
*
[OPENMP] Initial parsing/sema analysis of 'target' directive.
Alexey Bataev
2014-09-19
1
-0
/
+7
*
Parsing/Sema of directive omp for simd
Alexander Musman
2014-09-18
1
-0
/
+7
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-4
/
+4
*
[libclang] Fixup the cursor spelling range for C++ destructors, operator over...
Argyrios Kyrtzidis
2014-08-26
1
-0
/
+12
*
[OPENMP] Extract common superclass from all the loop directives. No functiona...
Alexander Musman
2014-08-19
1
-3
/
+8
*
[libclang] Introduce clang_File_isEqual for comparing CXFile handles.
Argyrios Kyrtzidis
2014-08-16
1
-0
/
+12
*
std::unique_ptr-ify the result of ASTUnit::LoadFromASTFile
David Blaikie
2014-08-10
1
-6
/
+6
*
Expose the CUDA shared attribute to the C API.
Eli Bendersky
2014-08-08
1
-0
/
+2
*
Add IR Mangler for more stable mangling.
Eli Bendersky
2014-08-01
1
-12
/
+21
*
Exposes a C API to name mangling for a given cursor.
Eli Bendersky
2014-07-31
1
-0
/
+26
*
[OPENMP] Initial parsing and sema analysis for clause 'seq_cst' of 'atomic' d...
Alexey Bataev
2014-07-24
1
-0
/
+2
*
[OPENMP] Initial parsing and sema analysis for clause 'capture' in 'atomic' d...
Alexey Bataev
2014-07-24
1
-0
/
+2
*
[OPENMP] Initial parsing and sema analysis for 'update' clause of 'atomic' di...
Alexey Bataev
2014-07-23
1
-0
/
+2
*
[OPENMP] Initial parsing an sema analysis for 'write' clause of 'atomic' dire...
Alexey Bataev
2014-07-23
1
-0
/
+2
*
[OPENMP] Initial parsing and sema analysis for 'read' clause in 'atomic' dire...
Alexey Bataev
2014-07-23
1
-0
/
+2
*
[OPENMP] Initial parsing and sema analysis for 'atomic' directive.
Alexey Bataev
2014-07-22
1
-0
/
+7
*
[OPENMP] Initial parsing and sema analysis for 'ordered' directive.
Alexey Bataev
2014-07-22
1
-0
/
+7
*
[OPENMP] Initial parsing and sema analysis for 'flush' directive.
Alexey Bataev
2014-07-21
1
-0
/
+10
*
[OPENMP] Parsing/Sema of the OpenMP directive 'critical'.
Alexander Musman
2014-07-21
1
-0
/
+10
*
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
Alexey Bataev
2014-07-18
1
-0
/
+7
*
[OPENMP] Initial parsing and sema analysis for 'barrier' directive.
Alexey Bataev
2014-07-18
1
-0
/
+7
*
[OPENMP] Initial parsing and sema analysis of 'taskyield' directive.
Alexey Bataev
2014-07-18
1
-0
/
+8
*
[OPENMP] Initial parsing and sema analysis of 'mergeable' clause.
Alexey Bataev
2014-07-17
1
-0
/
+2
*
[OPENMP] Initial support for parsing and sema analysis of 'untied' clause.
Alexey Bataev
2014-07-17
1
-0
/
+2
*
[OPENMP] Parsing/Sema analysis of directive 'master'
Alexander Musman
2014-07-17
1
-0
/
+7
*
[OPENMP] Initial parsing and sema analysis for 'final' clause.
Alexey Bataev
2014-07-17
1
-0
/
+4
*
[OPENMP] Parsing and sema analysis for 'omp task' directive.
Alexey Bataev
2014-07-11
1
-0
/
+7
*
[OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.
Alexey Bataev
2014-07-08
1
-0
/
+8
*
libclang: pass return code out argument by reference
Alp Toker
2014-07-07
1
-11
/
+10
*
[OPENMP] Added initial support for 'omp parallel for'.
Alexey Bataev
2014-07-07
1
-0
/
+8
*
libclang: refactor handling of unsaved_files
Alp Toker
2014-07-07
1
-39
/
+36
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
1
-0
/
+2
*
libclang: make darwin pthread hacks conditional on LLVM_ENABLE_THREADS
Alp Toker
2014-07-06
1
-5
/
+8
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
1
-2
/
+2
*
Remove 'const' from MemoryBuffers used through the SourceManager
David Blaikie
2014-06-27
1
-4
/
+4
*
Fix a bug in my previous patch by restoring the behavior that the fatal
Chandler Carruth
2014-06-27
1
-1
/
+14
*
This fixes libclang to cope with the now compile-time multithreaded
Chandler Carruth
2014-06-27
1
-13
/
+5
[next]