Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Support / YAMLParser.cpp
2015-12-28 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-10-08 Duncan P. N. Exon... Support: Stop relying on iterator auto-conversion, NFC
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-21 Alex LorenzYAML: Null terminate block scalar's value.
2015-05-18 Benjamin Kramer[YAML] Plug a memory leak
2015-05-14 Alex LorenzFix memory leak introduced in r237314.
2015-05-13 Alex LorenzYAML: Implement block scalar parsing.
2015-05-07 Alex LorenzYAML: Enable the YAMLParser tests.
2015-05-06 Alex LorenzYAML: Extract the code that skips a comment into a...
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-02-19 Benjamin KramerDemote vectors to arrays. No functionality change.
2015-01-17 Richard TrieuRemove std::move that was preventing return value optim...
2014-08-30 Craig TopperFix some cases where StringRef was being passed by...
2014-08-27 Rafael Espindolayaml::Stream doesn't need to take ownership of the...
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-17 Rafael EspindolaConvert an ownership comment with std::uinque_ptr.
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-23 Nuno Lopesremove a bunch of unused private methods
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
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. SpencerCan we move to C++11 already?
2013-10-18 Michael J. Spencer[Support][YAML] Add support for accessing tags and...
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-19 Sean SilvaAllow using MemoryBuffers with yaml::Stream directly.
2012-09-26 Benjamin KramerYAMLParser: Fix invalid reads when encountering incorre...
2012-07-20 Benjamin KramerRemove unused private member variables uncovered by...
2012-06-09 Dmitri GribenkoConvert comments to proper Doxygen comments.
2012-05-14 Michael J. Spencer[Support/YAMLParser] Use rtrim on plain scalars.
2012-05-01 Benjamin KramerYAMLParser: get rid of global ctors & dtors.
2012-04-27 Michael J. Spencer[Support/YAMLParser] Fix ASan found bugs.
2012-04-26 Michael J. Spencer[Support/YAML] Properly fix unitialized variable warnin...
2012-04-22 Bill WendlingRemove some potential warnings about variables used...
2012-04-21 Benjamin KramerYAMLParser: silence warning about tautological comparis...
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.