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
*
[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
*
[ODRHash] Add handling of TypedefType and DeclarationName
Richard Trieu
2017-02-24
1
-0
/
+47
*
[ODRHash] Add IdentiferInfo and FieldDecl support.
Richard Trieu
2017-02-23
1
-0
/
+22
*
[ODRHash] static_cast and Stmt hashing.
Richard Trieu
2017-02-22
1
-0
/
+101
*
Fix 'control reaches end of non-void function' warning
Simon Pilgrim
2017-02-22
1
-1
/
+2
*
[ODRHash] Avoid dereferencing end() of a SmallVector.
Benjamin Kramer
2017-02-22
1
-1
/
+2
*
Add more ODR checking.
Richard Trieu
2017-02-22
1
-12
/
+132
*
[modules] Load the ModuleOffsetMap from the module header lazily.
Richard Smith
2017-02-18
1
-81
/
+110
*
Revert r295421, new ODR checker for modules, to fix build bot.
Richard Trieu
2017-02-17
1
-628
/
+10
*
Add better ODR checking for modules.
Richard Trieu
2017-02-17
1
-10
/
+628
*
[OpenCL] Correct ndrange_t implementation
Anastasia Stulova
2017-02-16
1
-3
/
+0
*
Revert r295284: Add better ODR checking for modules.
Richard Trieu
2017-02-16
1
-630
/
+10
*
Loosen a Type check ODR checking to try to fix the build bot.
Richard Trieu
2017-02-16
1
-2
/
+4
*
Add better ODR checking for modules.
Richard Trieu
2017-02-16
1
-10
/
+628
*
[ASTReader] Improve ReadASTBlock error message when module not available
Bruno Cardoso Lopes
2017-02-07
1
-1
/
+4
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-4
/
+12
*
Revert r293585 "Add better ODR checking for modules."
Sam McCall
2017-01-31
1
-628
/
+10
*
Add better ODR checking for modules.
Richard Trieu
2017-01-31
1
-10
/
+628
[next]