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
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-2
/
+2
*
Refactor ASTReader::getSourceDescriptor(const Module &) into a constructor
Adrian Prantl
2015-09-19
1
-19
/
+3
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-0
/
+3
*
Run clang-format to unify the switch statement style as suggest here: http://...
Alexey Bader
2015-09-15
1
-43
/
+122
*
[OpenCL] Add new types for OpenCL 2.0.
Alexey Bader
2015-09-15
1
-0
/
+30
*
[modules] Write the options records to a separate subblock rather than writing
Richard Smith
2015-09-08
1
-130
/
+150
*
[modules] Don't waste time reading in the names the module file writer gave t...
Richard Smith
2015-09-02
1
-7
/
+1
*
Re-commit r246497 (and dependent changes r246524 and r246521), reverted in
Richard Smith
2015-09-01
1
-181
/
+76
*
Reverting r246497 (which requires also reverting r246524 and r246521 to avoid...
Aaron Ballman
2015-09-01
1
-76
/
+181
*
[modules] When emitting line tables, only emit filenames that are actually re...
Richard Smith
2015-09-01
1
-2
/
+3
*
Use a more appropriate way of writing 1.
Richard Smith
2015-09-01
1
-2
/
+1
*
[modules] Preserve DeclID order when merging lookup tables to give a more
Richard Smith
2015-09-01
1
-1
/
+1
*
[modules] Rework serialized DeclContext lookup table management. Instead of
Richard Smith
2015-08-31
1
-181
/
+77
*
[modules] The key to a DeclContext name lookup table is not actually a
Richard Smith
2015-08-26
1
-51
/
+39
*
[OPENMP 4.0] Initial support for array sections.
Alexey Bataev
2015-08-25
1
-0
/
+4
*
[modules] Remove unnecessary deserialization of fully-external HeaderFileInfo...
Richard Smith
2015-08-24
1
-2
/
+4
*
[modules] Stop updating all identifiers when writing a module. This is
Richard Smith
2015-08-24
1
-1
/
+20
*
[modules] Further simplification and speedup of redeclaration chain loading.
Richard Smith
2015-08-22
1
-17
/
+1
*
[modules] Remove some dead code after r245779.
Richard Smith
2015-08-22
1
-2
/
+0
*
[modules] Rearrange how redeclaration chains are loaded, to remove a walk over
Richard Smith
2015-08-22
1
-4
/
+1
*
[modules] When we see a definition of a function for which we already have a
Richard Smith
2015-08-21
1
-3
/
+2
*
[modules] Don't needlessly bounce through Sema when updating exception specif...
Richard Smith
2015-08-19
1
-2
/
+3
*
[modules] Fix HeaderFileInfo serialization to store all the known owning modu...
Richard Smith
2015-08-18
1
-32
/
+33
*
[modules] When explicitly building a module file, don't include timestamps in
Richard Smith
2015-08-17
1
-12
/
+10
*
[modules] Add an experimental -cc1 feature to embed the contents of an input
Richard Smith
2015-08-14
1
-1
/
+2
*
[modules] Change the way we deal with .d output for explicitly-specified module
Richard Smith
2015-08-13
1
-10
/
+15
*
[modules] If loading a .pcm file would cause us to run out of source location...
Richard Smith
2015-08-12
1
-0
/
+4
*
[modules] When instantiating the contents of an imported CXXRecordDecl, we can
Richard Smith
2015-08-11
1
-6
/
+13
*
Add an assert to catch lexical decl deserialization bugs.
Richard Smith
2015-08-11
1
-0
/
+1
*
Remove some dead code.
Richard Smith
2015-08-10
1
-12
/
+0
*
[modules] Remove now-dead code for lazy loading of files specified by -fmodul...
Richard Smith
2015-08-09
1
-17
/
+0
*
[modules] PR22534: Load files specified by -fmodule-file= eagerly. In particu...
Richard Smith
2015-08-09
1
-23
/
+80
*
[modules] When loading a template specialization, re-canonicalize its template
Richard Smith
2015-08-09
1
-5
/
+15
*
[modules] Fix use-after-iterator-invalidation bug.
Richard Smith
2015-08-06
1
-1
/
+1
*
[modules] Stop walking all modules when looking for lexical decls for a
Richard Smith
2015-08-06
1
-60
/
+41
*
[modules] Remove redundant lookups into non-primary DeclContexts. These were ...
Richard Smith
2015-08-06
1
-64
/
+13
*
[modules] Defer setting up the lookup table for a DeclContext until we can
Richard Smith
2015-08-06
1
-74
/
+69
*
function_ref-ize ExternalASTSource::FindExternalLexicalDecl and remove its
Richard Smith
2015-08-05
1
-24
/
+30
*
[AST] ArrayRefize template argument packs. No functionality change intended.
Benjamin Kramer
2015-08-05
1
-1
/
+1
*
Use llvm::reverse to make a bunch of loops use foreach. NFC.
Pete Cooper
2015-07-30
1
-5
/
+4
*
Remove some noise "this->"s left behind by r243213.
Richard Smith
2015-07-30
1
-38
/
+37
*
[modules] Remove redundant information written into DeclContext name lookup t...
Richard Smith
2015-07-30
1
-4
/
+4
*
[modules] Add an assert for redeclarations that we never added to their redecl
Richard Smith
2015-07-27
1
-4
/
+5
*
[Modules] Wrap the main ModuleManager visitor in a function_ref.
Benjamin Kramer
2015-07-25
1
-72
/
+55
*
ArrayRef-ize a pointer/length pair.
Richard Smith
2015-07-23
1
-14
/
+13
*
[modules] Stop performing PCM lookups for all identifiers when building with ...
Richard Smith
2015-07-22
1
-17
/
+53
*
[modules] In C++, stop serializing and deserializing a list of declarations in
Richard Smith
2015-07-21
1
-7
/
+12
*
[modules] Don't save uninteresting identifiers, and don't consider identifiers
Richard Smith
2015-07-19
1
-5
/
+13
*
Stop treating extension keywords as 'interesting'; we don't allow the extension
Richard Smith
2015-07-17
1
-3
/
+2
*
Refactor to remove repetition, no functionality change.
Richard Smith
2015-07-17
1
-40
/
+27
[next]