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
/
ASTReaderStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang][OpeMP] Model OpenMP structured-block in AST (PR40563)
Roman Lebedev
2019-03-20
1
-1
/
+2
*
[NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S);`
Roman Lebedev
2019-03-12
1
-3
/
+3
*
[AST] Pack GenericSelectionExpr
Bruno Ricci
2019-01-26
1
-15
/
+18
*
[AST][NFC] Various cleanups to GenericSelectionExpr
Bruno Ricci
2019-01-26
1
-6
/
+8
*
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
-19
/
+39
*
[AST][NFC] Pack CXXScalarValueInitExpr
Bruno Ricci
2019-01-08
1
-1
/
+1
*
[AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplateParmExpr
Bruno Ricci
2019-01-08
1
-2
/
+2
*
[AST] Pack CXXDependentScopeMemberExpr
Bruno Ricci
2019-01-08
1
-14
/
+30
*
[AST] Store some data of CXXNewExpr as trailing objects
Bruno Ricci
2019-01-07
1
-12
/
+30
*
[AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExpr
Bruno Ricci
2019-01-07
1
-1
/
+1
*
[AST][NFC] Pack OpaqueValueExpr
Bruno Ricci
2019-01-07
1
-1
/
+1
*
[AST] Store the arguments of CXXConstructExpr in a trailing array
Bruno Ricci
2018-12-22
1
-16
/
+22
*
[AST][NFC] Pack CXXOperatorCallExpr
Bruno Ricci
2018-12-21
1
-2
/
+2
*
[AST] Store the callee and argument expressions of CallExpr in a trailing array.
Bruno Ricci
2018-12-21
1
-11
/
+8
*
[AST] Store "UsesADL" information in CallExpr.
Eric Fiselier
2018-12-12
1
-0
/
+1
*
[Serialization][NFC] Remove pointless "+ 0" in ASTReader
Bruno Ricci
2018-12-03
1
-9
/
+9
*
[AST][Sema] Remove CallExpr::setNumArgs
Bruno Ricci
2018-12-03
1
-7
/
+16
*
[AST][NFC] Pack CXXDeleteExpr
Bruno Ricci
2018-12-03
1
-5
/
+5
*
[AST] Store the expressions in ParenListExpr in a trailing array
Bruno Ricci
2018-11-20
1
-5
/
+6
*
[AST][NFC] Pack CXXDefaultInitExpr
Bruno Ricci
2018-11-17
1
-1
/
+1
*
[AST][NFC] Pack CXXDefaultArgExpr
Bruno Ricci
2018-11-17
1
-1
/
+1
*
[AST][NFC] Pack CXXThrowExpr
Bruno Ricci
2018-11-17
1
-3
/
+3
*
[AST] Store the string data in StringLiteral in a trailing array of chars
Bruno Ricci
2018-11-15
1
-16
/
+32
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-0
/
+9
*
[AST] Only store data for the NRVO candidate in ReturnStmt if needed
Bruno Ricci
2018-10-30
1
-2
/
+8
*
[AST] Only store the needed data in WhileStmt
Bruno Ricci
2018-10-30
1
-2
/
+8
*
[AST] Only store the needed data in SwitchStmt
Bruno Ricci
2018-10-29
1
-5
/
+16
*
[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
-3
/
+8
*
[AST] Only store the needed data in IfStmt
Bruno Ricci
2018-10-27
1
-5
/
+19
*
[AST] Refactor PredefinedExpr
Bruno Ricci
2018-10-27
1
-5
/
+10
*
[AST] Widen the bit-fields of Stmt to 8 bytes.
Bruno Ricci
2018-10-27
1
-4
/
+7
*
[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
-891
/
+1
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
1
-5
/
+13
*
Revert "[OPENMP] Fix emission of the loop doacross constructs."
Alexey Bataev
2018-08-13
1
-9
/
+3
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
1
-3
/
+9
*
[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
/
+6
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-4
/
+4
*
[Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2018-04-11
1
-45
/
+132
*
[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
*
[AST] Inline CompoundStmt contents into the parent allocation.
Benjamin Kramer
2017-12-24
1
-2
/
+3
*
[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
/
+4
[next]