summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/complex-math.c
AgeCommit message (Expand)Author
2024-03-20[CLANG] Full support of complex multiplication and division. (#81514)Zahira Ammarguellat
2023-12-11[clang] Add support for -fcx-limited-range, #pragma CX_LIMITED_RANGE and -fcx...Zahira Ammarguellat
2023-07-26[ARM] Fixing ABI mismatch for packed structs passed as function argumentsJirui Wu
2023-03-15clang: Emit nofpclass(nan inf) for -ffinite-math-onlyMatt Arsenault
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18[test] Remove tests pinned to the legacy PMArthur Eubanks
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-12-12Create SPIRABIInfo to enable SPIR_FUNC calling convention.Melanie Blower
2020-06-01Fix how cc1 command line options are mapped into FP options.John McCall
2020-03-02[CodeGen] avoid running the entire optimizer pipeline in clang test file; NFCSanjay Patel
2020-03-02[CodeGen] avoid running the entire optimizer pipeline in clang test file; NFCSanjay Patel
2020-02-27Remove BinaryOperator::CreateFNegSimon Moll
2020-02-25[CodeGen] fix clang test that runs the optimizer pipeline; NFCSanjay Patel
2019-10-14[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally
2019-10-10Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"Dmitri Gribenko
2019-10-09[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally
2019-07-31[InstCombine] canonicalize fneg before fmul/fdivSanjay Patel
2019-07-26[CodeGen] fix test that broke with rL367146Sanjay Patel
2019-06-05[Clang] Disable new PM for tests that use optimization level -O1, -O2 and -O3Petr Hosek
2019-02-20[CodeGen] Enable the complex-math test for armPetr Hosek
2017-12-20[Complex] Don't use __div?c3 when building with fast-math.Florian Hahn
2017-07-27[CodeGen][ARM] ARM runtime helper functions are not always soft-fpPeter Smith
2017-07-27[CodeGen][ARM] Revert r309257Peter Smith
2017-07-27[CodeGen][ARM] ARM runtime helper functions are not always soft-fpPeter Smith
2015-10-30ARMv7k: implement ABI changes for watchOS from standard iOS.Tim Northover
2014-12-02Fix invalid calling convention used for libcalls on ARM.Anton Korobeynikov
2014-10-19[complex] Teach the complex math IR gen to emit direct math andChandler Carruth
2014-10-17complex long double support for PowerPCJoerg Sonnenberger
2014-10-11[complex] Teach the other two binary operators on complex numbers (==Chandler Carruth
2014-10-11[complex] Use the much more powerful EmitCall routine to call libcallsChandler Carruth
2014-10-11[complex] Teach Clang to preserve different-type operands to arithmeticChandler Carruth