summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/nm-trivial-object.test
Commit message (Expand)AuthorAgeFilesLines
* Fix test case of llvm-nm using implicit a.outAlex Brachet2019-07-121-1/+1
* [test/Object/nm-trivial-object.test] - Remove 4 precompiled binaries.George Rimar2019-07-101-55/+145
* [llvm\test\Object] - An initial step to cleanup the test cases.George Rimar2019-07-081-215/+275
* [llvm-nm] Report '.comment' ELF sections as 'n' instead of '?'Matt Davis2019-02-011-14/+15
* [ELF] Return the section name when calling getSymbolName on a section symbol.Matt Davis2019-01-311-0/+18
* [WebAssembly] Fixing 2 more symbol offset related tests.Wouter van Oortmerssen2019-01-171-6/+6
* [WebAssembly] Update test cases after FixFunctionBitcastsHeejin Ahn2018-11-071-0/+1
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-1/+4
* [WebAssembly] Fix getSymbolValue() for data symbolsSam Clegg2017-08-311-1/+1
* [WebAssembly] Be consistent in generating trivial test input filesSam Clegg2017-07-101-0/+7
* llvm-nm: Don't print value or size for undefined or weak symbolsMeador Inge2016-11-231-3/+2
* Fix llvm-nm -S option.Rafael Espindola2015-05-221-16/+23
* Make this test stricter. NFC.Rafael Espindola2015-05-221-8/+16
* lit: Add 'cd' support to the internal shell and port some testsReid Kleckner2015-03-021-1/+0
* Object, COFF: Infer symbol sizes from adjacent symbolsDavid Majnemer2014-11-061-6/+6
* Object, COFF: Cleanup symbol type code, improve binutils compatibilityDavid Majnemer2014-10-311-3/+3
* Correctly compute the size of common symbols in COFF.Rafael Espindola2014-10-081-1/+1
* Print symbol sizes in this test in preparation for fixing COFF common sizes.Rafael Espindola2014-10-081-7/+7
* Tweak llvm-nm’s -undefined-only (aka -u) printing for Mach-O filesKevin Enderby2014-07-281-0/+10
* Add an implementation for llvm-nm’s -print-file-name option (aka -o and -A).Kevin Enderby2014-07-241-0/+15
* Add printing of Mach-O stabs in llvm-nm.Kevin Enderby2014-07-171-0/+15
* Add the "-x" flag to llvm-nm for Mach-O files that prints the fields of a sym...Kevin Enderby2014-07-161-0/+8
* Add the "-s" flag to llvm-nm for Mach-O files that prints symbols only inKevin Enderby2014-07-111-0/+8
* Add the -just-symbol-name (aka -j) flag to llvm-nm to just print theKevin Enderby2014-07-031-0/+8
* Add the -U flag to llvm-nm as an alias to -defined-onlyKevin Enderby2014-07-031-0/+6
* Add the -reverse-sort flag (aka -r) to llvm-nmKevin Enderby2014-07-021-0/+8
* nm-trivial-object.test requires shell since Lit internal runner isn't capable...NAKAMURA Takumi2014-06-231-0/+1
* Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby2014-06-231-2/+10
* Fix the output of llvm-nm for Mach-O files to use the characters ‘d’ and ...Kevin Enderby2014-06-191-0/+7
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-201-4/+4
* Revert r209235 as it broke two tests:Kevin Enderby2014-05-201-4/+4
* Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSizeKevin Enderby2014-05-201-4/+4
* Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.Kevin Enderby2014-05-091-19/+23
* Only clear the thumb bit from function addresses.Rafael Espindola2014-04-031-0/+8
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-031-0/+10
* Add a test for printing absolute symbols in ELF.Rafael Espindola2014-02-051-0/+5
* Small fix for llvm-nm handling of weak symbols on ELF (print 'v').Rafael Espindola2014-02-041-0/+6
* Add a test for common symbols in coff.Rafael Espindola2014-02-041-0/+11
* Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-021-4/+4
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-221-0/+1
* Add missing ':'.Rafael Espindola2013-04-261-1/+1
* Move test yaml files under Inputs until they are converted to be the actualMatt Beaumont-Gay2012-08-021-2/+4
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-021-5/+3
* Fixed ObjectFile functions:Danil Malyshev2011-11-291-0/+14
* Change the actual tests to match the input directory rename (duh)Matt Beaumont-Gay2011-10-311-4/+4
* Unbreak tests.Michael J. Spencer2011-09-271-0/+19
* Revert "Object: Renable the tests now that none of the build bots complain ab...Michael J. Spencer2011-01-211-19/+0
* Object: Renable the tests now that none of the build bots complain about alia...Michael J. Spencer2011-01-211-0/+19
* Disable this test until I can figure out why it's broken. Not xfailed because itMichael J. Spencer2011-01-201-19/+0
* Object: Add some tests!Michael J. Spencer2011-01-201-0/+19
OpenPOWER on IntegriCloud