summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16HardFloat.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* This patch has two main functions:Reed Kotler2014-02-14
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Fix a problem with mips16 stubs when calls are transformed duringReed Kotler2013-12-18
* Next step in Mips16 prologue/epilogue cleanup.Reed Kotler2013-12-10
* Add fabsf to the list of inlined functions; otherwiseReed Kotler2013-10-08
* Fix a bad typo in the inline assembly code for mips16 pic fp stubsReed Kotler2013-09-25
* Set .reorder for the stub so that gas takes care of delay slot processing.Reed Kotler2013-09-21
* Make sure we don't generate stubs for any of these functions because theyReed Kotler2013-09-01
* Fix a problem with dual mips16/mips32 mode. When the underlying processorReed Kotler2013-08-30
* Start to add the LLVM builtins to the mips16 exclusion lists for fp.Reed Kotler2013-08-25
* Revert 189161Shuxin Yang2013-08-24
* Start to add the builtind to the mips16 exclusion lists for fp.Reed Kotler2013-08-24
* Remove global construction. const char* is sufficient here.Benjamin Kramer2013-08-12
* Don't generate floating point stubs for mips16 code if the functionReed Kotler2013-08-11
* Fix some misc. issues with Mips16 fp stubs.Reed Kotler2013-08-01
* Patch number 2 for mips16/32 floating point interoperability stubs.Reed Kotler2013-05-16
* Fix typo.Reed Kotler2013-05-14
* Removed an unnamed namespace and forgot to make two of the functions insideReed Kotler2013-05-14
* This is the first of three patches which creates stubs used forReed Kotler2013-05-14
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-10