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
/
ModuleManager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Wrap clang module files in a Mach-O, ELF, or COFF container.
Adrian Prantl
2015-02-20
1
-4
/
+5
*
[modules] When explicitly importing a module, it's fine for the imported module
Richard Smith
2014-11-21
1
-0
/
+7
*
Check module signature when the module has already been loaded
Ben Langmuir
2014-11-08
1
-7
/
+13
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-13
/
+12
*
[Modules] Free modules that failed signature verification.
Benjamin Kramer
2014-10-24
1
-0
/
+1
*
Add a "signature" to AST files to verify that they haven't changed
Ben Langmuir
2014-10-23
1
-0
/
+18
*
[modules] Initial support for explicitly loading .pcm files.
Richard Smith
2014-10-22
1
-1
/
+1
*
Return a std::unique_ptr from getBufferForFile. NFC.
Rafael Espindola
2014-08-26
1
-3
/
+3
*
Store std::unique_ptr in InMemoryBuffers. NFC.
Rafael Espindola
2014-08-18
1
-11
/
+12
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-1
/
+5
*
Avoid invalidating successfully loaded module files
Ben Langmuir
2014-06-20
1
-22
/
+17
*
Include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Invalidate the file system cache entries for files that may rebuild
Ben Langmuir
2014-05-30
1
-5
/
+21
*
Revert "Invalidate the file system cache entries for files that may rebuild"
Ben Langmuir
2014-05-30
1
-18
/
+5
*
Invalidate the file system cache entries for files that may rebuild
Ben Langmuir
2014-05-30
1
-5
/
+18
*
[C++11] Use 'nullptr'. Serialization edition.
Craig Topper
2014-05-22
1
-8
/
+8
*
Speculative fix for Windows buildbot after r209138
Ben Langmuir
2014-05-20
1
-0
/
+5
*
Don't refresh stat() info for pcm files
Ben Langmuir
2014-05-19
1
-13
/
+1
*
Fix use-after-free and spurious error during module load
Ben Langmuir
2014-05-19
1
-2
/
+13
*
Fix a use-after-free bug I recently introduced in lookupModuleFile
Ben Langmuir
2014-05-04
1
-4
/
+3
*
Avoid a potential race between stat() and open() of ASTFile
Ben Langmuir
2014-05-01
1
-1
/
+5
*
Allow multiple modules with the same name to coexist in the module cache
Ben Langmuir
2014-04-14
1
-2
/
+3
*
[C++11] Remove a now unnecessary use of std::function for a remove_if
Chandler Carruth
2014-03-03
1
-4
/
+3
*
[C++11] Replace verbose functors with succinct lambdas
Benjamin Kramer
2014-03-01
1
-17
/
+3
*
Recommit virtual file system
Ben Langmuir
2014-02-20
1
-1
/
+1
*
Reverting the virtual file system implementation, because it triggers an asse...
Juergen Ributzka
2014-02-20
1
-1
/
+1
*
Initial implementation of virtual file system
Ben Langmuir
2014-02-19
1
-1
/
+1
*
Add an option to allow Clang verify source files for a module only once during
Dmitri Gribenko
2014-02-12
1
-0
/
+10
*
Add a bit more info to modules fatal error.
Eli Friedman
2013-09-05
1
-2
/
+4
*
This wasn't headers, just missing namespaces.
Benjamin Kramer
2013-08-24
1
-1
/
+0
*
Add missing includes.
Benjamin Kramer
2013-08-24
1
-1
/
+2
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-2
/
+1
*
Include Path.h instead of PathV2.h.
Rafael Espindola
2013-06-11
1
-1
/
+1
*
<rdar://problem/13509689> Introduce -module-file-info option that provides in...
Douglas Gregor
2013-03-27
1
-1
/
+13
*
<rdar://problem/13479539> Simplify ModuleManager/GlobalModuleIndex interactio...
Douglas Gregor
2013-03-22
1
-47
/
+18
*
Remove unused variable.
Benjamin Kramer
2013-03-21
1
-3
/
+0
*
<rdar://problem/13363214> Eliminate race condition between module rebuild and...
Douglas Gregor
2013-03-19
1
-26
/
+90
*
Never cache the result of a module file lookup.
Douglas Gregor
2013-02-08
1
-3
/
+6
*
Eliminate memory allocation from most invocations of
Douglas Gregor
2013-01-28
1
-13
/
+38
*
Improve coordination between the module manager and the global module
Douglas Gregor
2013-01-25
1
-5
/
+51
*
Optimize ModuleManager::visit() by precomputing the visitation order
Douglas Gregor
2013-01-25
1
-65
/
+82
*
Implement the reader of the global module index and wire it into the
Douglas Gregor
2013-01-25
1
-2
/
+3
*
Give ModuleFiles an index, so that we can use indexed vectors rather
Douglas Gregor
2013-01-21
1
-20
/
+30
*
Actually keep track of the source locations at which particular module
Douglas Gregor
2012-11-30
1
-4
/
+8
*
When loading a module fails because it is out of date, rebuild that
Douglas Gregor
2012-11-07
1
-0
/
+39
*
Set the file entry for a Module* that was created during deserialization
Argyrios Kyrtzidis
2012-10-03
1
-1
/
+2
*
Optimize unqualified/global name lookup in modules by introducing a
Douglas Gregor
2012-01-18
1
-2
/
+3
*
Promote ModuleMap::Module to a namespace-scope class in the Basic
Douglas Gregor
2011-11-30
1
-25
/
+25
[prev]
[next]