| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove edis - the enhanced disassembler. Fixes PR14654. | Roman Divacky | 2012-12-19 | 1 | -1/+0 |
| * | Remove TargetELFWriterInfo. | Rafael Espindola | 2012-10-28 | 1 | -1/+0 |
| * | The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b... | Jack Carter | 2012-10-02 | 1 | -1/+0 |
| * | MIPS DSP: add code necessary for pseudo instruction lowering. | Akira Hatanaka | 2012-09-27 | 1 | -0/+1 |
| * | There are some Mips instructions that are lowered by the | Jack Carter | 2012-09-06 | 1 | -0/+1 |
| * | Correct MCJIT functionality for MIPS32 architecture. | Akira Hatanaka | 2012-08-17 | 1 | -0/+1 |
| * | Add stub methods for mips assembly matcher. | Akira Hatanaka | 2012-08-17 | 1 | -0/+1 |
| * | Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo and | Akira Hatanaka | 2012-07-31 | 1 | -0/+2 |
| * | Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering and | Akira Hatanaka | 2012-07-31 | 1 | -0/+2 |
| * | Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt. | Akira Hatanaka | 2012-07-31 | 1 | -0/+2 |
| * | llvm/lib: [CMake] Add explicit dependency to intrinsics_gen. | NAKAMURA Takumi | 2012-06-24 | 1 | -0/+2 |
| * | Fix Mips/CMakeLists.txt. | Akira Hatanaka | 2012-06-14 | 1 | -0/+1 |
| * | Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo. | Akira Hatanaka | 2012-05-25 | 1 | -1/+0 |
| * | Remove MipsEmitGPRestore.cpp. | Akira Hatanaka | 2012-05-12 | 1 | -1/+0 |
| * | Add disassembler to MIPS. | Akira Hatanaka | 2012-04-17 | 1 | -0/+3 |
| * | Revert r153924. There were buildbot failures. | Akira Hatanaka | 2012-04-03 | 1 | -3/+0 |
| * | MIPS disassembler support. | Akira Hatanaka | 2012-04-03 | 1 | -0/+3 |
| * | Target/Mips: Unbreak CMake build. | NAKAMURA Takumi | 2012-01-25 | 1 | -0/+1 |
| * | Add the skeleton of an asm parser for mips. | Rafael Espindola | 2012-01-11 | 1 | -0/+1 |
| * | Fix up the CMake build for the new files added in r146960, they're | Chandler Carruth | 2011-12-20 | 1 | -0/+1 |
| * | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar | 2011-11-29 | 1 | -13/+0 |
| * | Remove MipsMCSymbolRefExpr. | Akira Hatanaka | 2011-11-15 | 1 | -1/+0 |
| * | CMake: Fix CMake build for new Mips tblgen file. | Daniel Dunbar | 2011-11-11 | 1 | -0/+1 |
| * | build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just | Daniel Dunbar | 2011-11-04 | 1 | -7/+7 |
| * | Final patch that completes old JIT support for Mips: | Bruno Cardoso Lopes | 2011-10-18 | 1 | -0/+1 |
| * | Revert r141932, r141936 and r141937. | Akira Hatanaka | 2011-10-14 | 1 | -1/+0 |
| * | Add definition of class MipsELFWriterInfo. | Akira Hatanaka | 2011-10-14 | 1 | -0/+1 |
| * | Build system infrastructure for multiple tblgens. | Peter Collingbourne | 2011-10-06 | 1 | -6/+6 |
| * | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -0/+13 |
| * | Clean up a pile of hacks in our CMake build relating to TableGen. | Chandler Carruth | 2011-07-26 | 1 | -0/+1 |
| * | Fix CMake build | Oscar Fuentes | 2011-07-21 | 1 | -0/+1 |
| * | Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir | Bruno Cardoso Lopes | 2011-07-21 | 1 | -0/+1 |
| * | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng | 2011-07-14 | 1 | -1/+0 |
| * | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng | 2011-07-14 | 1 | -0/+1 |
| * | Lower MachineInstr to MC Inst and print to .s files. | Akira Hatanaka | 2011-07-07 | 1 | -0/+1 |
| * | Define class MipsMCInstLower. | Akira Hatanaka | 2011-07-07 | 1 | -0/+1 |
| * | Define class MipsMCSymbolRefExpr. | Akira Hatanaka | 2011-07-07 | 1 | -0/+1 |
| * | Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. | Evan Cheng | 2011-07-01 | 1 | -1/+1 |
| * | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng | 2011-06-28 | 1 | -2/+1 |
| * | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc | Evan Cheng | 2011-06-27 | 1 | -3/+0 |
| * | Starting to refactor Target to separate out code that's needed to fully describe | Evan Cheng | 2011-06-24 | 1 | -2/+3 |
| * | Fix cmake build. | Rafael Espindola | 2011-05-04 | 1 | -0/+1 |
| * | Fix cmake build. | Rafael Espindola | 2011-04-15 | 1 | -0/+1 |
| * | Use explicit add_subdirectory's for LLVM target sublibraries instead | Oscar Fuentes | 2011-02-20 | 1 | -0/+2 |
| * | Update CMake stuff | Anton Korobeynikov | 2011-01-10 | 1 | -1/+1 |
| * | Attempt to unbreak cmake-based builds | Anton Korobeynikov | 2010-11-15 | 1 | -0/+1 |
| * | move all the target's asmprinters into the main target. The piece | Chris Lattner | 2010-11-14 | 1 | -0/+1 |
| * | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes | 2010-09-28 | 1 | -2/+0 |
| * | Add skeleton target-specific SelectionDAGInfo files. | Dan Gohman | 2010-04-16 | 1 | -0/+1 |
| * | Normalize makefile comments and sort cmake file lists. | Benjamin Kramer | 2009-08-31 | 1 | -1/+1 |