Fixup PPC Darwin i1 argument handling
[oota-llvm.git] / include / llvm / Option /
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-08-28 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-28 Rui UeyamaRevert "Option parsing: support case-insensitive option...
2013-08-27 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-13 Hans WennborgOptions: Add new option kind that consumes remaining...
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-07-19 Reid Kleckner[Option] Add inclusion and exclusion flags to option...
2013-07-17 Hans WennborgOptParser.td: typo
2013-07-15 Reid KlecknerRevert "[Option] Store arg strings in a set backed...
2013-07-15 Reid Kleckner[Option] Store arg strings in a set backed by a BumpPtr...
2013-06-13 Reid KlecknerMerge changes to clang's Driver code into LLVM's Option...
2013-05-09 Dmitri GribenkoDocumentation warning: \param, not \parm
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.