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
/
llvm-size.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Return an ErrorOr<Binary *> from createBinary.
Rafael Espindola
2014-01-15
1
-3
/
+4
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
2011-11-05
1
-5
/
+5
*
Fix a few changes I missed.
Michael J. Spencer
2011-10-07
1
-9
/
+9
*
Fix build failures better.
Andrew Trick
2011-09-29
1
-5
/
+3
*
Fix build failure.
Daniel Dunbar
2011-09-29
1
-2
/
+4
*
llvm-size: Apply Chris's code review fixes.
Michael J. Spencer
2011-09-29
1
-46
/
+59
*
Fix cast.
Michael J. Spencer
2011-09-28
1
-1
/
+1
*
Add llvm-size.
Michael J. Spencer
2011-09-28
1
-0
/
+298
[prev]