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
/
ASTReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement Itanium name mangling support for C++ Modules TS.
Richard Smith
2017-09-04
1
-3
/
+2
*
[modules] Add ability to specify module name to module file mapping (reapply)
Boris Kolpackov
2017-08-31
1
-4
/
+28
*
Revert r312105 [modules] Add ability to specify module name to module file ma...
Victor Leschuk
2017-08-30
1
-28
/
+4
*
[modules] Add ability to specify module name to module file mapping
Boris Kolpackov
2017-08-30
1
-4
/
+28
*
[ODRHash] Diagnose differing template parameters.
Richard Trieu
2017-08-23
1
-0
/
+193
*
Recommit r308327 3rd time: Add a warning for missing
Alex Lorenz
2017-07-28
1
-2
/
+4
*
Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"
Hans Wennborg
2017-07-26
1
-4
/
+2
*
Recommit r308327 2nd time: Add a warning for missing
Alex Lorenz
2017-07-26
1
-2
/
+4
*
Fix incorrect use of current directory to find moved paths in ASTReader.
Manuel Klimek
2017-07-25
1
-13
/
+4
*
Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...
Hans Wennborg
2017-07-19
1
-4
/
+2
*
Recommit r308327: Add a warning for missing '#pragma pack (pop)'
Alex Lorenz
2017-07-19
1
-2
/
+4
*
Revert r308327
Alex Lorenz
2017-07-18
1
-4
/
+2
*
Add a warning for missing '#pragma pack (pop)' and suspicious uses
Alex Lorenz
2017-07-18
1
-2
/
+4
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
1
-4
/
+4
*
Revert changes from my previous refactoring - will need to fix dependencies i...
Faisal Vali
2017-07-17
1
-4
/
+4
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
1
-4
/
+4
*
[ODRHash] Revert r307743 which reverted r307720
Richard Trieu
2017-07-15
1
-28
/
+50
*
[ODRHash] Revert r307720 to fix buildbot.
Richard Trieu
2017-07-12
1
-50
/
+28
*
[ODRHash] Support more method types.
Richard Trieu
2017-07-11
1
-28
/
+50
*
[ODRHash] Support FriendDecl
Richard Trieu
2017-07-08
1
-0
/
+53
*
fix trivial typos; NFC
Hiroshi Inoue
2017-07-01
1
-1
/
+1
*
Teach ASTReader how to read only the Preprocessor state from an AST file, not...
Richard Smith
2017-06-29
1
-37
/
+90
*
Track the set of module maps read while building a .pcm file and reload those...
Richard Smith
2017-06-29
1
-5
/
+18
*
Remove redundant check.
Richard Smith
2017-06-27
1
-6
/
+0
*
PR33552: Distinguish between declarations that are owned by no module and
Richard Smith
2017-06-23
1
-3
/
+3
*
[ODRHash] Supply more information when generic error message is emitted.
Richard Trieu
2017-06-21
1
-0
/
+11
*
[ODRHash] Hash VarDecl members.
Richard Trieu
2017-06-16
1
-0
/
+113
*
[ODRHash] Add diagnostic messages for typedef and type alias.
Richard Trieu
2017-06-12
1
-0
/
+41
*
[ODRHash] Change the fall-back diagnostic error.
Richard Trieu
2017-06-08
1
-7
/
+7
*
Retain header search and preprocessing options from AST file when emitting
Richard Smith
2017-06-06
1
-0
/
+2
*
Rather than rejecting attempts to run preprocessor-only actions on AST files,
Richard Smith
2017-06-05
1
-0
/
+1
*
Avoid calling report_fatal_error in the destructor of raw_fd_ostream
Alex Lorenz
2017-06-02
1
-0
/
+2
*
[Modules] Handle sanitizer feature mismatches when importing modules
Vedant Kumar
2017-06-01
1
-0
/
+27
*
Allow for unfinished #if blocks in preambles
Erik Verbruggen
2017-05-30
1
-0
/
+15
*
[modules] Further delay calling DeclMustBeEmitted until it's safe.
Vassil Vassilev
2017-05-19
1
-3
/
+5
*
[ODRHash] Support NestedNameSpecifier
Richard Trieu
2017-05-17
1
-29
/
+2
*
Remove unused tracking of owning module for MacroInfo objects.
Richard Smith
2017-05-12
1
-2
/
+1
*
[modules] Round-trip -Werror flag through explicit module build.
Richard Smith
2017-05-03
1
-24
/
+30
*
[ODRHash] Add support for array and decayed types, and parameter names and ty...
Richard Trieu
2017-05-02
1
-0
/
+79
*
Fix initial diagnostic state setup for an explicit module with no diagnostic ...
Richard Smith
2017-05-01
1
-4
/
+14
*
[X86] Support of no_caller_saved_registers attribute
Oren Ben Simhon
2017-04-27
1
-4
/
+5
*
[modules ts] Diagnose 'export' declarations outside of a module interface.
Richard Smith
2017-04-24
1
-0
/
+3
*
[modules] Delay calling DeclMustBeEmitted until it's safe.
Vassil Vassilev
2017-04-12
1
-25
/
+0
*
Revert r300001 "Revert r298824 & r298816, recommit r298742 & r298754"
Hans Wennborg
2017-04-12
1
-103
/
+0
*
Serialization: Simulate -Werror settings in implicit modules
Duncan P. N. Exon Smith
2017-04-12
1
-7
/
+43
*
Serialization: Emit the final diagnostic state last, almost NFC
Duncan P. N. Exon Smith
2017-04-12
1
-17
/
+26
*
Revert r298824 & r298816, recommit r298742 & r298754
Richard Trieu
2017-04-11
1
-0
/
+103
*
Modular Codegen: Support homing debug info for types in modular objects
David Blaikie
2017-04-11
1
-2
/
+1
*
Modular Codegen: Add/use a bit in serialized function definitions to track wh...
David Blaikie
2017-04-11
1
-13
/
+7
*
[Modules][PCH] Serialize #pragma pack
Alex Lorenz
2017-03-31
1
-0
/
+50
[prev]
[next]