aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-03-13-PHIElimBug.ll
AgeCommit message (Expand)Author
2011-08-31Update more tests to the new EH scheme.Bill Wendling
2011-05-04Prepare remaining tests for -join-physreg going away.Jakob Stoklund Olesen
2010-09-03test/CodeGen/X86: Add explicit -mtriple=(i686|x86_64)-linux for Win32 host.NAKAMURA Takumi
2010-03-14get MMI out of the label uniquing business, just go to MCContextChris Lattner
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
2009-03-17Reapply r67049, with the test adjusted for darwinDuncan Sands
2009-03-16--- Reverse-merging (from foreign repository) r67049 into '.':Bill Wendling
2009-03-16Tweak the fix for PR3784: be less sensitive about justDuncan Sands
2009-03-13Fix PR3784: If the source of a phi comes from a bb ended with an invoke, make...Evan Cheng