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