Refactoring, no functionality change.
[oota-llvm.git] / utils / TableGen / LLVMCConfigurationEmitter.cpp
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.
2008-11-17 Mikhail GlushenkovFilter ToolPropertiesList to exclude all Tools not...
2008-11-17 Mikhail GlushenkovAdd a layer of indirection to make plugins more flexible.
2008-11-12 Mikhail GlushenkovCheck the return value of std::getenv.
2008-11-12 Mikhail GlushenkovAdd a bit of lazy evaluation to PopulateCompilationGraph().
2008-11-12 Mikhail GlushenkovSome cosmetic changes.
2008-11-08 Mikhail GlushenkovAllow $CALL and $ENV in command names. Fixes #3025.
2008-11-08 Anton KorobeynikovProperly escape dashes in TableGen's LLVMC2 emitter.
2008-09-22 Mikhail GlushenkovMove llvmc2 header files under include/llvm/CompilerDriver
2008-09-22 Mikhail GlushenkovPlugin support for llvmc2 (a-la opt).
2008-09-22 Mikhail GlushenkovMake comments a little bit more clear.
2008-09-22 Mikhail GlushenkovGet rid of GlobalLanguageMap. Global state is evil.
2008-09-22 Mikhail GlushenkovAdd a (forward_as) option property
2008-09-22 Mikhail GlushenkovDelete the file llvmc2/doc/LLVMC-Enhancements.rst ...
2008-06-04 Chris LattnerAdd #includes required by GCC 4.3, thanks for Zhongxing Xu
2008-06-01 Anton KorobeynikovInitialize members properly during construction
2008-05-31 Mikhail GlushenkovCallback was not executed on OS X when it was a function.
2008-05-30 Mikhail GlushenkovAdd a check for side effect-free options (specified...
2008-05-30 Mikhail GlushenkovRefactoring: remove code duplication introduced in...
2008-05-30 Mikhail GlushenkovRefactoring: split CollectProperties into two separate...
2008-05-30 Mikhail GlushenkovNew feature: OptionList.
2008-05-30 Mikhail GlushenkovA small optimization: use static char* array instead...
2008-05-30 Mikhail GlushenkovMake it possible to test if the '-o' option is provided.
2008-05-30 Mikhail GlushenkovFix: 'sink' handling was broken.
2008-05-30 Mikhail GlushenkovAdd support for option aliases.
2008-05-30 Mikhail GlushenkovAllow nesting of case expressions.
2008-05-30 Mikhail GlushenkovSmall error message improvement.
2008-05-30 Mikhail GlushenkovRemove RequireDefault parameter from EmitCaseConstructH...
2008-05-30 Mikhail GlushenkovFix some headers.
2008-05-30 Mikhail GlushenkovNew tests for the 'case' expression: not_empty, in_lang...
2008-05-30 Mikhail GlushenkovMake it possible to have multiple input languages for...
2008-05-30 Mikhail GlushenkovBetter error reporting for the 'case' construct.
2008-05-30 Mikhail GlushenkovDo not generate empty 'if's for the output_suffix property.
2008-05-30 Mikhail GlushenkovMake it possible to use hooks like this: '$CALL(MyHook...
2008-05-30 Mikhail GlushenkovMake it possible to change the output file suffix based...
2008-05-30 Mikhail GlushenkovAdd support for user-provided hooks and environment...
2008-05-30 Mikhail GlushenkovSome small tweaks to make the generated code prettier.
2008-05-30 Mikhail GlushenkovMake it possible to use the generalised 'case' construc...
2008-05-30 Mikhail GlushenkovAdd a generalised 'case' construct.
2008-05-12 Mikhail GlushenkovFilter option names to escape symbols not allowed as...
2008-05-09 Mikhail GlushenkovReapply 50867: A small refactoring (extract method...
2008-05-08 Tanya LattnerRevertin 50867 since it was breaking the build.
next