summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/weak-external.cpp
AgeCommit message (Expand)Author
2024-05-31Reapply [IR] Avoid creating icmp/fcmp constant expressions (#92885)Nikita Popov
2024-05-22Revert "[IR] Avoid creating icmp/fcmp constant expressions" (#93087)Daniel Thornburgh
2024-05-22[CodeGen] Use fixed triple in weak-external test (NFC)Nikita Popov
2024-05-22[IR] Avoid creating icmp/fcmp constant expressions (#92885)Nikita Popov
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
2023-10-02[IR] Mark zext/sext constant expressions as undesirableNikita Popov
2022-12-12Fix test on 32-bit targets.Richard Smith
2022-12-12Add missing check for constant evaluation of a comparison of a pointerRichard Smith
2020-10-12Canonicalize declaration pointers when forming APValues.Richard Smith
2020-10-12Revert "Canonicalize declaration pointers when forming APValues."Arthur Eubanks
2020-09-27Canonicalize declaration pointers when forming APValues.Richard Smith
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2011-08-19Do not depend on the standard library on the system. Replace the #include withNick Lewycky
2011-08-16Migrate weak-external.cpp from llvm/test/FrontendC++.Eric Christopher