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
...
*
[modules] If we reach a definition of a class for which we already have a
Richard Smith
2015-03-26
1
-0
/
+13
*
[Modules] A second attempt at writing out on-disk hash tables for the
Chandler Carruth
2015-03-26
1
-56
/
+157
*
Revert "[Modules] When writing out the on-disk hash table for the decl contex...
Rafael Espindola
2015-03-25
1
-90
/
+15
*
[Modules] When writing out the on-disk hash table for the decl context
Chandler Carruth
2015-03-25
1
-15
/
+90
*
[Modules] Start making explicit modules produce deterministic output.
Chandler Carruth
2015-03-24
1
-13
/
+16
*
Silence unused warning in non-assert builds.
Daniel Jasper
2015-03-24
1
-0
/
+1
*
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
Richard Smith
2015-03-24
1
-8
/
+69
*
[modules] Remove redundant import of lexical decls when building a lookup table
Richard Smith
2015-03-23
1
-24
/
+24
*
Reverting 232853 and 232870 because they depend on 232793,
Vince Harron
2015-03-22
1
-21
/
+23
*
[modules] When either redecl chain merging or an update record causes us to
Richard Smith
2015-03-21
1
-23
/
+21
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-6
/
+6
*
Make module files passed to a module build via -fmodule-file= available to
Richard Smith
2015-03-18
1
-9
/
+20
*
Lambdaify some helper functions. No functionality change.
Richard Smith
2015-03-16
1
-33
/
+27
*
Deduplicate #undef directives imported from multiple modules.
Richard Smith
2015-03-13
1
-1
/
+2
*
[modules] Fix iterator invalidation issue with names being added to a module
Richard Smith
2015-03-11
1
-6
/
+9
*
[modules] Don't clobber a destructor's operator delete when adding another one;
Richard Smith
2015-03-10
1
-2
/
+20
*
Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext
Richard Smith
2015-03-07
1
-20
/
+6
*
Removing code that is unused after r231424; NFC.
Aaron Ballman
2015-03-06
1
-8
/
+0
*
[modules] Rework merging of redeclaration chains on module import.
Richard Smith
2015-03-05
1
-32
/
+17
*
Rework our handling of key functions. We used to track a complete list of all
Richard Smith
2015-02-28
1
-8
/
+0
*
[modules] Don't write out name lookup table entries merely because the module
Richard Smith
2015-02-27
1
-10
/
+13
*
Remove slow and apparently pointless updating of all identifiers at the start
Richard Smith
2015-02-25
1
-17
/
+0
*
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
2015-02-21
1
-1
/
+1
*
Revert r167816 and replace it with a proper fix for the issue: do not
Richard Smith
2015-02-21
1
-4
/
+2
*
Revert "Mangle the IsSystem bit into the .pcm file name"
Ben Langmuir
2015-02-19
1
-1
/
+0
*
[PCH/Modules] Check that the specific module cache path the PCH was built wit...
Argyrios Kyrtzidis
2015-02-19
1
-0
/
+2
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
[modules] Improve llvm-bcanalyzer output on AST files a little. No functional...
Richard Smith
2015-02-13
1
-2
/
+3
*
Mangle the IsSystem bit into the .pcm file name
Ben Langmuir
2015-02-12
1
-0
/
+1
*
[modules] Treat friend declarations that are lexically within a dependent
Richard Smith
2015-02-07
1
-7
/
+4
*
ASTUnit: Use range-based for loops.
Benjamin Kramer
2015-02-06
1
-1
/
+2
*
[modules] Refactor: unify the code that picks which declaration goes into a
Richard Smith
2015-02-05
1
-55
/
+46
*
Objective-C: Serialize "more than one decl" state of ObjCMethodList.
Nico Weber
2014-12-27
1
-5
/
+12
*
Address review feedback on r221933.
Nico Weber
2014-12-27
1
-14
/
+14
*
[modules] When constructing paths relative to a module, strip out /./ directory
Richard Smith
2014-12-11
1
-15
/
+19
*
[modules] Instead of storing absolute paths in a .pcm file, store the path to
Richard Smith
2014-12-05
1
-73
/
+113
*
Temporarily reverting r223443 due to bot breakage.
Aaron Ballman
2014-12-05
1
-113
/
+73
*
[modules] Instead of storing absolute paths in a .pcm file, store the path to
Richard Smith
2014-12-05
1
-73
/
+113
*
[modules] Track how 'header' directives were written in module map files,
Richard Smith
2014-12-02
1
-12
/
+19
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-1
/
+1
*
[OPENMP] Codegen for threadprivate variables
Alexey Bataev
2014-11-11
1
-0
/
+12
*
Introduce a SanitizerKind enum to LangOptions.
Alexey Samsonov
2014-11-07
1
-2
/
+3
*
[modules] Support combining 'textual' with 'private'.
Richard Smith
2014-10-24
1
-34
/
+24
*
Add a "signature" to AST files to verify that they haven't changed
Ben Langmuir
2014-10-23
1
-0
/
+16
*
[modules] Add support for 'textual header' directives.
Richard Smith
2014-10-22
1
-1
/
+13
*
Don't add ID mappings for offsets with no entities in a module
Ben Langmuir
2014-10-20
1
-12
/
+23
*
Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarity
David Blaikie
2014-10-17
1
-1
/
+1
*
PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...
David Blaikie
2014-10-16
1
-1
/
+1
*
PR20399: Do not assert when adding an implicit member coming from a module at
Richard Smith
2014-09-30
1
-6
/
+5
*
-ms-extensions: Implement __super scope specifier (PR13236).
Nikola Smiljanic
2014-09-26
1
-0
/
+9
[prev]
[next]