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