Fix the output of llvm-nm for Mach-O files to use the characters ‘d’ and ‘b’ for
[oota-llvm.git] / test / Object / nm-trivial-object.test
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!