summaryrefslogtreecommitdiff
path: root/test/CodeGen/complex-math.c
Commit message (Expand)AuthorAgeFilesLines
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-141-3/+3
* Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"Dmitri Gribenko2019-10-101-3/+3
* [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally2019-10-091-3/+3
* [InstCombine] canonicalize fneg before fmul/fdivSanjay Patel2019-07-311-12/+15
* [CodeGen] fix test that broke with rL367146Sanjay Patel2019-07-261-12/+11
* [Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3Petr Hosek2019-06-051-8/+8
* [CodeGen] Enable the complex-math test for armPetr Hosek2019-02-201-2/+2
* [Complex] Don't use __div?c3 when building with fast-math.Florian Hahn2017-12-201-0/+139
* [CodeGen][ARM] ARM runtime helper functions are not always soft-fpPeter Smith2017-07-271-2/+10
* [CodeGen][ARM] Revert r309257Peter Smith2017-07-271-10/+2
* [CodeGen][ARM] ARM runtime helper functions are not always soft-fpPeter Smith2017-07-271-2/+10
* ARMv7k: implement ABI changes for watchOS from standard iOS.Tim Northover2015-10-301-0/+4
* Fix invalid calling convention used for libcalls on ARM.Anton Korobeynikov2014-12-021-0/+8
* [complex] Teach the complex math IR gen to emit direct math andChandler Carruth2014-10-191-4/+44
* complex long double support for PowerPCJoerg Sonnenberger2014-10-171-0/+13
* [complex] Teach the other two binary operators on complex numbers (==Chandler Carruth2014-10-111-0/+51
* [complex] Use the much more powerful EmitCall routine to call libcallsChandler Carruth2014-10-111-9/+11
* [complex] Teach Clang to preserve different-type operands to arithmeticChandler Carruth2014-10-111-0/+367