summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDisassembler/EDDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-1/+8
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-1/+2
* 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-081-4/+6
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-2/+1
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-2/+2
* Redirected errors from the AsmParser to the properSean Callanan2011-04-091-0/+10
* An MCDisassembler has the option to not implementShantonu Sen2011-04-051-2/+4
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-1/+2
* 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
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-201-0/+402
OpenPOWER on IntegriCloud