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
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+1
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
1
-0
/
+3
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
1
-3
/
+0
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
1
-0
/
+3
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
1
-0
/
+3
*
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
Richard Smith
2019-10-19
1
-0
/
+1
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
1
-0
/
+3
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+1
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
1
-1
/
+0
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+1
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
1
-0
/
+3
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
1
-0
/
+3
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+2
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-0
/
+1
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-4
/
+4
*
[libclang] Expose aligned() attribute.
Emilio Cobos Alvarez
2019-03-13
1
-0
/
+1
*
[libclang] Expose warn_unused and warn_unused_result attributes.
Emilio Cobos Alvarez
2019-02-25
1
-0
/
+2
*
[libclang] Add attribute support for 'convergent'.
Sven van Haastregt
2019-02-11
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[libclang] CoroutineBody/Coreturn statements are UnexposedStmts and not Exprs
Alex Lorenz
2019-01-03
1
-3
/
+6
*
[libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for ...
Ivan Donchevskii
2018-11-27
1
-0
/
+10
*
[libclang] Unify getCursorDecl and getCursorParentDecl
Fangrui Song
2018-11-20
1
-4
/
+0
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-0
/
+4
*
[Sema] Store MacroInfo in CodeCompletionResult for macro results.
Eric Liu
2018-09-05
1
-9
/
+9
*
[libclang 8/8] Add support for the flag_enum attribute
Michael Wu
2018-08-03
1
-0
/
+1
*
[libclang 5/8] Add support for ObjC attributes without args
Michael Wu
2018-08-03
1
-0
/
+17
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-0
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-5
/
+5
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-3
/
+3
*
libclang: remove unused variable.
Tim Northover
2017-04-27
1
-2
/
+1
*
[libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverTyp...
Argyrios Kyrtzidis
2017-04-27
1
-1
/
+26
*
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
Eric Fiselier
2017-03-06
1
-0
/
+1
*
[OpenMP] Sema and parsing for 'target teams distribute simd’ pragma
Kelvin Li
2017-01-10
1
-0
/
+3
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...
Kelvin Li
2017-01-03
1
-0
/
+3
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma
Kelvin Li
2016-12-29
1
-0
/
+3
*
[OpenMP] Sema and parsing for 'target teams distribute' pragma
Kelvin Li
2016-12-25
1
-0
/
+3
*
[OpenMP] Sema and parsing for 'target teams' pragma
Kelvin Li
2016-12-17
1
-0
/
+3
*
[libclang] Remove the 'extern "C"' blocks from the implementation files.
Argyrios Kyrtzidis
2016-12-17
1
-9
/
+0
*
Add two new AST nodes to represent initialization of an array in terms of
Richard Smith
2016-12-12
1
-0
/
+2
*
[OpenMP] Sema and parsing for 'teams distribute parallel for' pragma
Kelvin Li
2016-12-09
1
-0
/
+3
*
[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
Kelvin Li
2016-11-30
1
-0
/
+3
*
Re-apply patch r279045.
Kelvin Li
2016-10-25
1
-0
/
+3
*
Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"
Diana Picus
2016-08-18
1
-3
/
+0
*
[OpenMP] Sema and parsing for 'teams distribute simd’ pragma
Kelvin Li
2016-08-17
1
-0
/
+3
*
[OpenMP] Sema and parsing for 'teams distribute' pragma
Kelvin Li
2016-08-05
1
-0
/
+3
*
[OpenMP] Sema and parsing for 'target simd' pragma
Kelvin Li
2016-07-20
1
-0
/
+3
*
[ObjC] Implement @available in the Parser and AST
Erik Pilkington
2016-07-16
1
-1
/
+5
*
[OpenMP] Sema and parsing for 'target parallel for simd' pragma
Kelvin Li
2016-07-14
1
-0
/
+3
*
[OpenMP] Sema and parsing for 'distribute simd' pragma
Kelvin Li
2016-07-06
1
-0
/
+3
*
[OpenMP] Sema and parse for 'distribute parallel for simd'
Kelvin Li
2016-07-05
1
-0
/
+3
[next]