summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips16HardFloat.cpp
Commit message (Expand)AuthorAge
* 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