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
/
ASTReaderDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Bitcode] Move Bitstream to a separate library
Francis Visoiu Mistrih
2019-07-03
1
-1
/
+1
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-13
/
+52
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-1
/
+1
*
Permit static local structured bindings to be named from arbitrary scopes ins...
Richard Smith
2019-05-25
1
-1
/
+3
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-5
/
+4
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-4
/
+5
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-5
/
+4
*
Replace ad-hoc tracking of pattern for an instantiated class-scope
Richard Smith
2019-05-02
1
-7
/
+19
*
[OPENMP]Improve detection of omp_allocator_handle_t type and predefined
Alexey Bataev
2019-03-20
1
-2
/
+7
*
[OPENMP 5.0]Initial support for 'allocator' clause.
Alexey Bataev
2019-03-12
1
-4
/
+14
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-1
/
+21
*
Avoid needlessly copying a block to the heap when a block literal
Akira Hatanaka
2019-02-27
1
-0
/
+1
*
[modules] Fix handling of initializers for templated global variables.
Richard Smith
2019-02-05
1
-1
/
+1
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-1
/
+22
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ObjCARC] Add an new attribute, objc_externally_retained
Erik Pilkington
2019-01-04
1
-1
/
+1
*
Fix up diagnostics.
Richard Trieu
2018-12-14
1
-1
/
+0
*
Use zip_longest for iterator range comparisons. NFC.
Michael Kruse
2018-12-10
1
-10
/
+15
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-0
/
+1
*
Revert r343518.
Akira Hatanaka
2018-10-01
1
-1
/
+0
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-0
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-1
/
+1
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+16
*
[OPENMP] Fix PR38903: Crash on instantiation of the non-dependent
Alexey Bataev
2018-09-13
1
-4
/
+11
*
Track definition merging on the canonical declaration even when local
Richard Smith
2018-09-12
1
-15
/
+2
*
Revert r342019, "Track definition merging on the canonical declaration
Richard Smith
2018-09-12
1
-2
/
+15
*
Track definition merging on the canonical declaration even when local
Richard Smith
2018-09-12
1
-15
/
+2
*
Revert r341754.
Akira Hatanaka
2018-09-09
1
-1
/
+0
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
1
-0
/
+1
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-20
1
-10
/
+63
*
[OPENMP] FIx processing of declare target variables.
Alexey Bataev
2018-08-15
1
-1
/
+8
*
Revert r339623 "Model type attributes as regular Attrs."
Reid Kleckner
2018-08-14
1
-63
/
+10
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-13
1
-10
/
+63
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
1
-0
/
+6
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-08-03
1
-22
/
+11
*
[modules] Defer merging deduced return types.
Richard Smith
2018-08-03
1
-14
/
+22
*
Serialize DoesNotEscape.
Akira Hatanaka
2018-08-01
1
-0
/
+1
*
[AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into...
Erich Keane
2018-08-01
1
-7
/
+7
*
[AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...
Erich Keane
2018-08-01
1
-26
/
+27
*
[AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...
Erich Keane
2018-08-01
1
-10
/
+10
*
[serialization] PR34728: Don't assume that only a suffix of template
Richard Smith
2018-07-31
1
-15
/
+9
*
Remove trailing space
Fangrui Song
2018-07-30
1
-22
/
+22
*
[ODRHash] Support hashing enums.
Richard Trieu
2018-07-25
1
-0
/
+5
*
PR33924: merge local declarations that have linkage of some kind within
Richard Smith
2018-07-04
1
-23
/
+85
*
Revert r336021 "PR33924: merge local declarations that have linkage of some k...
Hans Wennborg
2018-07-03
1
-80
/
+23
*
PR33924: merge local declarations that have linkage of some kind within
Richard Smith
2018-06-29
1
-23
/
+80
*
[modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (but
Richard Smith
2018-06-29
1
-7
/
+6
*
Revert "Append new attributes to the end of an AttributeList."
Michael Kruse
2018-06-25
1
-11
/
+22
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-06-19
1
-22
/
+11
*
Revert r335019 "Update NRVO logic to support early return (Attempt 2)"
Taiju Tsuiki
2018-06-19
1
-1
/
+1
[next]