Refactoring: split CollectProperties into two separate function objects.
[oota-llvm.git] / utils / TableGen / LLVMCConfigurationEmitter.cpp
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.
2008-05-08 Mikhail GlushenkovA small refactoring (extract method) + some comment...
2008-05-07 Mikhail GlushenkovUse Doxygen-style comments.
2008-05-06 Mikhail GlushenkovChange from llvm::SmallSet<std::string> to llvm::String...
2008-05-06 Mikhail GlushenkovAdd new edge property combinator: weight.
2008-05-06 Mikhail GlushenkovUse edge weights to choose the right linker based on...
2008-05-06 Mikhail GlushenkovAdd weights to graph edges. Choose between edges based...
2008-05-06 Mikhail GlushenkovRemove the UnpackValues() function.
2008-05-06 Mikhail GlushenkovAdd a --linker command-line option, make all tests...
2008-05-06 Mikhail GlushenkovNaming fix: LLVMCCConfigurationEmitter -> LLVMCConfigur...
2008-05-06 Mikhail GlushenkovRename LLVMCCConfigurationEmitter to LLVMCConfiguration...