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
/
llvm-nm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert [llvm-nm] Fix handling of symbol types + [llvm-nm] Generalize symbol t...
Jordan Rupprecht
2019-05-02
1
-11
/
+28
*
[Object] Change getSectionName() to return Expected<StringRef>
Fangrui Song
2019-05-02
1
-7
/
+9
*
[llvm-nm] Add --special-syms no-op flag
Eugene Leviant
2019-04-30
1
-0
/
+3
*
[llvm-nm] Simplify and fix a buffer overflow
Fangrui Song
2019-04-29
1
-149
/
+107
*
[llvm-nm][llvm-readelf] Avoid single-dash -long-option in tests
Fangrui Song
2019-04-27
1
-4
/
+0
*
[llvm-nm] Support section type 'u': STB_GNU_UNIQUE
Fangrui Song
2019-04-27
1
-0
/
+4
*
[llvm-nm] Revert inadvertently committed 'i' change in r359314
Fangrui Song
2019-04-26
1
-3
/
+0
*
[ThinLTO] Fix X86/strong_non_prevailing.ll after llvm-nm 'r' change
Fangrui Song
2019-04-26
1
-0
/
+3
*
[llvm-nm] Generalize symbol types 'N', 'n' and '?'
Fangrui Song
2019-04-26
1
-9
/
+5
*
[llvm-nm] Fix handling of symbol types 't' 'd' 'r'
Fangrui Song
2019-04-26
1
-19
/
+6
*
Make llvm-nm -help great again
Serge Guelton
2019-04-11
1
-33
/
+58
*
[llvm-nm]Add support for --no-demangle
James Henderson
2019-04-03
1
-3
/
+10
*
Improve "llvm-nm -f sysv" output for Elf files
Sunil Srivastava
2019-03-08
1
-3
/
+42
*
Revert "Improve "llvm-nm -f sysv" output for Elf files"
Vlad Tsyrklevich
2019-02-26
1
-44
/
+4
*
Improve "llvm-nm -f sysv" output for Elf files
Sunil Srivastava
2019-02-26
1
-4
/
+44
*
llvm-nm: Observe -no-llvm-bc for archive members
Dave Lee
2019-02-16
1
-6
/
+8
*
Compute the correct symbol size in llvm-nm even without --print-size
Sunil Srivastava
2019-02-03
1
-4
/
+2
*
[llvm-nm] Report '.comment' ELF sections as 'n' instead of '?'
Matt Davis
2019-02-01
1
-0
/
+1
*
[llvm-nm] Print out N_COLD_FUNC as "cold func"
Vedant Kumar
2019-01-26
1
-1
/
+1
*
[MC] Teach the MachO object writer about N_FUNC_COLD
Vedant Kumar
2019-01-25
1
-0
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm-nm] Allow --size-sort to print symbols with only Symbol size
Saurabh Badhwar
2019-01-16
1
-2
/
+1
*
[llvm-nm] Add --portability as alias for --format=posix
James Henderson
2019-01-07
1
-0
/
+2
*
[binutils] NFC: fix clang-tidy warning: use empty() instead of size() == 0
Jordan Rupprecht
2018-12-20
1
-4
/
+4
*
[llvm-nm] Fix use-after-free for MachOUniversalBinaries
Francis Visoiu Mistrih
2018-11-19
1
-1
/
+2
*
[llvm-nm] Use WithColor for error reporting
Jonas Devlieghere
2018-11-11
1
-7
/
+8
*
[Support] Make error banner optional in logAllUnhandledErrors
Jonas Devlieghere
2018-11-11
1
-7
/
+6
*
[llvm-nm] Simplify. NFC
Fangrui Song
2018-10-26
1
-14
/
+7
*
[llvm-nm] Fix crash when running with --print-armap on corrupt archives.
Jordan Rupprecht
2018-10-11
1
-2
/
+4
*
[llvm-nm] Include the text "@FILE" in the output of --help
Martin Storsjo
2018-10-11
1
-0
/
+2
*
[llvm-nm] Write "no symbol" output to stderr
Petr Hosek
2018-10-05
1
-8
/
+8
*
[llvm-nm] Print an explicit "no symbols" message when an object file has no s...
Jordan Rupprecht
2018-10-03
1
-11
/
+20
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-1
/
+1
*
nm: Add -no-weak flag for hiding weak symbols
Dave Lee
2018-07-02
1
-1
/
+8
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-7
/
+2
*
[tools] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-1
/
+1
*
Try to fix sanitizer-x86_64-linux-fast bot due to change in r328820.
Kevin Enderby
2018-03-29
1
-2
/
+2
*
For llvm-nm and Mach-O files that are fully stripped, special case a redacted...
Kevin Enderby
2018-03-29
1
-2
/
+11
*
For llvm-nm and Mach-O files also use function starts info in some
Kevin Enderby
2018-03-22
1
-2
/
+90
*
llvm-nm should show a symbol type of T for symbols in the (__TEXT_EXEC,__text...
Kevin Enderby
2018-01-31
1
-0
/
+4
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-9
/
+0
*
Add llvm::for_each as a range-based extensions to <algorithm> and make use of...
Aaron Ballman
2017-11-03
1
-2
/
+1
*
[llvm-nm] Don't error out on multiple occurrances of the -g/--external-only flag
Martin Storsjo
2017-11-03
1
-2
/
+4
*
[llvm-nm] Print 'I' for import table data in COFF
Martin Storsjo
2017-11-03
1
-0
/
+4
*
Revert "[ADT] Make Twine's copy constructor private."
Zachary Turner
2017-10-11
1
-2
/
+2
*
[ADT] Make Twine's copy constructor private.
Zachary Turner
2017-10-11
1
-2
/
+2
*
Fix a crash in llvm-nm for a bad Mach-O file that has an N_SECT type symbol a...
Kevin Enderby
2017-09-13
1
-0
/
+6
*
[llvm-nm] Fix output formatting of -f sysv for 64bit targets
Sam Clegg
2017-08-31
1
-3
/
+7
*
[llvm] Update MachOObjectFile::exports interface
Alexander Shaposhnikov
2017-07-29
1
-2
/
+1
*
Add error handling to the dyld compact export entries in libObject.
Kevin Enderby
2017-07-20
1
-1
/
+5
[next]