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
/
ASTWriterDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clang][OpeMP] Model OpenMP structured-block in AST (PR40563)
Roman Lebedev
2019-03-20
1
-3
/
+7
*
[OPENMP 5.0]Initial support for 'allocator' clause.
Alexey Bataev
2019-03-12
1
-0
/
+4
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-1
/
+10
*
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
-0
/
+14
*
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
-2
/
+3
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-0
/
+3
*
Revert r343518.
Akira Hatanaka
2018-10-01
1
-3
/
+0
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-0
/
+3
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+11
*
[OPENMP] Fix PR38903: Crash on instantiation of the non-dependent
Alexey Bataev
2018-09-13
1
-0
/
+4
*
Revert r341754.
Akira Hatanaka
2018-09-09
1
-3
/
+0
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
1
-0
/
+3
*
[OPENMP] FIx processing of declare target variables.
Alexey Bataev
2018-08-15
1
-2
/
+1
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
1
-0
/
+8
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-3
/
+3
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-7
/
+7
*
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
-6
/
+6
*
[AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...
Erich Keane
2018-08-01
1
-21
/
+20
*
[AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...
Erich Keane
2018-08-01
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-26
/
+26
*
[ODRHash] Support hashing enums.
Richard Trieu
2018-07-25
1
-0
/
+3
*
[Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)
Roman Lebedev
2018-07-24
1
-0
/
+1
*
[modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (but
Richard Smith
2018-06-29
1
-5
/
+10
*
Revert r335019 "Update NRVO logic to support early return (Attempt 2)"
Taiju Tsuiki
2018-06-19
1
-2
/
+2
*
Update NRVO logic to support early return (Attempt 2)
Taiju Tsuiki
2018-06-19
1
-2
/
+2
*
Revert "Update NRVO logic to support early return"
Sam McCall
2018-05-30
1
-2
/
+2
*
Update NRVO logic to support early return
Taiju Tsuiki
2018-05-30
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-7
/
+0
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-0
/
+7
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-2
/
+3
*
Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"
Akira Hatanaka
2018-04-09
1
-3
/
+2
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-2
/
+3
*
[ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...
George Karpenkov
2018-03-29
1
-0
/
+2
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-0
/
+3
*
Sink PrettyDeclStackTrace down to the AST library
Jordan Rose
2018-03-23
1
-0
/
+4
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-19
1
-0
/
+2
*
Serialize the NonTrivialToPrimitive* flags I added in r326307.
Akira Hatanaka
2018-03-13
1
-0
/
+11
*
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
Akira Hatanaka
2018-03-12
1
-2
/
+0
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-10
1
-0
/
+2
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
1
-0
/
+2
*
Implement Attribute Target MultiVersioning
Erich Keane
2018-01-08
1
-0
/
+2
*
Serialize the IDNS for a UsingShadowDecl rather than recomputing it.
Richard Smith
2018-01-06
1
-0
/
+1
*
[ODRHash] Support ODR violation detection in functions.
Richard Trieu
2017-12-23
1
-0
/
+3
*
Refactor overridden methods iteration to avoid double lookups.
Benjamin Kramer
2017-12-17
1
-4
/
+2
*
Revert r320230 to fix buildbots.
Richard Trieu
2017-12-09
1
-3
/
+0
[next]