index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2009-11-17
Add initial cut at CompilerInvocation::toArgs, which "serializes" the Compile...
Daniel Dunbar
2009-11-14
Add FrontendActions, which provides a FrontendAction interface to all the exi...
Daniel Dunbar
2009-11-14
Add FrontendAction interface, for encapsulating a "clang-cc" style action.
Daniel Dunbar
2009-11-14
Add VerifyDiagnosticsClient, to replace old -verify.
Daniel Dunbar
2009-11-13
Add CompilerInstance, and starting moving clang-cc to it.
Daniel Dunbar
2009-11-13
Move input kind identification (-x) into FrontendOptions.
Daniel Dunbar
2009-11-11
Move the ManagerRegistry to the Analysis library to resolve the layering viol...
Chandler Carruth
2009-10-12
Fixup windows include paths. Patch by John Thompson.
Mike Stump
2009-07-15
Lexically order files in CMakeLists.txt files.
Ted Kremenek
2009-07-06
Update CMake files.
Argyrios Kyrtzidis
2009-06-25
Introduce the ResolveLocationInAST function which takes an ASTContext and a S...
Argyrios Kyrtzidis
2009-06-25
Add missing dependencies to the CMake build system
Douglas Gregor
2009-06-23
Update CMakeLists.txt
Argyrios Kyrtzidis
2009-06-23
Fix some TableGen-related dependencies for the Clang CMake build
Douglas Gregor
2009-06-18
Add some missing CMake dependencies
Douglas Gregor
2009-06-15
More XML output support, from Olaf Krzikalla!
Douglas Gregor
2009-05-21
Fix CMake build for AST XML dumper
Douglas Gregor
2009-05-19
Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to
Eli Friedman
2009-05-19
CMake updates for r72099; untested, so please tell me if there are any
Eli Friedman
2009-05-18
Attempted CMake build fixes for r72060; this is untested, so please tell
Eli Friedman
2009-04-27
split expr/stmt writing out to PCHWriterStmt.cpp
Chris Lattner
2009-04-27
split decl writing out to its own PCHWriterDecl.cpp file.
Chris Lattner
2009-04-27
split decl reading out to its own PCHReaderDecl.cpp file.
Chris Lattner
2009-04-27
split stmt/expr deserialization out to PCHReaderStmt.cpp
Chris Lattner
2009-04-21
Split preprocessor initialization logic out of clang-cc into
Chris Lattner
2009-04-10
Add PCH sources to CMake build files
Douglas Gregor
2009-04-02
Some cleanups to the fix-it rewriter. Thanks, Chris
Douglas Gregor
2009-03-24
Really fix cmake style builds.
Mike Stump
2009-03-02
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
Daniel Dunbar