summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
...
* Fixed issue with microMIPS long branch.Zoran Jovanovic2013-11-30
* [mips][msa] MSA loads and stores have a 10-bit offset. Account for this when ...Daniel Sanders2013-11-30
* [mips][msa] A small refactor to reduce patch noise in my next commitDaniel Sanders2013-11-30
* Part 1 of 3 patches that completes very long conditional branchesReed Kotler2013-11-29
* Revert revision 195965.Zoran Jovanovic2013-11-29
* Fixed issue with microMIPS long branch.Zoran Jovanovic2013-11-29
* [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
* [mips] Revert test commit r195922.Daniel Sanders2013-11-28
* [mips] A test commit to test my Herald and Audit workflowDaniel Sanders2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-28
* Check in conditional branches for constant islands. Still need to finishReed Kotler2013-11-28
* [mips] Redefine TAILCALL as a pseudo instruction.Akira Hatanaka2013-11-27
* Add MipsOptimizePICCall.cpp to CMakeLists.txt.Akira Hatanaka2013-11-27
* [mips] Implement the following optimizations using dominance information toAkira Hatanaka2013-11-27
* Fix a bug related to constant islands for Mips16 and mips16/32 dual mode.Reed Kotler2013-11-26
* Make sure that for C++ emitting LwConstant32 pseudos, that it correspondsReed Kotler2013-11-24
* Fix a funny bug I introduced during conversion of ARM constant islands to Mips.Reed Kotler2013-11-24
* Fix typo in a comment added in r195455.Daniel Sanders2013-11-22
* [mips][msa] Fix corner case for integer constant splats with undef values.Daniel Sanders2013-11-22
* [mips][msa] Float vector constants cannot use ldi.[wd] directly. Bitcast from...Daniel Sanders2013-11-22
* [mips][msa] Fix a corner case in performORCombine() when combining nodes into...Daniel Sanders2013-11-21
* [mips][msa/dsp] Only do DSP combines if DSP is enabled.Daniel Sanders2013-11-21
* Add, to constant islands, long jumps similar to ARM far branch.Reed Kotler2013-11-21
* [mips][msa] Pseudo instructions require HasMSA too. Inherit from MSAPseudo in...Daniel Sanders2013-11-20
* [mips][msa] Remove unused instruction class MSA_I8_X_DESC_BASEDaniel Sanders2013-11-20
* long line correctionJack Carter2013-11-20
* reverts 195057 per requestJack Carter2013-11-19
* [Mips] Adjust float ABI settings in case of MIPS16 mode.Simon Atanasyan2013-11-19
* Remove unused special member functions and reformat.Eric Christopher2013-11-19
* Fix previous commit and fully remove variable.Eric Christopher2013-11-19
* Remove unused variable.Eric Christopher2013-11-19
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* [Mips] MipsTargetStreamer refactoring.Jack Carter2013-11-18
* [mips] Fix 'ran out of registers' in MIPS32 with FP64 when generating code fo...Daniel Sanders2013-11-18
* [mips][msa] Update encoding of bnz.v (typo).Matheus Almeida2013-11-18
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-18
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* [mips][msa] lowerMSABitClear() should use SelectionDAG::getNOT() instead of u...Daniel Sanders2013-11-15
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-15
* Use instr mapping for microMIPS in llvm-mc.Zoran Jovanovic2013-11-15
* Make all the conditional Mips 16 branches get initially set for theReed Kotler2013-11-15
* Take care of long short branch immediate instructions for mips16 inReed Kotler2013-11-13
* Fix bug in .gpword directive parsing.Vladimir Medic2013-11-13
* Support for microMIPS trap instruction with immediate operands.Zoran Jovanovic2013-11-13
* This patch fixes a bug in floating point operands parsing, when instruction a...Vladimir Medic2013-11-13
* Mips16InstrInfo.cpp: Use <cctype> instead of <ctype.h>NAKAMURA Takumi2013-11-13
* Allow the code which returns the length for inline assembler to knowReed Kotler2013-11-13