1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. 6c6fd7e Ignore test Inputs globally and remove redundant lit.local.cfg files by Alp Toker · 11 years ago
  7. a683404 PR 17916: Don't fail if xcrun is not present. by Joerg Sonnenberger · 11 years ago
  8. 8ad46b7 [build] Update runtime library and tests to work with relocatable SDKs on OS X 10.9. by Daniel Dunbar · 11 years ago
  9. 0909859 Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests by Amaury de la Vieuville · 11 years ago
  10. 03f443a [tests] Reapply r188354, ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  11. 5fea4ea Revert r188354, "[tests] Ensure subsitution string is ascii." by NAKAMURA Takumi · 11 years ago
  12. e57020e [tests] Ensure subsitution string is ascii. by Daniel Dunbar · 11 years ago
  13. 4c87ca4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  14. 0cf153b [tests] Make string encoding issues explicit. by Daniel Dunbar · 11 years ago
  15. de56bb7 lit.cfg: better check for MSYS by Hans Wennborg · 11 years ago
  16. c2f531a Add a cl.exe compatible driver mode by Hans Wennborg · 11 years ago
  17. 76b86c2 Turn Driver::CCCIsCXX and CCCIsCPP into a single Mode enum, by Hans Wennborg · 11 years ago
  18. 22d017d Add the ability to use guarded malloc when running clang's lit tests. by David Dean · 11 years ago
  19. 80db6a7 clang/test/lit.cfg: Improve is_filesystem_case_insensitive() to work properly on cygwin. by NAKAMURA Takumi · 11 years ago
  20. 5407d4a clang/test/lit.cfg: Tweak getClangBuiltinIncludeDir() not to expose dosish path separator on MSYS bash.exe, since r184774. by NAKAMURA Takumi · 11 years ago
  21. 63f4050 [clang-lit] Added the run_long_tests param option/long_tests feature to toggle execution of long running FileCheck tests. by Michael Gottesman · 11 years ago
  22. d82fdf0 Revert r179671 and just pass a triple to the test for a platform with known by Eric Christopher · 11 years ago
  23. e68d9e0 Add a bit of a hack to deal with a failing testcase on darwin10 bots. by Eric Christopher · 11 years ago
  24. ec431d5 Remove dead option. by Eric Christopher · 11 years ago
  25. a53763f Use lit's internal shell runner on Windows for Clang tests by Reid Kleckner · 11 years ago
  26. 32d2a65 Propagate path to ASan/MSan symbolizer into test environment to produce useful reports on errors. by Alexey Samsonov · 11 years ago
  27. 6ddfe4e Disable ASan/MSan symbolization of reports in tests. by Evgeniy Stepanov · 11 years ago
  28. 48c0834 Add asan/msan to the list of available features in LIT test runner. Mark ASan-unfriendly test as XFAIL. by Alexey Samsonov · 11 years ago
  29. e310b1a Fixup for r176934. More careful setup of path to llvm-symbolizer by Alexey Samsonov · 11 years ago
  30. e0d5c86 Set symbolizer path in the test environment. by Evgeniy Stepanov · 11 years ago
  31. 05a10ff clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce the feature "shell-preserves-root". by NAKAMURA Takumi · 11 years ago
  32. 5e4ccb4 clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is not used. by NAKAMURA Takumi · 12 years ago
  33. 93308b9 clang/test/lit.cfg: Disable dev-fd-fs on cygwin for now. by NAKAMURA Takumi · 12 years ago
  34. 10310e2 Revert r168132, "clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now." I missed Daniel's r168095 by my accident. by NAKAMURA Takumi · 12 years ago
  35. 03e1f76 clang/test/lit.cfg: Suppress the feature 'dev-fd-fs' for now. by NAKAMURA Takumi · 12 years ago
  36. 0b95bd0 tests: Add a test for reading from named pipes. by Daniel Dunbar · 12 years ago
  37. b2ed96a [lit] For the "case-insensitive-filesystem" make sure to create the test temporary file by Argyrios Kyrtzidis · 12 years ago
  38. 4182ed6 [PCH] Remove the stat cache from the PCH file. by Argyrios Kyrtzidis · 12 years ago
  39. d2d4d68 In the past "production" clang builds would not be used for c++, and by Rafael Espindola · 12 years ago
  40. ca082d0 tests: Stop mangling '-vg' into the triple, we don't use this currently. by Daniel Dunbar · 12 years ago
  41. 087c65f Disable source fortification on Darwin with AddressSanitizer. by Alexander Potapenko · 12 years ago
  42. b774d73 clang/test: [PR8833] Introduce the feature "LP64" to suppress LLP64-incompatible tests. by NAKAMURA Takumi · 12 years ago
  43. 5e3d24c clang/test/lit.cfg: Fix a typo in comment. by NAKAMURA Takumi · 12 years ago
  44. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  45. 0ca4be3 clang/test/Misc/diag-template-diffing-color.cpp: Introduce the feature 'ansi-escape-sequences'. by NAKAMURA Takumi · 12 years ago
  46. 79c5f95 test/lit.cfg: Please pass %INCLUDE% to clang.exe on Win32. MS-compatible clang may refer to %INCLUDE%. It fixes r154188. by NAKAMURA Takumi · 12 years ago
  47. 40f45ee Clear environment variables that might affect Clang before running tests. by Jordy Rose · 12 years ago
  48. fc30829 Have the driver pass CPU and target feature information to cc1as. by Jim Grosbach · 12 years ago
  49. 6079676 test/lit.cfg: Enhance getRegisteredTargets() to retrieve +Asserts. by NAKAMURA Takumi · 13 years ago
  50. 0764308 Rip out one of the features I added for the driver-include-management. by Chandler Carruth · 13 years ago
  51. df0a4c3 Switch Lit to directly query the driver for the builtin inclue path. by Chandler Carruth · 13 years ago
  52. b40fd3f Teach lit to ask the Clang it is running what version string to use by Chandler Carruth · 13 years ago
  53. 292da56 Compute the path properly on different platforms. Specifically, compute by Chandler Carruth · 13 years ago
  54. 044a790c Teach Lit to pass the CC1 invocation the builtin include directory. This by Chandler Carruth · 13 years ago
  55. 6da28e2 FreeBSD (apparently) does not support crash-recovery tests. by Andrew Trick · 13 years ago
  56. e1ffb15 test/lit.cfg: Enable "crash-recovery" tests on Win32 hosts. CrashRecoveryContext supports Win32 since r138199. by NAKAMURA Takumi · 13 years ago
  57. ee22697 Added registered targets for in-test dependency declarations. by Galina Kistanova · 13 years ago
  58. 9085e6f test/lit.cfg: bash is available on MSYS. by NAKAMURA Takumi · 13 years ago
  59. ef34d77 test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell. by NAKAMURA Takumi · 13 years ago
  60. e2f82f7 Reject forbidden storage class specifiers in OpenCL. Patch by George Russell! by Peter Collingbourne · 13 years ago
  61. 98af1ac test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. by NAKAMURA Takumi · 13 years ago
  62. 431feb5 by David Greene · 13 years ago
  63. 4f9e971 test: add .cu extension by Peter Collingbourne · 14 years ago
  64. b4a88ef Let lit give helpful advice if 'make test' was not run yet. by Nico Weber · 14 years ago
  65. 8c6b913 Recognize .ll as input files. Handle %test_debuginfo on a RUN command line. by Devang Patel · 14 years ago
  66. db91864 tests: Use REQUIRES: instead of XFAIL: for crash recovery tests; running them on by Daniel Dunbar · 14 years ago
  67. 9fde9c4 tests: Use %clangxx when using driver for C++, in case C++ support is disabled. by Daniel Dunbar · 14 years ago
  68. e1fa096 tests: Mangle '-vg' onto the end of the triple when running under valgrind, so by Daniel Dunbar · 14 years ago
  69. 43533c9 Revert r97727 at ddunbar's request; we want to solve this some other way. by John McCall · 14 years ago
  70. 0ea271c Steal the TARGET lit condition from the LLVM test suite. by John McCall · 14 years ago
  71. 6643096 tests: Tweak %clangxx definition to something which should be more portable. by Daniel Dunbar · 14 years ago
  72. 679d605 tests: Add '%clangxx' substitution, for 'clang++' by Daniel Dunbar · 14 years ago
  73. 80737ad Update tests to use %clang instead of 'clang', and forcibly disable use of ' by Daniel Dunbar · 14 years ago
  74. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 14 years ago
  75. e9c2f0f Tests: Stop looking for clang-cc, we don't need it. by Daniel Dunbar · 15 years ago
  76. 98d3ea6 Tests: Change substitution to automagically use 'clang -cc1' instead of 'clang-cc'. I still plan to eventually rewrite the tests to clarify the magic (I will probably actually rewrite them to %clang so it is more obvious this is a variable that gets substituted). by Daniel Dunbar · 15 years ago
  77. bc20ef3 Drop require_and_and argument. by Daniel Dunbar · 15 years ago
  78. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  79. 2335421 Tweak a FIXME. by Daniel Dunbar · 15 years ago
  80. b258d8f Add clang_site_config user variable, so that extra tests (e.g., utils/C++Syntax) by Daniel Dunbar · 15 years ago
  81. 9e10cc7 Add the lib path to LD_LIBRARY_PATH, so finding .so works (more) portably. by Daniel Dunbar · 15 years ago
  82. ee45d6d We no longer need anything from the llvm/test/Scripts dir. by Daniel Dunbar · 15 years ago
  83. b850ddd Always execute tests internally on Windows. by Daniel Dunbar · 15 years ago
  84. 5e01e3c Remove old test runner, this has moved to LLVM/utils/lit and all known clients by Daniel Dunbar · 15 years ago
  85. 1b720a9 Include LLVM {src,obj} root in lit.site.cfg, to support non-standard layouts. by Daniel Dunbar · 15 years ago
  86. 7af18d3 Tweak clang testing. - Move CMake to using the new test runner. by Daniel Dunbar · 15 years ago
  87. 280aa75 tests: Stash clang/clang-cc and LLVM src/obj paths for use elsewhere. by Daniel Dunbar · 15 years ago
  88. 5803331 Teach LIT2 how to run Clang tests in the objdir for srcdir != objdir builds. by Daniel Dunbar · 15 years ago
  89. 724827f Support running tests using the new 'lit', via 'make test LIT2=1'. by Daniel Dunbar · 15 years ago
  90. 6827f3f lit: Set requireAndAnd config variable (currently unused). by Daniel Dunbar · 15 years ago
  91. c1e1d7c Add missing test suffixes. by Daniel Dunbar · 15 years ago
  92. 1db467f MultiTestRunner: Simplify, cleanup, and rename! by Daniel Dunbar · 15 years ago