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
/
ASTWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Implement Itanium name mangling support for C++ Modules TS.
Richard Smith
2017-09-04
1
-2
/
+3
*
[modules] Add ability to specify module name to module file mapping (reapply)
Boris Kolpackov
2017-08-31
1
-4
/
+14
*
Revert r312105 [modules] Add ability to specify module name to module file ma...
Victor Leschuk
2017-08-30
1
-14
/
+4
*
[modules] Add ability to specify module name to module file mapping
Boris Kolpackov
2017-08-30
1
-4
/
+14
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-16
1
-0
/
+3
*
Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...
Diana Picus
2017-08-09
1
-3
/
+0
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-08
1
-0
/
+3
*
Recommit r308327 3rd time: Add a warning for missing
Alex Lorenz
2017-07-28
1
-0
/
+1
*
Revert r309106 "Recommit r308327 2nd time: Add a warning for missing"
Hans Wennborg
2017-07-26
1
-1
/
+0
*
Recommit r308327 2nd time: Add a warning for missing
Alex Lorenz
2017-07-26
1
-0
/
+1
*
Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...
Hans Wennborg
2017-07-19
1
-1
/
+0
*
Recommit r308327: Add a warning for missing '#pragma pack (pop)'
Alex Lorenz
2017-07-19
1
-0
/
+1
*
Revert r308327
Alex Lorenz
2017-07-18
1
-1
/
+0
*
Add a warning for missing '#pragma pack (pop)' and suspicious uses
Alex Lorenz
2017-07-18
1
-0
/
+1
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
1
-3
/
+3
*
Revert changes from my previous refactoring - will need to fix dependencies i...
Faisal Vali
2017-07-17
1
-3
/
+3
*
[NFC] Refactor the Preprocessor function that handles Macro definitions and r...
Faisal Vali
2017-07-17
1
-3
/
+3
*
[modules ts] Improve merging of module-private declarations.
Richard Smith
2017-07-05
1
-1
/
+1
*
Track the set of module maps read while building a .pcm file and reload those...
Richard Smith
2017-06-29
1
-6
/
+12
*
PR33002: When we instantiate the definition of a static data member, we might
Richard Smith
2017-06-22
1
-1
/
+10
*
Retain header search and preprocessing options from AST file when emitting
Richard Smith
2017-06-06
1
-0
/
+2
*
[Modules] Fix use after scope.
Benjamin Kramer
2017-06-02
1
-1
/
+2
*
Support lazy stat'ing of files referenced by module maps.
Richard Smith
2017-06-02
1
-42
/
+114
*
[modules] When compiling a preprocessed module map, look for headers relative
Richard Smith
2017-05-31
1
-4
/
+5
*
Allow for unfinished #if blocks in preambles
Erik Verbruggen
2017-05-30
1
-0
/
+13
*
[modules] Switch from inferring owning modules based on source location to
Richard Smith
2017-05-18
1
-19
/
+0
*
Remove unused tracking of owning module for MacroInfo objects.
Richard Smith
2017-05-12
1
-1
/
+0
*
Silences gcc's -Wnarrowing.
Daniel Jasper
2017-05-03
1
-2
/
+3
*
[modules] Round-trip -Werror flag through explicit module build.
Richard Smith
2017-05-03
1
-1
/
+19
*
[X86] Support of no_caller_saved_registers attribute
Oren Ben Simhon
2017-04-27
1
-0
/
+2
*
Placate MSVC's narrowing conversion unhappiness.
Richard Smith
2017-04-25
1
-1
/
+1
*
[modules ts] Diagnose 'export' declarations outside of a module interface.
Richard Smith
2017-04-24
1
-3
/
+4
*
Modules: Do not serialize #pragma pack state
Duncan P. N. Exon Smith
2017-04-15
1
-0
/
+5
*
Modular Codegen: Separate flags for function and debug info support
David Blaikie
2017-04-12
1
-6
/
+5
*
Serialization: Simulate -Werror settings in implicit modules
Duncan P. N. Exon Smith
2017-04-12
1
-1
/
+6
*
Serialization: Emit the final diagnostic state last, almost NFC
Duncan P. N. Exon Smith
2017-04-12
1
-2
/
+14
*
Serialization: Skip check in WritePragmaDiagnosticMappings, NFC
Duncan P. N. Exon Smith
2017-04-12
1
-2
/
+1
*
[ODRHash] Improve handling of hash values
Richard Trieu
2017-04-11
1
-1
/
+4
*
Modular Codegen: Support homing debug info for types in modular objects
David Blaikie
2017-04-11
1
-0
/
+6
*
Modular Codegen: Add/use a bit in serialized function definitions to track wh...
David Blaikie
2017-04-11
1
-3
/
+1
*
[Modules][PCH] Serialize #pragma pack
Alex Lorenz
2017-03-31
1
-0
/
+15
*
Encapsulate FPOptions and use it consistently
Adam Nemet
2017-03-27
1
-1
/
+1
*
[Serialization] Serialize DependentSizedExtVectorType
Alex Lorenz
2017-03-22
1
-2
/
+4
*
Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"
Duncan P. N. Exon Smith
2017-03-20
1
-2
/
+10
*
Revert "Modules: Cache PCMs in memory and avoid a use-after-free"
Renato Golin
2017-03-18
1
-10
/
+2
*
Modules: Cache PCMs in memory and avoid a use-after-free
Duncan P. N. Exon Smith
2017-03-17
1
-2
/
+10
*
Modules: Optimize bitcode encoding of diagnostic state
Duncan P. N. Exon Smith
2017-03-14
1
-2
/
+6
*
Modules: Use hash of PCM content for SIGNATURE
Duncan P. N. Exon Smith
2017-03-13
1
-58
/
+92
*
C++ DR1611, 1658, 2180: implement "potentially constructed subobject" rules f...
Richard Smith
2017-02-25
1
-1
/
+2
*
Part of adding an improved ODR checker.
Richard Trieu
2017-02-18
1
-0
/
+1
[prev]
[next]