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
Age
Commit message (
Expand
)
Author
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-28
Check in a patch that has already been code reviewed by Owen that I'd forgott...
James Molloy
2011-09-28
Test case for r140670: indvars should hoist sext.
Andrew Trick
2011-09-28
PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...
Eli Friedman
2011-09-27
Remove X86-dependent stuff from SSEDomainFix.
Jakob Stoklund Olesen
2011-09-27
ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w.
Jim Grosbach
2011-09-27
test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to reso...
NAKAMURA Takumi
2011-09-27
Stop emitting instructions with the name "tmp" they eat up memory and have to...
Benjamin Kramer
2011-09-27
Add binary archive support to llvm-nm.
Michael J. Spencer
2011-09-27
Unbreak tests.
Michael J. Spencer
2011-09-27
PTX: Add support for sitofp in backend
Justin Holewinski
2011-09-27
Split the landing pad basic block with the correct function. Also merge the
Bill Wendling
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
Fix an incorrect decoder test.
Owen Anderson
2011-09-26
Remove incorrect testcases.
Owen Anderson
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
Upgrade a couple more tests to the new atomic instructions.
Eli Friedman
2011-09-26
Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...
Eli Friedman
2011-09-26
Fix this test so it doesn't fail on Mac.
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
Fix emission of debug data for global variables. getContext() on DIGlobalVari...
James Molloy
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
2011-09-26
Fix VEX decoding in i386 mode. Fixes PR11008.
Craig Topper
2011-09-24
Only run MF.verify() with EXPENSIVE_CHECKS=1.
Jakob Stoklund Olesen
2011-09-23
Verify that terminators follow non-terminators.
Jakob Stoklund Olesen
2011-09-23
PR10998: It is not legal to sink an instruction past the terminator of a bloc...
Eli Friedman
2011-09-23
Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...
Owen Anderson
2011-09-23
Also match negative offsets for addrmode3 and addrmode5.
Jakob Stoklund Olesen
2011-09-23
Fix incorrect disassembly test.
Owen Anderson
2011-09-23
Post-index loads/stores in still need to print the post-indexed immediate, ev...
Owen Anderson
2011-09-23
Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...
Owen Anderson
2011-09-23
PTX: Handle function call return values
Justin Holewinski
2011-09-23
PTX: Start fixing function calls
Justin Holewinski
2011-09-23
Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...
Craig Topper
2011-09-23
PR10989: Don't print .hidden on Windows.
Eli Friedman
2011-09-22
PR10991: make fast-isel correctly check whether accessing a global through an...
Eli Friedman
2011-09-22
Fix SimplifySelectCC to add newly created nodes to the DAGCombiner
Dan Gohman
2011-09-22
Synthesize SSE3/AVX 128 bit horizontal add/sub instructions from
Duncan Sands
[next]