summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/trunc-to-bool.ll
Commit message (Expand)AuthorAge
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* Revert "Temporarily enable MI-Sched on X86."Andrew Trick2013-06-25
* Temporarily enable MI-Sched on X86.Andrew Trick2013-06-24
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.Evan Cheng2010-02-27
* Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again inDaniel Dunbar2010-02-24
* Re-apply 96540 and 96556 with fixes.Evan Cheng2010-02-24
* These should not have been committed.Evan Cheng2010-02-22
* Instcombine constant folding can normalize gep with negative index to index w...Evan Cheng2010-02-22
* Revert commits 96556 and 96640, because commit 96556 breaks theDuncan Sands2010-02-19
* Some dag combiner goodness:Evan Cheng2010-02-18
* Turns out stuff gets allocated to different registers depending on the subtar...Benjamin Kramer2009-11-22
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-11-22
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* When promoting the result of fp_to_uint/fp_to_sint,Duncan Sands2008-11-10
* Convert another test to use the count script. This one didn't fit theDan Gohman2007-08-15
* For PR1553:Reid Spencer2007-07-19
* For PR1319:Reid Spencer2007-04-16
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* For PR411:Reid Spencer2007-01-30
* For PR761:Reid Spencer2007-01-26
* For PR1043:Reid Spencer2007-01-13
* Update for change in parameter attribute syntax.Reid Spencer2007-01-05
* For PR950:Reid Spencer2006-12-31
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Add 3 more test cases for ptrtoint, fptoui and fptosiReid Spencer2006-11-27
* Alter these tests to ensure they match a "test $1, X" X86 instruction thatReid Spencer2006-11-27
* For PR950:Reid Spencer2006-11-27