1. f78650a Remove trailing space by Fangrui Song · 7 years ago
  2. 82de7d3 Apply clang-tidy's misc-move-constructor-init throughout LLVM. by Benjamin Kramer · 9 years ago
  3. 391be79 One more batch of self-containing headers. by Benjamin Kramer · 10 years ago
  4. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  5. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  6. 76e5557 [llvm-c][Disassembler] When printing latency information, fall back to the by Quentin Colombet · 12 years ago
  7. 5f09cb0 [llvm-c][Disassembler] Add an option to print latency information in by Quentin Colombet · 12 years ago
  8. 85cf531 Add to the disassembler C API an option to print the disassembled by Kevin Enderby · 13 years ago
  9. 802d755 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 13 years ago
  10. 3f87e3b Add accessors for all private members of DisasmContext. by Benjamin Kramer · 13 years ago
  11. e804b5b Fixed two leaks in the MC disassembler. The MC by Sean Callanan · 13 years ago
  12. 233f130 The the MC disassembler C API to print in verbose mode. Perhaps there should be a parameter to request verbose mode? by Owen Anderson · 14 years ago
  13. bbf3b0d Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
  14. d60fa58b Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down by Evan Cheng · 14 years ago
  15. 1b86ea8 Give MC/MCDisassembler/Disassembler.h a header guard. by Sebastian Redl · 14 years ago
  16. 9377a52 Adding support for printing operands symbolically to llvm's public 'C' by Kevin Enderby · 14 years ago
  17. f3070dc Again adding a C API to the disassembler for use by such tools as Darwin's by Kevin Enderby · 15 years ago
  18. d077a85 Remove the files for r128308 as it is causing a buildbot failure. by Kevin Enderby · 15 years ago
  19. c8b4078 Adding a C API to the disassembler for use by such tools as Darwin's otool(1). by Kevin Enderby · 15 years ago