summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDisassembler/EDDisassembler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-400/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-251-1/+2
* Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen2012-05-251-1/+1
* Mark some static arrays as const.Craig Topper2012-05-241-1/+1
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-2/+8
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-1/+2
* Make MemoryObject accessor members const againDerek Schuff2012-02-291-2/+2
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-211-4/+1
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-16/+11
* Enable streaming of bitcodeDerek Schuff2012-02-061-2/+2
* Modified the Enhanced Disassembler to create andSean Callanan2012-02-041-20/+22
* Fix some leftover control reaches end of non-void function warnings.Benjamin Kramer2012-01-101-6/+5
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-101-2/+0
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-111-16/+0
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-161-7/+3
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-2/+2
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-2/+7
* Fix apparent build error caused by r138948 on certain versions of GCC with -W...James Molloy2011-09-011-9/+17
* Fix the build for us -Werror users.Nick Lewycky2011-09-011-18/+9
* Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy2011-09-011-6/+12
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-2/+2
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-161-1/+1
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-5/+5
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-251-1/+0
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-251-21/+7
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-2/+2
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-4/+2
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-1/+1
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-1/+1
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+1
* Fixed a bug where the MC subtarget informationSean Callanan2011-07-191-0/+1
* 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