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
*
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
*
Make sure the 2 method calls are sequenced.
Argyrios Kyrtzidis
2015-07-31
1
-1
/
+2
*
[modules] Fix issue where building a module from a relative path when -workin...
Argyrios Kyrtzidis
2015-07-31
1
-9
/
+2
*
[modules] Remove redundant information written into DeclContext name lookup t...
Richard Smith
2015-07-30
1
-3
/
+2
*
[modules] Add an assert for redeclarations that we never added to their redecl
Richard Smith
2015-07-27
1
-0
/
+1
*
[modules] Stop performing PCM lookups for all identifiers when building with ...
Richard Smith
2015-07-22
1
-3
/
+25
*
[modules] In C++, stop serializing and deserializing a list of declarations in
Richard Smith
2015-07-21
1
-18
/
+25
*
[modules] Don't save uninteresting identifiers, and don't consider identifiers
Richard Smith
2015-07-19
1
-7
/
+14
*
Stop treating extension keywords as 'interesting'; we don't allow the extension
Richard Smith
2015-07-17
1
-1
/
+0
*
[modules] Switch to the normal reverse postorder visitation algorithm when co...
Richard Smith
2015-07-15
1
-5
/
+2
*
[modules] Improve performance when there is a local declaration of an entity
Richard Smith
2015-07-12
1
-36
/
+98
*
Implement the Objective-C __kindof type qualifier.
Douglas Gregor
2015-07-07
1
-0
/
+1
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-2
/
+2
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
1
-2
/
+9
*
[ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
2015-06-26
1
-0
/
+12
*
Use AddString/ReadString instead of doing it manually NFC
Ben Langmuir
2015-06-23
1
-3
/
+2
*
[Modules] Consider -fmodule-feature in module hash and when loading
Ben Langmuir
2015-06-23
1
-0
/
+4
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
[next]