aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-09-29LSR: rewrite inner loops only.Andrew Trick
2011-09-29whitespaceAndrew Trick
2011-09-29PTX: Add new patterns for bitconvert and any_extendJustin Holewinski
2011-09-28Tighten a ARM dag combine condition to avoid an identity transformation, whichEvan Cheng
2011-09-28PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU do...Eli Friedman
2011-09-28PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski
2011-09-28Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy
2011-09-28Test case for r140670: indvars should hoist sext.Andrew Trick
2011-09-28PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...Eli Friedman
2011-09-27Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen
2011-09-27ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w.Jim Grosbach
2011-09-27test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to reso...NAKAMURA Takumi
2011-09-27Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer
2011-09-27Add binary archive support to llvm-nm.Michael J. Spencer
2011-09-27Unbreak tests.Michael J. Spencer
2011-09-27PTX: Add support for sitofp in backendJustin Holewinski
2011-09-27Split the landing pad basic block with the correct function. Also merge theBill Wendling
2011-09-27Last batch of test conversions to new atomic instructions.Eli Friedman
2011-09-26Convert a bunch more tests over to the new atomic instructions.Eli Friedman
2011-09-26Fix an incorrect decoder test.Owen Anderson
2011-09-26Remove incorrect testcases.Owen Anderson
2011-09-26Convert more tests to new atomic instructions.Eli Friedman
2011-09-26Convert more tests over to the new atomic instructions. Eli Friedman
2011-09-26Convert more tests over to the new atomic instructions.Eli Friedman
2011-09-26Upgrade a couple more tests to the new atomic instructions.Eli Friedman
2011-09-26Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman
2011-09-26Fix this test so it doesn't fail on Mac.Eli Friedman
2011-09-26PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski
2011-09-26Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy
2011-09-26PTX: Add .align tests to stack object test fileJustin Holewinski
2011-09-26PTX: Fix some lingering issues with stack allocationJustin Holewinski
2011-09-26PTX: Unify handling of loads/storesJustin Holewinski
2011-09-26Only run tests in test/CodeGen/CBackend/X86 when both X86 and CBackend are su...David Meyer
2011-09-26PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer
2011-09-26Fix VEX decoding in i386 mode. Fixes PR11008.Craig Topper
2011-09-24Only run MF.verify() with EXPENSIVE_CHECKS=1.Jakob Stoklund Olesen
2011-09-23Verify that terminators follow non-terminators.Jakob Stoklund Olesen
2011-09-23PR10998: It is not legal to sink an instruction past the terminator of a bloc...Eli Friedman
2011-09-23Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...Owen Anderson
2011-09-23Also match negative offsets for addrmode3 and addrmode5.Jakob Stoklund Olesen
2011-09-23Fix incorrect disassembly test.Owen Anderson
2011-09-23Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson
2011-09-23Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...Owen Anderson
2011-09-23PTX: Handle function call return valuesJustin Holewinski
2011-09-23PTX: Start fixing function callsJustin Holewinski
2011-09-23Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper
2011-09-23PR10989: Don't print .hidden on Windows.Eli Friedman
2011-09-22PR10991: make fast-isel correctly check whether accessing a global through an...Eli Friedman
2011-09-22Fix SimplifySelectCC to add newly created nodes to the DAGCombinerDan Gohman
2011-09-22Synthesize SSE3/AVX 128 bit horizontal add/sub instructions fromDuncan Sands