summaryrefslogtreecommitdiff
path: root/lib/MC/MCDisassembler
Commit message (Expand)AuthorAge
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-21
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* The the MC disassembler C API to print in verbose mode. Perhaps there should...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
* Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin2011-08-30
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Fixed a memory bug in the MCDisassembler whereSean Callanan2011-08-19
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-16
* I mis-interpreted the MCDisassembler's intended dependencies. Now to fixChandler Carruth2011-07-31
* On mac, it seems the MC disassembler is actually using the targetinfoChandler Carruth2011-07-29
* Fix the MCDisassembler dependencies. These were just absurdly wrong.Chandler Carruth2011-07-29
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* 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
* Include MCRegisterInfo to eliminate a compilation warning.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
* Resynchronize EDInfo.h and EDEmitter.cpp.Shantonu Sen2011-07-11
* 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
* switch to using a smallvector to avoid allocations for most normal size instr...Chris Lattner2011-05-22
* tidy some things up.Chris Lattner2011-05-22
* Give MC/MCDisassembler/Disassembler.h a header guard.Sebastian Redl2011-04-24
* Made the MC disassembler check before accessingSean Callanan2011-04-20
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-11
* Fix potential buffer overflow on win32.Benjamin Kramer2011-04-09
* Redirected errors from the AsmParser to the properSean Callanan2011-04-09
* Fixed a bug where missing EDInstInfo would causeSean Callanan2011-04-07
* An MCDisassembler has the option to not implementShantonu Sen2011-04-05
* Fix the MSVC build.Francois Pichet2011-03-29
* Unbreak CMake build.Ted Kremenek2011-03-28
* Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby2011-03-28
* Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby2011-03-26
* Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby2011-03-26
* Add asm parsing support w/ testcases for strex/ldrex family of instructionsBruno Cardoso Lopes2011-03-24
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* Fixed the comparison operator for the enhancedSean Callanan2011-03-12