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
/
ASTReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a function to ExternalASTSource that returns a descriptor that
Adrian Prantl
2015-06-30
1
-0
/
+32
*
Use AddString/ReadString instead of doing it manually NFC
Ben Langmuir
2015-06-23
1
-5
/
+1
*
[Modules] Consider -fmodule-feature in module hash and when loading
Ben Langmuir
2015-06-23
1
-0
/
+9
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-11
/
+10
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-10
/
+11
*
ASTReader: Treat InputFileOffsets as unaligned to avoid UB
Justin Bogner
2015-06-21
1
-1
/
+2
*
Revert "ASTReader: Copy input file offset data to avoid unaligned accesses"
Justin Bogner
2015-06-21
1
-10
/
+2
*
ASTReader: Copy input file offset data to avoid unaligned accesses
Justin Bogner
2015-06-20
1
-2
/
+10
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
1
-26
/
+29
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-4
/
+3
*
Allow skipping imports in the module visitor.
Manuel Klimek
2015-05-20
1
-5
/
+3
*
Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
2015-05-18
1
-0
/
+27
*
[modules] Retain the name as written for umbrella headers and directories, ra...
Richard Smith
2015-05-16
1
-7
/
+10
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
1
-1
/
+6
*
Revert "Detect uses of mismatching forms of 'new' and 'delete'"
Diego Novillo
2015-05-14
1
-27
/
+0
*
Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
2015-05-14
1
-0
/
+27
*
[modules] Don't bother registering loaded macros if there are none.
Richard Smith
2015-05-04
1
-1
/
+2
*
Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...
Richard Smith
2015-05-04
1
-10
/
+10
*
[modules] Remove dead code from Module for tracking macro import locations.
Richard Smith
2015-05-02
1
-7
/
+1
*
[modules] If a module #includes a modular header that #undef's its macro, it
Richard Smith
2015-05-02
1
-1
/
+1
*
[modules] Start moving the module visibility information off the Module itself.
Richard Smith
2015-05-01
1
-22
/
+7
*
Remove dead code: a MacroDirective can't be imported or ambiguous any more.
Richard Smith
2015-04-30
1
-12
/
+2
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-191
/
+2
*
[modules] Refactor creation of ModuleMacros and create them when importing fr...
Richard Smith
2015-04-23
1
-7
/
+6
*
[modules] Remove the now-redundant import of all pending macros at the end of...
Richard Smith
2015-04-23
1
-27
/
+8
*
[modules] Store a ModuleMacro* on an imported macro directive rather than dup...
Richard Smith
2015-04-23
1
-61
/
+39
*
[modules] Determine the set of macros exported by a submodule at the end of t...
Richard Smith
2015-04-23
1
-3
/
+4
*
Silencing a -Wunused-variable warning; NFC.
Aaron Ballman
2015-04-22
1
-2
/
+1
*
[modules] Cope with partial module macro information, fix memory leak found b...
Richard Smith
2015-04-22
1
-6
/
+4
*
[modules] Build a DAG of module macros for each identifier.
Richard Smith
2015-04-22
1
-28
/
+36
*
[modules] Move list of exported module macros from IdentifierInfo lookup tabl...
Richard Smith
2015-04-21
1
-138
/
+81
*
Workaround a performance issue with modules + PCH
Ben Langmuir
2015-04-10
1
-1
/
+4
*
[modules] Remove unused MACRO_TABLE record.
Richard Smith
2015-04-10
1
-5
/
+0
*
[modules] When merging class definitions, make the retained definition visible
Richard Smith
2015-03-27
1
-14
/
+8
*
[Modules] Preserve source order for the map of late parsed templates.
Chandler Carruth
2015-03-26
1
-2
/
+2
*
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
Richard Smith
2015-03-24
1
-79
/
+117
*
A couple of readASTFileSignature improvements (NFC)
Ben Langmuir
2015-03-24
1
-18
/
+14
*
[modules] Fix an iterator invalidation bug found by the modules selfhost bot.
Richard Smith
2015-03-23
1
-4
/
+8
*
[modules] Remove redundant import of lexical decls when building a lookup table
Richard Smith
2015-03-23
1
-13
/
+27
*
Reverting 232853 and 232870 because they depend on 232793,
Vince Harron
2015-03-22
1
-17
/
+2
*
Reverting r232793 until some new LLDB failures are discussed
Vince Harron
2015-03-22
1
-10
/
+11
*
[modules] When either redecl chain merging or an update record causes us to
Richard Smith
2015-03-21
1
-1
/
+8
*
[modules] Remove temporary IdentifierInfo lookup results when we're done with...
Richard Smith
2015-03-20
1
-1
/
+9
*
[modules] Remove some redundant work when building a lookup table for a DeclC...
Richard Smith
2015-03-20
1
-11
/
+10
*
Make module files passed to a module build via -fmodule-file= available to
Richard Smith
2015-03-18
1
-0
/
+22
*
[modules] If we find more formerly-canonical declarations of an entity while
Richard Smith
2015-03-16
1
-1
/
+1
*
[modules] Teach the AST reader to handle the case of importing a module
Chandler Carruth
2015-03-14
1
-50
/
+54
*
[Modules] Teach Clang to survive ambiguous macros which come from system
Chandler Carruth
2015-03-13
1
-7
/
+5
*
Deduplicate #undef directives imported from multiple modules.
Richard Smith
2015-03-13
1
-3
/
+8
*
[modules] Avoid accidentally completing the redeclaration chain when updating
Richard Smith
2015-03-11
1
-15
/
+19
[next]