1. aad52df Use a more unique name to avoid conflicting with directory.ll tests when running by Rafael Espindola · 11 years ago
  2. fc69987 Add a test for llvm-ar's 'd' operation. by Rafael Espindola · 11 years ago
  3. 86779ee Add tests for the 'x' operation. by Rafael Espindola · 11 years ago
  4. b0d5993 Remove this test for now. by Rafael Espindola · 11 years ago
  5. a739759 Find the symbol table on archives created on OS X. by Rafael Espindola · 11 years ago
  6. 6911911 Move tests from test/Archive to test/Object. by Rafael Espindola · 11 years ago
  7. 5159718 Don't crash in 'llvm -s' when an archive has no symtab. by Rafael Espindola · 11 years ago
  8. 61de142 Don't create an archive if, for example, we are asked to print the index. by Rafael Espindola · 11 years ago
  9. 6d88f9b Add support for archives with no symbol table or string table. by Rafael Espindola · 11 years ago
  10. 09a7f60 Add support for gnu archives with a string table and no symtab. by Rafael Espindola · 11 years ago
  11. 40d40dd Make llvm-nm return 1 on error. by Rafael Espindola · 11 years ago
  12. 068463b [yaml2obj][ELF] Make symbol table top-level key. by Sean Silva · 11 years ago
  13. 6f0ca0c This was a nifty test, but remove it. by Sean Silva · 11 years ago
  14. 8fa3889 Revert "Put r184469 disassembler test back on X86" by Sean Silva · 11 years ago
  15. b37e50b Put r184469 disassembler test back on X86 by Renato Golin · 11 years ago
  16. a622a3f [yaml2obj][ELF] Don't do disassembly in this test. by Sean Silva · 11 years ago
  17. 326c193 [yaml2obj][ELF] Allow expressing undefined symbols. by Sean Silva · 11 years ago
  18. 4235ba3 [yaml2obj][ELF] Don't explicitly set `Binding` with STB_* by Sean Silva · 11 years ago
  19. e38f640 [yaml2obj][ELF] Add support for st_value and st_size. by Sean Silva · 11 years ago
  20. 6525e92b [yaml2obj][ELF] Allow symbols to reference sections. by Sean Silva · 11 years ago
  21. 440dfe9 Make sure ar is creating a new file instead of updating an existing one. by Rafael Espindola · 11 years ago
  22. 6e6259d [yaml2obj][ELF] Beef up this test a bit. by Sean Silva · 11 years ago
  23. ea94e11 [yaml2obj][ELF] Support ELFOSABI_* enum. by Sean Silva · 11 years ago
  24. 5ba1225 [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys. by Sean Silva · 11 years ago
  25. ca0170f [yaml2obj][ELF] Ensure STN_UNDEF entry is present. by Sean Silva · 11 years ago
  26. afcf60f [yaml2obj][ELF] Rudimentary symbol table support. by Sean Silva · 11 years ago
  27. 9c22f87 Basic support for parsing Mach-O universal binaries in LLVMObject library by Alexey Samsonov · 11 years ago
  28. fe57e34 [yaml2obj] Add support for sh_link via `Link` key. by Sean Silva · 11 years ago
  29. 97d37e8 [yaml2obj] Add support for sh_addralign via `AddressAlign` key. by Sean Silva · 11 years ago
  30. 2a7e79a [yaml2obj] Add support for specifying raw section content. by Sean Silva · 11 years ago
  31. 45b812d [yaml2obj] Add sh_addr via `Address` key. by Sean Silva · 11 years ago
  32. 274264c [yaml2obj] Initial ELF section support. by Sean Silva · 11 years ago
  33. 0d3b9ac [yaml2obj] Remove fragile test case. by Sean Silva · 11 years ago
  34. 457c8eb Fix dubious type name similar to member name. by Sean Silva · 11 years ago
  35. 5918b7a [yaml2obj] Initial ELF support. by Sean Silva · 11 years ago
  36. 285bd8e Move the test for the data in code into the ARM directory as it is an ARM by Kevin Enderby · 11 years ago
  37. 54154f3 Teach llvm-objdump with the -macho parser how to use the data in code table by Kevin Enderby · 11 years ago
  38. e3a0e7f Print symbol names in relocations when dumping COFF as YAML. by Rafael Espindola · 11 years ago
  39. 23a22cd Don't print default values for NumberOfAuxSymbols and AuxiliaryData. by Rafael Espindola · 11 years ago
  40. 6c1202c Handle relocations that don't point to symbols. by Rafael Espindola · 11 years ago
  41. 891c0cd [Object/COFF] Fix Windows .lib name handling. by Rui Ueyama · 11 years ago
  42. 7486d92 Change how we iterate over relocations on ELF. by Rafael Espindola · 11 years ago
  43. 2c94d0f Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 11 years ago
  44. e67c9c3 Use std::list so that we have a stable iterator. by Rafael Espindola · 11 years ago
  45. ff9a6b4 Temporarily disable this test because it is failing when using libc++. by Bob Wilson · 11 years ago
  46. 2bbe378 Convert obj2yaml to use yamlio. by Rafael Espindola · 11 years ago
  47. ebb9f17 Object: Fix Mach-O relocation printing. by Ahmed Bougacha · 11 years ago
  48. 167957f Change getRelocationAdditionalInfo to be ELF only. by Rafael Espindola · 11 years ago
  49. 7098ae2 Split Alignment out of the Section Characteristics. by Rafael Espindola · 11 years ago
  50. 1aef163 Revert r181009. by Amara Emerson · 11 years ago
  51. 3170ad7 Delete test instead. by Amara Emerson · 11 years ago
  52. 224e114 Temporarily disable failing test. by Amara Emerson · 11 years ago
  53. 5d446e6 Add support for reading ARM ELF build attributes. by Amara Emerson · 11 years ago
  54. 140536b Add missing ':'. by Rafael Espindola · 11 years ago
  55. 956ca72 Clarify getRelocationAddress x getRelocationOffset a bit. by Rafael Espindola · 11 years ago
  56. a0840c4 Fix typo. by Rafael Espindola · 11 years ago
  57. 120cf57 Write relocations in yaml2obj. by Rafael Espindola · 11 years ago
  58. 4f40fa3 Add .ll as a valid test suffix for Object, this allows .ll -> object by Eric Christopher · 11 years ago
  59. baecbb8 Only run the tests in test/Object/ARM if we have ARM support. by Rafael Espindola · 11 years ago
  60. db5f927 Don't read one command past the end. by Rafael Espindola · 11 years ago
  61. 0eaa6f6 llvm-objdump: Don't print contents of BSS sections: it makes no sense and crashes llvm-objdump on relocated objects with large bss by Alexey Samsonov · 11 years ago
  62. aa21636 Add a test for obj2yaml in preparation for refactoring it. by Rafael Espindola · 12 years ago
  63. 5152e4f Add back parsing of header charactestics. by Rafael Espindola · 12 years ago
  64. d787a41 Implement the "mips endian" for r_info. by Rafael Espindola · 12 years ago
  65. 76e70f3 Implements low-level object file format specific output for COFF and by Eric Christopher · 12 years ago
  66. 19d7322 Implement sectionContainsSymbol for ELF. by Eric Christopher · 12 years ago
  67. eac49f6 When dumping clear the arm/thumb flag for now. by Eric Christopher · 12 years ago
  68. bd1737c [tools][llvm-readobj] print the name of the section when iterating the symbol table / dynamic symbol table by Shankar Easwaran · 12 years ago
  69. d326d05 [llvm-readobj] Add ELF .dynamic table dumping. by Michael J. Spencer · 12 years ago
  70. def0c1f [Object][ELF] Fix crash on no dynamic section. by Michael J. Spencer · 12 years ago
  71. 27b2b1b [llvm-objdump] Emit addresses with the correct number of leading 0's. by Michael J. Spencer · 12 years ago
  72. 95abfbe [Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl. by Michael J. Spencer · 12 years ago
  73. b2c064c [objdump] Add --private-headers, -p. by Michael J. Spencer · 12 years ago
  74. 4d9c539 [Object][ELF] Add a maximum alignment. This is used by createELFObjectFile to create a properly aligned reader. by Michael J. Spencer · 12 years ago
  75. 3fea4ef0 [Object] Temporarily disable these tests. by Michael J. Spencer · 12 years ago
  76. 5b712ef Fix bits check in ELFObjectFile::isSectionZeroInit(). by Rafael Espindola · 12 years ago
  77. fc73847 Dump sections. Extracted from a patch by Sami Liedes. by Rafael Espindola · 12 years ago
  78. 148ee4f Print a header above the symbols. Extracted from a patch by Sami Liedes. by Rafael Espindola · 12 years ago
  79. 1c2b2f9 Teach MachO which sections contain code by Tim Northover · 12 years ago
  80. a8028e5 numerically sort the symbols, so that the testcase result is uniform by Shankar Easwaran · 12 years ago
  81. ed074e9 llvm-nm: Make sort more stable when symbol names are equal. by Daniel Dunbar · 12 years ago
  82. 206252c Adding changes to support GNU style archive library reading by Shankar Easwaran · 12 years ago
  83. 01fa41a Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol table entry should be treated differently for relocatable and relocated files. This patch fixes symbol addresses printed by llvm-nm for executables and shared objects. by Alexey Samsonov · 12 years ago
  84. 0c09e76 Add missing file for test. by Nick Lewycky · 12 years ago
  85. 033d182 Teach libObject about some more ELF relocations. llvm-objdump -r now knows by Nick Lewycky · 12 years ago
  86. 68990df Create llvm/test/Object/Mips/lit.local.cfg to check Mips in targets_to_build. by NAKAMURA Takumi · 12 years ago
  87. f05da8e Moved input for objdump test from Mips to Inputs. by Jack Carter · 12 years ago
  88. fd6d165 Some of the instructions in the Mips instruction set are revision by Jack Carter · 12 years ago
  89. 923123c Move test yaml files under Inputs until they are converted to be the actual by Matt Beaumont-Gay · 12 years ago
  90. a915f24 Add yaml2obj. A utility to convert YAML to binaries. by Michael J. Spencer · 12 years ago
  91. 50b4c52 Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@codeaurora.org> by Marshall Clow · 12 years ago
  92. cc85160 Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu by Eli Bendersky · 13 years ago
  93. 2d70e26 Support reading GNU symbol versions in ELFObjectFile by David Meyer · 13 years ago
  94. 97f7787 [Object] by David Meyer · 13 years ago
  95. 5c2b4ea [Object] by David Meyer · 13 years ago
  96. dfa1896 [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. by Michael J. Spencer · 13 years ago
  97. 0f0c411 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. by Eli Bendersky · 13 years ago
  98. b0436a7 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
  99. dc9414d Move x86-specific tests into X86 folder. by Eli Friedman · 13 years ago
  100. 11f9987 Change the actual tests to match the input directory rename (duh) by Matt Beaumont-Gay · 13 years ago