1. c6af243 Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros. by Michael J. Spencer · 11 years ago
  2. ef99356 MC: Disassembled CFG reconstruction. by Ahmed Bougacha · 11 years ago
  3. 2c94d0f Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 11 years ago
  4. 8c18a6f The command line options need to be processed before we create the TargetMachine. by Bill Wendling · 11 years ago
  5. e67c9c3 Use std::list so that we have a stable iterator. by Rafael Espindola · 11 years ago
  6. a73a614 Print uint64_t -debug text correctly on 32-bit hosts by Tim Northover · 11 years ago
  7. 637cb17 Fix the configure build. by Rafael Espindola · 11 years ago
  8. 2bbe378 Convert obj2yaml to use yamlio. by Rafael Espindola · 11 years ago
  9. abb38fe Minor changes to the MCJITTest unittests to use the correct API for finalizing by David Tweed · 11 years ago
  10. 27a33ad llvm-objdump: Initialize MCDisassembler once instead of for each section. by Ahmed Bougacha · 11 years ago
  11. 453f4f0 Use only explicit bool conversion operators by David Blaikie · 11 years ago
  12. 13a3cf1 SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the by Filip Pizlo · 11 years ago
  13. 4a97170 Remove the MachineMove class. by Rafael Espindola · 11 years ago
  14. bed93b0 Introduce convenience typedefs for the 4 ELF object types. by Rafael Espindola · 11 years ago
  15. 167957f Change getRelocationAdditionalInfo to be ELF only. by Rafael Espindola · 11 years ago
  16. 13ace66 Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD by Daniel Malea · 11 years ago
  17. e449654 Remove exception handling support from the old JIT. by Rafael Espindola · 11 years ago
  18. 7098ae2 Split Alignment out of the Section Characteristics. by Rafael Espindola · 11 years ago
  19. 730d718 Remove some redundant includes in llvm-mc.cpp. by Rafael Espindola · 11 years ago
  20. c1685b3 Optimize llvm-link too. by Rafael Espindola · 11 years ago
  21. fca8863 Last batch of cleanups to Linker.h. by Rafael Espindola · 11 years ago
  22. 1051937 Don't construct or delete a module on the Linker. by Rafael Espindola · 11 years ago
  23. ae8f1f3 Remove unused members and constructor arguments. by Rafael Espindola · 11 years ago
  24. b00b4be Add missing header. by Rafael Espindola · 11 years ago
  25. 1aef163 Revert r181009. by Amara Emerson · 11 years ago
  26. 5d446e6 Add support for reading ARM ELF build attributes. by Amara Emerson · 11 years ago
  27. 53f1b19 Remove redundant flag. by Bill Wendling · 11 years ago
  28. 2900535 We don't want FP elimination when doing an Apple-style build. by Bill Wendling · 11 years ago
  29. 2173e18 Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser. by Rafael Espindola · 11 years ago
  30. 956ca72 Clarify getRelocationAddress x getRelocationOffset a bit. by Rafael Espindola · 11 years ago
  31. 3d3cc32 Don't compute a std::vector<uint8_t> just to write it out a stream. by Rafael Espindola · 11 years ago
  32. 802fe93 Use pointers to iterate over symbols. by Rafael Espindola · 11 years ago
  33. d4ee392 Don't produce an empty llvm.compiler.used in LTO. by Rafael Espindola · 11 years ago
  34. a0840c4 Fix typo. by Rafael Espindola · 11 years ago
  35. c0f15f6 Simplify yaml2obj a bit. by Rafael Espindola · 11 years ago
  36. 120cf57 Write relocations in yaml2obj. by Rafael Espindola · 11 years ago
  37. c74142a llvm-readobj: Dump more COFF auxiliary records by Nico Rieck · 11 years ago
  38. 92f5e26 llvm-readobj: Check for null section pointer by Nico Rieck · 11 years ago
  39. 4883193 llvm-readobj: Do not print NULL StringRefs by Nico Rieck · 11 years ago
  40. 972b26b Remove dead code. by Rafael Espindola · 11 years ago
  41. d0ec6dd These can be void. by Rafael Espindola · 11 years ago
  42. daf0f44 Rename obj2yaml local namespace to avoid conflicts with llvm::yaml. by Rafael Espindola · 11 years ago
  43. 9e39d0b Remove local namespace yaml to avoid confusion with llvm::yaml. by Rafael Espindola · 11 years ago
  44. da177ce Small obj2yaml cleanups. by Rafael Espindola · 11 years ago
  45. f59a2a8 Remove COFFYAML::Header. by Rafael Espindola · 11 years ago
  46. 7a7e83a Remove COFFYAML::Relocation. by Rafael Espindola · 11 years ago
  47. db5f927 Don't read one command past the end. by Rafael Espindola · 11 years ago
  48. fd7aa38 At Jim Grosbach's request detemplate Object/MachO.h. by Rafael Espindola · 11 years ago
  49. df39be6 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 11 years ago
  50. 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
  51. c7f424d Remove getters now that we can specialize structs on the host endianness. by Rafael Espindola · 11 years ago
  52. 604b357 Replace uses of the deprecated std::auto_ptr with OwningPtr. by Andy Gibbs · 11 years ago
  53. 60d20a8 Revert "Recommit r179497 after fixing uninitialized variable." until by Eric Christopher · 11 years ago
  54. fdf9624 Recommit r179497 after fixing uninitialized variable. by Eric Christopher · 11 years ago
  55. f1216ab Revert "Remove some unused triple and data layout." by Eric Christopher · 11 years ago
  56. 10f8d2b If we've specified a triple on the command line then go ahead by Eric Christopher · 11 years ago
  57. da2a237 Finish templating MachObjectFile over endianness. by Rafael Espindola · 11 years ago
  58. 3389e10 Revert broken pieces of r179373. by Benjamin Kramer · 11 years ago
  59. 200241e Replace uses of the deprecated std::auto_ptr with OwningPtr. by Andy Gibbs · 11 years ago
  60. cf3b55a Teach llvm-readobj to print ELF program headers by Nico Rieck · 11 years ago
  61. 1c8dfa5 Add -expand-relocs to llvm-readobj by Nico Rieck · 11 years ago
  62. e292347 Add 179294 back, but don't use bit fields so that it works on big endian hosts. by Rafael Espindola · 11 years ago
  63. 59a8b5a Revert my last two commits while I debug what is wrong in a big endian host. by Rafael Espindola · 11 years ago
  64. 4edf092 Print more information about relocations. by Rafael Espindola · 11 years ago
  65. 317d3f4 Simplify the code. No functionality change. by Rafael Espindola · 11 years ago
  66. b08c6df Template MachOObjectFile over endianness too. by Rafael Espindola · 11 years ago
  67. a2561a0 Template the MachO types over endianness. by Rafael Espindola · 11 years ago
  68. f6cfc15 Convert MachOObjectFile to a template. by Rafael Espindola · 11 years ago
  69. 335f1d4 Template the MachO types over the word size. by Rafael Espindola · 11 years ago
  70. 89ec385 Remove a global 'endl' variable from the other file as well. by Chandler Carruth · 11 years ago
  71. 97034bb Clean up namespaces in obj2yaml.cpp. by Chandler Carruth · 11 years ago
  72. 724a7b1 Cleanup the formatting of obj2yaml.cpp. by Chandler Carruth · 11 years ago
  73. bcff69a Don't define our own global 'endl' variable. While technically it had by Chandler Carruth · 11 years ago
  74. 433611b Implement MachOObjectFile::getHeader directly. by Rafael Espindola · 11 years ago
  75. 6ab85a8 Remove LoadCommandInfo now that we always have a pointer to the command. by Rafael Espindola · 11 years ago
  76. 77638d9 Add MachOObjectFile::LoadCommandInfo. by Rafael Espindola · 11 years ago
  77. 3eff318 Remove MachOObjectFile::getObject. by Rafael Espindola · 11 years ago
  78. 0be4eaf Remove two uses of getObject. by Rafael Espindola · 11 years ago
  79. 1efa604 Remove usage of InMemoryStruct in getSymbol. by Rafael Espindola · 11 years ago
  80. 7ea2e48 Remove a use of InMemoryStruct in llvm-readobj. by Rafael Espindola · 11 years ago
  81. 305b826 Make getObject const. Remove a const_cast. by Rafael Espindola · 11 years ago
  82. 196abbf Remove last use of InMemoryStruct in llvm-objdump. by Rafael Espindola · 11 years ago
  83. 13d2972 Remove dead code. by Rafael Espindola · 11 years ago
  84. eb721c0 Remove unused argument. by Rafael Espindola · 11 years ago
  85. 3455b32 Move yaml2obj to tools too. by Rafael Espindola · 11 years ago
  86. 3440d0b Fix include guards to match new location. by Rafael Espindola · 11 years ago
  87. f16c2bb Don't fetch pointers from a InMemoryStruct. by Rafael Espindola · 11 years ago
  88. ef148af llvm-symbolizer: correctly parse filenames given in quotes by Alexey Samsonov · 11 years ago
  89. 46af067 Move obj2yaml to tools to sort out make's dependencies. by Rafael Espindola · 12 years ago
  90. 436633e Don't export symbols in every binary on linux. by Rafael Espindola · 12 years ago
  91. 76e70f3 Implements low-level object file format specific output for COFF and by Eric Christopher · 12 years ago
  92. 99ff2ba Don't disassemble symbols with an unknown address or size. by Eric Christopher · 12 years ago
  93. d696544 Run the ObjCARCContract pass for LTO. <rdar://problem/13538084> by Bob Wilson · 12 years ago
  94. 0f3e4b1 Manually update the dependencies in the Makefiles. It turns out that all by Chandler Carruth · 12 years ago
  95. 7fc162f Split out the IRReader header and the utility functions it provides into by Chandler Carruth · 12 years ago
  96. bd1737c [tools][llvm-readobj] print the name of the section when iterating the symbol table / dynamic symbol table by Shankar Easwaran · 12 years ago
  97. 576a0b4 Remove stale comment by Eli Bendersky · 12 years ago
  98. 51283a1 Fix for r177390: map values are pointers, use DeleteContainerSeconds() instead of .clear() by Alexey Samsonov · 12 years ago
  99. e9e10d1 llvm-symbolizer: flush internal caches functionality by Dmitry Vyukov · 12 years ago
  100. df41cf0 Build LLVMgold.so on FreeBSD using cmake. Patch by Stephen Checkoway. by Rafael Espindola · 12 years ago