summaryrefslogtreecommitdiff
path: root/lib/MC/MCDisassembler/EDDisassembler.cpp
Commit message (Expand)AuthorAge
* [ms-inline asm] Add support for creating AsmRewrites in the target specificChad Rosier2012-10-25
* Compress MCRegisterInfo register name tables.Jakob Stoklund Olesen2012-05-25
* Mark some static arrays as const.Craig Topper2012-05-24
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* Switch the llvm::Triple class to immediately parse the triple string onChandler Carruth2012-02-21
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Modified the Enhanced Disassembler to create andSean Callanan2012-02-04
* Fix some leftover control reaches end of non-void function warnings.Benjamin Kramer2012-01-10
* Remove unnecessary default cases in switches that cover all enum values.David Blaikie2012-01-10
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-11
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Fix apparent build error caused by r138948 on certain versions of GCC with -W...James Molloy2011-09-01
* Fix the build for us -Werror users.Nick Lewycky2011-09-01
* Fix up r137380 based on post-commit review by Jim Grosbach.James Molloy2011-09-01
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-16
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-25
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Fixed a bug where the MC subtarget informationSean Callanan2011-07-19
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Redirected errors from the AsmParser to the properSean Callanan2011-04-09
* An MCDisassembler has the option to not implementShantonu Sen2011-04-05
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-20