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
/
FrontendAction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[modules] Load .pcm files specified by -fmodule-file lazily.
Richard Smith
2014-10-27
1
-9
/
+3
*
[modules] Initial support for explicitly loading .pcm files.
Richard Smith
2014-10-22
1
-1
/
+12
*
Add support for the static analyzer to synthesize function implementations fr...
Ted Kremenek
2014-08-27
1
-4
/
+10
*
Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)
David Blaikie
2014-08-10
1
-18
/
+20
*
std::unique_ptr-ify the result of ASTUnit::LoadFromASTFile
David Blaikie
2014-08-10
1
-2
/
+2
*
unique_ptr-ify FrontendAction::takeCurrentASTUnit
David Blaikie
2014-08-10
1
-6
/
+7
*
Flip the order the preprocessor and frontendaction are informed of the end of...
Benjamin Kramer
2014-08-07
1
-4
/
+4
*
Revert "unique_ptr-ify ownership of ASTConsumers"
David Blaikie
2014-07-17
1
-20
/
+18
*
unique_ptr-ify ownership of ASTConsumers
David Blaikie
2014-07-17
1
-18
/
+20
*
Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.
NAKAMURA Takumi
2014-07-11
1
-0
/
+2
*
Move ChainedIncludesSource into the implementation
Alp Toker
2014-07-07
1
-5
/
+3
*
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
*
[C++11] Use 'nullptr'. Frontend edition.
Craig Topper
2014-05-22
1
-14
/
+14
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-1
/
+14
*
Let ASTReader optionally delete its ASTDeserializationListener.
Nico Weber
2014-05-08
1
-17
/
+31
*
Revert the "don't leak" part of r207065, looks like the bots don't like it :-/
Nico Weber
2014-04-24
1
-1
/
+2
*
Don't leak objects in load-from-ast path unless DisableFree is set.
Nico Weber
2014-04-24
1
-5
/
+5
*
Bury leaked sema pointer when reading from AST files.
Nico Weber
2014-04-24
1
-2
/
+2
*
Honour -ivfsoverlay in ASTUnit to match clang
Ben Langmuir
2014-04-15
1
-24
/
+7
*
Allow multiple modules with the same name to coexist in the module cache
Ben Langmuir
2014-04-14
1
-7
/
+9
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-13
1
-10
/
+10
*
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
-2
/
+2
*
[Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...
Argyrios Kyrtzidis
2014-03-07
1
-1
/
+1
*
[ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...
Argyrios Kyrtzidis
2014-02-27
1
-5
/
+4
*
Add a driver option -ivfsoverlay
Ben Langmuir
2014-02-25
1
-0
/
+26
*
Recommit virtual file system
Ben Langmuir
2014-02-20
1
-1
/
+0
*
Reverting the virtual file system implementation, because it triggers an asse...
Juergen Ributzka
2014-02-20
1
-2
/
+1
*
Initial implementation of virtual file system
Ben Langmuir
2014-02-19
1
-1
/
+2
*
Stat system dependencies when using -verify-pch
Ben Langmuir
2014-02-07
1
-1
/
+0
*
Add a CC1 option -verify-pch
Ben Langmuir
2014-02-05
1
-0
/
+1
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Bury leaked pointers in a global array to silence a leak detector in --disabl...
Kostya Serebryany
2013-12-27
1
-2
/
+3
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-1
/
+1
*
Avoid crashing if a directory has no pch files.
Rafael Espindola
2013-07-28
1
-0
/
+2
*
[libclang] Allow building a precompiled preamble with compiler errors
Argyrios Kyrtzidis
2013-06-11
1
-3
/
+7
*
[frontend] Make -chain-include work when used with modules.
Argyrios Kyrtzidis
2013-04-26
1
-0
/
+2
*
[Preprocessor] Remove PPMutationListener.
Argyrios Kyrtzidis
2013-03-27
1
-2
/
+0
*
[frontend] Initialize the diagnostic client before loading an ast file.
Argyrios Kyrtzidis
2013-03-18
1
-0
/
+4
*
[frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...
Argyrios Kyrtzidis
2013-02-05
1
-10
/
+2
*
Rename the -cc1 option "-generate-module-index" to
Douglas Gregor
2013-01-25
1
-4
/
+3
*
Implement the writer side of the global module index.
Douglas Gregor
2013-01-23
1
-0
/
+11
*
Documentation cleanup: fixing documentation for FrontendAction.
James Dennett
2013-01-23
1
-3
/
+3
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Turn FrontendInputFile into an immutable class and have it also accept
Argyrios Kyrtzidis
2012-11-09
1
-9
/
+10
*
Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,
Argyrios Kyrtzidis
2012-11-09
1
-4
/
+1
*
[PCH] Remove the stat cache from the PCH file.
Argyrios Kyrtzidis
2012-10-31
1
-1
/
+0
*
Teach the PCH validator to check the preprocessor options, especially
Douglas Gregor
2012-10-24
1
-1
/
+2
*
If the precompiled header named by "-include" is actually a directory,
Douglas Gregor
2012-10-23
1
-2
/
+43
[next]