Merging r259696:
[oota-llvm.git] / tools / llvm-size /
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-03 Davide Italiano[llvm-size] Fix time to check if time of use bug.
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-03 Alexey Samsonov[Object, MachO] Introduce MachOObjectFile::load_command...
2015-01-22 Chris BienemanAssigning and copying command line option objects shoul...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-09 Rafael EspindolaReturn ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
2014-10-08 Rafael EspindolaRemove bogus std::error_code returns form SectionRef.
2014-09-11 Rafael EspindolaUse the simpler sys::fs:;exists. NFC.
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-08 Rafael EspindolaUse a simpler predicate. NFC.
2014-08-01 Rafael EspindolaRemove some calls to std::move.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-01 Kevin EnderbyRun clang-format on llvm-size.cpp to tidy things up...
2014-07-01 Kevin EnderbyAdd the -arch flag support to llvm-size like what was...
2014-06-23 Rafael EspindolaConvert a few methods to use ErrorOr.
2014-06-20 Kevin EnderbyAdded the -m option as an alias for -format=darwin...
2014-06-19 Kevin EnderbyChange the output of llvm-nm and llvm-size for Mach...
2014-06-18 Kevin EnderbyTeach llvm-size to know about Mach-O universal files...
2014-06-17 Kevin EnderbyAdd "-format darwin" to llvm-size to be like darwin...
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
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.
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-11 Daniel DunbarLLVMBuild: Add description files for the LLVM tools.
2011-11-05 Benjamin KramerAdd more PRI.64 macros for MSVC and use them throughout...
2011-10-18 Daniel Dunbarbuild: Tidy up a bunch of tool Makefiles, and simplify...
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.