index
:
~grigorig/llvm
controlflow
master
Mostly R600/SI bugfixes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-size
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-01-15
Return an ErrorOr<Binary *> from createBinary.
Rafael Espindola
1
-3
/
+4
2013-12-10
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
1
-1
/
+4
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
1
-1
/
+1
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
1
-1
/
+0
2011-11-11
LLVMBuild: Add description files for the LLVM tools.
Daniel Dunbar
1
-0
/
+23
2011-11-05
Add more PRI.64 macros for MSVC and use them throughout the codebase.
Benjamin Kramer
1
-5
/
+5
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
1
-3
/
+3
2011-10-07
Fix a few changes I missed.
Michael J. Spencer
1
-9
/
+9
2011-09-29
Fix build failures better.
Andrew Trick
1
-5
/
+3
2011-09-29
Fix build failure.
Daniel Dunbar
1
-2
/
+4
2011-09-29
llvm-size: Apply Chris's code review fixes.
Michael J. Spencer
1
-46
/
+59
2011-09-28
Fix cast.
Michael J. Spencer
1
-1
/
+1
2011-09-28
Add llvm-size.
Michael J. Spencer
3
-0
/
+320