summaryrefslogtreecommitdiff
path: root/tools/llvm-size/llvm-size.cpp
Commit message (Expand)AuthorAge
* Convert a few methods to use ErrorOr.Rafael Espindola2014-06-23
* Added the -m option as an alias for -format=darwin to llvm-nm and llvm-sizeKevin Enderby2014-06-20
* Change the output of llvm-nm and llvm-size for Mach-O universal files (akaKevin Enderby2014-06-19
* Teach llvm-size to know about Mach-O universal files (aka fat files) andKevin Enderby2014-06-18
* Add "-format darwin" to llvm-size to be like darwin's size(1) -m output, andKevin Enderby2014-06-17
* Convert the Archive API to use ErrorOr.Rafael Espindola2014-06-16
* Remove 'using std::error_code' from tools.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* [C++] Use 'nullptr'. Tools edition.Craig Topper2014-04-25
* [C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov2014-03-13
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Rename these methods to match the style guide.Rafael Espindola2014-01-21
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-15
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-05
* Fix a few changes I missed.Michael J. Spencer2011-10-07
* Fix build failures better.Andrew Trick2011-09-29
* Fix build failure.Daniel Dunbar2011-09-29
* llvm-size: Apply Chris's code review fixes.Michael J. Spencer2011-09-29
* Fix cast.Michael J. Spencer2011-09-28
* Add llvm-size.Michael J. Spencer2011-09-28