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
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-12
2
-0
/
+2
*
[Concepts] Add constraints checks to isSameEntity
Saar Raz
2020-03-10
1
-6
/
+61
*
[Concepts] Add FoundDecl to ConceptSpecializationExpr serialization
Saar Raz
2020-03-10
2
-0
/
+2
*
Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs"
Hans Wennborg
2020-02-27
4
-27
/
+11
*
Fix a reentrance bug with deserializing ObjC type parameters.
John McCall
2020-02-13
1
-1
/
+1
*
[Concepts] Placeholder constraints and abbreviated templates
Saar Raz
2020-01-24
4
-7
/
+42
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
6
-32
/
+249
*
[ODRHash] Fix wrong error message with bitfields and mutable.
Weverything
2020-01-14
1
-8
/
+16
*
[Concepts] Type Constraints
Saar Raz
2020-01-15
4
-13
/
+40
*
make -fmodules-codegen and -fmodules-debuginfo work also with PCHs
Luboš Luňák
2020-01-15
4
-11
/
+27
*
-fmodules-codegen should not emit extern templates
Luboš Luňák
2020-01-14
1
-2
/
+3
*
GlobalModuleIndex - Fix use-after-move clang static analyzer warning.
Simon Pilgrim
2020-01-11
1
-4
/
+5
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
2
-2
/
+6
*
[OpenMP][NFCI] Use the libFrontend ProcBindKind in Clang
Johannes Doerfert
2019-12-26
2
-3
/
+2
*
[OPENMP50]Basic support for conditional lastprivate.
Alexey Bataev
2019-12-24
2
-0
/
+7
*
[OPENMP50]Codegen for nontemporal clause.
Alexey Bataev
2019-12-23
2
-0
/
+7
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-23
2
-8
/
+10
*
Revert "[Concepts] Constrained partial specializations and function overloads."
Reid Kleckner
2019-12-22
2
-10
/
+8
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-22
2
-8
/
+10
*
Revert concepts changes from D41910
Vedant Kumar
2019-12-18
2
-10
/
+8
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-18
2
-8
/
+10
*
[OPENMP50]Add parsing/sema analysis for nontemporal clause.
Alexey Bataev
2019-12-17
2
-0
/
+21
*
Move ASTRecordWriter into its own header; NFC.
John McCall
2019-12-14
3
-11
/
+27
*
Move ASTRecordReader into its own header; NFC.
John McCall
2019-12-14
3
-13
/
+33
*
Abstract serialization: TableGen the (de)serialization code for Types.
John McCall
2019-12-14
2
-1406
/
+57
*
Standardize the reader methods in ASTReader; NFC.
John McCall
2019-12-14
3
-1075
/
+976
*
[Support] Add TimeTraceScope constructor without detail arg
Russell Gallop
2019-12-11
1
-2
/
+2
*
[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
Johannes Doerfert
2019-12-10
2
-4
/
+4
*
[c++20] Fix handling of unqualified lookups from a defaulted comparison
Richard Smith
2019-12-09
2
-0
/
+25
*
Remove Expr.h include from ASTContext.h, NFC
Reid Kleckner
2019-12-06
1
-1
/
+2
*
[ObjC] Make sure that the implicit arguments for direct methods have been setup
Alex Lorenz
2019-12-06
2
-6
/
+5
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-12-06
2
-3
/
+41
*
[OpenMP50] Add parallel master construct
cchen
2019-12-05
2
-0
/
+21
*
Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...
Melanie Blower
2019-12-05
2
-0
/
+2
*
Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."
Reid Kleckner
2019-12-04
2
-21
/
+0
*
Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...
Melanie Blower
2019-12-04
2
-2
/
+0
*
[OpenMP50] Add parallel master construct, by Chi Chun Chen.
cchen
2019-12-04
2
-0
/
+21
*
Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...
Melanie Blower
2019-12-04
2
-0
/
+2
*
[clang][modules] Add support for merging lifetime-extended temporaries
Tyker
2019-12-02
1
-0
/
+22
*
Revert "[clang][modules] Add support for merging lifetime-extended temporaries"
Tyker
2019-12-01
1
-22
/
+0
*
[clang][modules] Add support for merging lifetime-extended temporaries
Tyker
2019-12-01
1
-0
/
+22
*
Revert "[clang][modules] Add support for merging lifetime-extended temporaries"
Tyker
2019-12-01
1
-22
/
+0
*
[clang][modules] Add support for merging lifetime-extended temporaries
Tyker
2019-11-30
1
-0
/
+22
*
Revert "[clang][modules] Add support for merging lifetime-extended temporaries"
Tyker
2019-11-30
1
-26
/
+0
*
[clang][modules] Add support for merging lifetime-extended temporaries
Tyker
2019-11-30
1
-0
/
+26
*
clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFC
Duncan P. N. Exon Smith
2019-11-21
7
-11
/
+11
*
clang/Modules: Sink ASTReadResult in ReadControlBlock, NFC
Duncan P. N. Exon Smith
2019-11-19
1
-5
/
+5
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
5
-7
/
+37
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
5
-37
/
+7
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
5
-7
/
+37
[next]