aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGExprComplex.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-27[KeyInstr] Complex assignment atoms (#134638)Orlando Cazalet-Hyams1-2/+14
2025-04-03[CodeGen] Don't include CGDebugInfo.h in CodeGenFunction.h (NFC) (#134100)Nikita Popov1-0/+1
2025-04-01Fix complex long double division with -mno-x87. (#133152)Zahira Ammarguellat1-0/+4
2025-03-19[Clang][CodeGen] Promote in complex compound divassign (#131453)Mészáros Gergely1-5/+8
2025-03-19[Clang][CodeGen] Do not promote if complex divisor is real (#131451)Mészáros Gergely1-16/+20
2025-02-14[HLSL] Implement HLSL Aggregate splatting (#118992)Sarah Spall1-0/+1
2025-02-07[HLSL] Implement HLSL Elementwise casting (excluding splat cases); Re-land #1...Sarah Spall1-0/+1
2025-02-06Revert "[HLSL] Implement HLSL Flat casting (excluding splat cases)" (#126149)Sarah Spall1-1/+0
2025-02-06[HLSL] Implement HLSL Flat casting (excluding splat cases) (#118842)Sarah Spall1-0/+1
2024-11-19[clang] Change some placeholders from undef to poison [NFC]Nuno Lopes1-2/+2
2024-11-16[CodeGen] Remove unused includes (NFC) (#116459)Kazu Hirata1-2/+0
2024-09-17[NFC] Move warning from CodeGen to Sema. (#107397)Zahira Ammarguellat1-21/+8
2024-07-31[NFC][Clang] Clean up VisitUnaryPlus by removing unused FP feature check (#10...smanna121-1/+0
2024-07-17The pragma STDC CX_LIMITED_RANGE ON should have precedence. (#98520)Zahira Ammarguellat1-14/+30
2024-07-08[C2y] Remove support for _Imaginary (#97436)Aaron Ballman1-5/+0
2024-06-17[clang][CodeGen] Return RValue from `EmitVAArg` (#94635)Mariya Podchishchaeva1-4/+3
2024-06-10[NFCI][metadata][clang] Use create{Unlikely,Likely}BranchWeights (#89467)Vitaly Buka1-2/+1
2024-05-20[clang][CodeGen] Remove unused LValue::getAddress CGF arg. (#92465)Ahmed Bougacha1-5/+5
2024-04-04Fix bug in the type promotion for complex division in strict FP mode. (#87500)Zahira Ammarguellat1-3/+3
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B1-0/+1
2024-03-27[NFC][Clang] Fix potential dereferencing of nullptr (#86759)smanna121-1/+1
2024-03-20[clang] Fix a warningKazu Hirata1-1/+0
2024-03-20[CLANG] Full support of complex multiplication and division. (#81514)Zahira Ammarguellat1-16/+67
2024-02-26[InstrProf] Single byte counters in coverage (#75425)gulfemsavrun1-1/+13
2024-02-15[HLSL] Vector standard conversions (#71098)Chris B1-0/+1
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin1-0/+4
2024-01-22Fix a bug in implementation of Smith's algorithm used in complex div. (#78330)Zahira Ammarguellat1-2/+8
2023-12-11[clang] Add support for -fcx-limited-range, #pragma CX_LIMITED_RANGE and -fcx...Zahira Ammarguellat1-32/+134
2023-09-23Propagate the volatile qualifier of exp to store /load operations .Umesh Kalappa1-0/+4
2023-06-30[clang] Replace uses of CreateElementBitCast (NFC)Youngsuk Kim1-4/+3
2023-01-24[FPEnv] Fix complex operations in strictfp modeSerge Pavlov1-1/+8
2023-01-05Implement support for option 'fexcess-precision'.Zahira Ammarguellat1-11/+6
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov1-1/+2
2022-08-25Support of expression granularity for _Float16.Zahira Ammarguellat1-40/+210
2021-04-10[Matrix] Implement C-style explicit type conversions for matrix types.Saurabh Jha1-0/+1
2020-11-06[FPEnv] Use strictfp metadata in casting nodesKevin P. Neal1-2/+7
2020-10-13[Fixed Point] Add fixed-point to floating point cast types and consteval.Bevin Hansson1-0/+2
2020-07-03[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci1-1/+1
2020-07-02Revert "[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextN...Bruno Ricci1-1/+1
2020-07-02[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci1-1/+1
2020-06-15attempt to fix failing buildbots after 3bab88b7baa20b276faaee0aa7ca87f636c91877Tyker1-0/+4
2020-06-15Revert "Prevent IR-gen from emitting consteval declarations"Kirill Bobyrev1-4/+0
2020-06-15Prevent IR-gen from emitting consteval declarationsTyker1-0/+4
2020-06-11[CodeGen] Simplify the way lifetime of block captures is extendedAkira Hatanaka1-1/+0
2020-01-28Fix a crash when casting _Complex and ignoring the results.Aaron Ballman1-2/+4
2020-01-02[OPENMP50]Codegen for lastprivate conditional list items.Alexey Bataev1-1/+6
2019-12-03[NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka1-4/+4
2019-12-03Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"Akira Hatanaka1-4/+4
2019-12-03[NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka1-4/+4
2019-10-19[c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith1-0/+4