[X86] Use cast instead of dyn_cast and a null check marked unreachable.
[oota-llvm.git] / lib / Option / Option.cpp
2015-05-04 Hans WennborgOption parsing: properly handle flag aliases for joined...
2015-03-03 David BlaikieRemove explicit no-op dtor in favor of the implicit...
2014-08-22 Reid KlecknerFix PR17239 by changing the semantics of the RemainingA...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
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-22 Richard TrieuSilence gcc warning.
2013-07-22 Hans WennborgOption parsing: allow aliases in groups
2013-06-26 Reid KlecknerFix a crash bug in dumping options with groups
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.