Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / include / llvm / Support / YAMLParser.h
2015-09-22 Aaron BallmanInstead of defining the operator delete() function...
2015-08-05 David Blaikie-Wdeprecated-clean: Remove uses of throw() in favor...
2015-05-20 Benjamin Kramer[YAML] Make Node's destructor non-virtual.
2015-05-18 Benjamin Kramer[YAML] Plug a memory leak
2015-05-13 Alex LorenzYAML: Implement block scalar parsing.
2015-05-07 Alex LorenzYAML: Enable the YAMLParser tests.
2015-05-06 Alex LorenzYAML: Fix crash in the skip method of KeyValueNode...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2014-08-27 Rafael Espindolayaml::Stream doesn't need to take ownership of the...
2014-08-17 Rafael EspindolaConvert an ownership comment with std::uinque_ptr.
2014-04-15 Chandler Carruth[Allocator] Pass the size to the deallocation function...
2014-04-14 Chandler Carruth[cleanup] Run clang-format over most of YAMLParser...
2014-04-14 Chandler Carruth[cleanup] Normalize YAMLParser.h's doxygen markers...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-09 Craig Topper[C++11] Replace some comparisons with 'nullptr' with...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-18 Michael J. Spencer[Support][YAML] Add support for accessing tags and...
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-07 Jordan RoseChange SMRange to be half-open (exclusive end) instead...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-19 Sean SilvaAllow using MemoryBuffers with yaml::Stream directly.
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-05-01 Benjamin KramerYAMLParser: get rid of global ctors & dtors.
2012-04-20 Eric ChristopherExtraneous semicolon.
2012-04-17 Manuel KlimekAdding operator== for document_iterator.
2012-04-05 Kaelyn UhrainFix the build breakage introduced by r154131.
2012-04-05 Kaelyn UhrainReally fix -Wnon-virtual-dtor warnings; gcc needs the...
2012-04-04 Michael J. SpencerFix -Wnon-virtual-dtor warnings.
2012-04-04 Benjamin KramerMove yaml::Stream's dtor out of line so it can see...
2012-04-03 Michael J. SpencerSorry about that. MSVC seems to accept just about any...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.