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
...
*
Remove unused IncrProcessing parameter from Preprocessor ctor
Alp Toker
2014-05-02
1
-1
/
+0
*
[cleanup] Fix an 80-column violation
Justin Bogner
2014-04-28
1
-1
/
+2
*
Quick fix for layering that broke shared library build.
John Thompson
2014-04-23
1
-0
/
+26
*
Fix unused variable.
John Thompson
2014-04-23
1
-1
/
+1
*
Initial implementation of -modules-earch-all option, for searching for symbol...
John Thompson
2014-04-23
1
-38
/
+101
*
Allow multiple modules with the same name to coexist in the module cache
Ben Langmuir
2014-04-14
1
-2
/
+3
*
[Frontend] If the module file lock owner have died, try to get the lock again...
Argyrios Kyrtzidis
2014-04-06
1
-22
/
+33
*
Add an option -fmodules-validate-system-headers
Ben Langmuir
2014-03-12
1
-3
/
+6
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-07
1
-4
/
+4
*
Change OwningPtr::take() to OwningPtr::release().
Ahmed Charles
2014-03-07
1
-6
/
+5
*
[Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...
Argyrios Kyrtzidis
2014-03-07
1
-2
/
+5
*
Add dependencies from imported modules with -MD
Ben Langmuir
2014-03-07
1
-1
/
+5
*
[C++11] Simplify a callback to use a lambda.
Richard Smith
2014-03-04
1
-18
/
+2
*
[C++11] Replace verbose functors with succinct lambdas
Benjamin Kramer
2014-03-01
1
-21
/
+7
*
Reapply fixed "Honour 'use-external-names' in FileManager"
Ben Langmuir
2014-02-28
1
-1
/
+1
*
[ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...
Argyrios Kyrtzidis
2014-02-27
1
-7
/
+12
*
Update for llvm api change.
Rafael Espindola
2014-02-24
1
-6
/
+6
*
Recommit virtual file system
Ben Langmuir
2014-02-20
1
-1
/
+11
*
Reverting the virtual file system implementation, because it triggers an asse...
Juergen Ributzka
2014-02-20
1
-8
/
+1
*
Pass VFS from CompilerInstance to FileManager
Ben Langmuir
2014-02-19
1
-1
/
+1
*
Initial implementation of virtual file system
Ben Langmuir
2014-02-19
1
-0
/
+7
*
Add an option to allow Clang verify source files for a module only once during
Dmitri Gribenko
2014-02-12
1
-14
/
+11
*
Stat system dependencies when using -verify-pch
Ben Langmuir
2014-02-07
1
-7
/
+4
*
Add a CC1 option -verify-pch
Ben Langmuir
2014-02-05
1
-1
/
+8
*
Require a module.map file to load a module
Ben Langmuir
2014-01-22
1
-23
/
+10
*
Use the simpler version of llvm::sys::fs::remove when possible.
Rafael Espindola
2014-01-10
1
-8
/
+4
*
Modules: Don't warn upon missing headers while reading the module map.
Daniel Jasper
2013-12-17
1
-5
/
+13
*
Allow a new syntax in a module requires-declaration:
Richard Smith
2013-10-28
1
-3
/
+3
*
Use the same SourceManager for ModuleMaps and compilations.
Manuel Klimek
2013-10-24
1
-26
/
+21
*
Fix crash if a submodule @imports another submodule from the same module. The
Richard Smith
2013-10-18
1
-6
/
+6
*
Fix potential race in module building code.
Eli Friedman
2013-09-17
1
-8
/
+2
*
SourceManager intialization tweaks.
Benjamin Kramer
2013-08-12
1
-13
/
+14
*
clang-cl: Support /showIncludes
Hans Wennborg
2013-08-09
1
-1
/
+6
*
Use the simpler is_directory.
Rafael Espindola
2013-07-17
1
-2
/
+1
*
Update for llvm API change.
Rafael Espindola
2013-07-16
1
-8
/
+8
*
Use llvm::sys::fs::createUniqueFile.
Rafael Espindola
2013-07-05
1
-4
/
+3
*
Use llvm::sys::fs::createTemporaryFile.
Rafael Espindola
2013-07-05
1
-6
/
+2
*
We don't need to check for windows' error codes in here.
Rafael Espindola
2013-07-05
1
-3
/
+1
*
Update for llvm::sys::fs::unique_file not creating directories.
Rafael Espindola
2013-06-28
1
-13
/
+21
*
Small improvements to createOutputFile.
Rafael Espindola
2013-06-27
1
-25
/
+41
*
Remove PathV1.h from CompilerInstance.cpp.
Rafael Espindola
2013-06-26
1
-8
/
+6
*
[Modules] If a module map resides in a system header directory, treat it as a...
Douglas Gregor
2013-06-21
1
-1
/
+1
*
Use llvm::sys::fs::can_write.
Rafael Espindola
2013-06-18
1
-1
/
+2
*
Don't depend on the transitive inclusion of PathV1.h.
Rafael Espindola
2013-06-13
1
-0
/
+1
*
Use the sys::RemoveFileOnSignal that takes a StringRef.
Rafael Espindola
2013-06-13
1
-1
/
+1
*
Use the global functions instead of the Program methods.
Rafael Espindola
2013-06-12
1
-1
/
+1
*
[modules] If we hit a failure while loading a PCH/module, abort parsing inste...
Argyrios Kyrtzidis
2013-05-24
1
-0
/
+2
*
Remove DiagnosticConsumer::clone(), a bad idea that is now unused.
Douglas Gregor
2013-05-03
1
-11
/
+4
*
When building a module, forward diagnostics to the outer diagnostic consumer.
Douglas Gregor
2013-05-03
1
-2
/
+5
*
Remove the unused MemoryBuffers, no functionality change.
Argyrios Kyrtzidis
2013-04-04
1
-8
/
+0
[prev]
[next]