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
...
*
Refactor: when exposing a definition in some module, provide listeners with the
Richard Smith
2015-05-15
1
-4
/
+3
*
Revert "Detect uses of mismatching forms of 'new' and 'delete'"
Diego Novillo
2015-05-14
1
-18
/
+1
*
Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
2015-05-14
1
-1
/
+18
*
[modules] Fix a #include cycle when building a module for our builtin headers.
Richard Smith
2015-05-14
1
-5
/
+9
*
Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...
Richard Smith
2015-05-04
1
-5
/
+5
*
[modules] Remove dead code from Module for tracking macro import locations.
Richard Smith
2015-05-02
1
-1
/
+1
*
[modules] Add -fmodules-local-submodule-visibility flag.
Richard Smith
2015-05-01
1
-28
/
+17
*
[modules] Start moving the module visibility information off the Module itself.
Richard Smith
2015-05-01
1
-13
/
+0
*
Remove dead code: a MacroDirective can't be imported or ambiguous any more.
Richard Smith
2015-04-30
1
-14
/
+1
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-1
/
+1
*
[modules] Store a ModuleMacro* on an imported macro directive rather than dup...
Richard Smith
2015-04-23
1
-10
/
+7
*
[modules] Determine the set of macros exported by a submodule at the end of t...
Richard Smith
2015-04-23
1
-108
/
+24
*
[modules] Move list of exported module macros from IdentifierInfo lookup tabl...
Richard Smith
2015-04-21
1
-260
/
+135
*
Try to work around failure to convert this lambda to a function pointer in so...
Richard Smith
2015-04-19
1
-4
/
+5
*
[modules] Refactor macro emission. No functionality change.
Richard Smith
2015-04-19
1
-76
/
+73
*
[modules] Remove unused MACRO_TABLE record.
Richard Smith
2015-04-10
1
-36
/
+2
*
[Modules] Make Sema's map of referenced selectors have a deterministic
Chandler Carruth
2015-03-27
1
-5
/
+3
*
[Modules] Make our on-disk hash table of selector IDs be built in
Chandler Carruth
2015-03-27
1
-6
/
+5
*
[Modules] Sort the file IDs prior to building the flattened array of
Chandler Carruth
2015-03-27
1
-10
/
+13
*
[Modules] Make the AST serialization always use lexicographic order when
Chandler Carruth
2015-03-26
1
-4
/
+12
*
[Modules] Delete stale, pointless code. All tests still pass with this
Chandler Carruth
2015-03-26
1
-15
/
+0
*
[Modules] Fix a sneaky bug in r233249 where we would look for implicit
Chandler Carruth
2015-03-26
1
-25
/
+39
*
[Modules] Preserve source order for the map of late parsed templates.
Chandler Carruth
2015-03-26
1
-5
/
+4
*
[Modules] Make "#pragma weak" undeclared identifiers be tracked
Chandler Carruth
2015-03-26
1
-9
/
+7
*
[Modules] Delete a bunch of complex code for ensuring visible decls in
Chandler Carruth
2015-03-26
1
-62
/
+2
*
[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
[prev]
[next]