| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Driver: Add clang -cc1 dependency output options parsing. | Daniel Dunbar | 2009-11-20 | 1 | -3/+10 |
| * | Switch CompilerInvocation::CreateFromArgs to take const char** arguments unti... | Daniel Dunbar | 2009-11-20 | 1 | -11/+6 |
| * | Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'. | Daniel Dunbar | 2009-11-20 | 1 | -1/+1 |
| * | Add clang -cc1 parsing of CodeGenOptions. | Daniel Dunbar | 2009-11-20 | 1 | -0/+62 |
| * | Driver: Add parsing for TargetOptions to CompilerInvocation::CreateFromArgs. | Daniel Dunbar | 2009-11-20 | 1 | -0/+54 |
| * | Fix some default in the option classes, and some CompilerInvocation argification | Daniel Dunbar | 2009-11-19 | 1 | -0/+10 |
| * | Driver: Move INPUT and UNKNOWN sentinel options into the OptParser.td file. | Daniel Dunbar | 2009-11-19 | 1 | -5/+0 |
| * | Sketch .td file and build system goop for OptTable based clang-cc options. | Daniel Dunbar | 2009-11-19 | 1 | -0/+43 |

