summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/xor-icmp.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-16
* Allow trivial sibcall of vararg callee when no arguments are being passed.Evan Cheng2010-03-26
* 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
* Transform (xor (setcc), (setcc)) == / != 1 toEvan Cheng2010-02-19
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-06