Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
[oota-llvm.git] / lib / MC / MCDisassembler / Disassembler.cpp
2011-07-22 Evan ChengCombine all MC initialization routines into one. e...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengInclude MCRegisterInfo to eliminate a compilation warning.
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-05-22 Chris Lattnerswitch to using a smallvector to avoid allocations...
2011-05-22 Chris Lattnertidy some things up.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-04-09 Benjamin KramerFix potential buffer overflow on win32.
2011-03-29 Francois PichetFix the MSVC build.
2011-03-28 Kevin EnderbyAgain adding a C API to the disassembler for use by...
2011-03-26 Kevin EnderbyRemove the files for r128308 as it is causing a buildbo...
2011-03-26 Kevin EnderbyAdding a C API to the disassembler for use by such...