about summary refs log tree commit diff homepage
path: root/test/Intrinsics
AgeCommit message (Expand)Author
2022-09-24Pass llvm.experimental.noalias.scope.decl to IntrinsicLowering so that it str...Pavel
2022-06-30remove LLVM < 9Frank Busse
2022-06-26Intrinsics: Add support for @llvm.f{ma,muladd}.f*Lukáš Zaoral
2022-06-13tests: invoke LLVM tools through their corresponding macrosLukáš Zaoral
2022-03-17LLVM < 6 leftoversJulian Büning
2021-09-10llvm12: Implement llvm.abs intrinsicLukas Zaoral
2021-09-10llvm12: Implement llvm.{s,u}{max,min} intrinsicsLukas Zaoral
2021-05-04tests: adjust to new summary outputFrank Busse
2020-09-02More robust handling of unknown intrinsicsAlastair Reid
2020-06-29Implement fshr/fshl intrinsicsAlastair Reid
2019-11-15Implement @llvm.is.constant() intrinsic handling and add a test for it.Gleb Popov
2019-11-07Handle llvm.objectsize explicitlyMartin Nowack
2019-10-31LLVM 9.0: fourth parameter for @llvm.objectsize()Julian Büning
2019-09-20Move intrinsics tests to the proper directoryMateusz Naściszewski
2019-05-28Implement handling of the llvm.fabs intrinsicFelix Rath
2019-03-21remove tests for LLVM <= 3.7Julian Büning
2019-03-12Fixed comments to objectsize.ll and objectsize.leq49.llCristian Cadar
2019-03-12Removed unneeded and confusing disable-opt option, reformatted Optimize() fun...Cristian Cadar
2018-10-26llvm5: test, change objectsizeJiri Slaby
2018-05-24test: add versions of some tests for LLVM 3.7Richard Trembecký
2017-07-23Updated test cases to reflect removal of LLVM 2.9Martin Nowack
2015-12-19Implement support for lowering the ``llvm.objectsize`` intrinsicDan Liew