aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCDisassembler/Disassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-24libLTO: Add a utility method to initialize the disassemblers.Benjamin Kramer1-13/+0
2012-10-22Add support for annotated disassembly output for X86 and arm.Kevin Enderby1-0/+14
2012-04-06Fixed two leaks in the MC disassembler. The MCSean Callanan1-1/+3
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper1-1/+4
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach1-1/+1
2012-02-29Make MemoryObject accessor members const againDerek Schuff1-2/+2
2012-02-17Fix typo in comment ldopen() -> dlopen().Kevin Enderby1-1/+1
2012-02-17Put back the initializing the targets in the disassembler API with a comment asKevin Enderby1-0/+13
2012-02-06Enable streaming of bitcodeDerek Schuff1-2/+2
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-1/+2
2011-11-11Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer1-7/+0
2011-10-04Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby1-1/+1
2011-09-21In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson1-2/+0
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson1-18/+6
2011-09-15The the MC disassembler C API to print in verbose mode. Perhaps there should...Owen Anderson1-0/+22
2011-09-07Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy1-2/+6
2011-09-01Fix apparent build error caused by r138948 on certain versions of GCC with -W...James Molloy1-12/+19
2011-09-01Fix the build for us -Werror users.Nick Lewycky1-19/+15
2011-09-01Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy1-13/+20
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-2/+2
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng1-1/+0
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng1-3/+1
2011-07-20Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng1-17/+2
2011-07-20Include MCRegisterInfo to eliminate a compilation warning.Evan Cheng1-1/+2
2011-07-20Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng1-1/+1
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-0/+1
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng1-3/+7
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng1-1/+2
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng1-1/+1
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng1-1/+3
2011-05-22switch to using a smallvector to avoid allocations for most normal size instr...Chris Lattner1-2/+2
2011-05-22tidy some things up.Chris Lattner1-16/+6
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-04-11Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby1-1/+2
2011-04-09Fix potential buffer overflow on win32.Benjamin Kramer1-12/+9
2011-03-29Fix the MSVC build.Francois Pichet1-0/+4
2011-03-28Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby1-0/+169
2011-03-26Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby1-169/+0
2011-03-26Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby1-0/+169