aboutsummaryrefslogtreecommitdiff
path: root/test/Feature/intrinsics.ll
AgeCommit message (Expand)Author
2008-04-14Upgrade these tests for the current intrinsic prototypes.Dan Gohman
2008-03-01Remove llvm-upgrade and update tests.Tanya Lattner
2007-04-01For PR1297:Reid Spencer
2006-12-02Remove old intrinsic declarations and usage.Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-01-19Expand test to cover the non-overloaded variants of the arithmetic andReid Spencer
2005-05-09Add note to self to complete the testing of all intrinsic functions asReid Spencer
2005-05-03yea yea yeaAndrew Lenharth
2005-05-03pre add count testsAndrew Lenharth
2005-02-28Add a test for llvm.prefetch.Chris Lattner
2004-11-07Added RUN lines and dejagnu support for Feature dir.Tanya Lattner
2004-06-15Right, stop being sillyChris Lattner
2004-06-15Add a nan, stop testing isnanChris Lattner
2004-06-12Add the isunordered intrinsic.Alkis Evlogimenos
2004-06-11I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner
2004-06-11Add feature test for llvm intrinsics. It currently contains only the "isunord...Alkis Evlogimenos