| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make it possible to test if the '-o' option is provided. | Mikhail Glushenkov | 2008-05-30 | 1 | -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 Glushenkov | 2008-05-30 | 1 | -1/+1 |
| | | | | | llvm-svn: 51745 | ||||
| * | New tests for the 'case' expression: not_empty, in_language. | Mikhail Glushenkov | 2008-05-30 | 1 | -0/+5 |
| | | | | | llvm-svn: 51744 | ||||
| * | Add support for user-provided hooks and environment variable reads to the ↵ | Mikhail Glushenkov | 2008-05-30 | 1 | -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 Glushenkov | 2008-05-06 | 1 | -0/+1 |
| | | | | | llvm-svn: 50756 | ||||
| * | Add output redirection, rename namespace llvmcc to namespace llvmc. | Mikhail Glushenkov | 2008-05-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 50746 | ||||
| * | Code reorg | Mikhail Glushenkov | 2008-05-06 | 1 | -0/+26 |
| llvm-svn: 50722 | |||||

