[MCJIT] Teach RuntimeDyldChecker to handle underscores at the start of symbols.
[oota-llvm.git] / lib / Option / OptTable.cpp
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-11-04 Jakub StaszakUse startswith_lower() where possible.
2013-09-10 Eli FriedmanFix another mistake in r190442.
2013-09-10 Eli FriedmanRemove unused functions.
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: explicit handling of --
2013-08-13 Hans WennborgOptions: Add new option kind that consumes remaining...
2013-08-02 Hans WennborgOption parsing: recognize the special -- token
2013-07-19 Reid Kleckner[Option] Add inclusion and exclusion flags to option...
2013-06-13 Reid KlecknerMerge changes to clang's Driver code into LLVM's Option...
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.