Reinstate "Nuke the old JIT."
[oota-llvm.git] / lib / Target / Mips / CMakeLists.txt
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-04-25 Reed Kotlerenable fast isel tablegen files for Mips
2014-04-17 Reed KotlerStart pushing changes for Mips Fast-Isel
2014-02-14 Reed KotlerThis patch has two main functions:
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-27 Akira HatanakaAdd MipsOptimizePICCall.cpp to CMakeLists.txt.
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-07-16 Juergen RibutzkaTest commit to verify write access.
2013-06-11 Akira HatanakaFix CMakeLists.
2013-05-10 Reed KotlerCheckin in of first of several patches to finish implem...
2013-04-10 Reed KotlerThis is for an experimental option -mips-os16. The...
2013-04-09 Reed KotlerThis patch enables llvm to switch between compiling...
2013-03-14 Akira HatanakaAdd back lines which were accidentally deleted in CMake...
2013-03-14 Akira Hatanaka[mips] Define two subclasses of MipsDAGToDAGISel. Mips1...
2013-03-13 Akira Hatanaka[mips] Define two subclasses of MipsTargetLowering...
2013-02-27 Reed KotlerAdd the skeleton for the Mips constant island pass.
2012-12-19 Roman DivackyRemove edis - the enhanced disassembler. Fixes PR14654.
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-10-02 Jack CarterThe mips 64bit instructions DSLL, DSRA, DSRL, DEXT...
2012-09-27 Akira HatanakaMIPS DSP: add code necessary for pseudo instruction...
2012-09-06 Jack CarterThere are some Mips instructions that are lowered by the
2012-08-17 Akira HatanakaCorrect MCJIT functionality for MIPS32 architecture.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsRegisterInfo...
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsFrameLowering...
2012-07-31 Akira HatanakaAdd Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to...
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-14 Akira HatanakaFix Mips/CMakeLists.txt.
2012-05-25 Akira HatanakaMove the code in MipsExpandPseudo to MipsInstrInfo...
2012-05-12 Akira HatanakaRemove MipsEmitGPRestore.cpp.
2012-04-17 Akira HatanakaAdd disassembler to MIPS.
2012-04-03 Akira HatanakaRevert r153924. There were buildbot failures.
2012-04-03 Akira HatanakaMIPS disassembler support.
2012-01-25 NAKAMURA TakumiTarget/Mips: Unbreak CMake build.
2012-01-11 Rafael EspindolaAdd the skeleton of an asm parser for mips.
2011-12-20 Chandler CarruthFix up the CMake build for the new files added in r1469...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-15 Akira HatanakaRemove MipsMCSymbolRefExpr.
2011-11-11 Daniel DunbarCMake: Fix CMake build for new Mips tblgen file.
2011-11-04 Daniel Dunbarbuild/cmake: Use tblgen macro directly instead of llvm_...
2011-10-18 Bruno Cardoso LopesFinal patch that completes old JIT support for Mips:
2011-10-14 Akira HatanakaRevert r141932, r141936 and r141937.
2011-10-14 Akira HatanakaAdd definition of class MipsELFWriterInfo.
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-21 Oscar FuentesFix CMake build
2011-07-21 Bruno Cardoso LopesAdded the infrastructute necessary for MIPS JIT support...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-14 Evan ChengNext round of MC refactoring. This patch factor MC...
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.
2011-07-07 Akira HatanakaDefine class MipsMCInstLower.
2011-07-07 Akira HatanakaDefine class MipsMCSymbolRefExpr.
2011-07-01 Evan ChengRename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc...
2011-06-28 Evan ChengMerge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
2011-06-27 Evan ChengMerge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc...
2011-06-24 Evan ChengStarting to refactor Target to separate out code that...
2011-05-04 Rafael EspindolaFix cmake build.
2011-04-15 Rafael EspindolaFix cmake build.
2011-02-20 Oscar FuentesUse explicit add_subdirectory's for LLVM target sublibr...
2011-01-10 Anton KorobeynikovUpdate CMake stuff
2010-11-15 Anton KorobeynikovAttempt to unbreak cmake-based builds
2010-11-14 Chris Lattnermove all the target's asmprinters into the main target...
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.
2009-08-31 Benjamin KramerNormalize makefile comments and sort cmake file lists.
2009-08-22 Benjamin KramerForgot to update some CMakeLists.
2009-08-13 Chris Lattnerreintroduce support for Mips "small" section handling...
2009-07-02 Douglas GregorCMake build fixes, from Xerxes Ranby
2009-04-03 Anton KorobeynikovSeparate MIPS asmprinter
2008-09-26 Oscar FuentesCMake: Builds all targets.