Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Driver: Add Option flags. | Daniel Dunbar | 2009-03-04 | 1 | -1/+4 | |
| | | | | llvm-svn: 66067 | |||||
* | Driver: Tweak Option::accept interface. | Daniel Dunbar | 2009-03-04 | 1 | -10/+10 | |
| | | | | llvm-svn: 66066 | |||||
* | Driver: More Option implementation. | Daniel Dunbar | 2009-03-04 | 1 | -24/+115 | |
| | | | | | | | | | | | - Add Options.def file, collects option information. - Actual option instantiation is handled lazily by OptTable to allow the driver to not need to instantiate all options. - cast<> support for Option, other minor tweaks. llvm-svn: 66028 | |||||
* | Sketch Driver Option classes. | Daniel Dunbar | 2009-03-03 | 1 | -0/+89 | |
llvm-svn: 65933 |