1. f78650a Remove trailing space by Fangrui Song · 7 years ago
  2. 5f8f34e4 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  3. b941aba Shrink various scheduling tables by using narrower types. by Benjamin Kramer · 8 years ago
  4. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  5. 3d8b0eb [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  6. 36d33fc Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC) by Mehdi Amini · 9 years ago
  7. 33d7b76 Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  8. 82de7d3 Apply clang-tidy's misc-move-constructor-init throughout LLVM. by Benjamin Kramer · 9 years ago
  9. e3ec688 Remove unnecessary header include. by Lang Hames · 9 years ago
  10. 391be79 One more batch of self-containing headers. by Benjamin Kramer · 10 years ago
  11. e49730d Remove autoconf support by Chris Bieneman · 10 years ago
  12. f57c197 Reflect the MC/MCDisassembler split on the include/ level. by Benjamin Kramer · 10 years ago
  13. 835594e Delete MCRelocationInfo::createExprForRelocation. by Pete Cooper · 10 years ago
  14. 50f1723 Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  15. 153010c Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  16. c40de48 Revert r247684 - Replace Triple with a new TargetTuple ... by Daniel Sanders · 10 years ago
  17. 18d4b0d Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  18. 556b21a Remove and forbid raw_svector_ostream::flush() calls. by Yaron Keren · 10 years ago
  19. a3668a3 Remove raw_svector_ostream::resync and users. It's no-op after r244870. by Yaron Keren · 10 years ago
  20. f423f56 Change the last few internal StringRef triples into Triple objects. by Daniel Sanders · 10 years ago
  21. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  22. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  23. 9aa7e38 Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC. by Daniel Sanders · 10 years ago
  24. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  25. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  26. e9119e4 MC: Modernize MCOperand API naming. NFC. by Jim Grosbach · 10 years ago
  27. f801940 Replace the MCSubtargetInfo parameter with a Triple when creating by Eric Christopher · 10 years ago
  28. 71b1e5f Rename const char *Triple argument to TT to avoid shadowing llvm::Triple. by Eric Christopher · 10 years ago
  29. b46d023 [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the by Akira Hatanaka · 11 years ago
  30. 186db43 unique_ptrify the RelInfo parameter to TargetRegistry::createMCSymbolizer by David Blaikie · 11 years ago
  31. acf2576 Grammar and spelling. by Eric Christopher · 11 years ago
  32. 6c93397 Fix a regression on the disassembling C API. by Rafael Espindola · 11 years ago
  33. cac0088 Remove the now unused StringRefMemoryObject.h. by Rafael Espindola · 11 years ago
  34. 7fc5b87 Pass an ArrayRef to MCDisassembler::getInstruction. by Rafael Espindola · 11 years ago
  35. 1d7d4eb Use a StringRefMemoryObject. NFC. by Rafael Espindola · 11 years ago
  36. 7a77075 Extend C disassembler API to allow specifying target features by Bradley Smith · 11 years ago
  37. 1175945 Change MCSchedModel to be a struct of statically initialized data. by Pete Cooper · 11 years ago
  38. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  39. 5addace Finish inverting the MC -> Object dependency. by Rafael Espindola · 11 years ago
  40. e69170a Revert "Introduce a string_ostream string builder facilty" by Alp Toker · 11 years ago
  41. 6147173 Introduce a string_ostream string builder facilty by Alp Toker · 11 years ago
  42. 353eda4 [C++] Use 'nullptr'. by Craig Topper · 11 years ago
  43. a1bc0f5 [MC] Require an MCContext when constructing an MCDisassembler. by Lang Hames · 11 years ago
  44. 95400e2 Remove redundant symbolization support from MCDisassembler interface. by Lang Hames · 11 years ago
  45. 6924782 Remove forward declaration for Target class - Target is already defined here. by Lang Hames · 12 years ago
  46. 59be68f [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  47. df17c83 Change MCDisassembler::setSymbolizer to take unique_ptr by value. by Ahmed Charles · 12 years ago
  48. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  49. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  50. f16c8c5 For the 'C' disassembler API, add a new ReferenceType for the by Kevin Enderby · 12 years ago
  51. 19bccb7 Revert "For disassembly when adding a symbolic operand that is a C++ symbol name, also put the human readable name in a comment." by Reid Kleckner · 12 years ago
  52. b05bec7 For disassembly when adding a symbolic operand that is a C++ by Kevin Enderby · 12 years ago
  53. 8bc9bfa Prune redundant dependencies in LLVMBuild.txt. by NAKAMURA Takumi · 12 years ago
  54. 76e5557 [llvm-c][Disassembler] When printing latency information, fall back to the by Quentin Colombet · 12 years ago
  55. c366504 [llvm-c][Disassembler] When printing latency information, skip scheduling by Quentin Colombet · 12 years ago
  56. 5f09cb0 [llvm-c][Disassembler] Add an option to print latency information in by Quentin Colombet · 12 years ago
  57. 93a98aa [llvm-c][Disassembler] Add an option to reproduce in disassembled output the by Quentin Colombet · 12 years ago
  58. bc07a89 Use pointers to the MCAsmInfo and MCRegInfo. by Bill Wendling · 12 years ago
  59. f482805 Follow up of the introduction of MCSymbolizer. by Quentin Colombet · 12 years ago
  60. ad1084d Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 12 years ago
  61. 64d9345 Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() library by Kevin Enderby · 12 years ago
  62. 227144c Remove the MachineMove class. by Rafael Espindola · 12 years ago
  63. f536c6a Remove the assert()'s from the LLVMCreateDisasmCPU() library API and just by Kevin Enderby · 13 years ago
  64. e3d3230 Remove edis - the enhanced disassembler. Fixes PR14654. by Roman Divacky · 13 years ago
  65. 85cf531 Add to the disassembler C API an option to print the disassembled by Kevin Enderby · 13 years ago
  66. 0ca9d5b Add C API for specifying CPU to the disassembler. by Jim Grosbach · 13 years ago
  67. 168ffb3 Added a option to the disassembler to print immediates as hex. by Kevin Enderby · 13 years ago
  68. 802d755 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 13 years ago
  69. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  70. 9bcb922 libLTO: Add a utility method to initialize the disassemblers. by Benjamin Kramer · 13 years ago
  71. f0e8720 [ms-inline asm] Add support for creating AsmRewrites in the target specific by Chad Rosier · 13 years ago
  72. 62183c4 Add support for annotated disassembly output for X86 and arm. by Kevin Enderby · 13 years ago
  73. 848094e Whitespace. by Chad Rosier · 13 years ago
  74. 3f87e3b Add accessors for all private members of DisasmContext. by Benjamin Kramer · 13 years ago
  75. 49ea89e Compress MCRegisterInfo register name tables. by Jakob Stoklund Olesen · 13 years ago
  76. 9520719 Mark some static arrays as const. by Craig Topper · 13 years ago
  77. e804b5b Fixed two leaks in the MC disassembler. The MC by Sean Callanan · 13 years ago
  78. 54bfde7 Make MCInstrInfo available to the MCInstPrinter. This will be used to remove getInstructionName and the static data it contains since the same tables are already in MCInstrInfo. by Craig Topper · 13 years ago
  79. fd93a59 Make MCRegisterInfo available to the the MCInstPrinter. by Jim Grosbach · 14 years ago
  80. 56b662c Make MemoryObject accessor members const again by Derek Schuff · 14 years ago
  81. 2d27b0f Switch the llvm::Triple class to immediately parse the triple string on by Chandler Carruth · 14 years ago
  82. 636a3d6 Remove dead code. Improve llvm_unreachable text. Simplify some control flow. by Ahmed Charles · 14 years ago
  83. 1eb5cd9 Fix typo in comment ldopen() -> dlopen(). by Kevin Enderby · 14 years ago
  84. 86f94ce Put back the initializing the targets in the disassembler API with a comment as by Kevin Enderby · 14 years ago
  85. a2886c2 Convert assert(0) to llvm_unreachable by Craig Topper · 14 years ago
  86. 8b2dcad Enable streaming of bitcode by Derek Schuff · 14 years ago
  87. bdce388 Modified the Enhanced Disassembler to create and by Sean Callanan · 14 years ago
  88. 46a9f01 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
  89. 233149c Fix some leftover control reaches end of non-void function warnings. by Benjamin Kramer · 14 years ago
  90. edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  91. 539d0a8 build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 14 years ago
  92. fe2d028 build: Update CMakeLists.txt. by Daniel Dunbar · 14 years ago
  93. b074d10 edis: Sink EDMain.cpp into lib/MC/MCDisassembler. by Daniel Dunbar · 14 years ago
  94. 52823cc build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies. by Daniel Dunbar · 14 years ago
  95. f554228 Clients are responsible for initializing the targets, remove it from the disassembler API. by Benjamin Kramer · 14 years ago
  96. b27317f build/MCDisassembler: Fix required libraries list of MCDisassembler to use by Daniel Dunbar · 14 years ago
  97. bf9bba4 build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 14 years ago
  98. a3a0681 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 14 years ago
  99. 5dcda64 Adding back support for printing operands symbolically to ARM's new disassembler by Kevin Enderby · 14 years ago
  100. 69fa8ff In the disassembler C API, be careful not to confuse the comment streamer that the disassembler outputs annotations on with the streamer that the InstPrinter will print them on. by Owen Anderson · 14 years ago