]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/Option
Don't pre-populate the set of keys in the map with variable locations history.
[opencl/llvm.git] / lib / Option /
2014-05-18 Benjamin KramerOptions: Use erase_if to remove Args from the list.
2014-04-20 David BlaikieProtect the ArgList dtor
2014-04-20 David BlaikieUse unique_ptr to handle ownership of synthesized args...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-12-03 David BlaikieAvoid buffer copies when a Twine already is a StringRef.
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-06 NAKAMURA TakumiOption/CMakeLists.txt: Don't use target_link_libraries...
2013-08-02 Hans WennborgOption parsing: recognize the special -- token
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-07-19 Reid Kleckner[Option] Add inclusion and exclusion flags to option...
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-26 Reid KlecknerFix a crash bug in dumping options with groups
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.