summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Revert r141569 and r141576.Devang Patel2011-10-10
* Reapply r141365 now that PR11107 is fixed.Bill Wendling2011-10-10
* Make sure the X86 backend doesn't explode on 128-bit shuffles in AVX mode. F...Eli Friedman2011-10-10
* If loop header is also loop exiting block then it may not be safe to hoist in...Devang Patel2011-10-10
* Fix 10892 - When lowering SIGN_EXTEND_INREG do not lower v2i64 because theNadav Rotem2011-10-10
* Add dominance check for the instruction being hoisted.Devang Patel2011-10-10
* X86: Add patterns for the movbe instruction (mov + bswap, only available on a...Benjamin Kramer2011-10-10
* Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame toBill Wendling2011-10-10
* When getting the number of bits necessary for addressing modeBill Wendling2011-10-10
* Add TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies.Jakob Stoklund Olesen2011-10-08
* Add missing test case for r141410.Jakob Stoklund Olesen2011-10-08
* High bits of movmskp{s|d} and pmovmskb are known zero. rdar://10247336Evan Cheng2011-10-07
* Reenable tail calls for iOS 5.0 and later.Bob Wilson2011-10-07
* Reenable use of divmod compiler_rt functions for iOS 5.0 and later.Bob Wilson2011-10-07
* Peephole optimization for ABS on ARM.Anton Korobeynikov2011-10-07
* Remove a check from ARM shifted operand isel helper methods, which were blockingCameron Zwarich2011-10-05
* Make this test less sensitive to codegen optimizations.Dan Gohman2011-10-05
* Move CHECK after entry label.Akira Hatanaka2011-10-03
* Add support for 64-bit logical NOR.Akira Hatanaka2011-10-03
* Add support for 64-bit count leading ones and zeros instructions.Akira Hatanaka2011-10-03
* Add support for 64-bit divide instructions.Akira Hatanaka2011-10-03
* Add support for 64-bit integer multiply instructions.Akira Hatanaka2011-10-03
* Filecheck-ize.Bill Wendling2011-09-30
* Add new line at end of file.Bill Wendling2011-09-30
* When inferring the pointer alignment, if the global doesn't have an initializerBill Wendling2011-09-30
* Remove unnecessary checking of register operands.Akira Hatanaka2011-09-30
* Add definitions of Mips64 rotate instructions.Akira Hatanaka2011-09-30
* ARM Darwin default relocation model is PIC.Jim Grosbach2011-09-30
* Check values of immediate operands.Akira Hatanaka2011-09-30
* Mips64 shift instructions.Akira Hatanaka2011-09-30
* Mips64 arithmetic and logical instructions with one source register andAkira Hatanaka2011-09-30
* Fill delay slot with useful instructions. Modified from Sparc's version of delayAkira Hatanaka2011-09-29
* Mips64 arithmetic and logical instructions with two source registers.Akira Hatanaka2011-09-29
* LSR: rewrite inner loops only.Andrew Trick2011-09-29
* whitespaceAndrew Trick2011-09-29
* PTX: Add new patterns for bitconvert and any_extendJustin Holewinski2011-09-29
* Tighten a ARM dag combine condition to avoid an identity transformation, whichEvan Cheng2011-09-28
* PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU do...Eli Friedman2011-09-28
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-28
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-27
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-27
* Last batch of test conversions to new atomic instructions.Eli Friedman2011-09-27
* Convert a bunch more tests over to the new atomic instructions.Eli Friedman2011-09-26
* Convert more tests to new atomic instructions.Eli Friedman2011-09-26
* Convert more tests over to the new atomic instructions. Eli Friedman2011-09-26
* Convert more tests over to the new atomic instructions.Eli Friedman2011-09-26
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-26
* PTX: Add .align tests to stack object test fileJustin Holewinski2011-09-26
* PTX: Fix some lingering issues with stack allocationJustin Holewinski2011-09-26
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-26