Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / llvm-size / llvm-size.cpp
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-13 Alexey Samsonov[C++11] Use ObjectFile::sections() in commandline llvm...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-10 Rafael EspindolaChange the begin and end methods in ObjectFile to match...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2014-01-15 Rafael EspindolaReturn an ErrorOr<Binary *> from createBinary.
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-10-07 Michael J. SpencerFix a few changes I missed.
2011-09-29 Andrew TrickFix build failures better.
2011-09-29 Daniel DunbarFix build failure.
2011-09-29 Michael J. Spencerllvm-size: Apply Chris's code review fixes.
2011-09-28 Michael J. SpencerFix cast.
2011-09-28 Michael J. SpencerAdd llvm-size.