summaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CGExprComplex.cpp
AgeCommit message (Expand)Author
2024-05-20[clang][CodeGen] Remove unused LValue::getAddress CGF arg. (#92465)Ahmed Bougacha
2024-04-04Fix bug in the type promotion for complex division in strict FP mode. (#87500)Zahira Ammarguellat
2024-04-01[HLSL] Implement array temporary support (#79382)Chris B
2024-03-27[NFC][Clang] Fix potential dereferencing of nullptr (#86759)smanna12
2024-03-20[clang] Fix a warningKazu Hirata
2024-03-20[CLANG] Full support of complex multiplication and division. (#81514)Zahira Ammarguellat
2024-02-26[InstrProf] Single byte counters in coverage (#75425)gulfemsavrun
2024-02-15[HLSL] Vector standard conversions (#71098)Chris B
2024-01-27[Clang][C++26] Implement Pack Indexing (P2662R3). (#72644)cor3ntin
2024-01-22Fix a bug in implementation of Smith's algorithm used in complex div. (#78330)Zahira Ammarguellat
2023-12-11[clang] Add support for -fcx-limited-range, #pragma CX_LIMITED_RANGE and -fcx...Zahira Ammarguellat
2023-09-23Propagate the volatile qualifier of exp to store /load operations .Umesh Kalappa
2023-06-30[clang] Replace uses of CreateElementBitCast (NFC)Youngsuk Kim
2023-01-24[FPEnv] Fix complex operations in strictfp modeSerge Pavlov
2023-01-05Implement support for option 'fexcess-precision'.Zahira Ammarguellat
2022-09-16[clang] use getCommonSugar in an assortment of placesMatheus Izvekov
2022-08-25Support of expression granularity for _Float16.Zahira Ammarguellat
2021-04-10[Matrix] Implement C-style explicit type conversions for matrix types.Saurabh Jha
2020-11-06[FPEnv] Use strictfp metadata in casting nodesKevin P. Neal
2020-10-13[Fixed Point] Add fixed-point to floating point cast types and consteval.Bevin Hansson
2020-07-03[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci
2020-07-02Revert "[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextN...Bruno Ricci
2020-07-02[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci
2020-06-15attempt to fix failing buildbots after 3bab88b7baa20b276faaee0aa7ca87f636c91877Tyker
2020-06-15Revert "Prevent IR-gen from emitting consteval declarations"Kirill Bobyrev
2020-06-15Prevent IR-gen from emitting consteval declarationsTyker
2020-06-11[CodeGen] Simplify the way lifetime of block captures is extendedAkira Hatanaka
2020-01-28Fix a crash when casting _Complex and ignoring the results.Aaron Ballman
2020-01-02[OPENMP50]Codegen for lastprivate conditional list items.Alexey Bataev
2019-12-03[NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka
2019-12-03Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"Akira Hatanaka
2019-12-03[NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka
2019-10-19[c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith
2019-07-02[C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington
2019-05-16Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier
2019-03-06[Fixed Point Arithmetic] Fixed Point and Integer ConversionsLeonard Chan
2019-02-09[opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight
2019-02-05[opaque pointer types] Pass function types for runtime function calls.James Y Knight
2019-01-30Cleanup: replace uses of CallSite with CallBase.James Y Knight
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-09Compound literals, enums, et al require const exprBill Wendling
2018-10-23[Fixed Point Arithmetic] Fixed Point to Boolean CastLeonard Chan
2018-10-23[OpenCL][NFC] Unify ZeroToOCL* cast typesAndrew Savonichev
2018-10-15[Fixed Point Arithmetic] FixedPointCastLeonard Chan
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-06Fix typos in clangAlexander Kornienko
2018-03-20Delete BuiltinCC. NFC.Rafael Espindola
2018-03-20[CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka
2017-12-20[Complex] Don't use __div?c3 when building with fast-math.Florian Hahn
2017-10-08Remove unused variables. No functionality change.Benjamin Kramer