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
*
Method Pool in modules: we make sure that if a module contains an entry for
Manman Ren
2016-04-29
1
-0
/
+13
*
Reland r267691 fixing PR27535.
Vassil Vassilev
2016-04-28
1
-2
/
+7
*
Revert r267691, it caused PR27535.
Nico Weber
2016-04-27
1
-7
/
+2
*
[modules] Fix Decl's Used invariant.
Vassil Vassilev
2016-04-27
1
-2
/
+7
*
PR27513: When determining which declaration to put into an exported lookup
Richard Smith
2016-04-26
1
-2
/
+11
*
[modules] Remove some more unnecessary forwarding functions.
Richard Smith
2016-04-18
1
-37
/
+35
*
[modules] Store the location of the lexical update record in a decl update as
Richard Smith
2016-04-14
1
-2
/
+1
*
[modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of
Richard Smith
2016-04-14
1
-71
/
+15
*
[modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID
Richard Smith
2016-04-13
1
-82
/
+33
*
[modules] Add some missing blockinfo records. No functionality change except ...
Richard Smith
2016-04-13
1
-0
/
+12
*
[modules] Refactor handling of cases where we write an offset to a prior reco...
Richard Smith
2016-04-13
1
-0
/
+1
*
Remove unused functions from ASTWriter interface.
Richard Smith
2016-04-08
1
-8
/
+8
*
[modules] Don't try to add lookup results to non-lookup contexts.
Vassil Vassilev
2016-04-06
1
-0
/
+3
*
Re-commit r265518 ("[modules] Continue factoring encoding of AST records out of
Richard Smith
2016-04-06
1
-276
/
+265
*
[OPENMP] Parsing and Sema support for 'omp declare target' directive
Dmitry Polukhin
2016-04-06
1
-0
/
+13
*
Revert "[modules] Continue factoring encoding of AST records out of ASTWriter."
Dmitry Polukhin
2016-04-06
1
-261
/
+273
*
[modules] Continue factoring encoding of AST records out of ASTWriter.
Richard Smith
2016-04-06
1
-273
/
+261
*
[modules] Start moving the code for encoding AST records out of ASTWriter into
Richard Smith
2016-04-01
1
-178
/
+177
*
[modules] Write out identifiers if the ID is local, too.
Vassil Vassilev
2016-03-30
1
-1
/
+4
*
[modules] When encoding SourceLocations in bitcode, rotate the 'is macro' flag
Richard Smith
2016-03-27
1
-7
/
+10
*
Remove unused support for replacing declarations from chained AST files.
Richard Smith
2016-03-27
1
-15
/
+0
*
[Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)
Faisal Vali
2016-03-21
1
-0
/
+1
*
[modules] Fix adding a templated friend functions to a namespace from another...
Vassil Vassilev
2016-03-16
1
-2
/
+10
*
Serialize `pragma pointers_to_members` state.
Nico Weber
2016-03-03
1
-0
/
+11
*
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
[next]