1. cd81d94 Update LLVM for rebase to r212749. by Stephen Hines · 10 years ago
  2. dce4a40 Update LLVM for 3.5 rebase (r209712). by Stephen Hines · 10 years ago
  3. 36b5688 Update to LLVM 3.5a. by Stephen Hines · 10 years ago
  4. 6af8781 llvm-ar: Let opening a directory failed in llvm-ar. by NAKAMURA Takumi · 11 years ago
  5. 6152f7d Fix llvm-nm to mach OS X's nm on some tests. by Rafael Espindola · 11 years ago
  6. 88e1e10 Create an atom with just the data that failed to disassemble. by Rafael Espindola · 11 years ago
  7. c84c742 [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers. by Simon Atanasyan · 11 years ago
  8. aeb0f0c Add a minimal implementation of ranlib. by Rafael Espindola · 11 years ago
  9. b2fdd9e MC CFG: Remap enough for data too, analoguous to r188873. by Ahmed Bougacha · 11 years ago
  10. a68512f Add testcase for r188873: MCTextAtom boundaries. by Ahmed Bougacha · 11 years ago
  11. 7413b54 Add basic YAML MC CFG testcase. by Ahmed Bougacha · 11 years ago
  12. 9bfc062 MC: ObjectSymbolizer can now recognize external function stubs. by Ahmed Bougacha · 11 years ago
  13. 24ec2e5 [tests] Cleanup initialization of test suffixes. by Daniel Dunbar · 11 years ago
  14. 081a194 [Object] Split the ELF interface into 3 parts. by Michael J. Spencer · 11 years ago
  15. cf48cf2 Add support for the 's' operation to llvm-ar. by Rafael Espindola · 11 years ago
  16. 26b10da Add an initial implementation of archive symbol table generation. by Rafael Espindola · 11 years ago
  17. 30115ec Mark ELF's first symbol as format specific so that llvm-nm ignores it. by Rafael Espindola · 11 years ago
  18. 51392a0 Replace archive members in the old position. by Rafael Espindola · 11 years ago
  19. bb8234b Don't depend on a llvm-ar specific behavior. by Rafael Espindola · 11 years ago
  20. 02a1364 Handle replacement into a position past the original member. by Rafael Espindola · 11 years ago
  21. b55dcfe Fix inserting new elements in a specified location. by Rafael Espindola · 11 years ago
  22. b1a003f Split openFileForWrite into windows and unix versions. by Rafael Espindola · 11 years ago
  23. b0aa9e9 Split openFileForRead into Windows and Unix versions. by Rafael Espindola · 11 years ago
  24. f7e73ac raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs() would be set to O_TEXT by default. by NAKAMURA Takumi · 11 years ago
  25. 45193d3 llvm/test/Object/ar-create.test: Relax a CHECK line to satisfy localized message catalogue. by NAKAMURA Takumi · 11 years ago
  26. 7432572 llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investigating. by NAKAMURA Takumi · 11 years ago
  27. 95779b6 On error, close the temporary file descriptor. by Rafael Espindola · 11 years ago
  28. 1cf9591 llvm/test/Object/directory.ll: Mark it as XFAIL:cygwin. Directories can be opened on cygwin. by NAKAMURA Takumi · 11 years ago
  29. ff8f9e5 Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatible to Win32's FILETIME. by NAKAMURA Takumi · 11 years ago
  30. 311dbb8 Add mingw32 to the XFAIL. I forgot about it when adding win32. by Rafael Espindola · 11 years ago
  31. 086dfda XFAIL on windows too and document the XFAILs. by Rafael Espindola · 11 years ago
  32. 4c275c3 XFAIL this on freebsd to bring the bot back. by Rafael Espindola · 11 years ago
  33. d8fdb62 Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now. by NAKAMURA Takumi · 11 years ago
  34. 3c0e8fb The archive update test has a subtle race condition in it: if the test by Chandler Carruth · 11 years ago
  35. b666fd5 Only verify the length in archive test, we can't make assumptions on the spacing. by Benjamin Kramer · 11 years ago
  36. c951651 Add r186216 back, but make the test tolerant of different uids and gids. by Rafael Espindola · 11 years ago
  37. 1dedabd Revert commit r186216 -- it's breaking bots: by Chandler Carruth · 11 years ago
  38. 6383ef9 Fix a off by one error about which members need to use the string table. by Rafael Espindola · 11 years ago
  39. 0878d70 Change archive-update.test to create a new file on the fly. by Rafael Espindola · 11 years ago
  40. 17d8c75 Rename directory to avoid problems on windows. by Rafael Espindola · 11 years ago
  41. 34ac52d Change llvm-ar to use lib/Object. by Rafael Espindola · 11 years ago
  42. 9480359 Add a test for llvm-ar's u option. by Rafael Espindola · 11 years ago
  43. ec11706 Relax the test a bit more to handle different UIDs and GIDs. by Rafael Espindola · 11 years ago
  44. f671ab8 Relax test a bit to handle umask differences. by Rafael Espindola · 11 years ago
  45. 8f81325 Add a test for the 'o' option in llvm-ar. by Rafael Espindola · 11 years ago
  46. 5e102c6 Don't reject an empty archive. by Rafael Espindola · 11 years ago
  47. 6ebd77a llvm/test/Object/archive-toc.test: Use env(1) to satisfy win32 hosts. by NAKAMURA Takumi · 11 years ago
  48. 1051934 Add tests for the before and after modifiers. by Rafael Espindola · 11 years ago
  49. 3a942ac Add a test for llvm-ar's m operation. by Rafael Espindola · 11 years ago
  50. 71857cc Fix a FIXME about the format and add a test. by Rafael Espindola · 11 years ago
  51. 12fa028 Merge these tests. by Rafael Espindola · 11 years ago
  52. aad52df Use a more unique name to avoid conflicting with directory.ll tests when running by Rafael Espindola · 11 years ago
  53. fc69987 Add a test for llvm-ar's 'd' operation. by Rafael Espindola · 11 years ago
  54. 86779ee Add tests for the 'x' operation. by Rafael Espindola · 11 years ago
  55. b0d5993 Remove this test for now. by Rafael Espindola · 11 years ago
  56. a739759 Find the symbol table on archives created on OS X. by Rafael Espindola · 11 years ago
  57. 6911911 Move tests from test/Archive to test/Object. by Rafael Espindola · 11 years ago
  58. 5159718 Don't crash in 'llvm -s' when an archive has no symtab. by Rafael Espindola · 11 years ago
  59. 61de142 Don't create an archive if, for example, we are asked to print the index. by Rafael Espindola · 11 years ago
  60. 6d88f9b Add support for archives with no symbol table or string table. by Rafael Espindola · 11 years ago
  61. 09a7f60 Add support for gnu archives with a string table and no symtab. by Rafael Espindola · 11 years ago
  62. 40d40dd Make llvm-nm return 1 on error. by Rafael Espindola · 11 years ago
  63. 068463b [yaml2obj][ELF] Make symbol table top-level key. by Sean Silva · 11 years ago
  64. 6f0ca0c This was a nifty test, but remove it. by Sean Silva · 11 years ago
  65. 8fa3889 Revert "Put r184469 disassembler test back on X86" by Sean Silva · 11 years ago
  66. b37e50b Put r184469 disassembler test back on X86 by Renato Golin · 11 years ago
  67. a622a3f [yaml2obj][ELF] Don't do disassembly in this test. by Sean Silva · 11 years ago
  68. 326c193 [yaml2obj][ELF] Allow expressing undefined symbols. by Sean Silva · 11 years ago
  69. 4235ba3 [yaml2obj][ELF] Don't explicitly set `Binding` with STB_* by Sean Silva · 11 years ago
  70. e38f640 [yaml2obj][ELF] Add support for st_value and st_size. by Sean Silva · 11 years ago
  71. 6525e92b [yaml2obj][ELF] Allow symbols to reference sections. by Sean Silva · 11 years ago
  72. 440dfe9 Make sure ar is creating a new file instead of updating an existing one. by Rafael Espindola · 11 years ago
  73. 6e6259d [yaml2obj][ELF] Beef up this test a bit. by Sean Silva · 11 years ago
  74. ea94e11 [yaml2obj][ELF] Support ELFOSABI_* enum. by Sean Silva · 11 years ago
  75. 5ba1225 [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys. by Sean Silva · 11 years ago
  76. ca0170f [yaml2obj][ELF] Ensure STN_UNDEF entry is present. by Sean Silva · 11 years ago
  77. afcf60f [yaml2obj][ELF] Rudimentary symbol table support. by Sean Silva · 11 years ago
  78. 9c22f87 Basic support for parsing Mach-O universal binaries in LLVMObject library by Alexey Samsonov · 11 years ago
  79. fe57e34 [yaml2obj] Add support for sh_link via `Link` key. by Sean Silva · 11 years ago
  80. 97d37e8 [yaml2obj] Add support for sh_addralign via `AddressAlign` key. by Sean Silva · 11 years ago
  81. 2a7e79a [yaml2obj] Add support for specifying raw section content. by Sean Silva · 11 years ago
  82. 45b812d [yaml2obj] Add sh_addr via `Address` key. by Sean Silva · 11 years ago
  83. 274264c [yaml2obj] Initial ELF section support. by Sean Silva · 11 years ago
  84. 0d3b9ac [yaml2obj] Remove fragile test case. by Sean Silva · 11 years ago
  85. 457c8eb Fix dubious type name similar to member name. by Sean Silva · 11 years ago
  86. 5918b7a [yaml2obj] Initial ELF support. by Sean Silva · 11 years ago
  87. 285bd8e Move the test for the data in code into the ARM directory as it is an ARM by Kevin Enderby · 11 years ago
  88. 54154f3 Teach llvm-objdump with the -macho parser how to use the data in code table by Kevin Enderby · 11 years ago
  89. e3a0e7f Print symbol names in relocations when dumping COFF as YAML. by Rafael Espindola · 11 years ago
  90. 23a22cd Don't print default values for NumberOfAuxSymbols and AuxiliaryData. by Rafael Espindola · 11 years ago
  91. 6c1202c Handle relocations that don't point to symbols. by Rafael Espindola · 11 years ago
  92. 891c0cd [Object/COFF] Fix Windows .lib name handling. by Rui Ueyama · 11 years ago
  93. 7486d92 Change how we iterate over relocations on ELF. by Rafael Espindola · 11 years ago
  94. 2c94d0f Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 11 years ago
  95. e67c9c3 Use std::list so that we have a stable iterator. by Rafael Espindola · 11 years ago
  96. ff9a6b4 Temporarily disable this test because it is failing when using libc++. by Bob Wilson · 11 years ago
  97. 2bbe378 Convert obj2yaml to use yamlio. by Rafael Espindola · 11 years ago
  98. ebb9f17 Object: Fix Mach-O relocation printing. by Ahmed Bougacha · 11 years ago
  99. 167957f Change getRelocationAdditionalInfo to be ELF only. by Rafael Espindola · 11 years ago
  100. 7098ae2 Split Alignment out of the Section Characteristics. by Rafael Espindola · 11 years ago