aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/LLVMCConfigurationEmitter.cpp
AgeCommit message (Expand)Author
2009-12-17s/TokenizeCmdline/TokenizeCmdLine/Mikhail Glushenkov
2009-12-15Convert llvmc tests to FileCheck.Mikhail Glushenkov
2009-12-15Support hook invocation from 'append_cmd'.Mikhail Glushenkov
2009-12-15Validate the generated C++ code in llvmc tests.Mikhail Glushenkov
2009-12-15Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov
2009-12-07Simplify a bit.Mikhail Glushenkov
2009-12-07Throw 'const char*' instead of 'std::string'.Mikhail Glushenkov
2009-12-07Deprecate 'unpack_values'.Mikhail Glushenkov
2009-12-07Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov
2009-12-07Refactoring, no functionality change.Mikhail Glushenkov
2009-12-01Forward -save-temps to llvm-gcc.Mikhail Glushenkov
2009-11-03mark some constant global const.Chris Lattner
2009-10-2780-col violation.Mikhail Glushenkov
2009-10-22Make 'unset_option' work on list options.Mikhail Glushenkov
2009-10-21Implement any_[not_]empty and list versions of switch_on and [not_]empty.Mikhail Glushenkov
2009-10-19More refactoring...Mikhail Glushenkov
2009-10-18Refactoring, no functionality change.Mikhail Glushenkov
2009-10-17First draft of the OptionPreprocessor.Mikhail Glushenkov
2009-10-17Disallow multiple instances of PluginPriority.Mikhail Glushenkov
2009-10-09Omit the 'out_file_index != -1' check when possible.Mikhail Glushenkov
2009-10-08Input files should go before all other options.Mikhail Glushenkov
2009-09-28Add a way to query the number of input files.Mikhail Glushenkov
2009-09-28A bit prettier formatting.Mikhail Glushenkov
2009-09-21Use raw_ostream::indent instead of passing strings.Mikhail Glushenkov
2009-09-10Distinguish between 'empty' and empty DAG marker.Mikhail Glushenkov
2009-09-10Add a logical 'not' operator to llvmc's TableGen dialect.Mikhail Glushenkov
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-07-07Add an 'init' option property.Mikhail Glushenkov
2009-07-07Refactoring.Mikhail Glushenkov
2009-07-07Comment fix.Mikhail Glushenkov
2009-07-03Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar
2009-06-25Better error message.Mikhail Glushenkov
2009-06-23Make llvmc work again.Mikhail Glushenkov
2009-06-23A little bit nicer formatting.Mikhail Glushenkov
2009-06-23Typo.Mikhail Glushenkov
2009-05-06A better error message.Mikhail Glushenkov
2009-05-06The 'forward_as' property did not use its second argument.Mikhail Glushenkov
2009-05-05Fix incorrect code generation with ENV.Mikhail Glushenkov
2009-04-19Add some assertions.Mikhail Glushenkov
2009-02-27'append_cmd' should split its argument.Mikhail Glushenkov
2009-01-28Typo.Mikhail Glushenkov
2009-01-28Add three new option properties.Mikhail Glushenkov
2009-01-21Change the hook API back to prevent memory leaks.Mikhail Glushenkov
2009-01-21Allow hooks with arguments.Mikhail Glushenkov
2008-12-18Fix typo in error message.Mikhail Glushenkov
2008-12-17Some enhancements for the 'case' expression.Mikhail Glushenkov
2008-12-11Put Edge* classes into anonymous namespace.Mikhail Glushenkov
2008-12-07Make 'extern' an option property.Mikhail Glushenkov
2008-12-07Better error message.Mikhail Glushenkov
2008-12-07Re-apply Cedric's changes.Mikhail Glushenkov