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
...
*
PR33924: merge local declarations that have linkage of some kind within
Richard Smith
2018-07-04
2
-25
/
+99
*
Revert r336021 "PR33924: merge local declarations that have linkage of some k...
Hans Wennborg
2018-07-03
2
-94
/
+25
*
PR33924: merge local declarations that have linkage of some kind within
Richard Smith
2018-06-29
2
-25
/
+94
*
[modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (but
Richard Smith
2018-06-29
4
-17
/
+26
*
[modules] Do not serialize / deserialize pending new/delete mismatch
Richard Smith
2018-06-28
1
-7
/
+9
*
[modules] Ensure that an in-class function definition is attached to the
Richard Smith
2018-06-28
1
-0
/
+13
*
Revert "Append new attributes to the end of an AttributeList."
Michael Kruse
2018-06-25
1
-11
/
+22
*
[clang-cl] Don't emit dllexport inline functions etc. from pch files (PR37801)
Hans Wennborg
2018-06-25
2
-5
/
+19
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
2
-0
/
+13
*
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
2
-3
/
+3
*
Update NRVO logic to support early return (Attempt 2)
Taiju Tsuiki
2018-06-19
2
-3
/
+3
*
[Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...
Leonard Chan
2018-06-14
2
-0
/
+108
*
Move VersionTuple from clang/Basic to llvm/Support
Pavel Labath
2018-06-11
2
-3
/
+3
*
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
[prev]
[next]