Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f00afcc79bd9b2cc4b7c2acba1d1e4202d485a40
/
llvm
/
tools
/
llvm-size
/
llvm-size.cpp
572e03a
Fix "the the" in comments.
by Eric Christopher
· 10 years ago
d319c4f
[Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.
by Alexey Samsonov
· 10 years ago
e71fb5c
Assigning and copying command line option objects shouldn't be allowed.
by Chris Bieneman
· 11 years ago
d990388
[cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py.
by Chandler Carruth
· 11 years ago
0bfe828
Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
by Rafael Espindola
· 11 years ago
8029127
Remove bogus std::error_code returns form SectionRef.
by Rafael Espindola
· 11 years ago
3e5cc65
Use the simpler sys::fs:;exists. NFC.
by Rafael Espindola
· 11 years ago
48af1c2
Don't own the buffer in object::Binary.
by Rafael Espindola
· 11 years ago
72318b4
Use a simpler predicate. NFC.
by Rafael Espindola
· 11 years ago
3f6481d
Remove some calls to std::move.
by Rafael Espindola
· 11 years ago
437b0d5
Use std::unique_ptr to make the ownership explicit.
by Rafael Espindola
· 11 years ago
1076974
Run clang-format on llvm-size.cpp to tidy things up. No functional changes.
by Kevin Enderby
· 11 years ago
afef4c9
Add the -arch flag support to llvm-size like what was done to llvm-nm
by Kevin Enderby
· 11 years ago
4f7932b
Convert a few methods to use ErrorOr.
by Rafael Espindola
· 11 years ago
14a96ac
Added the -m option as an alias for -format=darwin to llvm-nm and llvm-size
by Kevin Enderby
· 11 years ago
1983fcf
Change the output of llvm-nm and llvm-size for Mach-O universal files (aka
by Kevin Enderby
· 11 years ago
4b8fc28
Teach llvm-size to know about Mach-O universal files (aka fat files) and
by Kevin Enderby
· 11 years ago
246a460
Add "-format darwin" to llvm-size to be like darwin's size(1) -m output, and
by Kevin Enderby
· 11 years ago
ae46002
Convert the Archive API to use ErrorOr.
by Rafael Espindola
· 11 years ago
4453e4294
Remove 'using std::error_code' from tools.
by Rafael Espindola
· 11 years ago
3acea39
Don't use 'using std::error_code' in include/llvm.
by Rafael Espindola
· 11 years ago
a6e9c3e
Remove system_error.h.
by Rafael Espindola
· 11 years ago
e6cb63e
[C++] Use 'nullptr'. Tools edition.
by Craig Topper
· 12 years ago
48803e5
[C++11] Use ObjectFile::sections() in commandline llvm tools
by Alexey Samsonov
· 12 years ago
56440fd
Replace OwningPtr<T> with std::unique_ptr<T>.
by Ahmed Charles
· 12 years ago
b5155a5
Change the begin and end methods in ObjectFile to match the style guide.
by Rafael Espindola
· 12 years ago
5e812af
Simplify the handling of iterators in ObjectFile.
by Rafael Espindola
· 12 years ago
23a9750
Rename these methods to match the style guide.
by Rafael Espindola
· 12 years ago
63da295
Return an ErrorOr<Binary *> from createBinary.
by Rafael Espindola
· 12 years ago
4d88a1c
Sort the #include lines for tools/...
by Chandler Carruth
· 13 years ago
f3da529
Add more PRI.64 macros for MSVC and use them throughout the codebase.
by Benjamin Kramer
· 14 years ago
5fd56b8
Fix a few changes I missed.
by Michael J. Spencer
· 14 years ago
7dc278d
Fix build failures better.
by Andrew Trick
· 14 years ago
9a6fa7c
Fix build failure.
by Daniel Dunbar
· 14 years ago
cc5f8d4
llvm-size: Apply Chris's code review fixes.
by Michael J. Spencer
· 14 years ago
7f16877
Fix cast.
by Michael J. Spencer
· 14 years ago
c4ad466
Add llvm-size.
by Michael J. Spencer
· 14 years ago