Fix memory leaks by avoiding extra manual dynamic allocation
[oota-llvm.git] / utils / TableGen / OptParserEmitter.cpp
2014-07-12 Reid KlecknerOption: Propagate flags from groups to options in each...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2013-10-20 Peter CollingbourneTypo.
2013-09-22 Benjamin KramerProvide basic type safety for array_pod_sort comparators.
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-07-31 Hans WennborgOption parsing: remove non-SUPPORT_ALIASARGS fall-back
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-01-02 Chandler CarruthSort a few more #include lines in tools/... unittests...
2012-12-05 Michael J. SpencerCopy clang/Driver/<Option parsing stuff> to llvm.
2011-10-06 Peter CollingbourneRemove the Clang tblgen backends from LLVM.
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-07-29 David GreeneUnconstify Inits
2011-07-29 David Greene[AVX] Constify Inits
2011-07-11 Eric ChristopherRevert r134921, 134917, 134908 and 134907. They're...
2011-07-11 David Greene[AVX] Make Inits Foldable
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-01-04 Daniel Dunbartblgen/OptParser: Use EmitSourceFileHeader.
2009-12-04 Daniel DunbarOptParser: Emit HelpText field for option groups.
2009-11-19 Daniel DunbarTableGen/OptParser: When ordering options, make "sentin...
2009-11-18 Daniel DunbarTableGen: Add initial backend for clang Driver's option...