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. 8435bf9 CMake: add version information into the clang executable and libclang by Douglas Gregor · 14 years ago
  4. a3f787c Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 14 years ago
  5. e817771 [analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/AnalysisConsumer.cpp into Frontend lib. by Argyrios Kyrtzidis · 14 years ago
  6. 0a86d44 Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter. by Jeffrey Yasskin · 14 years ago
  7. 886e160 CMake: LLVM_NO_RTTI must be obsolete now! by NAKAMURA Takumi · 14 years ago
  8. aadd04c CLANG_BINARY_DIR is not the same thing as LLVM_BINARY_DIR when Clang by Oscar Fuentes · 14 years ago
  9. 839e61a Remove the clang++ symlink with `make clean'. by Oscar Fuentes · 14 years ago
  10. 2114258 Chris Lattner has strong opinions about directory layout. :) by Ted Kremenek · 14 years ago
  11. 3a8f40e Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile. by Ted Kremenek · 14 years ago
  12. a7af5ea [analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers by Argyrios Kyrtzidis · 14 years ago
  13. bce30c5 [analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore by Argyrios Kyrtzidis · 14 years ago
  14. fbfe899 Use a script for creating the clang++ executable. by Oscar Fuentes · 14 years ago
  15. 560a921 Revert "CMake: Update to use standard CMake dependency tracking facilities instead" by Michael J. Spencer · 14 years ago
  16. 5a7f349 CMake: Update to use standard CMake dependency tracking facilities instead by Michael J. Spencer · 14 years ago
  17. 1b7255d Move ExecuteCompilerInvocation to a new library FrontendTool by Peter Collingbourne · 14 years ago
  18. 1951085 Another step in the process of making the parser depend on Sema: by John McCall · 14 years ago
  19. 8572813 Reintroduce the serialization library, with fixed dependencies. by Sebastian Redl · 14 years ago
  20. 4557e47 Revert Sebastian's build-breaking patch. by Douglas Gregor · 14 years ago
  21. 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
  22. 5a9ac23 Fix cmake build. by Zhongxing Xu · 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. 41b5b17 Driver/MC: Add 'clang -cc1as' integrated assembler tool, currently accepts approximately the same interface as 'llvm-mc'. by Daniel Dunbar · 14 years ago
  25. 40e7192 CMake: Fix DESTDIR-related installation problem on Windows, from the by Douglas Gregor · 14 years ago
  26. e89d1d5 Bring driver link order in CMake into alignment with the order in the Makefile. by Chandler Carruth · 15 years ago
  27. 1309f9a Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 15 years ago
  28. e83b4c1 Make CMake's clang++ installation respect DESTDIR, based on a patch by by Douglas Gregor · 15 years ago
  29. 2108577 Implement clang -cc1. by Daniel Dunbar · 15 years ago
  30. 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
  31. 6cef99d Try yet again to de-bork CMake Windows build w.r.t. clang++ by Douglas Gregor · 15 years ago
  32. 234e162 Try to fix CMake clang++ creation on Windows by Douglas Gregor · 15 years ago
  33. 217acbf Sketch some 'clang -cc1' support, for testing parts of CompilerInvocation. by Daniel Dunbar · 15 years ago
  34. c720a4d CMake goop to create clang++ symlink by Douglas Gregor · 15 years ago
  35. 7f7b748 CMake: Improve installation of Clang by Douglas Gregor · 15 years ago
  36. fbc2836 Make the clang executable target depend on clang-cc by Douglas Gregor · 15 years ago
  37. a43a21e Really fix cmake style builds. by Mike Stump · 15 years ago
  38. 7ec3daf Rename clang-driver to clang. by Daniel Dunbar · 15 years ago
  39. cbcd98b Add CMake files for tools/driver; I am just guessing here, can someone test/fix? by Daniel Dunbar · 15 years ago