1. 51cf866 Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs. by Benjamin Kramer · 13 years ago
  2. c6449b6 Make MCRegisterInfo available to the the MCInstPrinter. by Jim Grosbach · 13 years ago
  3. 2c67727 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. by David Meyer · 13 years ago
  4. adef06a Make MemoryObject accessor members const again by Derek Schuff · 13 years ago
  5. c46255a In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. by David Meyer · 13 years ago
  6. 2ea9387 Enable streaming of bitcode by Derek Schuff · 13 years ago
  7. a993505 Allow command-line overrides of the target triple with the Mach-O by Cameron Zwarich · 13 years ago
  8. ec8eac6 Do the same fix as r149667, but for the Mach-O disassembler. by Cameron Zwarich · 13 years ago
  9. aab2191 Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOS by Cameron Zwarich · 13 years ago
  10. 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  11. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  12. b0436a7 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
  13. 790552c Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 13 years ago
  14. 9b24738 Fixed ObjectFile functions: by Danil Malyshev · 13 years ago
  15. f81285c llvm-objdump: Ignore non-objects in archives. by Michael J. Spencer · 13 years ago
  16. 0d3c223 LLVMBuild: Add description files for the LLVM tools. by Daniel Dunbar · 13 years ago
  17. 7d3f8b8 Fix llvm-objdump's MachO mode to not depend on the value returned by RelocationRef::getInfo(). by Owen Anderson · 13 years ago
  18. 41a9649 Add more PRI.64 macros for MSVC and use them throughout the codebase. by Benjamin Kramer · 13 years ago
  19. 9df3b91 uint64 formatted output: replaced %llx with PRIx64 macro. by Stepan Dyatkovskiy · 13 years ago
  20. 10c044e Revert r143149, stubbing out symbolic disassembly support. The symbolic disassembly support is too MC-engrained to be useful in llvm-objdump. by Owen Anderson · 13 years ago
  21. f1b7448 Stub out support for symbol disassembly in llvm-objdump. by Owen Anderson · 13 years ago
  22. 6eb1ed8 Fixed llvm-objdump uint64_t formatted output. by Stepan Dyatkovskiy · 13 years ago
  23. 9472b8d Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info. by Owen Anderson · 13 years ago
  24. 0685e94 Add support for the notion of "hidden" relocations. On MachO, these are relocation entries that are used as additional information for other, real relocations, rather than being relocations themselves. by Owen Anderson · 13 years ago
  25. 34749ce Fix off-by-one error when printing relocations inline with disassembly. by Owen Anderson · 13 years ago
  26. 22ff0f3 llvm-objdump: Add static symbol table dumping. by Michael J. Spencer · 13 years ago
  27. 8c39c96 build: Tidy up a bunch of tool Makefiles, and simplify where possible using the by Daniel Dunbar · 13 years ago
  28. 4984d64 Revert "llvm-objdump: Add static symbol table dumping." by Michael J. Spencer · 13 years ago
  29. b12715d llvm-objdump: Add static symbol table dumping. by Michael J. Spencer · 13 years ago
  30. 481837a Rewrite most of MachODump to work through the generic libObject interfaces rather than accessing the MachO internals directly. by Owen Anderson · 13 years ago
  31. 1e8ba3f llvm-objdump: Add -s, which prints the contents of each section. by Michael J. Spencer · 13 years ago
  32. 942eb00 llvm-object: Add inline relocation information to disassembly. by Michael J. Spencer · 13 years ago
  33. 14a5f46 llvm-objdump: Fix whitespace. by Michael J. Spencer · 13 years ago
  34. 178dbd4 llvm-objdump: Fix dumping of multiple symbols with the same address. by Michael J. Spencer · 13 years ago
  35. f048c3f llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t. by NAKAMURA Takumi · 13 years ago
  36. 023bb15 Add support for dumping section headers to llvm-objdump. This uses the same by Nick Lewycky · 13 years ago
  37. d226ed71 llvm-objdump: Take ownership of MCInstrInfos. by Benjamin Kramer · 13 years ago
  38. 27781b7 llvm-objdump: Add relocation and archive support. by Michael J. Spencer · 13 years ago
  39. 3773fb4 Fix spelling in comment. by Michael J. Spencer · 13 years ago
  40. 4344b1e Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 13 years ago
  41. a48ad13 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 13 years ago
  42. 67370ef Fix spelling in comment. by Michael J. Spencer · 13 years ago
  43. f1164a2 Change relocation API to be per section. by Michael J. Spencer · 13 years ago
  44. afbaf48 llvm-objdump: Detach symbol listing from section enumeration for mach-o. by Benjamin Kramer · 13 years ago
  45. 91c603b llvm-objdump: Take the data from the right object when there's no dSYM around. by Benjamin Kramer · 13 years ago
  46. b5b8d20 llvm-objdump: Fix use after free. by Benjamin Kramer · 13 years ago
  47. 8c93097 llvm-objdump: Output line info next to the disassembly if available. by Benjamin Kramer · 13 years ago
  48. a894c8e llvm-objdump: factor code better, add comments. by Benjamin Kramer · 13 years ago
  49. bcc1a73 Nope, there's another one! by Benjamin Kramer · 13 years ago
  50. 49ca96d Missed one instance of implicit pointer conversion. by Benjamin Kramer · 13 years ago
  51. 4d90638 Try to make MSVC 2010 happy. by Benjamin Kramer · 13 years ago
  52. 0b8b771 Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additional information that are only available on MachO. by Benjamin Kramer · 13 years ago
  53. 98c5dda Don't attach annotations to MCInst's. Instead, have the disassembler return, and the printer accept, an annotation string which can be passed through if the client cares about annotations. by Owen Anderson · 13 years ago
  54. ac241fe Object: make the following changes into SymbolRef by Benjamin Kramer · 13 years ago
  55. b950585 Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson. by James Molloy · 13 years ago
  56. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  57. 7801136 Some refactoring so TargetRegistry.h no longer has to include any files from MC. by Evan Cheng · 13 years ago
  58. 41ab14b Add MCInstrAnalysis class. This allows the targets to specify own versions of MCInstrDescs functions. by Benjamin Kramer · 13 years ago
  59. c13464f llvm-objdump: disassembly enhancements by Benjamin Kramer · 13 years ago
  60. a21d813 llvm-objdump: Use help of CFG to print assembly when --cfg is passed. by Benjamin Kramer · 13 years ago
  61. dbc46d7 I will save before I commit. by Benjamin Kramer · 13 years ago
  62. 853b0fd llvm-objdump: Ignore unreachable blocks when printing the CFG. by Benjamin Kramer · 13 years ago
  63. 4b64e8a Separate MCInstPrinter registration from AsmPrinter registration. by Evan Cheng · 13 years ago
  64. 1b0fc9b Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMachine's anymore. by Evan Cheng · 13 years ago
  65. e78085a Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 13 years ago
  66. a503ede llvm-objdump: Don't ignore errors from raw_fd_ostream. by Benjamin Kramer · 13 years ago
  67. 83a162e llvm-objdump: Skip branches that leave the current function. by Benjamin Kramer · 13 years ago
  68. 4039313 Move the registered target printing in version strings completely out of by Chandler Carruth · 13 years ago
  69. c3d48ce Unbreak the MSVC build. Since the "next" function already exists in the MSVC headers, we need the explicit llvm:: qualifier to prevent a conflict. by Francois Pichet · 13 years ago
  70. 8eda131 Fix cmake. by Benjamin Kramer · 13 years ago
  71. 685a250 Sketch out an CFG reconstruction mode for llvm-objdump. by Benjamin Kramer · 13 years ago
  72. 14c9246 Fix off-by-one. by Benjamin Kramer · 13 years ago
  73. 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 13 years ago
  74. 739b65b Teach llvm-objdump to disassemble sections symbol by symbol. by Benjamin Kramer · 13 years ago
  75. 1abf2cb Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 13 years ago
  76. 0392a04 Remove some unnecessary includes. by Eli Friedman · 13 years ago
  77. b262799 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 13 years ago
  78. 276365d Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 13 years ago
  79. 25b1577 Object: Add proper error handling. by Michael J. Spencer · 13 years ago
  80. ddcdcc8 Remove unused STL header includes. by Jay Foad · 14 years ago
  81. a5c177e We need to pass the TargetMachine object to the InstPrinter if we are printing by Bill Wendling · 14 years ago
  82. 59315d1 llvm-objdump: Remove redundant includes. by Michael J. Spencer · 14 years ago
  83. d11699d llvm-nm: Fix warning. by Michael J. Spencer · 14 years ago
  84. 92e1deb Add llvm-objdump by Michael J. Spencer · 14 years ago