summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Mips16HardFloat.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rewrite the Mips16HardFloat pass to avoid using the Subtarget.Eric Christopher2015-01-061-12/+12
* [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.Toma Tabacu2014-12-171-2/+0
* Fix more instances of -Wsentinel on Windows with s/NULL/nullptr/Reid Kleckner2014-11-201-1/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-3/+3
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-121-3/+2
* This patch has two main functions:Reed Kotler2014-02-141-4/+5
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Fix a problem with mips16 stubs when calls are transformed duringReed Kotler2013-12-181-0/+18
* Next step in Mips16 prologue/epilogue cleanup.Reed Kotler2013-12-101-4/+10
* Add fabsf to the list of inlined functions; otherwiseReed Kotler2013-10-081-0/+1
* Fix a bad typo in the inline assembly code for mips16 pic fp stubsReed Kotler2013-09-251-3/+3
* Set .reorder for the stub so that gas takes care of delay slot processing.Reed Kotler2013-09-211-1/+3
* Make sure we don't generate stubs for any of these functions because theyReed Kotler2013-09-011-2/+21
* Fix a problem with dual mips16/mips32 mode. When the underlying processorReed Kotler2013-08-301-0/+20
* Start to add the LLVM builtins to the mips16 exclusion lists for fp.Reed Kotler2013-08-251-1/+1
* Revert 189161Shuxin Yang2013-08-241-1/+1
* Start to add the builtind to the mips16 exclusion lists for fp.Reed Kotler2013-08-241-1/+1
* Remove global construction. const char* is sufficient here.Benjamin Kramer2013-08-121-2/+2
* Don't generate floating point stubs for mips16 code if the functionReed Kotler2013-08-111-1/+13
* Fix some misc. issues with Mips16 fp stubs.Reed Kotler2013-08-011-2/+7
* Patch number 2 for mips16/32 floating point interoperability stubs.Reed Kotler2013-05-161-3/+43
* Fix typo.Reed Kotler2013-05-141-1/+1
* Removed an unnamed namespace and forgot to make two of the functions insideReed Kotler2013-05-141-3/+5
* This is the first of three patches which creates stubs used forReed Kotler2013-05-141-0/+275
* Checkin in of first of several patches to finish implementation ofReed Kotler2013-05-101-0/+141
OpenPOWER on IntegriCloud