index
:
~jwrdegoede/llvm
master
Hans' llvm repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-nm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-24
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
1
-2
/
+4
2016-06-09
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
1
-1
/
+1
2016-06-08
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
1
-6
/
+6
2016-05-31
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
1
-8
/
+49
2016-05-17
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
1
-8
/
+46
2016-05-02
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
1
-8
/
+15
2016-04-22
MachO: remove weird ARM/Thumb interface from MachOObjectFile
Tim Northover
1
-2
/
+2
2016-04-20
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
1
-4
/
+8
2016-04-18
[NFC] Header cleanup
Mehdi Amini
1
-0
/
+1
2016-04-14
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
1
-1
/
+1
2016-04-11
Fix repeated conditional expression (PR20711)
Hans Wennborg
1
-1
/
+1
2016-04-06
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
1
-2
/
+4
2016-03-29
Fix some bugs in the posix output of llvm-nm. Which is documented on
Kevin Enderby
1
-12
/
+21
2016-03-24
[llvm-nm] Fix r264247
James Molloy
1
-1
/
+1
2016-03-02
[llvm-nm] Restore the previous behaviour (pre r262525).
Davide Italiano
1
-2
/
+1
2016-03-02
[llvm-nm] Fix rendering of -s grouping with all the othe options.
Davide Italiano
1
-1
/
+2
2016-02-19
[llvm-nm] In C++, main implicitly returns 0. Pointed out by David Blaikie.
Davide Italiano
1
-2
/
+0
2016-02-11
[llvm-nm] Simplify code logic. Rewrite a single function an inline.
Davide Italiano
1
-16
/
+4
2016-02-10
[llvm-nm] Minor style change. Prefer EXIT_SUCCESS over 0.
Davide Italiano
1
-1
/
+1
2016-02-10
[llvm-nm] Prefer range-based loop over explicit iterator.
Davide Italiano
1
-3
/
+2
2016-02-10
[llvm-nm] Add -radix option
Hemant Kulkarni
1
-3
/
+30
2016-02-08
[llvm-nm] Remove excessive parenthesis, noticed by David Blaikie.
Davide Italiano
1
-3
/
+3
2016-02-08
[llvm-nm] Yet another attempt of simplifying code.
Davide Italiano
1
-11
/
+5
2016-02-05
[llvm-nm] Prefer empty() over size() == 0.
Davide Italiano
1
-1
/
+1
2016-02-05
[llvm-nm] Transform a switch() statement in a pair of if(s).
Davide Italiano
1
-7
/
+2
2016-02-05
[llvm-nm] Simplify code logic. NFCI.
Davide Italiano
1
-7
/
+3
2016-02-01
[llvm-nm] Simplify the code a bit. NFCI.
Davide Italiano
1
-6
/
+2
2016-01-29
[llvm-nm] Add a comment to explain why we initialize MC.
Davide Italiano
1
-0
/
+1
2016-01-27
[llvm-nm] Remove redundant check for file validity.
Davide Italiano
1
-2
/
+0
2016-01-26
Remove autoconf support
Chris Bieneman
1
-17
/
+0
2016-01-26
[llvm-nm] Roll several conditions into a single if. NFCI.
Davide Italiano
1
-7
/
+2
2016-01-26
[llvm-nm] Simplify. No functional changes intended.
Davide Italiano
1
-4
/
+3
2016-01-22
Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()
Kevin Enderby
1
-2
/
+5
2016-01-21
Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()
Kevin Enderby
1
-2
/
+11
2016-01-16
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
1
-1
/
+1
2015-11-19
Fix UMR in llvm-nm on IR object files in printDarwinSymbol
Reid Kleckner
1
-5
/
+4
2015-11-10
Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match dar...
Kevin Enderby
1
-45
/
+113
2015-11-05
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
1
-5
/
+16
2015-11-03
Don't implicitly construct a Archive::child_iterator.
Rafael Espindola
1
-2
/
+2
2015-11-02
Allow llvm-nm’s single letter command line flags to be grouped.
Kevin Enderby
1
-18
/
+22
2015-10-30
Implemented the code to make llvm-nm’s -g option work.
Kevin Enderby
1
-0
/
+3
2015-10-21
Backing out commit r250906 as it broke lld.
Kevin Enderby
1
-20
/
+7
2015-10-21
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
1
-7
/
+20
2015-10-07
Stop linking all target libraries in llvm-nm and llvm-objdump.
Pete Cooper
1
-1
/
+3
2015-10-06
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
1
-5
/
+6
2015-08-07
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
1
-8
/
+8
2015-07-13
Use std::make_tuple to reduce code duplication.
Rafael Espindola
1
-27
/
+8
2015-07-07
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
1
-11
/
+7
2015-07-06
llvm-nm: treat weak undefined as undefined.
Rafael Espindola
1
-12
/
+18
2015-07-06
Swap operands instead of using !.
Rafael Espindola
1
-1
/
+1
[next]