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
/
Object
/
nm-trivial-object.test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test case of llvm-nm using implicit a.out
Alex Brachet
2019-07-12
1
-1
/
+1
*
[test/Object/nm-trivial-object.test] - Remove 4 precompiled binaries.
George Rimar
2019-07-10
1
-55
/
+145
*
[llvm\test\Object] - An initial step to cleanup the test cases.
George Rimar
2019-07-08
1
-215
/
+275
*
[llvm-nm] Report '.comment' ELF sections as 'n' instead of '?'
Matt Davis
2019-02-01
1
-14
/
+15
*
[ELF] Return the section name when calling getSymbolName on a section symbol.
Matt Davis
2019-01-31
1
-0
/
+18
*
[WebAssembly] Fixing 2 more symbol offset related tests.
Wouter van Oortmerssen
2019-01-17
1
-6
/
+6
*
[WebAssembly] Update test cases after FixFunctionBitcasts
Heejin Ahn
2018-11-07
1
-0
/
+1
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
1
-1
/
+4
*
[WebAssembly] Fix getSymbolValue() for data symbols
Sam Clegg
2017-08-31
1
-1
/
+1
*
[WebAssembly] Be consistent in generating trivial test input files
Sam Clegg
2017-07-10
1
-0
/
+7
*
llvm-nm: Don't print value or size for undefined or weak symbols
Meador Inge
2016-11-23
1
-3
/
+2
*
Fix llvm-nm -S option.
Rafael Espindola
2015-05-22
1
-16
/
+23
*
Make this test stricter. NFC.
Rafael Espindola
2015-05-22
1
-8
/
+16
*
lit: Add 'cd' support to the internal shell and port some tests
Reid Kleckner
2015-03-02
1
-1
/
+0
*
Object, COFF: Infer symbol sizes from adjacent symbols
David Majnemer
2014-11-06
1
-6
/
+6
*
Object, COFF: Cleanup symbol type code, improve binutils compatibility
David Majnemer
2014-10-31
1
-3
/
+3
*
Correctly compute the size of common symbols in COFF.
Rafael Espindola
2014-10-08
1
-1
/
+1
*
Print symbol sizes in this test in preparation for fixing COFF common sizes.
Rafael Espindola
2014-10-08
1
-7
/
+7
*
Tweak llvm-nm’s -undefined-only (aka -u) printing for Mach-O files
Kevin Enderby
2014-07-28
1
-0
/
+10
*
Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A).
Kevin Enderby
2014-07-24
1
-0
/
+15
*
Add printing of Mach-O stabs in llvm-nm.
Kevin Enderby
2014-07-17
1
-0
/
+15
*
Add the "-x" flag to llvm-nm for Mach-O files that prints the fields of a sym...
Kevin Enderby
2014-07-16
1
-0
/
+8
*
Add the "-s" flag to llvm-nm for Mach-O files that prints symbols only in
Kevin Enderby
2014-07-11
1
-0
/
+8
*
Add the -just-symbol-name (aka -j) flag to llvm-nm to just print the
Kevin Enderby
2014-07-03
1
-0
/
+8
*
Add the -U flag to llvm-nm as an alias to -defined-only
Kevin Enderby
2014-07-03
1
-0
/
+6
*
Add the -reverse-sort flag (aka -r) to llvm-nm
Kevin Enderby
2014-07-02
1
-0
/
+8
*
nm-trivial-object.test requires shell since Lit internal runner isn't capable...
NAKAMURA Takumi
2014-06-23
1
-0
/
+1
*
Change the default input for llvm-nm to be a.out instead of standard input
Kevin Enderby
2014-06-23
1
-2
/
+10
*
Fix the output of llvm-nm for Mach-O files to use the characters ‘d’ and ...
Kevin Enderby
2014-06-19
1
-0
/
+7
*
Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize
Kevin Enderby
2014-05-20
1
-4
/
+4
*
Revert r209235 as it broke two tests:
Kevin Enderby
2014-05-20
1
-4
/
+4
*
Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize
Kevin Enderby
2014-05-20
1
-4
/
+4
*
Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.
Kevin Enderby
2014-05-09
1
-19
/
+23
*
Only clear the thumb bit from function addresses.
Rafael Espindola
2014-04-03
1
-0
/
+8
*
Revert "Fix a nomenclature error in llvm-nm."
Rafael Espindola
2014-04-03
1
-0
/
+10
*
Add a test for printing absolute symbols in ELF.
Rafael Espindola
2014-02-05
1
-0
/
+5
*
Small fix for llvm-nm handling of weak symbols on ELF (print 'v').
Rafael Espindola
2014-02-04
1
-0
/
+6
*
Add a test for common symbols in coff.
Rafael Espindola
2014-02-04
1
-0
/
+11
*
Fix llvm-nm to mach OS X's nm on some tests.
Rafael Espindola
2013-11-02
1
-4
/
+4
*
Mark ELF's first symbol as format specific so that llvm-nm ignores it.
Rafael Espindola
2013-07-22
1
-0
/
+1
*
Add missing ':'.
Rafael Espindola
2013-04-26
1
-1
/
+1
*
Move test yaml files under Inputs until they are converted to be the actual
Matt Beaumont-Gay
2012-08-02
1
-2
/
+4
*
Add yaml2obj. A utility to convert YAML to binaries.
Michael J. Spencer
2012-08-02
1
-5
/
+3
*
Fixed ObjectFile functions:
Danil Malyshev
2011-11-29
1
-0
/
+14
*
Change the actual tests to match the input directory rename (duh)
Matt Beaumont-Gay
2011-10-31
1
-4
/
+4
*
Unbreak tests.
Michael J. Spencer
2011-09-27
1
-0
/
+19
*
Revert "Object: Renable the tests now that none of the build bots complain ab...
Michael J. Spencer
2011-01-21
1
-19
/
+0
*
Object: Renable the tests now that none of the build bots complain about alia...
Michael J. Spencer
2011-01-21
1
-0
/
+19
*
Disable this test until I can figure out why it's broken. Not xfailed because it
Michael J. Spencer
2011-01-20
1
-19
/
+0
*
Object: Add some tests!
Michael J. Spencer
2011-01-20
1
-0
/
+19