aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/trunc-to-bool.ll
AgeCommit message (Expand)Author
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2010-02-27Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.Evan Cheng
2010-02-24Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again inDaniel Dunbar
2010-02-24Re-apply 96540 and 96556 with fixes.Evan Cheng
2010-02-22These should not have been committed.Evan Cheng
2010-02-22Instcombine constant folding can normalize gep with negative index to index w...Evan Cheng
2010-02-19Revert commits 96556 and 96640, because commit 96556 breaks theDuncan Sands
2010-02-18Some dag combiner goodness:Evan Cheng
2009-11-22Turns out stuff gets allocated to different registers depending on the subtar...Benjamin Kramer
2009-11-22Convert a few tests to FileCheck for PR5307.Edward O'Callaghan
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2008-11-10When promoting the result of fp_to_uint/fp_to_sint,Duncan Sands
2007-08-15Convert another test to use the count script. This one didn't fit theDan Gohman
2007-07-19For PR1553:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-01-30For PR411:Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-13For PR1043:Reid Spencer
2007-01-05Update for change in parameter attribute syntax.Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-11-27Add 3 more test cases for ptrtoint, fptoui and fptosiReid Spencer
2006-11-27Alter these tests to ensure they match a "test $1, X" X86 instruction thatReid Spencer
2006-11-27For PR950:Reid Spencer