1. f65b0e9 XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. We by Jeffrey Yasskin · 15 years ago
  2. 765028f Remove `ignore` from LLVMC/TestWarnings.td. This avoids by Jeffrey Yasskin · 15 years ago
  3. 7cebe55 Update the test suite. by Mikhail Glushenkov · 15 years ago
  4. 3591b90 LLVMC/MultiplePluginPriorities.td: Generally XFAIL this test for now, it is by Daniel Dunbar · 15 years ago
  5. 0b1a395 Revert r96130 ("Forward parameter options as '-option=param'"). by Mikhail Glushenkov · 15 years ago
  6. 18c67b9 Forward parameter options as '-option=parameter'. by Mikhail Glushenkov · 15 years ago
  7. 37de61e Re-disable for Darwin; I was mistaken to think this was fixed. by Dale Johannesen · 15 years ago
  8. 60dab95 This test passes now on ppc darwin, so reenable it. by Dale Johannesen · 15 years ago
  9. 3900837 XFAIL for PPC Darwin. by Bill Wendling · 15 years ago
  10. bc15f24 Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments]. by Duncan Sands · 15 years ago
  11. ed240c4 Suppress clang warning about unused arguments. by Daniel Dunbar · 15 years ago
  12. a85e401 Remove an XFAIL. by Daniel Dunbar · 15 years ago
  13. e0b6570 Allow (set_option SwitchOption, true). by Mikhail Glushenkov · 15 years ago
  14. ff99b16 XFAIL these tests on powerpc, under the assumption that no one cares. If you care, feel free to fix. by Daniel Dunbar · 15 years ago
  15. 9503b49 Make 'set_option' work with list options. by Mikhail Glushenkov · 15 years ago
  16. 994dbe0 Add a 'set_option' action for use in OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
  17. f8bc1e4 Convert llvmc tests to FileCheck. by Mikhail Glushenkov · 15 years ago
  18. 545f968 Support hook invocation from 'append_cmd'. by Mikhail Glushenkov · 15 years ago
  19. e4ac23a Validate the generated C++ code in llvmc tests. by Mikhail Glushenkov · 15 years ago
  20. b5fab40 Pipe 'grep' output to 'count'. by Mikhail Glushenkov · 15 years ago
  21. abf2d98 Allow $CALL(Hook, '$INFILE') for non-join tools. by Mikhail Glushenkov · 15 years ago
  22. 0898d7d Add a test for the 'init' option property. by Mikhail Glushenkov · 15 years ago
  23. 8245a1d Implement 'forward_value' and 'forward_transformed_value'. by Mikhail Glushenkov · 15 years ago
  24. 16bc878 Cleanup some unused RUN lines. by Daniel Dunbar · 15 years ago
  25. 14cb2a2 Add a test for OptionPreprocessor. by Mikhail Glushenkov · 15 years ago
  26. 2cea7bd Disallow multiple instances of PluginPriority. by Mikhail Glushenkov · 15 years ago
  27. 39482dd Input files should go before all other options. by Mikhail Glushenkov · 15 years ago
  28. 1e31a13 Fix a small issue with recent changes to this code. by Mikhail Glushenkov · 15 years ago
  29. fbc18f8 tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'. by Daniel Dunbar · 15 years ago
  30. 8a2b012 Sink llvm-gcc dependent tests into distinct subdirs. by Daniel Dunbar · 15 years ago
  31. 43c8a06 Rewrite tests to not use Tcl substitution. by Daniel Dunbar · 15 years ago
  32. 7262baf Simplify LLVMC tests. by Daniel Dunbar · 15 years ago
  33. e89331b The 'forward_as' property did not use its second argument. by Mikhail Glushenkov · 16 years ago
  34. f868156 Fix incorrect code generation with ENV. by Mikhail Glushenkov · 16 years ago
  35. 827632a Add a comment. by Mikhail Glushenkov · 16 years ago
  36. 1aa1f74 Fix a typo that prevents hello.mm from running (and runs hello.m twice). by Julien Lerouge · 16 years ago
  37. 171de4f Rename dg.exp to llvmc.exp. This is so I can ignore it during a make check if I want to. by Bill Wendling · 16 years ago
  38. 6dff394 The 'false.c' test must depend on llvm-g++. by Mikhail Glushenkov · 16 years ago
  39. 19d3e82 Add three new option properties. by Mikhail Glushenkov · 16 years ago
  40. a298bb7 Allow hooks with arguments. by Mikhail Glushenkov · 16 years ago
  41. a01ce00 Use ignore & grep instead of XFAIL. by Mikhail Glushenkov · 16 years ago
  42. 260435c Remove Clang tests since clang is not installed on the buildbots. by Mikhail Glushenkov · 16 years ago
  43. 78bd53d Add some rudimentary tests for . by Mikhail Glushenkov · 16 years ago
  44. b4ced5a Make 'extern' an option property. by Mikhail Glushenkov · 16 years ago
  45. abb009d Add some clarifying comments. by Mikhail Glushenkov · 16 years ago
  46. 15dcc2a Add tests for tblgen's LLVMC backend. by Mikhail Glushenkov · 16 years ago
  47. 113ec35 Since the old llvmc was removed, rename llvmc2 to llvmc. by Mikhail Glushenkov · 16 years ago
  48. 911cfdb LLVMC2: -emit-llvm stops compilation. by Daniel Dunbar · 16 years ago
  49. ff6477b LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only. by Daniel Dunbar · 16 years ago
  50. 77e0c85 Add LLVMC2 tool definitions for Objective-C and Objective-C++. by Daniel Dunbar · 16 years ago
  51. 0d9deac Renaming LLVMC/dg.exp to LLVM/llvmc.exp by Bill Wendling · 16 years ago
  52. 74a0c28 Fix the -opt switch and add a test case for it. by Mikhail Glushenkov · 16 years ago
  53. 34f3762 Fix: 'sink' handling was broken. by Mikhail Glushenkov · 16 years ago
  54. 969c9d3 Check if llvm-gcc is available before running tests. Patch by Matthijs Kooijman! by Tanya Lattner · 17 years ago
  55. 5c98d82 Filter option names to escape symbols not allowed as C++ identifiers. by Mikhail Glushenkov · 17 years ago
  56. 2e9e0c2 Move test files around a bit - fixes the reported number of test cases. by Mikhail Glushenkov · 17 years ago
  57. 76b1b24 Use edge weights to choose the right linker based on input language names. by Mikhail Glushenkov · 17 years ago
  58. 978d498 Add a --linker command-line option, make all tests pass. by Mikhail Glushenkov · 17 years ago
  59. ceda173 Add two (currently failing) tests. by Mikhail Glushenkov · 17 years ago
  60. 35a85e8 Take object file as input and handle files with the same name correctly. by Mikhail Glushenkov · 17 years ago
  61. 3c30e6c First small tests for llvmc2. by Mikhail Glushenkov · 17 years ago