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
*
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
-19
/
+143
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
1
-5
/
+3
*
Move ASTRecordReader into its own header; NFC.
John McCall
2019-12-14
1
-5
/
+2
*
Standardize the reader methods in ASTReader; NFC.
John McCall
2019-12-14
1
-307
/
+298
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-12-06
1
-2
/
+22
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
1
-0
/
+13
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
1
-13
/
+0
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
1
-0
/
+13
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-4
/
+5
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-5
/
+4
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-4
/
+5
*
[OPENMP50]Add support for parallel master taskloop simd directive.
Alexey Bataev
2019-10-30
1
-0
/
+13
*
Revert "[Concepts] Constraint Enforcement & Diagnostics"
Vlad Tsyrklevich
2019-10-28
1
-22
/
+2
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-10-25
1
-2
/
+22
*
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
Richard Smith
2019-10-19
1
-0
/
+11
*
[OPENMP50]Add support for master taskloop simd.
Alexey Bataev
2019-10-18
1
-0
/
+13
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+24
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
1
-24
/
+0
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+24
*
[OPENMP50]Add support for 'parallel master taskloop' construct.
Alexey Bataev
2019-10-14
1
-0
/
+13
*
[OPENMP50]Support for 'master taskloop' directive.
Alexey Bataev
2019-10-10
1
-0
/
+13
*
[OPENMP]Support for non-rectangular loops.
Alexey Bataev
2019-08-14
1
-0
/
+12
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[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
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-2
/
+13
*
[clang] Add storage for APValue in ConstantExpr
Gauthier Harnisch
2019-06-15
1
-2
/
+19
*
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
/
+2
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-06
1
-51
/
+45
*
Revert "Factor out duplicated code building a MemberExpr and marking it" and ...
Benjamin Kramer
2019-06-05
1
-41
/
+51
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-04
1
-51
/
+41
*
Re-check in clang support gun asm goto after fixing tests.
Jennifer Yu
2019-06-03
1
-0
/
+7
*
Revert "clang support gnu asm goto."
Erich Keane
2019-05-30
1
-7
/
+0
*
clang support gnu asm goto.
Jennifer Yu
2019-05-30
1
-0
/
+7
*
Fix crash deserializing a CUDAKernelCallExpr with a +Asserts binary.
Richard Smith
2019-05-24
1
-1
/
+1
*
[c++20] P0780R2: Support pack-expansion of init-captures.
Richard Smith
2019-05-21
1
-2
/
+2
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-0
/
+15
*
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
-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
[next]