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
...
*
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
*
Revert r295421, new ODR checker for modules, to fix build bot.
Richard Trieu
2017-02-17
1
-1
/
+0
*
Add better ODR checking for modules.
Richard Trieu
2017-02-17
1
-0
/
+1
*
Revert r295284: Add better ODR checking for modules.
Richard Trieu
2017-02-16
1
-1
/
+0
*
Add better ODR checking for modules.
Richard Trieu
2017-02-16
1
-0
/
+1
*
[PCH] Fix a regression when PCH is used with -fmodules
Bruno Cardoso Lopes
2017-02-07
1
-1
/
+2
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-0
/
+7
*
Fix modules codegen to be compatible with modules-ts
David Blaikie
2017-01-31
1
-2
/
+2
*
Revert r293585 "Add better ODR checking for modules."
Sam McCall
2017-01-31
1
-1
/
+0
*
Add better ODR checking for modules.
Richard Trieu
2017-01-31
1
-0
/
+1
*
Prototype of modules codegen
David Blaikie
2017-01-30
1
-5
/
+17
*
Modules: Return ModuleFile& from ModuleManager::begin, etc.; NFC
Duncan P. N. Exon Smith
2017-01-28
1
-19
/
+19
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-0
/
+14
*
Remove and replace DiagStatePoint tracking and lookup data structure.
Richard Smith
2017-01-26
1
-20
/
+25
*
[Clang] - Update code to match upcoming llvm::zlib API.
George Rimar
2017-01-17
1
-14
/
+27
*
Tracking exception specification source locations
Malcolm Parsons
2017-01-12
1
-0
/
+1
*
PCH: fix a regression that reports a module is defined in both pch and pcm.
Manman Ren
2017-01-09
1
-11
/
+0
*
Simplify ASTReader ctor by using in-class initializers for many member variables
David Blaikie
2017-01-05
1
-19
/
+1
*
Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension
David Blaikie
2017-01-05
1
-7
/
+6
*
Fix for LLVM Bitcode API change (to use std::shared_ptr)
David Blaikie
2017-01-04
1
-87
/
+87
*
Attempt to fix build failure and regressions due to r290056
Yaxun Liu
2016-12-18
1
-2
/
+2
*
Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...
Yaxun Liu
2016-12-18
1
-2
/
+41
*
Revert r289979 due to regressions
Yaxun Liu
2016-12-16
1
-41
/
+2
*
[OpenCL] Allow disabling types and declarations associated with extensions
Yaxun Liu
2016-12-16
1
-2
/
+41
*
Remove custom handling of array copies in lambda by-value array capture and
Richard Smith
2016-12-14
1
-6
/
+1
[prev]
[next]