Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / Support / Format.h
2015-08-10 NAKAMURA TakumiWhitespace.
2015-08-10 NAKAMURA TakumiReformat linebreaks.
2015-03-04 David Blaikieuse = default instead of {}
2015-03-04 David BlaikieMake format_object_base explicitly copyable, so format_...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-02-15 Benjamin KramerMinGW's snprintf is not exposed through std::.
2015-02-15 Benjamin KramerFormat: Modernize using variadic templates.
2015-01-26 Zachary TurnerTeach raw_ostream to support hex formatting without...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-09-25 Nick Kledzik[Support] Fix Format.h to build on Windows
2014-09-25 Nick Kledzik[Support] Add type-safe alternative to llvm::format()
2014-08-21 Benjamin KramerMake format_object_base's destructor protected and...
2014-06-04 Saleem AbdulrasoolSupport: style/documentation cleanup for format
2014-06-02 Saleem AbdulrasoolSupport: add 6-parameter format
2014-03-04 Craig Topper[C+11] Add 'override' keyword to methods in the support...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2011-10-10 Nick LewyckyAdd support for dumping section headers to llvm-objdump...
2009-12-22 Anton KorobeynikovRestore snprintf weirdness for VCPP only
2009-12-21 Anton KorobeynikovRemove uber-gross hack. The define _snprintf to snprint...
2009-11-05 Douglas GregorMake a few headers standalone. Plus, add a missing...
2009-08-23 Daniel DunbarFix off-by-one in llvm::Format::print.
2009-03-10 Daniel DunbarAdd C++ marker.
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-08-23 Chris LattnerSplit format() out to its own file, add support for...