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
/
Frontend
/
CompilerInstance.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[modules] Start moving the module visibility information off the Module itself.
Richard Smith
2015-05-01
1
-6
/
+4
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-63
/
+35
*
Use raw_pwrite_stream in clang.
Rafael Espindola
2015-04-14
1
-13
/
+17
*
[Frontend] Close open file handles before renaming output files
Reid Kleckner
2015-04-10
1
-10
/
+12
*
Return std::unique_ptr to avoid a release and recreate.
Rafael Espindola
2015-04-10
1
-4
/
+4
*
Use a std::unique_ptr to make it easier to see who owns the stream.
Rafael Espindola
2015-04-10
1
-10
/
+11
*
[Modules] Don't compute a modules cache path if we're not using modules!
Chandler Carruth
2015-03-28
1
-1
/
+2
*
[Modules] Stop creating timestamps for the modules cache and trying to
Chandler Carruth
2015-03-24
1
-3
/
+4
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-5
/
+4
*
Make module files passed to a module build via -fmodule-file= available to
Richard Smith
2015-03-18
1
-0
/
+13
*
Give better diagnostics when -fmodule-file= finds a bad file: if the file is
Richard Smith
2015-02-28
1
-3
/
+13
*
[modules] Even if we already have a definition of a class, loading in another
Richard Smith
2015-02-25
1
-1
/
+4
*
[modules] Fix a bug that would result in a build with P paths through a module
Richard Smith
2015-02-25
1
-0
/
+3
*
Add -fno-implicit-modules.
Manuel Klimek
2015-02-20
1
-0
/
+6
*
[PCH/Modules] Check that the specific module cache path the PCH was built wit...
Argyrios Kyrtzidis
2015-02-19
1
-8
/
+12
*
Diagnose timeouts in the LockFileManager and delete the dead lock file
Ben Langmuir
2015-02-09
1
-2
/
+12
*
[modules] When using -E, we may try to merge decls despite having no Sema
Richard Smith
2015-02-04
1
-14
/
+13
*
PR22299: Relocate code for handling -fmodule-map-file= so that we don't try to
Richard Smith
2015-01-23
1
-8
/
+0
*
[modules] If the same .pcm file is imported via two different paths, don't
Richard Smith
2014-12-09
1
-1
/
+3
*
PR21217: Slightly more eagerly load -fmodule-map-file= files and provide
Richard Smith
2014-12-06
1
-0
/
+8
*
[modules] Track how 'header' directives were written in module map files,
Richard Smith
2014-12-02
1
-2
/
+9
*
Make DiagnosticsEngine::takeClient return std::unique_ptr<>
Alexander Kornienko
2014-11-17
1
-5
/
+3
*
A small correction for r221884. No functional changes.
Alexander Kornienko
2014-11-17
1
-1
/
+1
*
Support non-owned DiagnosticConsumer in SetupSerializedDiagnostics
Alexander Kornienko
2014-11-13
1
-4
/
+8
*
[modules] Load .pcm files specified by -fmodule-file lazily.
Richard Smith
2014-10-27
1
-44
/
+67
*
Make VFS and FileManager match the current MemoryBuffer API.
Benjamin Kramer
2014-10-26
1
-6
/
+6
*
Driver: Include driver diagnostics when we --serialize-diagnostics
Justin Bogner
2014-10-23
1
-11
/
+1
*
[modules] Initial support for explicitly loading .pcm files.
Richard Smith
2014-10-22
1
-3
/
+51
*
Extend -Rmodule-build to also remark when module building finishes.
Richard Smith
2014-10-14
1
-4
/
+9
*
Ensure that all module build failures get diagnosed
Ben Langmuir
2014-09-26
1
-2
/
+11
*
unique_ptrify ChainedDiagnosticConsumer's ctor parameters
David Blaikie
2014-09-15
1
-6
/
+11
*
Fix memory leak of raw_ostreams in LogDiagnosticPrinter handling.
David Blaikie
2014-09-15
1
-7
/
+7
*
unique_ptrify the raw_ostream argument to clang::serialized_diags::create
David Blaikie
2014-08-29
1
-4
/
+3
*
Provide a BuryPointer for unique_ptrs.
David Blaikie
2014-08-29
1
-0
/
+1
*
unique_ptrify SourceManager::createFileID
David Blaikie
2014-08-29
1
-1
/
+2
*
Overload SourceManager::overrideFileContents so that unconditionally passing ...
David Blaikie
2014-08-27
1
-3
/
+3
*
Update for LLVM api change.
Rafael Espindola
2014-08-27
1
-2
/
+2
*
Add support for the static analyzer to synthesize function implementations fr...
Ted Kremenek
2014-08-27
1
-2
/
+3
*
Return a std::unique_ptr from getBufferForFile. NFC.
Rafael Espindola
2014-08-26
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-08-25
1
-36
/
+26
*
Revert r215331, "unique_ptrify CompilerInstance::OutputFile(s) and remove a u...
NAKAMURA Takumi
2014-08-11
1
-16
/
+14
*
unique_ptrify CompilerInstance::OutputFile(s) and remove a unique_ptr around ...
David Blaikie
2014-08-10
1
-14
/
+16
*
Out-of-line CompilerInstance::takeSema to avoid a header dependence from Comp...
David Blaikie
2014-08-10
1
-1
/
+5
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-2
/
+2
*
Refactor the module map file used for uniquing a module name out of
Ben Langmuir
2014-08-09
1
-2
/
+3
*
Add stopgap option -fmodule-implementation-of <name>
Ben Langmuir
2014-07-23
1
-2
/
+8
*
If a module build reports errors, don't try to load it
Ben Langmuir
2014-07-19
1
-13
/
+21
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-2
/
+2
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-2
/
+2
*
Peel away old-style file remapping typedefs and cruft
Alp Toker
2014-07-07
1
-17
/
+10
[next]