aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCDisassembler
AgeCommit message (Expand)Author
2011-07-26Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng
2011-07-25Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng
2011-07-23Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...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-19Fixed a bug where the MC subtarget informationSean Callanan
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-11Resynchronize EDInfo.h and EDEmitter.cpp.Shantonu Sen
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-07-08Eliminate asm parser's dependency on TargetMachine: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-24Give MC/MCDisassembler/Disassembler.h a header guard.Sebastian Redl
2011-04-20Made the MC disassembler check before accessingSean Callanan
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-04-09Redirected errors from the AsmParser to the properSean Callanan
2011-04-07Fixed a bug where missing EDInstInfo would causeSean Callanan
2011-04-05An MCDisassembler has the option to not implementShantonu Sen
2011-03-29Fix the MSVC build.Francois Pichet
2011-03-28Unbreak CMake build.Ted Kremenek
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
2011-03-24Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2011-03-12Fixed the comparison operator for the enhancedSean Callanan
2011-02-24Plug some leaks in edis.Benjamin Kramer
2011-02-23Fixed a bug in the enhanced disassembler that causedSean Callanan
2011-02-09Fix comparator used for looking up previously instantiated EDDisassemblers.Shantonu Sen
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-22Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer
2010-09-23Fixed a crash in the enhanced disassembler whereSean Callanan
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-07-20Let's get those buildbots green: #include is needed in the header, not just t...Owen Anderson
2010-07-20apparently also missing an include.Chris Lattner
2010-07-20this is in SystemChris Lattner
2010-07-20turn this into a normal header.Chris Lattner