summaryrefslogtreecommitdiff
path: root/tools/llvm-size
AgeCommit message (Expand)AuthorFilesLines
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-1/+1
2014-03-13[C++11] Use ObjectFile::sections() in commandline llvm toolsAlexey Samsonov1-22/+25
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+2
2014-02-10Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola1-3/+3
2014-01-30Simplify the handling of iterators in ObjectFile.Rafael Espindola1-19/+6
2014-01-21Rename these methods to match the style guide.Rafael Espindola1-2/+2
2014-01-15Return an ErrorOr<Binary *> from createBinary.Rafael Espindola1-3/+4
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi1-1/+4
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-1/+1
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-11-11LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar1-0/+23
2011-11-05Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer1-5/+5
2011-10-18build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar1-3/+3
2011-10-07Fix a few changes I missed.Michael J. Spencer1-9/+9
2011-09-29Fix build failures better.Andrew Trick1-5/+3
2011-09-29Fix build failure.Daniel Dunbar1-2/+4
2011-09-29llvm-size: Apply Chris's code review fixes.Michael J. Spencer1-46/+59
2011-09-28Fix cast.Michael J. Spencer1-1/+1
2011-09-28Add llvm-size.Michael J. Spencer3-0/+320