aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCDisassembler
AgeCommit message (Expand)Author
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
2010-07-20hopefully heal the linux buildersChris Lattner
2010-07-20there is no reason to dynamically generate a static header.Chris Lattner
2010-07-20drop edinfo.inc into the objdir for src!=objdir builds.Chris Lattner
2010-07-20Update header.Eric Christopher
2010-07-20hopefully teach cmake to build the .inc file.Chris Lattner
2010-07-20cmake tooChris Lattner
2010-07-20forgot to add a fileChris Lattner
2010-07-20start straightening out libedis's dependencies and make it fitChris Lattner