aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/or.ll
AgeCommit message (Expand)Author
2009-10-26reapply r85085 with a bugfix to avoid infinite looping.Chris Lattner
2009-10-26Revert 85085. It causes infinite looping during llvm-gcc build.Evan Cheng
2009-10-26Implement PR3266 & PR5276, folding:Chris Lattner
2009-10-25convert or.ll to filecheck and merge or2 into it.Chris Lattner
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-04-15For PR1319:Reid Spencer
2007-04-14For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-02-26new testcaseChris Lattner
2006-02-12tweaksChris Lattner
2005-09-18new testcaseChris Lattner
2005-05-06new testcaseChris Lattner
2004-09-28New testcaseChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-08-12New testcasesChris Lattner
2003-07-24More testcases, which I'll implement laterChris Lattner
2003-07-24New testcaseChris Lattner
2003-07-23Renumber tests sequentiallyChris Lattner
2003-07-23Split the or and xor tests into two separate filesChris Lattner
2003-07-23Remove obscure testChris Lattner
2003-07-23New testcaseChris Lattner
2003-07-23New testcaseChris Lattner
2003-07-23New testcasesChris Lattner
2003-07-23New testcaseChris Lattner
2003-07-23New testcaseChris Lattner
2003-06-28Remove usage of grep-not scriptChris Lattner
2003-06-28Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner
2003-06-04Add new test for inverting branchesChris Lattner
2003-03-11Test limited reassociationChris Lattner
2003-03-10Add optimizations:Chris Lattner
2003-03-10* Add testcases for associative operatorsChris Lattner
2003-03-10Add test for: (A|B)^B == A & (~B)Chris Lattner
2003-02-18test for a variety of new transformations:Chris Lattner
2003-02-18Modernize testcaseChris Lattner
2002-10-08This test was mistakenly matching 'predecessors' that the new asmwriterChris Lattner
2002-08-14Remove illegal test now that not instruction does not exist.Chris Lattner
2002-08-09xor x, ALLONES should -> not xChris Lattner
2002-08-02These tests should not run -dce pass to cleanup instcombine.Chris Lattner
2002-05-06More testcases I don't want to forget aboutChris Lattner
2002-05-06New testcases so I don't forget about these algebraic simplificationsChris Lattner