summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/builtins.cpp
AgeCommit message (Expand)Author
2025-11-15[Clang] Add __builtin_bswapg (#162433)clf
2025-03-18[Clang] Introduce a trait to determine the structure binding size (#131515)cor3ntin
2024-10-18[clang] constexpr built-in abs function. (#112539)c8ef
2023-09-27CGBuiltin: emit llvm.abs.* instead of neg+icmp+select for absFangrui Song
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-20Treat `std::move`, `forward`, etc. as builtins.Richard Smith
2022-04-20Revert "Treat `std::move`, `forward`, etc. as builtins."David Tenty
2022-04-17Treat `std::move`, `forward`, etc. as builtins.Richard Smith
2022-04-16Revert "Treat `std::move`, `forward`, and `move_if_noexcept` as builtins."Vitaly Buka
2022-04-15Extend support for std::move etc to also cover std::as_const andRichard Smith
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
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-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-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-09-17[Sema] Introduce BuiltinAttr, per-declaration builtin-nessRaul Tambre
2019-02-08[opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight
2018-07-05Fix __builtin_*_overflow when out-param isn't constexprErich Keane
2017-01-20P0426: Make the library implementation of constexpr char_traits a little easierRichard Smith
2013-11-02clang/test/CodeGenCXX/builtins.cpp: Fix for -Asserts.NAKAMURA Takumi
2013-11-02Adding triple to lit test fixed in r193901Warren Hunt
2013-11-02Fixes lit test that doesn't fail on windowsWarren Hunt
2013-11-01Wraps lazily generated builtins in an extern "C" contextWarren Hunt
2013-07-11Add a __builtin_addressof that performs the same functionality as the built-inRichard Smith
2013-02-07Permit ABIs where the caller extends the result (test change).Tim Northover
2012-08-31Change the representation of builtin functions in the ASTEli Friedman
2011-09-06When extracting the callee declaration from a call expression, be sureDouglas Gregor
2010-12-21In C++, if the user redeclares a builtin function with a type that isDouglas Gregor