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
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-04
2
-0
/
+36
*
Revert "This diff includes changes for supporting the following types."
Leonard Chan
2018-06-02
2
-36
/
+0
*
This diff includes changes for supporting the following types.
Leonard Chan
2018-06-02
2
-0
/
+36
*
Revert "Update NRVO logic to support early return"
Sam McCall
2018-05-30
2
-3
/
+3
*
Update NRVO logic to support early return
Taiju Tsuiki
2018-05-30
2
-3
/
+3
*
[ODRHash] Support FunctionTemplateDecl in records.
Richard Trieu
2018-05-30
1
-1
/
+318
*
Fix unaligned memory access when reading INPUT_FILE_OFFSETS data
Raphael Isemann
2018-05-23
1
-1
/
+2
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
3
-21
/
+20
*
Move helper classes into anonymous namespaces. NFCI.
Benjamin Kramer
2018-05-15
1
-2
/
+2
*
[AST] Print correct tag decl for tag specifier
Joel E. Denny
2018-05-14
2
-1
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
10
-153
/
+153
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
2
-2
/
+2
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
2
-0
/
+6
*
[Modules] Handle ObjC/C ODR-like semantics for EnumConstantDecl
Bruno Cardoso Lopes
2018-04-30
1
-4
/
+20
*
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
Richard Smith
2018-04-30
2
-0
/
+3
*
[Modules][ObjC] ASTReader should add protocols for class extensions
Bruno Cardoso Lopes
2018-04-27
1
-0
/
+6
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
4
-18
/
+0
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
4
-0
/
+18
*
[ODRHash] Hash template arguments of methods.
Richard Trieu
2018-04-25
1
-0
/
+92
*
Record whether a module came from a private module map
Jordan Rose
2018-04-20
2
-2
/
+6
*
Use export_as for autolinking frameworks
Bruno Cardoso Lopes
2018-04-16
1
-0
/
+2
*
Clean carriage returns from lib/ and include/. NFC.
Malcolm Parsons
2018-04-16
1
-7
/
+7
*
Revert "[Serialization] Fix some Clang-tidy modernize and Include What You Us...
Vedant Kumar
2018-04-14
1
-265
/
+317
*
[Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2018-04-13
1
-317
/
+265
*
[Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2018-04-11
3
-228
/
+355
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
3
-5
/
+7
*
Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"
Akira Hatanaka
2018-04-09
3
-7
/
+5
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
3
-5
/
+7
*
Fix typos in clang
Alexander Kornienko
2018-04-06
2
-2
/
+2
*
DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standard
Richard Smith
2018-04-05
2
-3
/
+9
*
[ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...
George Karpenkov
2018-03-29
2
-0
/
+3
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
3
-0
/
+6
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
3
-14
/
+14
*
Sink PrettyDeclStackTrace down to the AST library
Jordan Rose
2018-03-23
1
-0
/
+4
*
[Modules] Fix creating fake definition data for lambdas.
Volodymyr Sapsai
2018-03-21
1
-10
/
+12
*
[CodeGen] Ignore OpaqueValueExprs that are unique references to their
Akira Hatanaka
2018-03-20
2
-0
/
+2
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-19
3
-3
/
+5
*
Adding nocf_check attribute for cf-protection fine tuning
Oren Ben Simhon
2018-03-17
2
-4
/
+8
*
Serialize the NonTrivialToPrimitive* flags I added in r326307.
Akira Hatanaka
2018-03-13
2
-0
/
+14
*
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
Akira Hatanaka
2018-03-12
3
-3
/
+3
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-10
3
-3
/
+3
*
[NFC] Move CommentOpts checks to the call sites that depend on it. (Re-applyi...
David L. Jones
2018-03-02
1
-2
/
+1
*
Revert r326501 due to buildbot breakage.
David L. Jones
2018-03-01
1
-1
/
+2
*
[NFC] Move CommentOpts checks to the call sites that depend on it.
David L. Jones
2018-03-01
1
-2
/
+1
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-1
/
+1
*
Re-land: "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
4
-77
/
+78
*
Revert "[Support] Replace HashString with djbHash."
Jonas Devlieghere
2018-02-26
4
-78
/
+77
*
[Support] Replace HashString with djbHash.
Jonas Devlieghere
2018-02-26
4
-77
/
+78
*
[modules] Fix incorrect diagnostic mapping computation when a module changes
Richard Smith
2018-02-09
2
-2
/
+8
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
3
-0
/
+9
[next]