1. 4acd24a Use the correct compiler to compute dependencies. by Stefanus Du Toit · 11 years ago
  2. 10c0722 Fix test suite make so that -std=c++11 gets set properly for supported compilers and -std=c++0x gets set only for gcc 4.6 versions. Previously, -std=c++0x was being set for all compilers. by Matt Kopec · 11 years ago
  3. 82dc0f1 Add split symbol support to test makefile & add linux split symbol test case. by Michael Sartain · 11 years ago
  4. 5824663 Added a new makefile setting that can be set in LLDB makefiles: USE_LIBCPP. This will enable libc++ support. by Greg Clayton · 11 years ago
  5. fda7a97 Tweaking Daniel Malea's fixes to Makefile.rules to ensure that we correctly pass -stdlib=libstdc++ to clang when compiling as well as when linking by Enrico Granata · 11 years ago
  6. 6f25bce Fix Makefiles in the data-formatter-stl tests by Daniel Malea · 11 years ago
  7. 711a5b1 Fix Makefile.rules where no icc is installed and -C gcc is used. by Matt Kopec · 11 years ago
  8. 57d4ab2 Add icc support to the test suite by Matt Kopec · 11 years ago
  9. 36451fa Replace all "-gdwarf-2" with "-g" to use the compiler defaults. by Greg Clayton · 11 years ago
  10. 87a5c11 Update test scripts and Makefiles to allow testing with GCC: by Daniel Malea · 11 years ago
  11. 951ebb9 Compile shared libraries with dSYM files when requested on darwin. Prior to this, we never had dSYM files for shared libraries unless it was a dylib only Makefile. by Greg Clayton · 12 years ago
  12. 1463b65 Add a suffix rule for compiling objc++ files and a sample directory under test/lang/objcxx. by Johnny Chen · 12 years ago
  13. 77fa1b7 Fix some test suite errors. TestForwardDecl.py errors were due to bad Makefile.rules, while TestHiddenIvars.py errors due to features only available in modern objc runtime. by Johnny Chen · 12 years ago
  14. 931acec Added support for looking up the complete type for by Sean Callanan · 12 years ago
  15. a2a9f79 Add usage example from test/functionalities/archives/Makefile. by Johnny Chen · 12 years ago
  16. 62f0b37 rdar://problem/10680957 Need a test case that tests DWARF with .o in .a files by Johnny Chen · 12 years ago
  17. 26697b8 Add more usage examples. by Johnny Chen · 12 years ago
  18. 157fd95 Add usage examples of recently added functionality. by Johnny Chen · 12 years ago
  19. 159c7cc Add a CFLAGS_EXTRAS make variable to be able to pass things (like '-DTEST_BLOCK_CAPTURED_VARS') to the compile phase. by Johnny Chen · 12 years ago
  20. fcf74f1 Update makefile rules to support C++ files in shared libraries and fix how by Greg Clayton · 12 years ago
  21. d7fc5b8 <rdar://problem/10559329> by Greg Clayton · 12 years ago
  22. 4474729 Dependency file for dylib source was not being cleaned up. by Johnny Chen · 13 years ago
  23. 4ecbe3d The plugin impl of getCompiler() should be in unison with the Makefile.rules change. by Johnny Chen · 13 years ago
  24. 93c7d37 Make clang the default compiler for building the test programs. by Johnny Chen · 13 years ago
  25. 2072b49 Simplify lang/objc/self/Makefile, plus it's wrong. :-) by Johnny Chen · 13 years ago
  26. 0b7566c Fix makefile rules to prevent CFLAGS from appearing twice in the command line. by Johnny Chen · 13 years ago
  27. 62d527e Add a test to check the integrity of the lldb public api directory containing SB*.h headers. by Johnny Chen · 13 years ago
  28. a47b9bd Change to get around the nested ifeq woes on OS X Snow Leopard: by Johnny Chen · 13 years ago
  29. cf043e6 Add Linux rules to test makefile by Peter Collingbourne · 13 years ago
  30. 44dc9d3 Add a test script for exercising the "taregt create", "target list", and "target select" commands. by Johnny Chen · 13 years ago
  31. df0d76b Minor comment change. by Johnny Chen · 13 years ago
  32. b3bd463 Add makefile debugging rule for printing out the value of a variable. by Johnny Chen · 13 years ago
  33. 6c455d1 Added comments. by Johnny Chen · 13 years ago
  34. 022d829 Make CC defaults to gcc. The cxx_compiler and cxx_linker functions rely on substituting "g++" by Johnny Chen · 13 years ago
  35. 217dca5 The cxx_compiler function should not blindly return clang++ as the C++ compiler if $(CC) contains "clang". by Johnny Chen · 13 years ago
  36. 18a921f Stop using LLDB_CC/LLDB_ARCH in the plugins for test configurations. Use make by Johnny Chen · 14 years ago
  37. ffd5229 Added a utility function to return the counterpart C++ compiler of $(CC) and use by Johnny Chen · 14 years ago
  38. 8ba13e6 Added "long long" and "unsigned long long" to the TestBasicTypes.py. by Johnny Chen · 14 years ago
  39. ee26359 Added a simple test case to set breakpoints on objc class/instance methods. by Johnny Chen · 14 years ago
  40. 4890405 Extend the build mechanism to allow for specifying the compiler used to build by Johnny Chen · 14 years ago
  41. 7a7d2b3 Generates the .d prerequisite file for dylib as well. by Johnny Chen · 14 years ago
  42. 8f24cd1 Makefile refactoring for the test suite. Added a make directory under test, by Johnny Chen · 14 years ago