summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/trunc-to-bool.ll
AgeCommit message (Expand)AuthorFilesLines
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-1/+1
2013-10-15Enable MI Sched for x86.Andrew Trick1-1/+1
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin1-5/+5
2013-06-25Revert "Temporarily enable MI-Sched on X86."Andrew Trick1-1/+1
2013-06-24Temporarily enable MI-Sched on X86.Andrew Trick1-1/+1
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner1-1/+1
2010-02-27Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.Evan Cheng1-8/+13
2010-02-24Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again inDaniel Dunbar1-13/+8
2010-02-24Re-apply 96540 and 96556 with fixes.Evan Cheng1-8/+13
2010-02-22These should not have been committed.Evan Cheng1-13/+8
2010-02-22Instcombine constant folding can normalize gep with negative index to index w...Evan Cheng1-8/+13
2010-02-19Revert commits 96556 and 96640, because commit 96556 breaks theDuncan Sands1-13/+8
2010-02-18Some dag combiner goodness:Evan Cheng1-8/+13
2009-11-22Turns out stuff gets allocated to different registers depending on the subtar...Benjamin Kramer1-1/+1
2009-11-22Convert a few tests to FileCheck for PR5307.Edward O'Callaghan1-3/+6
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2008-11-10When promoting the result of fp_to_uint/fp_to_sint,Duncan Sands1-10/+1
2007-08-15Convert another test to use the count script. This one didn't fit theDan Gohman1-1/+1
2007-07-19For PR1553:Reid Spencer1-1/+1
2007-04-16For PR1319:Reid Spencer1-2/+1
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer1-2/+1
2007-01-30For PR411:Reid Spencer1-2/+2
2007-01-26For PR761:Reid Spencer1-6/+6
2007-01-13For PR1043:Reid Spencer1-17/+17
2007-01-05Update for change in parameter attribute syntax.Reid Spencer1-1/+1
2006-12-31For PR950:Reid Spencer1-24/+27
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer1-2/+2
2006-11-27Add 3 more test cases for ptrtoint, fptoui and fptosiReid Spencer1-1/+28
2006-11-27Alter these tests to ensure they match a "test $1, X" X86 instruction thatReid Spencer1-1/+1
2006-11-27For PR950:Reid Spencer1-0/+32