aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/CMakeLists.txt
AgeCommit message (Expand)Author
2013-03-14Add back lines which were accidentally deleted in CMakeLists.txt.Akira Hatanaka
2013-03-14[mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is forAkira Hatanaka
2013-03-13[mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is forAkira Hatanaka
2013-02-27Add the skeleton for the Mips constant island pass.Reed Kotler
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-10-28Remove TargetELFWriterInfo.Rafael Espindola
2012-10-02The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter
2012-09-27MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka
2012-09-06There are some Mips instructions that are lowered by the Jack Carter
2012-08-17Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka
2012-07-31Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo andAkira Hatanaka
2012-07-31Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka
2012-07-31Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt.Akira Hatanaka
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi
2012-06-14Fix Mips/CMakeLists.txt.Akira Hatanaka
2012-05-25Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo.Akira Hatanaka
2012-05-12Remove MipsEmitGPRestore.cpp.Akira Hatanaka
2012-04-17Add disassembler to MIPS. Akira Hatanaka
2012-04-03Revert r153924. There were buildbot failures.Akira Hatanaka
2012-04-03MIPS disassembler support.Akira Hatanaka
2012-01-25Target/Mips: Unbreak CMake build.NAKAMURA Takumi
2012-01-11Add the skeleton of an asm parser for mips.Rafael Espindola
2011-12-20Fix up the CMake build for the new files added in r146960, they'reChandler Carruth
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-15Remove MipsMCSymbolRefExpr.Akira Hatanaka
2011-11-11CMake: Fix CMake build for new Mips tblgen file.Daniel Dunbar
2011-11-04build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar
2011-10-18Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes
2011-10-14Revert r141932, r141936 and r141937.Akira Hatanaka
2011-10-14Add definition of class MipsELFWriterInfo. Akira Hatanaka
2011-10-06Build system infrastructure for multiple tblgens.Peter Collingbourne
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-26Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth
2011-07-21Fix CMake buildOscar Fuentes
2011-07-21Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-07-07Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka
2011-07-07Define class MipsMCInstLower.Akira Hatanaka
2011-07-07Define class MipsMCSymbolRefExpr.Akira Hatanaka
2011-07-01Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.Evan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2011-06-24Starting to refactor Target to separate out code that's needed to fully describeEvan Cheng
2011-05-04Fix cmake build.Rafael Espindola
2011-04-15Fix cmake build.Rafael Espindola
2011-02-20Use explicit add_subdirectory's for LLVM target sublibraries insteadOscar Fuentes
2011-01-10Update CMake stuffAnton Korobeynikov
2010-11-15Attempt to unbreak cmake-based buildsAnton Korobeynikov