- 7fee4cd Fix cmake build. by Rafael Espindola · 13 years ago
- 9df2349 Frontend: Sketch a LogDiagnosticPrinter object, and wire CC_LOG_DIAGNOSTICS to by Daniel Dunbar · 14 years ago
- a71acfe Also update CMakeList.txt by Argyrios Kyrtzidis · 14 years ago
- e6ec11a Remove the AST printer (-ast-print-xml), which is too incomplete and by Douglas Gregor · 14 years ago
- 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 14 years ago
- 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 14 years ago
- eef63e0 Frontend: Factor out header include dumping (-H) into its own preprocessor by Daniel Dunbar · 14 years ago
- 2bc2121 Unbreak CMake build. by Ted Kremenek · 14 years ago
- 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
- 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
- ec9bf47 Clean up CMake dependencies by Douglas Gregor · 14 years ago
- 5a97847 Add another missing CMake dependency. by Daniel Dunbar · 14 years ago
- bfae8bd Clean up some of the CMake dependencies by Douglas Gregor · 14 years ago
- 1b7255d Move ExecuteCompilerInvocation to a new library FrontendTool by Peter Collingbourne · 14 years ago
- 11e6f61 Fix CMake build by Sebastian Redl · 14 years ago
- 8572813 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 14 years ago
- 4557e47 Revert Sebastian's build-breaking patch. by Douglas Gregor · 14 years ago
- 93c9729 Create a new Serialization module that contains all the PCH code, and will contain all the module code in the future. Update the Makefiles, CMake projects and the Xcode project. I hope I did everything right for Xcode. No functionality change. by Sebastian Redl · 14 years ago
- 8eb2b01 Frontend: Move the bulk of the cc1_main() processing into by Daniel Dunbar · 14 years ago
- 87c3007 Eliminate the "minimal" and printing parser actions, which only ever by Douglas Gregor · 14 years ago
- ee6e4b4 Update CMake build for new attribute changes. by Sean Hunt · 14 years ago
- 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 14 years ago
- 897c676 Frontend: Factor clang::EmitBackendOutput out of CodeGenAction. by Daniel Dunbar · 14 years ago
- 9a55591 Convert DeclNodes to use TableGen. by Sean Hunt · 15 years ago
- f78cc43 Add a stub frontend action for BoostCon, for next week's workshop. by Douglas Gregor · 15 years ago
- 71b1d0e Unbreak CMake build. by Douglas Gregor · 15 years ago
- cdfe268 Update CMake makefiles by Douglas Gregor · 15 years ago
- 9bed879 Introduce a testbed for merging multiple ASTs into a single AST by Douglas Gregor · 15 years ago
- 49ac8e6 Remove RewriteBlocks. It has been superseded by RewriteObjC by Kovarththanan Rajaratnam · 15 years ago
- f51ac1b Factor out a LangStandard class and coalesce the information about the standards into LangStandards.def by Daniel Dunbar · 15 years ago
- b3375cb Add initial cut at CompilerInvocation::toArgs, which "serializes" the CompilerInvocation into a list of arguments which can be passed to clang-cc (eventually, clang -cc1). by Daniel Dunbar · 15 years ago
- 8305d01 Add FrontendActions, which provides a FrontendAction interface to all the existing AST consumer based clang-cc actions. by Daniel Dunbar · 15 years ago
- 4ee2409 Add FrontendAction interface, for encapsulating a "clang-cc" style action. by Daniel Dunbar · 15 years ago
- 81f5a1e Add VerifyDiagnosticsClient, to replace old -verify. by Daniel Dunbar · 15 years ago
- 2a79e16 Add CompilerInstance, and starting moving clang-cc to it. by Daniel Dunbar · 15 years ago
- fbe2faf Move input kind identification (-x) into FrontendOptions. by Daniel Dunbar · 15 years ago
- f465e85 Move the ManagerRegistry to the Analysis library to resolve the layering violation. by Chandler Carruth · 15 years ago
- 620d57a Fixup windows include paths. Patch by John Thompson. by Mike Stump · 15 years ago
- b3b7364 Lexically order files in CMakeLists.txt files. by Ted Kremenek · 15 years ago
- 0daea7a Update CMake files. by Argyrios Kyrtzidis · 15 years ago
- 53d4c14 Introduce the ResolveLocationInAST function which takes an ASTContext and a SourceLocation and it resolves it into a <Decl*, Stmt*> pair. by Argyrios Kyrtzidis · 15 years ago
- f391e09 Add missing dependencies to the CMake build system by Douglas Gregor · 15 years ago
- 9336bcf Update CMakeLists.txt by Argyrios Kyrtzidis · 15 years ago
- 3c092bc Fix some TableGen-related dependencies for the Clang CMake build by Douglas Gregor · 15 years ago
- 0adea82 Add some missing CMake dependencies by Douglas Gregor · 15 years ago
- 038f75a More XML output support, from Olaf Krzikalla! by Douglas Gregor · 15 years ago
- 100bb76 Fix CMake build for AST XML dumper by Douglas Gregor · 16 years ago
- 0ec78fa Move AnalysisConsumer.h and Analyses.def from tools/clang-cc to by Eli Friedman · 16 years ago
- ba60149 CMake updates for r72099; untested, so please tell me if there are any issues. by Eli Friedman · 16 years ago
- 2aa39cd Attempted CMake build fixes for r72060; this is untested, so please tell by Eli Friedman · 16 years ago
- 63377d5 split expr/stmt writing out to PCHWriterStmt.cpp by Chris Lattner · 16 years ago
- 12b1c76 split decl writing out to its own PCHWriterDecl.cpp file. by Chris Lattner · 16 years ago
- 698f925 split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 16 years ago
- 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 16 years ago
- e116ccf Split preprocessor initialization logic out of clang-cc into by Chris Lattner · 16 years ago
- f120251 Add PCH sources to CMake build files by Douglas Gregor · 16 years ago
- 837a406 Some cleanups to the fix-it rewriter. Thanks, Chris by Douglas Gregor · 16 years ago
- a43a21e Really fix cmake style builds. by Mike Stump · 16 years ago
- e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 16 years ago[Renamed from lib/Driver/CMakeLists.txt]
- 4310ff6 Minor update to CMake build system. by Eli Friedman · 16 years ago
- e839b15 Update CMakeLists.txt by Cedric Venet · 16 years ago
- d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago