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
*
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
*
Encapsulate FPOptions and use it consistently
Adam Nemet
2017-03-27
1
-1
/
+1
*
Revert r298742 "[ODRHash] Add error messages for mismatched parameters in met...
Vassil Vassilev
2017-03-26
1
-83
/
+0
*
Revert 298754 and 298742.
Vassil Vassilev
2017-03-26
1
-27
/
+7
*
[ODRHash] Add support for array and decayed types.
Richard Trieu
2017-03-25
1
-7
/
+27
*
[ODRHash] Add error messages for mismatched parameters in methods.
Richard Trieu
2017-03-24
1
-0
/
+83
*
[Serialization] Serialize DependentSizedExtVectorType
Alex Lorenz
2017-03-22
1
-0
/
+11
*
[Modules] Rebuild modules on umbrella header mismatch
Bruno Cardoso Lopes
2017-03-22
1
-7
/
+3
*
Apply clang-tidy's performance-unnecessary-value-param to parts of clang.
Benjamin Kramer
2017-03-21
1
-5
/
+6
*
Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"
Duncan P. N. Exon Smith
2017-03-20
1
-20
/
+62
*
Revert "Modules: Cache PCMs in memory and avoid a use-after-free"
Renato Golin
2017-03-18
1
-62
/
+20
*
Modules: Cache PCMs in memory and avoid a use-after-free
Duncan P. N. Exon Smith
2017-03-17
1
-20
/
+62
*
Modules: Optimize bitcode encoding of diagnostic state
Duncan P. N. Exon Smith
2017-03-14
1
-4
/
+4
*
Modules: Use hash of PCM content for SIGNATURE
Duncan P. N. Exon Smith
2017-03-13
1
-42
/
+157
*
Defensively ensure that GetExternalDeclStmt protects itself from nested deser...
David Blaikie
2017-03-08
1
-0
/
+3
*
[ODRHash] Add support for detecting different method properties.
Richard Trieu
2017-03-04
1
-5
/
+98
*
Mark function as llvm dump method.
Vassil Vassilev
2017-03-02
1
-7
/
+1
*
Serialization: use the PCH chain to check PCH mode
Saleem Abdulrasool
2017-03-02
1
-1
/
+2
*
[ODRHash] Add basic support for CXXRecordDecl
Richard Trieu
2017-02-28
1
-0
/
+23
*
[ODRHash] Finish FieldDecl support by handling mutable and initializers.
Richard Trieu
2017-02-24
1
-1
/
+48
*
[ODRHash] Add handling of bitfields
Richard Trieu
2017-02-24
1
-0
/
+26
[next]