index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
Age
Commit message (
Expand
)
Author
2011-10-10
Make sure the X86 backend doesn't explode on 128-bit shuffles in AVX mode. F...
Eli Friedman
2011-10-10
If loop header is also loop exiting block then it may not be safe to hoist in...
Devang Patel
2011-10-10
Fix 10892 - When lowering SIGN_EXTEND_INREG do not lower v2i64 because the
Nadav Rotem
2011-10-10
Add dominance check for the instruction being hoisted.
Devang Patel
2011-10-10
X86: Add patterns for the movbe instruction (mov + bswap, only available on a...
Benjamin Kramer
2011-10-10
Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame to
Bill Wendling
2011-10-10
When getting the number of bits necessary for addressing mode
Bill Wendling
2011-10-08
Add TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies.
Jakob Stoklund Olesen
2011-10-08
Add missing test case for r141410.
Jakob Stoklund Olesen
2011-10-07
High bits of movmskp{s|d} and pmovmskb are known zero. rdar://10247336
Evan Cheng
2011-10-07
Reenable tail calls for iOS 5.0 and later.
Bob Wilson
2011-10-07
Reenable use of divmod compiler_rt functions for iOS 5.0 and later.
Bob Wilson
2011-10-07
Peephole optimization for ABS on ARM.
Anton Korobeynikov
2011-10-05
Remove a check from ARM shifted operand isel helper methods, which were blocking
Cameron Zwarich
2011-10-05
Make this test less sensitive to codegen optimizations.
Dan Gohman
2011-10-03
Move CHECK after entry label.
Akira Hatanaka
2011-10-03
Add support for 64-bit logical NOR.
Akira Hatanaka
2011-10-03
Add support for 64-bit count leading ones and zeros instructions.
Akira Hatanaka
2011-10-03
Add support for 64-bit divide instructions.
Akira Hatanaka
2011-10-03
Add support for 64-bit integer multiply instructions.
Akira Hatanaka
2011-09-30
Filecheck-ize.
Bill Wendling
2011-09-30
Add new line at end of file.
Bill Wendling
2011-09-30
When inferring the pointer alignment, if the global doesn't have an initializer
Bill Wendling
2011-09-30
Remove unnecessary checking of register operands.
Akira Hatanaka
2011-09-30
Add definitions of Mips64 rotate instructions.
Akira Hatanaka
2011-09-30
ARM Darwin default relocation model is PIC.
Jim Grosbach
2011-09-30
Check values of immediate operands.
Akira Hatanaka
2011-09-30
Mips64 shift instructions.
Akira Hatanaka
2011-09-30
Mips64 arithmetic and logical instructions with one source register and
Akira Hatanaka
2011-09-29
Fill delay slot with useful instructions. Modified from Sparc's version of delay
Akira Hatanaka
2011-09-29
Mips64 arithmetic and logical instructions with two source registers.
Akira Hatanaka
2011-09-29
LSR: rewrite inner loops only.
Andrew Trick
2011-09-29
whitespace
Andrew Trick
2011-09-29
PTX: Add new patterns for bitconvert and any_extend
Justin Holewinski
2011-09-28
Tighten a ARM dag combine condition to avoid an identity transformation, which
Evan Cheng
2011-09-28
PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU do...
Eli Friedman
2011-09-28
PTX: MC-ize the PTX back-end (patch 1 of N)
Justin Holewinski
2011-09-27
Remove X86-dependent stuff from SSEDomainFix.
Jakob Stoklund Olesen
2011-09-27
PTX: Add support for sitofp in backend
Justin Holewinski
2011-09-27
Last batch of test conversions to new atomic instructions.
Eli Friedman
2011-09-26
Convert a bunch more tests over to the new atomic instructions.
Eli Friedman
2011-09-26
Convert more tests to new atomic instructions.
Eli Friedman
2011-09-26
Convert more tests over to the new atomic instructions.
Eli Friedman
2011-09-26
Convert more tests over to the new atomic instructions.
Eli Friedman
2011-09-26
PTX: Fix detection of stack load/store vs. global load/store, as well as fix the
Justin Holewinski
2011-09-26
PTX: Add .align tests to stack object test file
Justin Holewinski
2011-09-26
PTX: Fix some lingering issues with stack allocation
Justin Holewinski
2011-09-26
PTX: Unify handling of loads/stores
Justin Holewinski
2011-09-26
Only run tests in test/CodeGen/CBackend/X86 when both X86 and CBackend are su...
David Meyer
2011-09-26
PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...
David Meyer
[prev]
[next]