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
*
[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
*
Fix debug build by adding missing dependencies on libBinaryFormat
Sam Clegg
2018-05-15
1
-0
/
+1
*
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
*
[tools] Add option to install binutils symlinks
Shoaib Meenai
2017-11-02
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
*
Rewrite demangle memory handling.
Eric Christopher
2017-06-30
1
-3
/
+5
*
Change the type of Undecorated to unique_ptr<char[]> since we're looking at a...
Eric Christopher
2017-06-30
1
-1
/
+1
*
llvm-nm: Add support for symbol demangling (-C/--demangle)
Sam Clegg
2017-06-29
2
-7
/
+35
*
The change to llvm-nm in r305733 added fields to the struct NMSymbol
Kevin Enderby
2017-06-20
1
-0
/
+7
*
Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...
Kevin Enderby
2017-06-19
1
-62
/
+528
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Print symbols from COFF import libraries.
Rafael Espindola
2017-05-24
1
-1
/
+16
*
[WebAssembly] Improve readobj and nm support for wasm
Sam Clegg
2017-04-14
1
-0
/
+12
*
Add a warning when the llvm-nm -print-size flag is used on a Mach-O file as
Kevin Enderby
2017-01-25
1
-3
/
+18
*
Fix a bugs with using some Mach-O command line flags like "-arch armv7m".
Kevin Enderby
2016-12-16
1
-16
/
+16
*
Object: Set SF_Indirect in ModuleSymbolTable.
Peter Collingbourne
2016-12-01
1
-7
/
+2
*
Object: Add SF_Executable symbol flag.
Peter Collingbourne
2016-12-01
1
-16
/
+14
*
Object: Add IRObjectFile::getTargetTriple().
Peter Collingbourne
2016-11-24
1
-8
/
+2
*
llvm-nm: Print correct symbol types for init and fini sections
Meador Inge
2016-11-23
1
-0
/
+3
*
llvm-nm: Don't print value or size for undefined or weak symbols
Meador Inge
2016-11-23
1
-7
/
+15
*
[CMake] llvm-nm depends on intrinsics_gen
Chris Bieneman
2016-11-19
1
-0
/
+3
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-4
/
+4
*
Fix an unconditional break in checkMachOAndArchFlags
David Majnemer
2016-10-31
1
-2
/
+2
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+2
*
Use the range variant of transform instead of unpacking begin/end
David Majnemer
2016-08-12
1
-3
/
+3
*
Add the first of what will be a long line of additional error checks for inva...
Kevin Enderby
2016-08-05
1
-1
/
+1
*
Clean up of libObject/Archive interfaces and change the last three uses of Er...
Kevin Enderby
2016-08-03
1
-3
/
+3
[next]