Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / MC / MCDisassembler / Disassembler.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-24 Benjamin KramerlibLTO: Add a utility method to initialize the disassem...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-04-06 Sean CallananFixed two leaks in the MC disassembler. The MC
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-17 Kevin EnderbyFix typo in comment ldopen() -> dlopen().
2012-02-17 Kevin EnderbyPut back the initializing the targets in the disassembl...
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-11-11 Benjamin KramerClients are responsible for initializing the targets...
2011-10-04 Kevin EnderbyAdding back support for printing operands symbolically...
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Owen AndersonThe the MC disassembler C API to print in verbose mode...
2011-09-07 James MolloyRefactor instprinter and mcdisassembler to take a Subta...
2011-09-01 James MolloyFix apparent build error caused by r138948 on certain...
2011-09-01 Nick LewyckyFix the build for us -Werror users.
2011-09-01 James MolloyFix up r137380 based on post-commit review by Jim Grosbach.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
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...