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
*
When module umbrellas change, rebuild them
Ben Langmuir
2014-04-10
1
-59
/
+63
*
[Preprocessor/CodeComplete] Don't add include guard macros to code-completion...
Argyrios Kyrtzidis
2014-04-09
1
-0
/
+1
*
Have validate-system-headers override validate-once-per-build-session
Ben Langmuir
2014-04-08
1
-1
/
+1
*
Reapply "OnDiskHashTable: Use Endian.h to read little endian ostreams"
Justin Bogner
2014-03-28
1
-55
/
+77
*
Revert "OnDiskHashTable: Use Endian.h to read little endian ostreams"
Justin Bogner
2014-03-28
1
-77
/
+55
*
OnDiskHashTable: Use Endian.h to read little endian ostreams
Justin Bogner
2014-03-28
1
-55
/
+77
*
Fix a FIXME, use std::move.
Richard Smith
2014-03-28
1
-3
/
+3
*
Comment parsing: when comment ranges are deserialized from multiple modules,
Dmitri Gribenko
2014-03-27
1
-3
/
+4
*
If an update record makes a declaration interesting, pass it to the consumer.
Richard Smith
2014-03-23
1
-14
/
+14
*
Fixing code that doesn't compile in MSVC 2012 (but does in MSVC 2013) from r2...
Aaron Ballman
2014-03-21
1
-1
/
+1
*
PR19215: When writing/reading a PCH that imported a module, store the location
Richard Smith
2014-03-21
1
-7
/
+12
*
When the exception specification for a function in an imported PCH or module is
Richard Smith
2014-03-20
1
-17
/
+25
*
Rearrange serialization block order to put decl update emission into the same
Richard Smith
2014-03-20
1
-11
/
+10
*
Fix PR18806: Canonicalize the replacement type when deserializing a SubstTemp...
Stephan Tolksdorf
2014-03-15
1
-3
/
+3
*
Fix VS2012 build after r203881
Hans Wennborg
2014-03-14
1
-1
/
+2
*
[Modules] Emit the module file paths as dependencies of the PCH when we are b...
Argyrios Kyrtzidis
2014-03-14
1
-0
/
+7
*
[Modules] Make sure that the synthesized file "__inferred_module.map" doesn't...
Argyrios Kyrtzidis
2014-03-14
1
-6
/
+11
*
Refactor ASTReader::readInputFileInfo to return a struct containing the relat...
Argyrios Kyrtzidis
2014-03-14
1
-14
/
+15
*
[C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...
Aaron Ballman
2014-03-13
1
-3
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-13
1
-8
/
+8
*
Revert C++11ification in r203534 and r203536. Apparently our toolchains aren't
Richard Smith
2014-03-11
1
-16
/
+11
*
Speculative workaround for apparent libstdc++ bug exposed by r203534.
Richard Smith
2014-03-11
1
-0
/
+3
*
If a visibility update record is found for a DeclContext after that Decl has
Richard Smith
2014-03-11
1
-8
/
+16
*
Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'
Richard Smith
2014-03-08
1
-9
/
+12
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-2
/
+2
*
Add a bunch of missing changes from r203208
Ben Langmuir
2014-03-07
1
-106
/
+123
*
Add dependencies from imported modules with -MD
Ben Langmuir
2014-03-07
1
-11
/
+94
*
[C++11] Replacing iterators redecls_begin() and redecls_end() with iterator_r...
Aaron Ballman
2014-03-06
1
-24
/
+13
*
Fix crash if a submodule overrides one of its own macros, and add support for
Richard Smith
2014-03-06
1
-1
/
+2
*
Switch to an idiomatic C++ erase/remove for this loop, and fix a bug in the
Richard Smith
2014-03-06
1
-3
/
+5
*
Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a...
Argyrios Kyrtzidis
2014-03-03
1
-0
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
If a module A exports a macro M, and a module B imports that macro and #undef's
Richard Smith
2014-03-01
1
-83
/
+250
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-1
/
+1
*
Don't assume that F_None is the default. It is about to change.
Rafael Espindola
2014-02-24
1
-1
/
+2
*
Add an option to allow Clang verify source files for a module only once during
Dmitri Gribenko
2014-02-12
1
-5
/
+44
*
Rename some PCH-related errors to have 'err_' as their prefix
Dmitri Gribenko
2014-02-11
1
-4
/
+4
*
Stat system dependencies when using -verify-pch
Ben Langmuir
2014-02-07
1
-2
/
+8
*
Add a CC1 option -verify-pch
Ben Langmuir
2014-02-05
1
-7
/
+10
*
Fix autolinking when modules are imported in pch files
Ben Langmuir
2014-01-31
1
-5
/
+5
*
Update FunctionTypeLoc and related names to match r199686
Alp Toker
2014-01-21
1
-2
/
+2
*
Improve the error message when a PCH dependency is modified
Ben Langmuir
2014-01-17
1
-4
/
+19
*
Remove the -cxx-abi command-line flag.
Hans Wennborg
2014-01-14
1
-2
/
+0
*
[Serialization] In ASTReader::getInputFile record it when we didn't find the ...
Argyrios Kyrtzidis
2014-01-08
1
-0
/
+5
*
Add an AdjustedType sugar node for adjusting calling conventions
Reid Kleckner
2013-12-05
1
-0
/
+13
*
Include non-explicit submodules in exported module list
Dmitri Gribenko
2013-11-04
1
-10
/
+1
*
Allow a new syntax in a module requires-declaration:
Richard Smith
2013-10-28
1
-1
/
+1
*
Simplify some implementations of get*Decl.
Rafael Espindola
2013-10-19
1
-1
/
+1
*
C++ modules: don't lose track of a 'namespace std' that is imported from a mo...
Richard Smith
2013-10-18
1
-13
/
+28
*
Basic ODR checking for C++ modules:
Richard Smith
2013-10-18
1
-1
/
+60
[next]