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
...
*
Serialize `pragma ms_struct` state.
Nico Weber
2016-03-02
1
-1
/
+11
*
Generalize the consumed-parameter array on FunctionProtoType
John McCall
2016-03-01
1
-1
/
+7
*
Fix rejects-valid caused by r261297.
Nico Weber
2016-02-24
1
-0
/
+1
*
Implement the likely resolution of core issue 253.
Nico Weber
2016-02-19
1
-0
/
+1
*
[modules] Compress files embedded into a .pcm file, to reduce the disk usage ...
Richard Smith
2016-02-06
1
-16
/
+38
*
[modules] Separately track whether an identifier's preprocessor information and
Richard Smith
2016-02-05
1
-1
/
+5
*
Fix predefine for __NSConstantString struct type
Ben Langmuir
2016-02-04
1
-0
/
+2
*
Reapply r259624, it is likely not the commit causing the bot failures.
Quentin Colombet
2016-02-03
1
-0
/
+2
*
Revert r259624 - Make CF constant string decl visible to name lookup to fix m...
Quentin Colombet
2016-02-03
1
-2
/
+0
*
Make CF constant string decl visible to name lookup to fix module errors
Ben Langmuir
2016-02-03
1
-0
/
+2
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+9
*
Only instantiate a default argument once.
John McCall
2016-01-06
1
-0
/
+14
*
[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...
Samuel Antao
2016-01-06
1
-0
/
+7
*
[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...
Samuel Antao
2016-01-05
1
-7
/
+0
*
[OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao
2016-01-05
1
-0
/
+7
*
Module file extensions: pass a Sema through to the extension writer.
Douglas Gregor
2015-12-08
1
-3
/
+4
*
Use range loops and autos in lib/Serialization/ASTWriter.cpp.
Eugene Zelenko
2015-12-08
1
-127
/
+103
*
[modules] Refactor handling of -fmodules-embed-*. Track this properly rather
Richard Smith
2015-11-26
1
-3
/
+10
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-1
/
+1
*
Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
Mike Aizatsky
2015-11-09
1
-1
/
+1
*
[Sema] Implement __make_integer_seq
David Majnemer
2015-11-04
1
-0
/
+2
*
Introduce module file extensions to piggy-back data onto module files.
Douglas Gregor
2015-11-03
1
-4
/
+54
*
Eliminate "rewritten decls" from the AST writer. NFC
Douglas Gregor
2015-11-03
1
-14
/
+5
*
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
2015-11-03
1
-15
/
+0
*
[modules] Fix merging of __va_list_tag's implicit special member functions.
Richard Smith
2015-10-13
1
-6
/
+31
*
Serialization: Let ASTWriter return the signature of the written module.
Adrian Prantl
2015-09-22
1
-15
/
+22
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-0
/
+2
*
EmitRecord* API change: accepts ArrayRef instead of a SmallVector (NFC)
Mehdi Amini
2015-09-10
1
-180
/
+125
*
Revert "EmitRecordWith* API change: takes an ArrayRef instead of a SmallVecto...
Mehdi Amini
2015-09-09
1
-122
/
+180
*
EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)
Mehdi Amini
2015-09-09
1
-180
/
+122
*
[modules] Write the options records to a separate subblock rather than writing
Richard Smith
2015-09-08
1
-2
/
+10
*
Re-commit r246497 (and dependent changes r246524 and r246521), reverted in
Richard Smith
2015-09-01
1
-24
/
+52
*
Reverting r246497 (which requires also reverting r246524 and r246521 to avoid...
Aaron Ballman
2015-09-01
1
-52
/
+24
*
[modules] When emitting line tables, only emit filenames that are actually re...
Richard Smith
2015-09-01
1
-5
/
+15
*
Don't use fprintf to emit this diagnostic!
Richard Smith
2015-09-01
1
-3
/
+3
*
[modules] Add some missing blockinfo records.
Richard Smith
2015-08-31
1
-2
/
+31
*
[modules] Rework serialized DeclContext lookup table management. Instead of
Richard Smith
2015-08-31
1
-24
/
+52
*
[modules] The key to a DeclContext name lookup table is not actually a
Richard Smith
2015-08-26
1
-44
/
+17
*
Make FileManager::getFileSystemOptions consistent with CompilerInstance::getF...
Yaron Keren
2015-08-26
1
-2
/
+2
*
[modules] Remove unnecessary deserialization of fully-external HeaderFileInfo...
Richard Smith
2015-08-24
1
-3
/
+3
*
[modules] Stop updating all identifiers when writing a module. This is
Richard Smith
2015-08-24
1
-16
/
+18
*
[modules] Further simplification and speedup of redeclaration chain loading.
Richard Smith
2015-08-22
1
-73
/
+1
*
[modules] Rearrange how redeclaration chains are loaded, to remove a walk over
Richard Smith
2015-08-22
1
-57
/
+17
*
[modules] Fix HeaderFileInfo serialization to store all the known owning modu...
Richard Smith
2015-08-18
1
-34
/
+40
*
Range-based-for-convert some loops in ASTWriter. No functionality change inte...
Richard Smith
2015-08-18
1
-35
/
+25
*
[modules] When explicitly building a module file, don't include timestamps in
Richard Smith
2015-08-17
1
-18
/
+20
*
[modules] When writing a module file built with -fmodule-map-file-home-is-cwd,
Richard Smith
2015-08-13
1
-9
/
+18
*
[modules] Remove now-dead code for lazy loading of files specified by -fmodul...
Richard Smith
2015-08-09
1
-10
/
+0
*
[modules] Stop walking all modules when looking for lexical decls for a
Richard Smith
2015-08-06
1
-9
/
+14
*
[modules] Defer setting up the lookup table for a DeclContext until we can
Richard Smith
2015-08-06
1
-0
/
+4
[prev]
[next]