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
/
test
/
tools
/
llvm-nm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Compute the correct symbol size in llvm-nm even without --print-size
Sunil Srivastava
2019-02-03
2
-2
/
+2
*
Add lit config file to skip tests if WebAssembly target is not available.
Douglas Yung
2019-01-30
1
-0
/
+2
*
[WebAssembly] Ensure BasicSymbolRef.getRawDataRefImpl().p is non-null
Sam Clegg
2019-01-29
2
-1
/
+24
*
[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
2
-0
/
+7
*
[WebAssembly] Fixing 2 more symbol offset related tests.
Wouter van Oortmerssen
2019-01-17
1
-1
/
+1
*
[llvm-nm] Allow --size-sort to print symbols with only Symbol size
Saurabh Badhwar
2019-01-16
1
-0
/
+12
*
[WebAssembly] Store section alignment as a power of 2
Sam Clegg
2019-01-16
3
-3
/
+3
*
[llvm-nm] Add --portability as alias for --format=posix
James Henderson
2019-01-07
1
-0
/
+5
*
[llvm-nm] Use WithColor for error reporting
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
[llvm-nm] Include the text "@FILE" in the output of --help
Martin Storsjo
2018-10-11
2
-0
/
+9
*
[llvm-nm] Write "no symbol" output to stderr
Petr Hosek
2018-10-05
1
-2
/
+2
*
[llvm-nm] Print an explicit "no symbols" message when an object file has no s...
Jordan Rupprecht
2018-10-03
1
-0
/
+14
*
nm: Add -no-weak flag for hiding weak symbols
Dave Lee
2018-07-02
1
-0
/
+1
*
[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.
Sam Clegg
2018-05-10
1
-1
/
+1
*
[WebAssembly] Add version to object file metadata
Sam Clegg
2018-04-26
3
-0
/
+3
*
For llvm-nm and Mach-O files that are fully stripped, special case a redacted...
Kevin Enderby
2018-03-29
2
-0
/
+6
*
For llvm-nm and Mach-O files also use function starts info in some
Kevin Enderby
2018-03-22
2
-0
/
+8
*
[WebAssembly] Disallow weak undefined globals in the object format
Nicholas Wilson
2018-03-09
1
-14
/
+3
*
[WebAssembly] Remove DataSize from linking metadata section
Sam Clegg
2018-02-27
3
-3
/
+0
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
3
-107
/
+118
*
llvm-nm should show a symbol type of T for symbols in the (__TEXT_EXEC,__text...
Kevin Enderby
2018-01-31
3
-0
/
+6
*
[WebAssembly] Remove debug names from symbol table
Sam Clegg
2018-01-17
2
-0
/
+31
*
[WebAssembly] Explicitly specify function/global index space in YAML
Sam Clegg
2018-01-09
3
-22
/
+31
*
Do not look up symbol names when n_strx == 0
Michael Trent
2018-01-03
2
-0
/
+15
*
[WebAssembly] Use bitfield types in wasm YAML representation
Sam Clegg
2017-12-13
1
-4
/
+4
*
[llvm-nm] Don't error out on multiple occurrances of the -g/--external-only flag
Martin Storsjo
2017-11-03
1
-0
/
+1
*
[llvm-nm] Print 'I' for import table data in COFF
Martin Storsjo
2017-11-03
1
-0
/
+2
*
[WebAssembly] Allow each data segment to specify its own alignment
Sam Clegg
2017-09-29
3
-3
/
+0
*
[WebAssembly] Add support for local symbol bindings
Sam Clegg
2017-09-20
1
-0
/
+8
*
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
2
-0
/
+8
*
[WebAssembly] Only treat imports/exports as symbols when reading relocatable ...
Sam Clegg
2017-09-06
3
-4
/
+12
*
[WebAssembly] Fix getSymbolValue for exported globals
Sam Clegg
2017-09-01
3
-7
/
+20
*
[WebAssembly] Fix getSymbolValue() for data symbols
Sam Clegg
2017-08-31
2
-2
/
+2
*
[WebAssembly] Validate exports when parsing object files
Sam Clegg
2017-08-31
2
-0
/
+38
*
[llvm-nm] Fix output formatting of -f sysv for 64bit targets
Sam Clegg
2017-08-31
3
-0
/
+19
*
llvm-nm: Add support for symbol demangling (-C/--demangle)
Sam Clegg
2017-06-29
1
-0
/
+37
*
[WebAssembly] Add data size and alignement to linking section
Sam Clegg
2017-06-27
1
-0
/
+2
*
[WebAssembly] Add support for weak symbols in the binary format
Sam Clegg
2017-06-20
2
-4
/
+56
*
Change llvm-nm for Mach-O files to use dyld info in some cases when printing ...
Kevin Enderby
2017-06-19
2
-0
/
+18
*
Print symbols from COFF import libraries.
Rafael Espindola
2017-05-24
2
-0
/
+7
*
[WebAssembly] Improve readobj and nm support for wasm
Sam Clegg
2017-04-14
3
-0
/
+49
*
Change the test added in r293099 so it does not have the string "llvm-nm" to fix
Kevin Enderby
2017-01-25
1
-1
/
+1
*
Add a warning when the llvm-nm -print-size flag is used on a Mach-O file as
Kevin Enderby
2017-01-25
3
-0
/
+5
*
llvm-nm: Print correct symbol types for init and fini sections
Meador Inge
2016-11-23
2
-0
/
+8
*
llvm-nm: Don't print value or size for undefined or weak symbols
Meador Inge
2016-11-23
2
-0
/
+6
*
Add the first of what will be a long line of additional error checks for inva...
Kevin Enderby
2016-08-05
1
-1
/
+1
*
Fix some bugs in the posix output of llvm-nm. Which is documented on
Kevin Enderby
2016-03-29
4
-5
/
+10
*
[llvm-nm] Correct -P ELF output
James Molloy
2016-03-24
2
-0
/
+4
*
Make llvm-nm test consistent with other tests
Hemant Kulkarni
2016-02-10
3
-85
/
+84
[next]