1. 8f0e8d2 The ARC Migration Tool. All the credit goes to Argyrios and Fariborz for this. by John McCall · 13 years ago
  2. e8ba8d7 Wire up the -ftest-coverage and -fprofile-arcs flags to .gcno file emission (at by Nick Lewycky · 13 years ago
  3. e817771 [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib. by Argyrios Kyrtzidis · 14 years ago
  4. 0742f18 Revert r123160. There are linking dependency problems. by Zhongxing Xu · 14 years ago
  5. 2114258 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 14 years ago
  6. 3a8f40e Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 14 years ago
  7. a7af5ea [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 14 years ago
  8. bce30c5 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 14 years ago
  9. 6dbcaf3 build: Add support for a CLANG_ORDER_FILE build variable to specify the path to by Daniel Dunbar · 14 years ago
  10. b08fab8 Driver: Set TOOL_NO_EXPORTS when building a "production" compiler, we don't by Daniel Dunbar · 14 years ago
  11. 1b7255d Move ExecuteCompilerInvocation to a new library FrontendTool by Peter Collingbourne · 14 years ago
  12. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  13. 8572813 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 14 years ago
  14. 4557e47 Revert Sebastian's build-breaking patch. by Douglas Gregor · 14 years ago
  15. 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
  16. c6238d2 Reapply r108617. by Zhongxing Xu · 14 years ago
  17. ee30965 Revert r108617, it broke the build. by Benjamin Kramer · 14 years ago
  18. 69b8194 Prepare the analyzer for the callee in another translation unit: by Zhongxing Xu · 14 years ago
  19. 7bad56c build/Darwin: Enable version information for clang executable. by Daniel Dunbar · 14 years ago
  20. 431495d Clang do so have plugins, we can't prune exports. Fixes plugin support. by Nick Lewycky · 14 years ago
  21. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 14 years ago
  22. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  23. 4cbbd94 Frontend: Add CodeGenAction support for handling LLVM IR. - This magically enables using 'clang -cc1' as a replacement for most of 'llvm-as', 'llvm-dis', 'llc' and 'opt' functionality. For example, 'llvm-as' is: $ clang -cc1 -emit-llvm-bc FOO.ll -o FOO.bc by Daniel Dunbar · 14 years ago
  24. 5d93ed3 Driver: Add support for a CLANGXX_IS_PRODUCTION build variable, which enable by Daniel Dunbar · 14 years ago
  25. 3352406 Allow users to set CPPFLAGS and CXXFLAGS on the make command line. by Jeffrey Yasskin · 14 years ago
  26. 0c98670 Fix linking problem on Linux. by Zhongxing Xu · 15 years ago
  27. 1309f9a Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 15 years ago
  28. 0bb46d2 -fno-rtti is now the default. by Chris Lattner · 15 years ago
  29. 3f693d2 Don't build/install clang++ in CLANG_IS_PRODUCTION build mode yet. by Daniel Dunbar · 15 years ago
  30. 2108577 Implement clang -cc1. by Daniel Dunbar · 15 years ago
  31. c88aa79 Put CompilerInvocation testing code in clang-cc instead of clang for now, I can't bear to link all of clang into 'clang' yet. :) by Daniel Dunbar · 15 years ago
  32. 217acbf Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation. by Daniel Dunbar · 15 years ago
  33. f4961da Use TOOLALIAS so that clang++ gets 'built'. by Daniel Dunbar · 15 years ago
  34. f44c585 Push "clang-is-production" logic up to tools/driver, and make it hittable by by Daniel Dunbar · 15 years ago
  35. 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 15 years ago
  36. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago
  37. 510d732 Driver: Use custom diag printer to drop dependency on libFrontend and libLex. by Daniel Dunbar · 15 years ago
  38. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  39. 4ad4b3e Driver: Use standard Diagnostic interface for diagnostics. by Daniel Dunbar · 15 years ago
  40. 2c6f6f3 Driver: More Option implementation. by Daniel Dunbar · 15 years ago
  41. 3ede8d0 Stub out some structure for C++ driver. by Daniel Dunbar · 15 years ago