summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc2/AutoGenerated.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Build system tweaks to make it more convenient for the plugin authors.Mikhail Glushenkov2008-10-021-15/+0
| | | | | | | | | | Plugins can be now compiled in with a slight Makefile change. For example, to compile the new Clang driver, use: cd $LLVMC2_DIR make TOOLNAME=ccc2 BUILTIN_PLUGINS=Clang llvm-svn: 56967
* Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov2008-09-221-15/+0
| | | | llvm-svn: 56465
* Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov2008-09-221-5/+0
| | | | llvm-svn: 56462
* Make it possible to test if the '-o' option is provided.Mikhail Glushenkov2008-05-301-0/+2
| | | | | | | | | | The following is now allowed: (case (not_empty "o"), do_something, ...) This didn't work previously because "-o" is built-in. llvm-svn: 51751
* Fix some headers.Mikhail Glushenkov2008-05-301-1/+1
| | | | llvm-svn: 51745
* New tests for the 'case' expression: not_empty, in_language.Mikhail Glushenkov2008-05-301-0/+5
| | | | llvm-svn: 51744
* Add support for user-provided hooks and environment variable reads to the ↵Mikhail Glushenkov2008-05-301-0/+1
| | | | | | | | | | | | | | cmd_line tool property. Used like this: (cmd_line "$CALL(MyHook) --option -o $ENV(VARIABLE) $CALL(AnotherHook)") Also works with case expressions. Hook declarations are auto-generated, the definitions should be provided by the user (just drop a .cpp file in the tools/llvmc2 directory). Hooks should live in the "hooks" namespace and have type std::string hooks::Hook(void). llvm-svn: 51732
* Remove the UnpackValues() function.Mikhail Glushenkov2008-05-061-0/+1
| | | | llvm-svn: 50756
* Add output redirection, rename namespace llvmcc to namespace llvmc.Mikhail Glushenkov2008-05-061-1/+1
| | | | llvm-svn: 50746
* Code reorgMikhail Glushenkov2008-05-061-0/+26
llvm-svn: 50722
OpenPOWER on IntegriCloud