Age | Commit message (Expand) | Author |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-11-09 | PR14303: Add a NoDriverOption flag to those options which are not accepted by | Richard Smith |
2012-10-22 | [Options] Add prefixes to options. | Michael J. Spencer |
2012-10-19 | [Options] make Option a value type. | Michael J. Spencer |
2012-10-18 | Revert r166223 and the subsequent commits that depend on it, r166230 & r166235. | Argyrios Kyrtzidis |
2012-10-18 | [Options] make Option a value type. | Michael J. Spencer |
2012-10-10 | Revert "[Options] make Option a value type." | Eric Christopher |
2012-10-10 | [Options] make Option a value type. | Michael J. Spencer |
2012-10-04 | Prefer StringRef::startswith to the strncmp/strlen contraption. | Benjamin Kramer |
2012-10-03 | Fix invalid reads by memcmp. | Benjamin Kramer |
2012-10-03 | [Options] Store the owning OptTable in Option so it can construct Group and A... | Michael J. Spencer |
2012-09-25 | [Options] Store the option ID in OptTable::Info. | Michael J. Spencer |
2012-08-21 | Reduce the amount of state in the Option class by relying on the data from Op... | Michael J. Spencer |
2012-08-20 | Make Option non virtual. | Michael J. Spencer |
2012-05-01 | Unify Options.td and CC1Options.td, in a first step towards unifying the seri... | James Molloy |
2011-09-23 | More missing header inclusions from llvm_unreachable migration. | David Blaikie |
2011-09-23 | Switch assert(0/false) llvm_unreachable. | David Blaikie |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-04-15 | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner |
2010-12-31 | Remove stray emacs mode markers in all these files that was causing emacs to | Nick Lewycky |
2010-10-11 | Declare argv parameters as const char* const* instead of to char** to clarify... | Axel Naumann |
2010-08-13 | Driver/OptParser: Add a NoForward flag to prevent forwarding certain options to | Daniel Dunbar |
2010-06-16 | Frontend: Allow passing -cc1 level arguments to plugins. Patch by Troy Strasz... | Daniel Dunbar |
2010-06-11 | Driver: Change OptTable::ParseArg to take any ArgList. | Daniel Dunbar |
2010-06-09 | Driver: Eliminate Arg subclasses, which are now unnecessary. | Daniel Dunbar |
2010-06-09 | Driver: Keep the rendering style in the option, instead of as part of the Arg. | Daniel Dunbar |
2010-06-09 | Driver: Change Arg to just hold the values directly, instead of implicitly | Daniel Dunbar |
2010-03-20 | Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option... | Daniel Dunbar |
2009-12-04 | OptTable: Allow option groups to be used to define "help groups", which will | Daniel Dunbar |
2009-12-04 | OptParser: Add HelpHidden flag. | Daniel Dunbar |
2009-12-03 | Add OptTable::PrintHelp. | Daniel Dunbar |
2009-11-19 | Factor out OptTable::ParseArgs, for parsing an entire argument vector. | Daniel Dunbar |
2009-11-19 | Driver: Take option ID for {Input,Unknown}Option, to drop dependency on actua... | Daniel Dunbar |
2009-11-19 | Driver: Introduce OptSpecifier class for protecting access to an option id. | Daniel Dunbar |
2009-11-19 | Driver: Split OptTable out into OptTable.{h,cpp} | Daniel Dunbar |
2009-11-18 | Make MSVC happy. | Daniel Dunbar |
2009-11-18 | Driver: Rework OptTable to have no dependency on the options it manages. | Daniel Dunbar |
2009-11-18 | Driver: Switch Options.def to storing flags as a bitmask (instead of mangled | Daniel Dunbar |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-07-13 | Explicitly initialize the options array, MinGW's gcc 4.3.5 appears to have a bug | Daniel Dunbar |
2009-04-07 | Driver: Add 'q' flag for options which shouldn't be reported as unused. | Daniel Dunbar |
2009-04-07 | Driver: Fix a parsing bug where some options were matched | Daniel Dunbar |
2009-03-31 | Driver: Add OptTable::getOptionKind. | Daniel Dunbar |
2009-03-31 | Driver: Add extra parameters for help text to option definitions. | Daniel Dunbar |
2009-03-25 | Driver: Replace Option::ForwardToGCC by Option::DriverOption (which | Daniel Dunbar |
2009-03-25 | Driver: Prep for tool chain specific argument translation. | Daniel Dunbar |
2009-03-25 | gcc 4.3 finds my use of ^ suspicious. | Daniel Dunbar |
2009-03-23 | Driver: Make argument parsing fast. | Daniel Dunbar |
2009-03-23 | Driver: Fix off by one in computation of first searchable option. | Daniel Dunbar |
2009-03-23 | Driver: Check that options are ordered properly (outside of | Daniel Dunbar |