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
*
[clang][OpeMP] Model OpenMP structured-block in AST (PR40563)
Roman Lebedev
2019-03-20
1
-0
/
+1
*
[NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S);`
Roman Lebedev
2019-03-12
1
-0
/
+6
*
[AST] Pack GenericSelectionExpr
Bruno Ricci
2019-01-26
1
-7
/
+13
*
[AST][NFC] Various cleanups to GenericSelectionExpr
Bruno Ricci
2019-01-26
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AST] Store the results in OverloadExpr in a trailing array
Bruno Ricci
2019-01-09
1
-9
/
+7
*
[AST] Pack CXXDependentScopeMemberExpr
Bruno Ricci
2019-01-08
1
-12
/
+17
*
[AST] Store some data of CXXNewExpr as trailing objects
Bruno Ricci
2019-01-07
1
-6
/
+13
*
[AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExpr
Bruno Ricci
2019-01-07
1
-2
/
+2
*
[AST] Store the arguments of CXXConstructExpr in a trailing array
Bruno Ricci
2018-12-22
1
-4
/
+7
*
[AST][NFC] Pack CXXOperatorCallExpr
Bruno Ricci
2018-12-21
1
-1
/
+1
*
[AST] Store "UsesADL" information in CallExpr.
Eric Fiselier
2018-12-12
1
-0
/
+1
*
[AST][NFC] Pack CXXDeleteExpr
Bruno Ricci
2018-12-03
1
-1
/
+1
*
[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
[next]