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
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-12
1
-0
/
+1
*
[Concepts] Add FoundDecl to ConceptSpecializationExpr serialization
Saar Raz
2020-03-10
1
-0
/
+1
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-13
/
+92
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
1
-2
/
+1
*
Move ASTRecordWriter into its own header; NFC.
John McCall
2019-12-14
1
-3
/
+2
*
[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
Johannes Doerfert
2019-12-10
1
-2
/
+2
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-12-06
1
-1
/
+19
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
1
-0
/
+8
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
1
-8
/
+0
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
1
-0
/
+8
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-3
/
+5
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-5
/
+3
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-3
/
+5
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
1
-0
/
+6
*
Revert "[Concepts] Constraint Enforcement & Diagnostics"
Vlad Tsyrklevich
2019-10-28
1
-19
/
+1
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-10-25
1
-1
/
+19
*
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
Richard Smith
2019-10-19
1
-0
/
+8
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
1
-0
/
+6
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+18
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
1
-18
/
+0
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+18
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
1
-0
/
+6
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
1
-0
/
+6
*
[OPENMP]Support for non-rectangular loops.
Alexey Bataev
2019-08-14
1
-0
/
+6
*
[Bitcode] Move Bitstream to a separate library
Francis Visoiu Mistrih
2019-07-03
1
-1
/
+1
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+6
*
[clang] Add storage for APValue in ConstantExpr
Gauthier Harnisch
2019-06-15
1
-0
/
+10
*
For DR712: store on a MemberExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-0
/
+1
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-1
/
+3
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-06
1
-25
/
+31
*
Revert "Factor out duplicated code building a MemberExpr and marking it" and ...
Benjamin Kramer
2019-06-05
1
-31
/
+25
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-04
1
-25
/
+31
*
Re-check in clang support gun asm goto after fixing tests.
Jennifer Yu
2019-06-03
1
-0
/
+4
*
Revert "clang support gnu asm goto."
Erich Keane
2019-05-30
1
-4
/
+0
*
clang support gnu asm goto.
Jennifer Yu
2019-05-30
1
-0
/
+4
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-0
/
+11
*
PR41845: Detect and reject mismatched inner/outer pack expansion sizes
Richard Smith
2019-05-13
1
-0
/
+1
*
[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
[next]