aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCDisassembler/Disassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
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