summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/CMakeLists.txt
Commit message (Expand)AuthorAge
* enable fast isel tablegen files for MipsReed Kotler2014-04-25
* Start pushing changes for Mips Fast-IselReed Kotler2014-04-17
* This patch has two main functions:Reed Kotler2014-02-14
* [CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.NAKAMURA Takumi2013-11-28
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* Add MipsOptimizePICCall.cpp to CMakeLists.txt.Akira Hatanaka2013-11-27
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-23
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* Test commit to verify write access.Juergen Ributzka2013-07-16
* Fix CMakeLists.Akira Hatanaka2013-06-11
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-10
* This is for an experimental option -mips-os16. The idea is to compile allReed Kotler2013-04-10
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-09
* Add back lines which were accidentally deleted in CMakeLists.txt.Akira Hatanaka2013-03-14
* [mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is forAkira Hatanaka2013-03-14
* [mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is forAkira Hatanaka2013-03-13
* Add the skeleton for the Mips constant island pass.Reed Kotler2013-02-27
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-19
* Remove TargetELFWriterInfo.Rafael Espindola2012-10-28
* The mips 64bit instructions DSLL, DSRA, DSRL, DEXT and DINS get transformed b...Jack Carter2012-10-02
* MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka2012-09-27
* There are some Mips instructions that are lowered by the Jack Carter2012-09-06
* Correct MCJIT functionality for MIPS32 architecture.Akira Hatanaka2012-08-17
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-17
* Add definitions of two subclasses of MipsRegisterInfo, Mips16RegisterInfo andAkira Hatanaka2012-07-31
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-31
* Add Mips16InstrInfo.cpp and MipsSEInstrInfo.cpp to CMakeLists.txt.Akira Hatanaka2012-07-31
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* Fix Mips/CMakeLists.txt.Akira Hatanaka2012-06-14
* Move the code in MipsExpandPseudo to MipsInstrInfo::expandPostRAPseudo.Akira Hatanaka2012-05-25
* Remove MipsEmitGPRestore.cpp.Akira Hatanaka2012-05-12
* Add disassembler to MIPS. Akira Hatanaka2012-04-17
* Revert r153924. There were buildbot failures.Akira Hatanaka2012-04-03
* MIPS disassembler support.Akira Hatanaka2012-04-03
* Target/Mips: Unbreak CMake build.NAKAMURA Takumi2012-01-25
* Add the skeleton of an asm parser for mips.Rafael Espindola2012-01-11
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Remove MipsMCSymbolRefExpr.Akira Hatanaka2011-11-15
* CMake: Fix CMake build for new Mips tblgen file.Daniel Dunbar2011-11-11
* build/cmake: Use tblgen macro directly instead of llvm_tablegen, which justDaniel Dunbar2011-11-04
* Final patch that completes old JIT support for Mips:Bruno Cardoso Lopes2011-10-18
* Revert r141932, r141936 and r141937.Akira Hatanaka2011-10-14
* Add definition of class MipsELFWriterInfo. Akira Hatanaka2011-10-14
* Build system infrastructure for multiple tblgens.Peter Collingbourne2011-10-06
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-26
* Fix CMake buildOscar Fuentes2011-07-21
* Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes2011-07-21
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14