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
*
[llvm-size] print a blank line between archieve members when using sysv format
TH3CHARLie
2020-01-03
1
-4
/
+2
*
Reapply: [llvm-size] Tidy up error messages (PR42970)
Jordan Rupprecht
2019-10-14
1
-22
/
+22
*
Revert r374771 "[llvm-size] Tidy up error messages (PR42970)"
Nico Weber
2019-10-14
1
-22
/
+22
*
[llvm-size] Tidy up error messages (PR42970)
Fangrui Song
2019-10-14
1
-22
/
+22
*
[llvm-size] Fix spelling errors (Berkely -> Berkeley)
James Henderson
2019-09-13
1
-3
/
+3
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-19
/
+13
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-13
/
+19
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-19
/
+13
*
[binutils] Add response file option to help and docs
James Henderson
2019-06-21
1
-0
/
+3
*
Sanitize llvm-size help
Serge Guelton
2019-06-05
1
-26
/
+32
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0
Jordan Rupprecht
2018-12-20
1
-1
/
+1
*
[llvm-size][libobject] Add explicit "inTextSegment" methods similar to "isTex...
Jordan Rupprecht
2018-12-13
1
-2
/
+2
*
[llvm-size] Use empty() and range-based for loop. NFC
Fangrui Song
2018-11-22
1
-5
/
+5
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-2
/
+2
*
[llvm-size] Reject unknown radix values
James Henderson
2018-10-30
1
-4
/
+6
*
[llvm-size] Berkeley formatting: use tabs instead of spaces as field delimeters.
Jordan Rupprecht
2018-09-21
1
-12
/
+18
*
[llvm-size] Make global variables static
Fangrui Song
2018-06-22
1
-2
/
+2
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-8
/
+2
*
Fix more inconsistent line endings. NFC.
Dimitry Andric
2017-12-18
1
-7
/
+7
*
Add llvm::for_each as a range-based extensions to <algorithm> and make use of...
Aaron Ballman
2017-11-03
1
-8
/
+7
*
[tools] Add option to install binutils symlinks
Shoaib Meenai
2017-11-02
1
-0
/
+4
*
llvm-size: remove leading dash in '-radix' option
Mehdi Amini
2016-12-23
1
-1
/
+1
*
Fix a bugs with using some Mach-O command line flags like "-arch armv7m".
Kevin Enderby
2016-12-16
1
-20
/
+20
*
Fix a bug with llvm-size and the -m option with multiple files not printing t...
Kevin Enderby
2016-12-01
1
-1
/
+3
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-4
/
+4
*
Fix an unconditional break in checkMachOAndArchFlags
David Majnemer
2016-10-31
1
-26
/
+22
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-4
/
+3
*
llvm-size: Add --totals option
Hemant Kulkarni
2016-09-12
1
-2
/
+39
*
Add the first of what will be a long line of additional error checks for inva...
Kevin Enderby
2016-08-05
1
-1
/
+1
*
The next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-29
1
-3
/
+4
*
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
Lang Hames
2016-07-14
1
-30
/
+24
*
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
Lang Hames
2016-07-14
1
-24
/
+30
*
[Object] Change Archive::child_iterator for better interop with Error/Expected.
Lang Hames
2016-07-13
1
-30
/
+24
*
Finish cleaning up most of the error handling in libObject’s MachOUniversal...
Kevin Enderby
2016-06-28
1
-3
/
+25
*
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
[next]