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