aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCDisassembler
Commit message (Expand)AuthorAgeFilesLines
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-192-0/+2
* Fixed a bug where the MC subtarget informationSean Callanan2011-07-191-0/+1
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-184-7/+26
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-142-2/+4
* Resynchronize EDInfo.h and EDEmitter.cpp.Shantonu Sen2011-07-112-11/+29
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-1/+3
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-082-4/+7
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-062-3/+2
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-302-3/+5
* switch to using a smallvector to avoid allocations for most normal size instr...Chris Lattner2011-05-221-2/+2
* tidy some things up.Chris Lattner2011-05-221-16/+6
* Give MC/MCDisassembler/Disassembler.h a header guard.Sebastian Redl2011-04-241-0/+6
* Made the MC disassembler check before accessingSean Callanan2011-04-201-0/+9
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-112-2/+3
* Fix potential buffer overflow on win32.Benjamin Kramer2011-04-091-12/+9
* Redirected errors from the AsmParser to the properSean Callanan2011-04-091-0/+10
* Fixed a bug where missing EDInstInfo would causeSean Callanan2011-04-071-0/+3
* An MCDisassembler has the option to not implementShantonu Sen2011-04-051-2/+4
* Fix the MSVC build.Francois Pichet2011-03-291-0/+4
* Unbreak CMake build.Ted Kremenek2011-03-281-1/+2
* Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby2011-03-282-0/+259
* Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby2011-03-262-259/+0
* Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby2011-03-262-0/+259
* Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2011-03-242-1/+7
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-1/+2
* Fixed the comparison operator for the enhancedSean Callanan2011-03-121-7/+2
* Plug some leaks in edis.Benjamin Kramer2011-02-241-0/+4
* Fixed a bug in the enhanced disassembler that causedSean Callanan2011-02-231-3/+17
* Fix comparator used for looking up previously instantiated EDDisassemblers.Shantonu Sen2011-02-091-2/+4
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-1/+1
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-1/+1
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-1/+1
* Merge System into Support.Michael J. Spencer2010-11-294-4/+4
* Make some symbols static, move classes into anonymous namespaces.Benjamin Kramer2010-10-221-13/+10
* Fixed a crash in the enhanced disassembler whereSean Callanan2010-09-231-0/+2
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-2/+1
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-1/+2
* Let's get those buildbots green: #include is needed in the header, not just t...Owen Anderson2010-07-202-1/+1
* apparently also missing an include.Chris Lattner2010-07-201-0/+1
* this is in SystemChris Lattner2010-07-201-1/+1
* turn this into a normal header.Chris Lattner2010-07-201-8/+11
* hopefully heal the linux buildersChris Lattner2010-07-201-0/+1
* there is no reason to dynamically generate a static header.Chris Lattner2010-07-204-16/+71
* drop edinfo.inc into the objdir for src!=objdir builds.Chris Lattner2010-07-201-2/+2
* Update header.Eric Christopher2010-07-201-1/+1
* hopefully teach cmake to build the .inc file.Chris Lattner2010-07-201-0/+9
* cmake tooChris Lattner2010-07-201-0/+6
* forgot to add a fileChris Lattner2010-07-201-0/+21
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-208-0/+1778