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
*
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
*
Delete temporary output files when an error occurs during PCH reading.
Benjamin Kramer
2012-10-14
1
-0
/
+1
*
Rework the (de-)serialization of macros, as stored in
Douglas Gregor
2012-10-09
1
-1
/
+3
*
Make sure to call EndSourceFile even if we can't continue compiling.
Jordan Rose
2012-08-10
1
-1
/
+5
*
[libclang] Don't crash when saving a PCH from a prefix header
Argyrios Kyrtzidis
2012-06-08
1
-2
/
+4
*
Fix indenting.
David Blaikie
2012-05-29
1
-25
/
+25
*
Added a flag to the parser to skip method bodies.
Erik Verbruggen
2012-04-12
1
-1
/
+2
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
[PCH] Mark a PCH file with a flag to indicate if the serialized AST had
Argyrios Kyrtzidis
2012-03-07
1
-0
/
+1
*
Basic: import IntrusiveRefCntPtr<> into clang namespace
Dylan Noblesmith
2012-02-20
1
-1
/
+1
*
Print NamedDecls directly to a raw_ostream where possible.
Benjamin Kramer
2012-02-07
1
-1
/
+1
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-4
/
+4
*
Introduce module attributes into the module map grammar, along with a
Douglas Gregor
2012-01-27
1
-1
/
+4
*
Extend the ExternalASTSource interface to allow the AST source to
Douglas Gregor
2012-01-26
1
-0
/
+11
*
Extract the (InputKind, std::string) pair used to describe inputs to
Douglas Gregor
2012-01-20
1
-20
/
+18
*
When loading an AST file, set SourceManager::MainFileID to the main file of t...
Argyrios Kyrtzidis
2012-01-05
1
-10
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Move ChainedIncludesSource into the Frontend library. This never really
Chandler Carruth
2011-12-09
1
-1
/
+1
*
Make -error-on-deserialized-decl work correctly by correctly delegating to
Argyrios Kyrtzidis
2011-10-28
1
-10
/
+42
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
1
-2
/
+2
[next]