summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/libcalls.c
AgeCommit message (Expand)Author
2025-11-04[IR] Add new function attribute nocreateundeforpoison (#164809)Jay Foad
2024-11-12Emit constrained atan2 intrinsic for clang builtin (#113636)Tex Riddell
2024-07-19[clang] Emit constraint intrinsics for arc and hyperbolic trig clang builtins...Farzon Lotfi
2023-01-03clang: Don't emit "frame-pointer"="none"Matt Arsenault
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-10-14Remove redundant option -menable-unsafe-fp-math.Zahira Ammarguellat
2022-04-20[C11/C2x] Change the behavior of the implicit function declaration warningAaron Ballman
2022-03-25Reapply "[Intrinsics] Add `nocallback` to the default intrinsic attributes"Johannes Doerfert
2022-03-24Revert "[Intrinsics] Add `nocallback` to the default intrinsic attributes"Johannes Doerfert
2022-03-24[Intrinsics] Add `nocallback` to the default intrinsic attributesJohannes Doerfert
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-04-07[clang, test] Fix use of undef FileCheck varThomas Preud'homme
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-10-20[IR] Make nosync, nofree and willreturn default for intrinsics.sstefan1
2020-06-01Fix how cc1 command line options are mapped into FP options.John McCall
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2019-07-28[FunctionAttrs] Annotate "willreturn" for intrinsicsHideto Ueno
2017-12-01[CodeGen] convert math libcalls/builtins to equivalent LLVM intrinsicsSanjay Patel
2017-11-13[CodeGen] fix const-ness of cbrt and fmaSanjay Patel
2017-10-31[CodeGen] map sqrt libcalls to llvm.sqrt when errno is not setSanjay Patel
2017-05-03Fix tests after speculatable intrinsics patchMatt Arsenault
2014-03-06Update clang test to cover for new treatment of intrinsics as readnone.Raul E. Silvera
2014-02-16Fix broken CHECK linesNico Rieck
2013-09-12Restore the sqrt -> llvm.sqrt mapping in fast-math modeHal Finkel
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-08-12Fix FileCheck --check-prefix lines.Tim Northover
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-26Fix testcases to not rely upon target-* attributes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2012-04-24Add atan, atan2, exp, and log to the builtin math library functions.Chad Rosier
2011-08-15'pure' and 'const' functions should also be marked nounwind. MigrateEric Christopher
2011-07-08Add codegen support for the fma/fmal/fmaf builtins.Cameron Zwarich
2010-04-07@llvm.sqrt isn't really close enough to C's sqrt to justify emitting callsJohn McCall
2010-01-08Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-19Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-06-18Add a target triple to a couple of tests which depend on it. Reported Eli Friedman
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-16Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.Daniel Dunbar