aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/arm-and-tst-peephole.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-9/+9
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+5
* [ARMv8] Prevent generation of deprecated IT blocks on ARMv8 in Thumb mode.Joey Gouly2013-09-091-0/+23
* Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen2011-04-301-2/+2
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-311-3/+3
* 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