summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
Commit message (Expand)AuthorAge
* correct target directive handling error handlingSaleem Abdulrasool2014-01-13
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [Mips] TargetStreamer Support for .abicalls and .set pic0.Jack Carter2014-01-06
* Remove unnecessary #includes.Bill Wendling2014-01-06
* Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling2014-01-06
* Emit an error message if the value passed to __builtin_returnaddress isn't a ...Bill Wendling2014-01-05
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Fix misaligned indentation in "if" block in MipsMCCodeEmitter.cppMark Seaborn2013-12-31
* Fix indentation alignment of a declaration in MipsMCCodeEmitter.cppMark Seaborn2013-12-29
* [Mips] Does not take in account 'use-soft-float' attribute's value whenSimon Atanasyan2013-12-25
* Support for microMIPS load effective address.Zoran Jovanovic2013-12-25
* Support for microMIPS FPU instructions 2.Zoran Jovanovic2013-12-25
* Support for microMIPS FPU instructions 1.Zoran Jovanovic2013-12-20
* Support for microMIPS control instructions.Zoran Jovanovic2013-12-19
* Support for microMIPS LL and SC instructions.Zoran Jovanovic2013-12-19
* Support for microMIPS TLS relocations.Zoran Jovanovic2013-12-19
* Make cosmetic changes as part of Mips internal post commit review ofReed Kotler2013-12-19
* Fix a problem with mips16 stubs when calls are transformed duringReed Kotler2013-12-18
* Fix N32 registers and stack alignment.Rafael Espindola2013-12-17
* [mips] Fix off by one issue when applying a fixup.Matheus Almeida2013-12-17
* The preferred alignment defaults to the abi alignment. Omit if it is the same.Rafael Espindola2013-12-16
* On DataLayout, omit the default of p:64:64:64.Rafael Espindola2013-12-16
* remove an uneeded statement (condition is covered by the statementReed Kotler2013-12-15
* Fix some indentation.Reed Kotler2013-12-15
* Get rid of an superfluous tab in the .s file. This was originallyReed Kotler2013-12-15
* Last change for mips16 prolog/epilog cleanup and optimization.Reed Kotler2013-12-15
* [mips] Add checks for alignment and maximum displacements for most of theMatheus Almeida2013-12-13
* Check for null pointer before dereferencing. A careless typo on my part.Reed Kotler2013-12-12
* Distinguish and choose 16 or 32 bit forms of save/restore for Mips16.Reed Kotler2013-12-11
* Move mips' datalayout computation out of line and add comments.Rafael Espindola2013-12-11
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Next step in Mips16 prologue/epilogue cleanup.Reed Kotler2013-12-10
* [mips][msa] Correct sld and sldi builtins.Daniel Sanders2013-12-10
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-10
* get rid of superfluous commentReed Kotler2013-12-09
* Delete some old code used for testing that is not needed anymore.Reed Kotler2013-12-09
* [mips][msa] Fix invalid generated code when lowering FrameIndex involving una...Daniel Sanders2013-12-09
* [mips][msa] Fix suboptimal FrameIndex lowering for ld.[hwd] and st.[hwd]Daniel Sanders2013-12-09
* Method parseSetAssignment treats every operand with '$' sign as register and ...Vladimir Medic2013-12-09
* Make sure we mark these registers as defined. Previously was doneReed Kotler2013-12-08
* Cleaning up of prologue/epilogue code for Mips16. First stepReed Kotler2013-12-08
* Delete dead code.Reed Kotler2013-12-06
* [mips] Small code generation improvement for conditional operator (select)Matheus Almeida2013-12-05
* [mips] Add some comments related to the optimization performed in performSELE...Matheus Almeida2013-12-05
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* final patch for very long conditional branches for mips16 constant islands.Reed Kotler2013-12-03
* Remove dead code.Rafael Espindola2013-12-02
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02