summaryrefslogtreecommitdiff
path: root/test/Feature/intrinsics.ll
AgeCommit message (Expand)Author
2017-05-03Replace hardcoded intrinsic list with speculatable attribute.Matt Arsenault
2014-03-06Change math intrinsic attributes from readonly to readnone. TheseRaul E. Silvera
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2012-05-27rdar://11542750 - llvm.trap should be marked no return.Chris Lattner
2011-12-12Manually upgrade the test suite to specify the flag to cttz and ctlz.Chandler Carruth
2011-11-27remove autoupgrade support for old forms of llvm.prefetch and the oldChris Lattner
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