summaryrefslogtreecommitdiff
path: root/lib/MC/MCDisassembler
Commit message (Expand)AuthorAge
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* build: Update CMakeLists.txt.Daniel Dunbar2011-11-29
* edis: Sink EDMain.cpp into lib/MC/MCDisassembler.Daniel Dunbar2011-11-29
* build: Attempt to rectify inconsistencies between CMake and LLVMBuild version...Daniel Dunbar2011-11-12
* Clients are responsible for initializing the targets, remove it from the disa...Benjamin Kramer2011-11-11
* build/MCDisassembler: Fix required libraries list of MCDisassembler to useDaniel Dunbar2011-11-10
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-16
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-04
* 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