summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/complex-libcalls.c
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman
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
2021-02-18[clang] functions with the 'const' or 'pure' attribute must always return.Jeroen Dobbelaere
2020-09-28[clang][codegen] Annotate `correctly-rounded-divide-sqrt-fp-math` fn-attr for...Michael Liao
2019-12-31[CodeGen] Emit conj/conjf/confjl libcalls as fneg instructions if possible.Craig Topper
2019-06-05LLVM IR: Generate new-style byval-with-Type from ClangTim Northover
2017-11-18[CodeGen] change const-ness of complex callsSanjay Patel
2017-11-07[CodeGen] split math and complex tests into separate files; NFCISanjay Patel