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
...
*
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
*
[modules] Better support for redefinitions of an entity from the same module.
Richard Smith
2015-06-15
1
-3
/
+0
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+2
*
Refactor MacroInfo so macro arguments can be iterated with range-based for lo...
Daniel Marjamaki
2015-05-29
1
-3
/
+2
*
Rename a helper template function to 'bytes' to avoid a C++17 STL conflict
Reid Kleckner
2015-05-21
1
-15
/
+15
*
Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
2015-05-18
1
-1
/
+18
*
[modules] Retain the name as written for umbrella headers and directories, ra...
Richard Smith
2015-05-16
1
-5
/
+5
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
1
-1
/
+3
*
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
[prev]
[next]