- dce4a40 Update LLVM for 3.5 rebase (r209712). by Stephen Hines · 11 years ago
- 36b5688 Update to LLVM 3.5a. by Stephen Hines · 11 years ago
- 4b3685d [llvm-c][Disassembler] When printing latency information, fall back to the by Quentin Colombet · 12 years ago
- 4897e26 [llvm-c][Disassembler] When printing latency information, skip scheduling by Quentin Colombet · 12 years ago
- 797f06e [llvm-c][Disassembler] Add an option to print latency information in by Quentin Colombet · 12 years ago
- 76502a7 [llvm-c][Disassembler] Add an option to reproduce in disassembled output the by Quentin Colombet · 12 years ago
- 99cb622 Use pointers to the MCAsmInfo and MCRegInfo. by Bill Wendling · 12 years ago
- de7cbbf Follow up of the introduction of MCSymbolizer. by Quentin Colombet · 12 years ago
- 2c94d0f Add MCSymbolizer for symbolic/annotated disassembly. by Ahmed Bougacha · 12 years ago
- b737702 Missed removing one of the assert()'s from the LLVMCreateDisasmCPU() library by Kevin Enderby · 12 years ago
- 4a97170 Remove the MachineMove class. by Rafael Espindola · 12 years ago
- 2ee69f1 Remove the assert()'s from the LLVMCreateDisasmCPU() library API and just by Kevin Enderby · 13 years ago
- 5469f60 Add to the disassembler C API an option to print the disassembled by Kevin Enderby · 13 years ago
- 68a590d Add C API for specifying CPU to the disassembler. by Jim Grosbach · 13 years ago
- 14ccc90 Added a option to the disassembler to print immediates as hex. by Kevin Enderby · 13 years ago
- d04a8d4 Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- 8a2ce5d libLTO: Add a utility method to initialize the disassemblers. by Benjamin Kramer · 13 years ago
- 3ed0316 Add support for annotated disassembly output for X86 and arm. by Kevin Enderby · 13 years ago
- 55e7980 Fixed two leaks in the MC disassembler. The MC by Sean Callanan · 13 years ago
- 17463b3 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
- c6449b6 Make MCRegisterInfo available to the the MCInstPrinter. by Jim Grosbach · 14 years ago
- adef06a Make MemoryObject accessor members const again by Derek Schuff · 14 years ago
- d9165eb Fix typo in comment ldopen() -> dlopen(). by Kevin Enderby · 14 years ago
- fc0d740 Put back the initializing the targets in the disassembler API with a comment as by Kevin Enderby · 14 years ago
- 2ea9387 Enable streaming of bitcode by Derek Schuff · 14 years ago
- 4d6ccb5 More dead code removal (using -Wunreachable-code) by David Blaikie · 14 years ago
- 178051f Clients are responsible for initializing the targets, remove it from the disassembler API. by Benjamin Kramer · 14 years ago
- 9e5887b Adding back support for printing operands symbolically to ARM's new disassembler by Kevin Enderby · 14 years ago
- 317eaf1 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
- 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 · 14 years ago
- 8f29e69 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
- b950585 Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson. by James Molloy · 14 years ago
- ee06443 Fix apparent build error caused by r138948 on certain versions of GCC with -Werror. Sorry for the inconvenience. by James Molloy · 14 years ago
- 833a003 Fix the build for us -Werror users. by Nick Lewycky · 14 years ago
- c047dca Fix up r137380 based on post-commit review by Jim Grosbach. by James Molloy · 14 years ago
- 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
- 4b64e8a Separate MCInstPrinter registration from AsmPrinter registration. by Evan Cheng · 14 years ago
- e78085a Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, by Evan Cheng · 14 years ago
- 203576a Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. by Evan Cheng · 14 years ago
- 4c81648 Include MCRegisterInfo to eliminate a compilation warning. by Evan Cheng · 14 years ago
- e76a33b Add MCObjectFileInfo and sink the MCSections initialization code from by Evan Cheng · 14 years ago
- 4396613 Introduce MCCodeGenInfo, which keeps information that can affect codegen by Evan Cheng · 14 years ago
- 0e6a052 Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down by Evan Cheng · 14 years ago
- 1abf2cb Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes. by Evan Cheng · 14 years ago
- b262799 createMCInstPrinter doesn't need TargetMachine anymore. by Evan Cheng · 14 years ago
- 276365d Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to by Evan Cheng · 14 years ago
- 9063b55 switch to using a smallvector to avoid allocations for most normal size instructions. by Chris Lattner · 14 years ago
- 97ff42d tidy some things up. by Chris Lattner · 14 years ago
- 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- bd33276 Adding support for printing operands symbolically to llvm's public 'C' by Kevin Enderby · 14 years ago
- 5731ff6 Fix potential buffer overflow on win32. by Benjamin Kramer · 14 years ago
- 79abc9d Fix the MSVC build. by Francois Pichet · 15 years ago
- 93f7936 Again adding a C API to the disassembler for use by such tools as Darwin's by Kevin Enderby · 15 years ago
- 17cbaa3 Remove the files for r128308 as it is causing a buildbot failure. by Kevin Enderby · 15 years ago
- 12b04be Adding a C API to the disassembler for use by such tools as Darwin's otool(1). by Kevin Enderby · 15 years ago