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
/
lib
/
Serialization
/
ASTWriterStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[AST] Store the expressions in ParenListExpr in a trailing array
Bruno Ricci
2018-11-20
1
-5
/
+5
*
[AST] Store the string data in StringLiteral in a trailing array of chars
Bruno Ricci
2018-11-15
1
-6
/
+12
*
[AST] Pack MemberExpr
Bruno Ricci
2018-11-15
1
-2
/
+2
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-0
/
+6
*
[AST] Only store data for the NRVO candidate in ReturnStmt if needed
Bruno Ricci
2018-10-30
1
-1
/
+7
*
[AST] Only store the needed data in WhileStmt
Bruno Ricci
2018-10-30
1
-1
/
+7
*
[AST] Only store the needed data in SwitchStmt
Bruno Ricci
2018-10-29
1
-3
/
+13
*
[OpenMP][NVPTX] Use single loops when generating code for distribute parallel...
Gheorghe-Teodor Bercea
2018-10-29
1
-0
/
+2
*
[AST] Don't store data for GNU range case statement if not needed
Bruno Ricci
2018-10-28
1
-2
/
+5
*
[AST] Only store the needed data in IfStmt
Bruno Ricci
2018-10-27
1
-4
/
+19
*
[AST] Refactor PredefinedExpr
Bruno Ricci
2018-10-27
1
-2
/
+6
*
[AST] Widen the bit-fields of Stmt to 8 bytes.
Bruno Ricci
2018-10-27
1
-1
/
+1
*
[cxx2a] P0614R1: Support init-statements in range-based for loops.
Richard Smith
2018-09-28
1
-0
/
+1
*
[OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)
Kelvin Li
2018-09-15
1
-479
/
+0
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
1
-1
/
+8
*
Revert "[OPENMP] Fix emission of the loop doacross constructs."
Alexey Bataev
2018-08-13
1
-8
/
+1
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
1
-1
/
+8
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Port getStartLoc -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-12
/
+12
*
[AST] Sink 'part of explicit cast' down into ImplicitCastExpr
Roman Lebedev
2018-07-27
1
-1
/
+1
*
[Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)
Roman Lebedev
2018-07-24
1
-0
/
+1
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-0
/
+7
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-3
/
+3
*
Clean carriage returns from lib/ and include/. NFC.
Malcolm Parsons
2018-04-16
1
-7
/
+7
*
[CodeGen] Ignore OpaqueValueExprs that are unique references to their
Akira Hatanaka
2018-03-20
1
-0
/
+1
*
Track in the AST whether the operand to a UnaryOperator can overflow and then...
Aaron Ballman
2018-01-09
1
-6
/
+7
*
[OPENMP] Add support for cancel constructs in `target teams distribute
Alexey Bataev
2017-11-22
1
-0
/
+1
*
[OPENMP] Add support for cancel constructs in [teams] distribute
Alexey Bataev
2017-11-22
1
-0
/
+2
*
[OPENMP] Capture argument of `device` clause for target-based
Alexey Bataev
2017-10-02
1
-0
/
+1
*
[OPENMP] Codegen for 'in_reduction' clause.
Alexey Bataev
2017-07-27
1
-0
/
+2
*
[coroutines] Add serialization/deserialization of coroutines
Gor Nishanov
2017-07-25
1
-15
/
+34
*
[OPENMP] Codegen for 'task_reduction' clause.
Alexey Bataev
2017-07-25
1
-0
/
+1
*
[OPENMP] Initial support for 'in_reduction' clause.
Alexey Bataev
2017-07-21
1
-0
/
+19
*
[OPENMP] Initial support for 'task_reduction' clause.
Alexey Bataev
2017-07-18
1
-0
/
+20
*
[OpenMP] Prepare sema to support combined constructs with omp distribute and ...
Carlo Bertolli
2017-04-20
1
-0
/
+7
*
Encapsulate FPOptions and use it consistently
Adam Nemet
2017-03-27
1
-2
/
+2
*
[coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.
Eric Fiselier
2017-03-06
1
-0
/
+5
*
[OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral...
Carlo Bertolli
2017-02-17
1
-0
/
+2
*
[OpenMP] Support for thread_limit-clause on the 'target teams' directive.
Arpith Chacko Jacob
2017-01-25
1
-0
/
+1
*
[OpenMP] Support for num_teams-clause on the 'target teams' directive.
Arpith Chacko Jacob
2017-01-25
1
-0
/
+1
*
[OpenMP] Support for the num_threads-clause on 'target parallel'.
Arpith Chacko Jacob
2017-01-25
1
-0
/
+1
*
[OpenMP] Support for the if-clause on the combined directive 'target parallel'.
Arpith Chacko Jacob
2017-01-18
1
-0
/
+2
*
[OpenMP] Sema and parsing for 'target teams distribute simd’ pragma
Kelvin Li
2017-01-10
1
-0
/
+6
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...
Kelvin Li
2017-01-03
1
-0
/
+7
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma
Kelvin Li
2016-12-29
1
-0
/
+6
*
[OpenMP] Sema and parsing for 'target teams distribute' pragma
Kelvin Li
2016-12-25
1
-0
/
+6
*
[OpenMP] Sema and parsing for 'target teams' pragma
Kelvin Li
2016-12-17
1
-0
/
+7
*
Remove custom handling of array copies in lambda by-value array capture and
Richard Smith
2016-12-14
1
-13
/
+0
[prev]
[next]