summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsSubtarget.cpp
Commit message (Expand)AuthorAge
* [mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu...Daniel Sanders2014-05-13
* [mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=m...Daniel Sanders2014-05-12
* [mips] Fold FeatureBitCount into FeatureMips32 and FeatureMips64Daniel Sanders2014-05-12
* [mips] Fold FeatureSEInReg into FeatureMips32r2Daniel Sanders2014-05-12
* [mips] Fold FeatureSwap into FeatureMips32r2 and FeatureMips64r2Daniel Sanders2014-05-12
* [mips] Replace FeatureFPIdx with FeatureMips4_32r2Daniel Sanders2014-05-12
* [mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=...Daniel Sanders2014-05-09
* [mips] Remove unused CondMov feature bitDaniel Sanders2014-05-09
* [mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu...Daniel Sanders2014-05-09
* [mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6Daniel Sanders2014-05-09
* [mips] Add highly experimental support for MIPS-I, MIPS-II, MIPS-III, and MIPS-VDaniel Sanders2014-05-07
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-22
* [mips] Add initial support for NaN2008 in the back-end.Matheus Almeida2014-04-16
* [mips] Correct r206370 to account for non-Linux targets using the small data ...Daniel Sanders2014-04-16
* [mips] Some uses of isMips64()/hasMips64() are really tests for 64-bit GPR'sDaniel Sanders2014-03-27
* [MIPS] Add cpu octeon and some instructionsKai Nacke2014-03-20
* [mips] Treat -mcpu=generic the same way as an empty CPU string.Daniel Sanders2014-02-26
* [mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...Daniel Sanders2014-02-20
* [mips] Make mips64 the default CPU for the mips64 architectureDaniel Sanders2014-02-20
* [mips] Add NaCl target and forbid indexed loads and stores for itPetar Jovanovic2014-02-05
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Check in conditional branches for constant islands. Still need to finishReed Kotler2013-11-28
* [Mips] Adjust float ABI settings in case of MIPS16 mode.Simon Atanasyan2013-11-19
* [mips] Compute stack alignment on the fly.Akira Hatanaka2013-10-30
* [mips] Align the stack to 16-bytes for mfp64.Akira Hatanaka2013-10-29
* Make first substantial checkin of my port of ARM constant islands code to Mips.Reed Kotler2013-10-27
* [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders2013-09-27
* Fix a problem with dual mips16/mips32 mode. When the underlying processorReed Kotler2013-08-30
* Fix a subtle difference between running clang vs llc for mips16.Reed Kotler2013-08-16
* [Mips][msa] Added initial MSA support.Jack Carter2013-08-13
* [mips] Rename register classes CPURegs and CPU64Regs.Akira Hatanaka2013-08-06
* 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
* [mips] Remove android calling convention.Akira Hatanaka2013-03-05
* This patch that sets the Mips ELF header flag for Jack Carter2013-02-05
* This patch implements runtime Mips specificJack Carter2013-01-30
* [mips] Delete unused sub-target features.Akira Hatanaka2012-12-07
* [mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka2012-11-15
* Initialize boolean variables in MipsSubtarget's constructor.Akira Hatanaka2012-09-25
* Add register Mips::GP to the list of reserved registers if target is bare-metalAkira Hatanaka2012-08-22
* Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka2012-06-14
* This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka2012-05-16
* Temporarily disable anti-dependence breaking for Mips until bug 12829 isAkira Hatanaka2012-05-15
* Turn off post-RA scheduler by default.Akira Hatanaka2012-03-28
* Turn on post register allocation scheduler.Akira Hatanaka2012-03-28
* remove blanks, and some code formatJia Liu2012-02-28
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-17
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20