Updated the TableGen emitter for the Enhanced
[oota-llvm.git] / test / LLVMC /
2010-02-09 Dale JohannesenRe-disable for Darwin; I was mistaken to think this...
2010-02-03 Dale JohannesenThis test passes now on ppc darwin, so reenable it.
2010-02-02 Bill WendlingXFAIL for PPC Darwin.
2010-01-27 Duncan SandsRevert commit 94666 (ddunbar) [Suppress clang warning...
2010-01-27 Daniel DunbarSuppress clang warning about unused arguments.
2009-12-23 Daniel DunbarRemove an XFAIL.
2009-12-23 Mikhail GlushenkovAllow (set_option SwitchOption, true).
2009-12-21 Daniel DunbarXFAIL these tests on powerpc, under the assumption...
2009-12-18 Mikhail GlushenkovMake 'set_option' work with list options.
2009-12-17 Mikhail GlushenkovAdd a 'set_option' action for use in OptionPreprocessor.
2009-12-15 Mikhail GlushenkovConvert llvmc tests to FileCheck.
2009-12-15 Mikhail GlushenkovSupport hook invocation from 'append_cmd'.
2009-12-15 Mikhail GlushenkovValidate the generated C++ code in llvmc tests.
2009-12-15 Mikhail GlushenkovPipe 'grep' output to 'count'.
2009-12-15 Mikhail GlushenkovAllow $CALL(Hook, '$INFILE') for non-join tools.
2009-12-14 Mikhail GlushenkovAdd a test for the 'init' option property.
2009-12-07 Mikhail GlushenkovImplement 'forward_value' and 'forward_transformed_value'.
2009-11-08 Daniel DunbarCleanup some unused RUN lines.
2009-10-25 Mikhail GlushenkovAdd a test for OptionPreprocessor.
2009-10-17 Mikhail GlushenkovDisallow multiple instances of PluginPriority.
2009-10-08 Mikhail GlushenkovInput files should go before all other options.
2009-09-13 Mikhail GlushenkovFix a small issue with recent changes to this code.
2009-09-13 Daniel Dunbartests: Use %abs_tmp instead of ./%t to make these tests...
2009-09-13 Daniel DunbarSink llvm-gcc dependent tests into distinct subdirs.
2009-09-13 Daniel DunbarRewrite tests to not use Tcl substitution.
2009-09-13 Daniel DunbarSimplify LLVMC tests.
2009-05-06 Mikhail GlushenkovThe 'forward_as' property did not use its second argument.
2009-05-05 Mikhail GlushenkovFix incorrect code generation with ENV.
2009-03-06 Mikhail GlushenkovAdd a comment.
2009-02-26 Julien LerougeFix a typo that prevents hello.mm from running (and...
2009-02-08 Bill WendlingRename dg.exp to llvmc.exp. This is so I can ignore...
2009-02-08 Mikhail GlushenkovThe 'false.c' test must depend on llvm-g++.
2009-01-28 Mikhail GlushenkovAdd three new option properties.
2009-01-21 Mikhail GlushenkovAllow hooks with arguments.
2008-12-21 Mikhail GlushenkovUse ignore & grep instead of XFAIL.
2008-12-09 Mikhail GlushenkovRemove Clang tests since clang is not installed on...
2008-12-09 Mikhail GlushenkovAdd some rudimentary tests for .
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovAdd some clarifying comments.
2008-12-07 Mikhail GlushenkovAdd tests for tblgen's LLVMC backend.
2008-11-25 Mikhail GlushenkovSince the old llvmc was removed, rename llvmc2 to llvmc.
2008-11-19 Daniel DunbarLLVMC2: -emit-llvm stops compilation.
2008-11-19 Daniel DunbarLLVMC2: Teach llvm_gcc_c tool about -include and -fsynt...
2008-11-08 Daniel DunbarAdd LLVMC2 tool definitions for Objective-C and Objecti...
2008-08-14 Bill WendlingRenaming LLVMC/dg.exp to LLVM/llvmc.exp
2008-05-30 Mikhail GlushenkovFix the -opt switch and add a test case for it.
2008-05-30 Mikhail GlushenkovFix: 'sink' handling was broken.
2008-05-14 Tanya LattnerCheck if llvm-gcc is available before running tests...
2008-05-12 Mikhail GlushenkovFilter option names to escape symbols not allowed as...
2008-05-06 Mikhail GlushenkovMove test files around a bit - fixes the reported numbe...
2008-05-06 Mikhail GlushenkovUse edge weights to choose the right linker based on...
2008-05-06 Mikhail GlushenkovAdd a --linker command-line option, make all tests...
2008-05-06 Mikhail GlushenkovAdd two (currently failing) tests.
2008-05-06 Mikhail GlushenkovTake object file as input and handle files with the...
2008-05-06 Mikhail GlushenkovFirst small tests for llvmc2.