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
*
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
*
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
1
-7
/
+34
*
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
*
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
*
The next step along the way to getting good error messages for bad archives.
Kevin Enderby
2016-07-29
1
-5
/
+8
*
[Object] Re-apply r275316 now that I have the corresponding LLD patch ready.
Lang Hames
2016-07-14
1
-39
/
+35
*
[Object] Revert r275316, Archive::child_iterator changes, while I update lld.
Lang Hames
2016-07-14
1
-35
/
+39
*
[Object] Change Archive::child_iterator for better interop with Error/Expected.
Lang Hames
2016-07-13
1
-39
/
+35
*
Finish cleaning up most of the error handling in libObject’s MachOUniversal...
Kevin Enderby
2016-06-28
1
-3
/
+22
*
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
2016-06-24
1
-2
/
+4
*
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
[next]