index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-size
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-09
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
1
-1
/
+1
2016-05-31
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
1
-10
/
+50
2016-05-17
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
1
-8
/
+45
2016-05-02
Fix llvm-size to exit with non zero when it can’t open a file.
Kevin Enderby
1
-1
/
+5
2016-04-22
MachO: remove weird ARM/Thumb interface from MachOObjectFile
Tim Northover
1
-2
/
+2
2016-04-06
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
1
-2
/
+4
2016-03-28
[llvm-size] Implement --common option
Hemant Kulkarni
1
-0
/
+25
2016-02-13
[llvm-size] Remove variable used only once.
Davide Italiano
1
-8
/
+4
2016-02-13
[llvm-size] Make error handling uniform.
Davide Italiano
1
-32
/
+9
2016-02-09
This brings back commit r259578.
Rafael Espindola
1
-0
/
+20
2016-02-09
Fix name style.
Rafael Espindola
1
-30
/
+30
2016-02-09
Update comment style.
Rafael Espindola
1
-14
/
+14
2016-02-09
Revert "Correct size calculations for ELF files"
Rafael Espindola
1
-20
/
+0
2016-02-09
Fix a formatting problems with llvm-size and the -m option.
Kevin Enderby
1
-4
/
+6
2016-02-02
Correct size calculations for ELF files
Hemant Kulkarni
1
-0
/
+20
2016-01-26
Remove autoconf support
Chris Bieneman
1
-17
/
+0
2016-01-25
[llvm-size] Use stderr instead of stdout for error messages.
Davide Italiano
1
-2
/
+2
2015-11-05
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
1
-4
/
+27
2015-11-04
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
1
-2
/
+3
2015-10-21
Backing out commit r250906 as it broke lld.
Kevin Enderby
1
-28
/
+4
2015-10-21
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
1
-4
/
+28
2015-10-03
[llvm-size] Fix time to check if time of use bug.
Davide Italiano
1
-8
/
+0
2015-06-19
Fix "the the" in comments.
Eric Christopher
1
-1
/
+1
2015-06-03
[Object, MachO] Introduce MachOObjectFile::load_commands() range iterator.
Alexey Samsonov
1
-15
/
+2
2015-01-22
Assigning and copying command line option objects shouldn't be allowed.
Chris Bieneman
1
-1
/
+1
2015-01-14
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
1
-1
/
+1
2014-12-09
Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
Rafael Espindola
1
-6
/
+9
2014-10-08
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
1
-24
/
+8
2014-09-11
Use the simpler sys::fs:;exists. NFC.
Rafael Espindola
1
-2
/
+1
2014-08-19
Don't own the buffer in object::Binary.
Rafael Espindola
1
-2
/
+2
2014-08-08
Use a simpler predicate. NFC.
Rafael Espindola
1
-2
/
+1
2014-08-01
Remove some calls to std::move.
Rafael Espindola
1
-4
/
+4
2014-07-31
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
1
-2
/
+2
2014-07-01
Run clang-format on llvm-size.cpp to tidy things up. No functional changes.
Kevin Enderby
1
-109
/
+92
2014-07-01
Add the -arch flag support to llvm-size like what was done to llvm-nm
Kevin Enderby
1
-2
/
+207
2014-06-23
Convert a few methods to use ErrorOr.
Rafael Espindola
1
-2
/
+2
2014-06-20
Added the -m option as an alias for -format=darwin to llvm-nm and llvm-size
Kevin Enderby
1
-0
/
+1
2014-06-19
Change the output of llvm-nm and llvm-size for Mach-O universal files (aka
Kevin Enderby
1
-4
/
+15
2014-06-18
Teach llvm-size to know about Mach-O universal files (aka fat files) and
Kevin Enderby
1
-0
/
+52
2014-06-17
Add "-format darwin" to llvm-size to be like darwin's size(1) -m output, and
Kevin Enderby
1
-25
/
+222
2014-06-16
Convert the Archive API to use ErrorOr.
Rafael Espindola
1
-4
/
+4
2014-06-13
Remove 'using std::error_code' from tools.
Rafael Espindola
1
-4
/
+3
2014-06-12
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
1
-0
/
+1
2014-06-12
Remove system_error.h.
Rafael Espindola
1
-1
/
+1
2014-04-25
[C++] Use 'nullptr'. Tools edition.
Craig Topper
1
-1
/
+1
2014-03-13
[C++11] Use ObjectFile::sections() in commandline llvm tools
Alexey Samsonov
1
-22
/
+25
2014-03-06
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
1
-2
/
+2
2014-02-10
Change the begin and end methods in ObjectFile to match the style guide.
Rafael Espindola
1
-3
/
+3
2014-01-30
Simplify the handling of iterators in ObjectFile.
Rafael Espindola
1
-19
/
+6
2014-01-21
Rename these methods to match the style guide.
Rafael Espindola
1
-2
/
+2
[next]