aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/arm-and-tst-peephole.ll
Commit message (Expand)AuthorAgeFilesLines
* Remove ARM isel hacks that fold large immediates into a pair of add, sub, and,Evan Cheng2010-11-171-3/+2
* When we look at instructions to convert to setting the 's' flag, we need to lookBill Wendling2010-11-011-9/+14
* More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when theBill Wendling2010-11-011-4/+3
* Disable because peephole is disabled.Bill Wendling2010-11-011-0/+1
* ARM instructions that are both predicated and set the condition codesBob Wilson2010-10-151-0/+47
* do not compare actual branch labels; this may fix llvm-gcc-x86_64-darwin10-cr...Gabor Greif2010-09-291-3/+3
* improve heuristics to find the 'and' corresponding to 'tst' to also catch opp...Gabor Greif2010-09-291-8/+12
* Enable code placement optimization pass for ARM.Evan Cheng2010-09-241-2/+2
* Reapply Gabor's 113839, 113840, and 113876 with a fix for a problemBob Wilson2010-09-151-2/+1
* the darwin9-powerpc buildbot keeps consistently crashing,Gabor Greif2010-09-151-1/+2
* forgot the testcase change for r113839Gabor Greif2010-09-141-2/+1
* test for and-tst peephole optimizationGabor Greif2010-09-141-0/+58