Age | Commit message (Expand) | Author |
2012-12-19 | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-03-11 | Use uint16_t to store registers and opcode in static tables in the target spe... | Craig Topper |
2012-02-29 | Make MemoryObject accessor members const again | Derek Schuff |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu |
2012-02-11 | Make the EDis tables const. | Benjamin Kramer |
2012-02-06 | Enable streaming of bitcode | Derek Schuff |
2011-12-21 | Remove mode specific disassembler classes and just call X86GenericDisassemble... | Craig Topper |
2011-12-12 | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar |
2011-11-29 | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar |
2011-11-27 | Add several new instructions supported by the latest MicroBlaze. | Wesley Peck |
2011-11-12 | build: Attempt to rectify inconsistencies between CMake and LLVMBuild version... | Daniel Dunbar |
2011-11-11 | Remove the unnecessary dependency on libMBlazeCodeGen from libMBlazeDisassemb... | Benjamin Kramer |
2011-11-10 | build/MBlazeDisassembler: Some compilers may generate an MBlaze disassembler | Daniel Dunbar |
2011-11-03 | build: Add initial cut at LLVMBuild.txt files. | Daniel Dunbar |
2011-10-22 | Move various generated tables into read-only memory, fixing up const correctn... | Benjamin Kramer |
2011-09-15 | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson |
2011-09-07 | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy |
2011-08-24 | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng |
2011-08-17 | Allow the MCDisassembler to return a "soft fail" status code, indicating an i... | Owen Anderson |
2011-07-29 | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth |
2011-07-26 | Clean up a pile of hacks in our CMake build relating to TableGen. | Chandler Carruth |
2011-07-25 | Refactoring fail. | Evan Cheng |
2011-07-25 | More MC layering violations. | Evan Cheng |
2011-07-15 | Eliminate "const" from extern const to fix breakeage since r135184 on msvc. | NAKAMURA Takumi |
2011-07-14 | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng |
2011-06-28 | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng |
2011-04-11 | Don't crash on invalid instructions when disassembling MBlaze code. | Wesley Peck |
2010-12-20 | Teach the MBlaze disassembler to disassemble special purpose registers. | Wesley Peck |
2010-11-13 | Fixed error and re-enabled MBlaze MC disassembler tests. | Wesley Peck |
2010-11-13 | 1. Adding test cases for MBlaze MC disassembler. | Wesley Peck |
2010-11-08 | Adding working version of assembly parser for the MBlaze backend | Wesley Peck |
2010-10-27 | Adding disassembler to the MicroBlaze backend. | Wesley Peck |