Remove TargetMachine from PPCInstrInfo and all dependencies and
[oota-llvm.git] / lib / MC / MCDisassembler /
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-11 Lang HamesRemove redundant symbolization support from MCDisassemb...
2014-03-27 Lang HamesRemove forward declaration for Target class - Target...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Ahmed CharlesChange MCDisassembler::setSymbolizer to take unique_ptr...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-01-06 Kevin EnderbyFor the 'C' disassembler API, add a new ReferenceType...
2014-01-03 Reid KlecknerRevert "For disassembly when adding a symbolic operand...
2014-01-03 Kevin EnderbyFor disassembly when adding a symbolic operand that...
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-10-03 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] Add an option to print latency...
2013-10-01 Quentin Colombet[llvm-c][Disassembler] Add an option to reproduce in...
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-24 Quentin ColombetFollow up of the introduction of MCSymbolizer.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.
2013-05-23 Kevin EnderbyMissed removing one of the assert()'s from the LLVMCrea...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-03-12 Kevin EnderbyRemove the assert()'s from the LLVMCreateDisasmCPU...
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-12-18 Kevin EnderbyAdd to the disassembler C API an option to print the...
2012-12-07 Jim GrosbachAdd C API for specifying CPU to the disassembler.
2012-12-05 Kevin EnderbyAdded a option to the disassembler to print immediates...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
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-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
2012-07-18 Chad RosierWhitespace.
2012-06-06 Benjamin KramerAdd accessors for all private members of DisasmContext.
2012-05-25 Jakob Stoklund OlesenCompress MCRegisterInfo register name tables.
2012-05-24 Craig TopperMark some static arrays as const.
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-21 Chandler CarruthSwitch the llvm::Triple class to immediately parse...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
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-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-04 Sean CallananModified the Enhanced Disassembler to create and
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-10 Benjamin KramerFix some leftover control reaches end of non-void funct...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-29 Daniel Dunbarbuild: Update CMakeLists.txt.
2011-11-29 Daniel Dunbaredis: Sink EDMain.cpp into lib/MC/MCDisassembler.
2011-11-12 Daniel Dunbarbuild: Attempt to rectify inconsistencies between CMake...
2011-11-11 Benjamin KramerClients are responsible for initializing the targets...
2011-11-10 Daniel Dunbarbuild/MCDisassembler: Fix required libraries list of...
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
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-30 Jeffrey YasskinFix C++0x narrowing errors when char is unsigned.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-19 Sean CallananFixed a memory bug in the MCDisassembler where
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-07-31 Chandler CarruthI mis-interpreted the MCDisassembler's intended depende...
2011-07-29 Chandler CarruthOn mac, it seems the MC disassembler is actually using...
2011-07-29 Chandler CarruthFix the MCDisassembler dependencies. These were just...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-25 Evan ChengSeparate MCInstPrinter registration from AsmPrinter...
2011-07-25 Evan ChengFix last bits of MC layer issues. llvm-mc doesn't need...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
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-19 Sean CallananFixed a bug where the MC subtarget information
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-11 Shantonu SenResynchronize EDInfo.h and EDEmitter.cpp.
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
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-24 Sebastian RedlGive MC/MCDisassembler/Disassembler.h a header guard.
2011-04-20 Sean CallananMade the MC disassembler check before accessing
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-04-09 Sean CallananRedirected errors from the AsmParser to the proper
2011-04-07 Sean CallananFixed a bug where missing EDInstInfo would cause
2011-04-05 Shantonu SenAn MCDisassembler has the option to not implement
next