Don't keep the log files around. Just pipe to a log file instead.
[oota-llvm.git] / utils / TableGen / LLVMCConfigurationEmitter.cpp
2010-12-15 Mikhail Glushenkovllvmc: make switch options ZeroOrMore by default.
2010-12-13 Chris Lattnereliminate the Records global variable, patch by Garriso...
2010-10-23 Mikhail GlushenkovSyntax tweak in llvmc: (something [a,b,c]) -> (somethin...
2010-09-21 Mikhail Glushenkovllvmc: Allow multiple output languages.
2010-08-28 Chris Lattnermore dead thing zapping.
2010-08-24 Mikhail Glushenkovllvmc: Improve error handling in EmitEdgeClasses().
2010-08-23 Mikhail Glushenkovllvmc: Make syntax more consistent.
2010-08-23 Mikhail Glushenkovllvmc: Allow multiple LanguageMaps.
2010-08-23 Mikhail Glushenkovllvmc: Properly handle (error) in edge properties.
2010-08-23 Mikhail Glushenkovllvmc: Do not mention plugins in the code.
2010-08-20 Mikhail Glushenkovllvmc: Fix alias generation.
2010-08-20 Mikhail Glushenkovllvmc: Do not prefix option names with AutoGenerated.
2010-08-20 Mikhail Glushenkovllvmc: Cut global namespace pollution.
2010-08-19 Mikhail Glushenkovllvmc: Update examples.
2010-08-15 Mikhail Glushenkovllvmc: remove dynamic plugins.
2010-08-13 Mikhail GlushenkovRevert r111007.
2010-08-13 Mikhail GlushenkovAdd a workaround for building with Clang.
2010-08-13 Mikhail Glushenkovllvmc: fix two tests, remove XFAILs.
2010-07-27 Mikhail GlushenkovReturn -1 only on failure to execute a program.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-07-19 Mikhail GlushenkovRemove code duplication.
2010-07-19 Mikhail GlushenkovBetter error reporting for switch_list.
2010-07-19 Mikhail Glushenkovllvmc: Add a new option type (switch_list).
2010-03-05 Mikhail GlushenkovMake it not an error to specify -O* options several...
2010-02-23 Mikhail GlushenkovTrailing whitespace.
2010-02-23 Mikhail GlushenkovImplement order-preserving option forwarding.
2010-02-23 Mikhail GlushenkovCorrect option forwarding: initial implementation.
2010-02-23 Mikhail GlushenkovNew experimental/undocumented feature: 'works_on_empty'.
2010-02-23 Mikhail GlushenkovAdd a way to enable '-opt=foo' forwarding.
2010-02-15 Mikhail GlushenkovRevert r96130 ("Forward parameter options as '-option...
2010-02-13 Mikhail GlushenkovForward parameter options as '-option=parameter'.
2010-01-26 Mikhail GlushenkovEscape double quotes in 'help'.
2010-01-01 Mikhail GlushenkovTypo.
2010-01-01 Mikhail GlushenkovMake CheckForSuperfluousOptions handle list form of...
2010-01-01 Mikhail GlushenkovMinor simplifications.
2010-01-01 Mikhail GlushenkovBetter error message.
2009-12-24 Daniel DunbarDon't emit trailing semicolon.
2009-12-23 Mikhail GlushenkovCosmetic issue: more consistent naming.
2009-12-23 Mikhail GlushenkovAllow (set_option SwitchOption, true).
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-17 Mikhail GlushenkovRefactoring, no functionality change.
2009-12-17 Mikhail Glushenkovs/TokenizeCmdline/TokenizeCmdLine/
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 GlushenkovAllow $CALL(Hook, '$INFILE') for non-join tools.
2009-12-07 Mikhail GlushenkovSimplify a bit.
2009-12-07 Mikhail GlushenkovThrow 'const char*' instead of 'std::string'.
2009-12-07 Mikhail GlushenkovDeprecate 'unpack_values'.
2009-12-07 Mikhail GlushenkovImplement 'forward_value' and 'forward_transformed_value'.
2009-12-07 Mikhail GlushenkovRefactoring, no functionality change.
2009-12-01 Mikhail GlushenkovForward -save-temps to llvm-gcc.
2009-11-03 Chris Lattnermark some constant global const.
2009-10-27 Mikhail Glushenkov80-col violation.
2009-10-22 Mikhail GlushenkovMake 'unset_option' work on list options.
2009-10-21 Mikhail GlushenkovImplement any_[not_]empty and list versions of switch_o...
2009-10-19 Mikhail GlushenkovMore refactoring...
2009-10-18 Mikhail GlushenkovRefactoring, no functionality change.
2009-10-17 Mikhail GlushenkovFirst draft of the OptionPreprocessor.
2009-10-17 Mikhail GlushenkovDisallow multiple instances of PluginPriority.
2009-10-09 Mikhail GlushenkovOmit the 'out_file_index != -1' check when possible.
2009-10-08 Mikhail GlushenkovInput files should go before all other options.
2009-09-28 Mikhail GlushenkovAdd a way to query the number of input files.
2009-09-28 Mikhail GlushenkovA bit prettier formatting.
2009-09-21 Mikhail GlushenkovUse raw_ostream::indent instead of passing strings.
2009-09-10 Mikhail GlushenkovDistinguish between 'empty' and empty DAG marker.
2009-09-10 Mikhail GlushenkovAdd a logical 'not' operator to llvmc's TableGen dialect.
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-07-07 Mikhail GlushenkovAdd an 'init' option property.
2009-07-07 Mikhail GlushenkovRefactoring.
2009-07-07 Mikhail GlushenkovComment fix.
2009-07-03 Daniel DunbarReplace std::iostreams with raw_ostream in TableGen.
2009-06-25 Mikhail GlushenkovBetter error message.
2009-06-23 Mikhail GlushenkovMake llvmc work again.
2009-06-23 Mikhail GlushenkovA little bit nicer formatting.
2009-06-23 Mikhail GlushenkovTypo.
2009-05-06 Mikhail GlushenkovA better error message.
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-04-19 Mikhail GlushenkovAdd some assertions.
2009-02-27 Mikhail Glushenkov'append_cmd' should split its argument.
2009-01-28 Mikhail GlushenkovTypo.
2009-01-28 Mikhail GlushenkovAdd three new option properties.
2009-01-21 Mikhail GlushenkovChange the hook API back to prevent memory leaks.
2009-01-21 Mikhail GlushenkovAllow hooks with arguments.
2008-12-18 Mikhail GlushenkovFix typo in error message.
2008-12-17 Mikhail GlushenkovSome enhancements for the 'case' expression.
2008-12-11 Mikhail GlushenkovPut Edge* classes into anonymous namespace.
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovBetter error message.
2008-12-07 Mikhail GlushenkovRe-apply Cedric's changes.
2008-12-07 Mikhail GlushenkovTry to guess when the auto-generated cl::Sink option...
2008-12-07 Mikhail GlushenkovAdd a (progn)-like construct for (actions). Implemented...
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
2008-12-05 Cedric VenetThe use of the construct:
2008-11-28 Mikhail GlushenkovSupport multiple compilation graph definitions. Not...
2008-11-28 Mikhail GlushenkovAdd 'hidden' and 'really_hidden' option properties.
2008-11-26 Mikhail GlushenkovSmall fix: the error message was incorrect in some...
2008-11-17 Mikhail GlushenkovSupport dependencies between plugins by priority-sorting.
next