1. f102c45 Remove the vestiges of the C backend. by Eric Christopher · 13 years ago
  2. e3271d4 Remove the Alpha backend. by Dan Gohman · 13 years ago
  3. 78cf13d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  4. 0986eb5 Remove the SystemZ backend. by Dan Gohman · 13 years ago
  5. a799cef Tests: Tweak LLVM-Code-Symbols test to ignore common and undefined symbols for by Daniel Dunbar · 15 years ago
  6. e868669 Sketch a simple new C++Tests suite for checking that llvm-gcc and clang generate by Daniel Dunbar · 15 years ago
  7. d7557e3 Don't commit my silly little local changes by Douglas Gregor · 15 years ago
  8. e1a5c17 Fix DISABLE_SMART_POINTERS build by Douglas Gregor · 15 years ago
  9. 006ce44 Revert accidental commit by Douglas Gregor · 15 years ago
  10. 90f9382 Switch Sema::AddCXXDirectInitializerToDecl over to InitializationSequence by Douglas Gregor · 15 years ago
  11. f11031f C++Tests: Add target paths for LLVM-Code-Compile checks as well. by Daniel Dunbar · 15 years ago
  12. 046a0f3 Add a couple more paths to the LLVM-Code-Syntax test by Douglas Gregor · 15 years ago
  13. eb3f00c Remove accidental commit containing local paths for the LLVM-Code-Syntax test by Douglas Gregor · 15 years ago
  14. a6ca650 Minor cleanups for constructor initialization in InitializationSequence by Douglas Gregor · 15 years ago
  15. 5f16e52 Beef up Clang-on-LLVM testing a bit, by making LLVM-Syntax recursive by Douglas Gregor · 15 years ago
  16. 9bf8a17 Don't run the LLVM Code tests by default. by Daniel Dunbar · 15 years ago
  17. 6cfe889 Add -Werror for Clang and LLVM on Clang (headers) syntax tests. by Daniel Dunbar · 15 years ago
  18. f21bf9b Add C++ tests to try to parse and compile the LLVM libraries by Douglas Gregor · 15 years ago
  19. 9d85109 Don't try to parse LinkAllParses.h for now by Douglas Gregor · 15 years ago
  20. 93b189f Change Clang-Code-Compile tests to only -emit-llvm instead of running by Daniel Dunbar · 15 years ago
  21. c0513be7 Add two new C++ lit tests suites, for testing Clang .cpp files with by Daniel Dunbar · 15 years ago
  22. 72a0b79 Add Clang-Syntax C++Tests; these don't run by default, use the lit arguments by Daniel Dunbar · 15 years ago
  23. 36ce794 Use the other excludes syntax. by Daniel Dunbar · 15 years ago
  24. 35de813 Turn off -Wsign-compare warnings by default by Douglas Gregor · 15 years ago
  25. b7a86f5 When we encounter a derived-to-base conversion when performing an by Douglas Gregor · 15 years ago
  26. 393896f Fixed two places where we needed to force completion of a type by Douglas Gregor · 15 years ago
  27. 33b7f45 A toy for Doug: Add some 'lit' tests which just run clang++ -fsyntax-only over all the files in a directory. by Daniel Dunbar · 15 years ago