Make this test stricter. NFC.
[oota-llvm.git] / test / Object / nm-trivial-object.test
2015-05-22 Rafael EspindolaMake this test stricter. NFC.
2015-03-02 Reid Klecknerlit: Add 'cd' support to the internal shell and port...
2014-11-06 David MajnemerObject, COFF: Infer symbol sizes from adjacent symbols
2014-10-31 David MajnemerObject, COFF: Cleanup symbol type code, improve binutil...
2014-10-08 Rafael EspindolaCorrectly compute the size of common symbols in COFF.
2014-10-08 Rafael EspindolaPrint symbol sizes in this test in preparation for...
2014-07-28 Kevin EnderbyTweak llvm-nm’s -undefined-only (aka -u) printing for...
2014-07-24 Kevin EnderbyAdd an implementation for llvm-nm’s -print-file-name...
2014-07-17 Kevin EnderbyAdd printing of Mach-O stabs in llvm-nm.
2014-07-16 Kevin EnderbyAdd the "-x" flag to llvm-nm for Mach-O files that...
2014-07-11 Kevin EnderbyAdd the "-s" flag to llvm-nm for Mach-O files that...
2014-07-03 Kevin EnderbyAdd the -just-symbol-name (aka -j) flag to llvm-nm...
2014-07-03 Kevin EnderbyAdd the -U flag to llvm-nm as an alias to -defined...
2014-07-02 Kevin EnderbyAdd the -reverse-sort flag (aka -r) to llvm-nm
2014-06-23 NAKAMURA Takuminm-trivial-object.test requires shell since Lit interna...
2014-06-23 Kevin EnderbyChange the default input for llvm-nm to be a.out instea...
2014-06-19 Kevin EnderbyFix the output of llvm-nm for Mach-O files to use the...
2014-05-20 Kevin EnderbyUpdate MachOObjectFile::getSymbolAddress so it returns...
2014-05-20 Kevin EnderbyRevert r209235 as it broke two tests:
2014-05-20 Kevin EnderbyUpdate MachOObjectFile::getSymbolAddress so it returns...
2014-05-09 Kevin EnderbyFix llvm-nm to print the full 64-bit address for symbol...
2014-04-03 Rafael EspindolaOnly clear the thumb bit from function addresses.
2014-04-03 Rafael EspindolaRevert "Fix a nomenclature error in llvm-nm."
2014-02-05 Rafael EspindolaAdd a test for printing absolute symbols in ELF.
2014-02-04 Rafael EspindolaSmall fix for llvm-nm handling of weak symbols on ELF...
2014-02-04 Rafael EspindolaAdd a test for common symbols in coff.
2013-11-02 Rafael EspindolaFix llvm-nm to mach OS X's nm on some tests.
2013-07-22 Rafael EspindolaMark ELF's first symbol as format specific so that...
2013-04-26 Rafael EspindolaAdd missing ':'.
2012-08-02 Matt Beaumont-GayMove test yaml files under Inputs until they are conver...
2012-08-02 Michael J. SpencerAdd yaml2obj. A utility to convert YAML to binaries.
2011-11-29 Danil MalyshevFixed ObjectFile functions:
2011-10-31 Matt Beaumont-GayChange the actual tests to match the input directory...
2011-09-27 Michael J. SpencerUnbreak tests.
2011-01-21 Michael J. SpencerRevert "Object: Renable the tests now that none of...
2011-01-21 Michael J. SpencerObject: Renable the tests now that none of the build...
2011-01-20 Michael J. SpencerDisable this test until I can figure out why it's broke...
2011-01-20 Michael J. SpencerObject: Add some tests!