1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. 2bf8980 The top-level clang Makefile is #included into other Makefiles. (sigh) So we by Bill Wendling · 12 years ago
  3. 4f0b2d1 Add the missing backslash-newline which was causing make errors. by Bill Wendling · 12 years ago
  4. b7bafa9 Use an environment variable instead of what's in the make cmd goals. by Bill Wendling · 12 years ago
  5. 615c3dd Filter out tools and unittests which we don't want to build when we're building clang only. by Bill Wendling · 12 years ago
  6. 51d7777 Add the Clang tblgen backends to Clang, and flip the switch to cause by Peter Collingbourne · 13 years ago
  7. 6ee5b93 Clang-side build system infrastructure for multiple tblgens. by Peter Collingbourne · 13 years ago
  8. 1456fec If you download clang and delete the test directory, you can end up by Douglas Gregor · 13 years ago
  9. 9a4a9c2 Basic: Add support for a build variable to set the repository path that goes by Daniel Dunbar · 13 years ago
  10. 7a17889 Add gTest unittests to clang, and write the first one. by Jeffrey Yasskin · 13 years ago
  11. 0574c78 Fix typo. by Eric Christopher · 13 years ago
  12. 6c7b42f Makefile: Follow r118918, to add configuration "ENABLE_DOCS". by NAKAMURA Takumi · 14 years ago
  13. ac141e6 Move lib/Runtime to runtime/, and build after everything else. by Daniel Dunbar · 14 years ago
  14. 0198246 Remove cruft that I didn't intend to commit. by Daniel Dunbar · 14 years ago
  15. a510767 build: Add a generated Version.inc file instead of duplicating information. by Daniel Dunbar · 14 years ago
  16. c56bc31 add a libs-only target to the clang makefile, patch by Sunay Ismail in PR7397 by Chris Lattner · 14 years ago
  17. 61f69d9 Globally disable -fno-strict-aliasing, for reasons given in the comment. by Daniel Dunbar · 14 years ago
  18. c4dec1c Makefiles: Set Clang CPP compiler flags in a single location, instead of scattered throughout the project Makefiles. by Daniel Dunbar · 14 years ago
  19. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  20. 25cf7b4 Move include installation steps to better location, inside each include dir instead of at the top-level. by Daniel Dunbar · 14 years ago
  21. 61736b4 Fix 80 col violation by Kovarththanan Rajaratnam · 14 years ago
  22. 85d7fe3 Simply tags target by Kovarththanan Rajaratnam · 14 years ago
  23. defd016 add DESTDIR support for clang headers, PR6556. Patch by Matthias Klose! by Chris Lattner · 14 years ago
  24. a9829ae Improve updating of test/Makefile for out-of-dir builds. by Daniel Dunbar · 14 years ago
  25. 717a595 Don't try to install .dir files. by Daniel Dunbar · 14 years ago
  26. 297b083 Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent yet). by Daniel Dunbar · 14 years ago
  27. 1555c3a Don't install Makefiles nor tablegen input in include/. by Axel Naumann · 15 years ago
  28. a8a9a1a Do not install CMakeLists.txt (nor any other txt files) into include/ subdirectories by Axel Naumann · 15 years ago
  29. 14ea569 Installation of Clang libraries and headers, from Axel Naumann! by Douglas Gregor · 15 years ago
  30. 38a8095 The test/ directory needs to be created always when building objdir != srcdir, by Torok Edwin · 15 years ago
  31. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago
  32. 432eeec Add 'make cscope.files' top level target. by Daniel Dunbar · 15 years ago
  33. a393e9e Build system changes to use TableGen to generate the various by Douglas Gregor · 15 years ago
  34. e89b6b2 Revert the switch to the tablegen diags. It fails for seperate objdir builds and cmake builds, and I have no clue what to do about it. Revisit this after someone with a clue about the build systems has looked at it. by Sebastian Redl · 15 years ago
  35. 3801d71 Switch diagnostics from .def to tablegen files. Please validate the Windows build. by Sebastian Redl · 15 years ago
  36. 8ba82b3 Add tags; this is documented to work, just need the wiring to enable it. by Mike Stump · 15 years ago
  37. adc981a Fix make test when configuring for a seperate build directory. by Mike Stump · 15 years ago
  38. c72e5ae ccc: Add installation of ccc; based on patch from Mike Stump. by Daniel Dunbar · 15 years ago
  39. 1ede17a Add doxygen support - Stolen from LLVM with minor modifications by Daniel Dunbar · 16 years ago
  40. 9d294b9 remove the old non-parallel test system. 'make' in clang/test now runs by Chris Lattner · 16 years ago
  41. 4c0c97d Use make's -C option to enter directories. by Gabor Greif · 16 years ago
  42. 5267d7c reduce chattyness of makefiles by Gabor Greif · 16 years ago
  43. ab72ffe Switch over to the parallelized makefile, but keep old serial by Gabor Greif · 16 years ago
  44. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago
  45. 4a308e0 Build the clang headers. by Chris Lattner · 16 years ago
  46. 8bd12b8 Initial checkin of rewriter interface. It is just stubbed out for now. by Chris Lattner · 17 years ago
  47. 7cba960 Added libClangAnalysis by Ted Kremenek · 17 years ago
  48. 7d5afc3 Make check conflicts with the other default llvm target, 'make check' will come later I guess. by Chris Lattner · 17 years ago
  49. 077c3f2 'make check' is what more people expect. by Chris Lattner · 17 years ago
  50. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago