aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-284-4/+4
* Check in a patch that has already been code reviewed by Owen that I'd forgott...James Molloy2011-09-283-0/+87
* Test case for r140670: indvars should hoist sext.Andrew Trick2011-09-281-0/+28
* PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio...Eli Friedman2011-09-281-1/+16
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-272-3/+3
* ARM Thumb2 asm parsing [SU]XT[BH] without rotate but with .w.Jim Grosbach2011-09-271-1/+8
* test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to reso...NAKAMURA Takumi2011-09-271-1/+1
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-278-37/+37
* Add binary archive support to llvm-nm.Michael J. Spencer2011-09-273-0/+17
* Unbreak tests.Michael J. Spencer2011-09-272-0/+0
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-272-0/+66
* Split the landing pad basic block with the correct function. Also merge theBill Wendling2011-09-271-0/+67
* Last batch of test conversions to new atomic instructions.Eli Friedman2011-09-2711-1954/+963
* Convert a bunch more tests over to the new atomic instructions.Eli Friedman2011-09-2610-1088/+69
* Fix an incorrect decoder test.Owen Anderson2011-09-261-2/+2
* Remove incorrect testcases.Owen Anderson2011-09-261-4/+0
* Convert more tests to new atomic instructions.Eli Friedman2011-09-263-35/+19
* Convert more tests over to the new atomic instructions. Eli Friedman2011-09-266-1504/+1367
* Convert more tests over to the new atomic instructions.Eli Friedman2011-09-264-65/+23
* Upgrade a couple more tests to the new atomic instructions.Eli Friedman2011-09-262-12/+5
* Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias...Eli Friedman2011-09-262-6/+2
* Fix this test so it doesn't fail on Mac.Eli Friedman2011-09-261-6/+6
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-261-2/+2
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-261-0/+47
* PTX: Add .align tests to stack object test fileJustin Holewinski2011-09-261-2/+11
* PTX: Fix some lingering issues with stack allocationJustin Holewinski2011-09-261-0/+10
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-262-130/+0
* Only run tests in test/CodeGen/CBackend/X86 when both X86 and CBackend are su...David Meyer2011-09-261-1/+1
* PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer2011-09-262-6/+1
* Fix VEX decoding in i386 mode. Fixes PR11008.Craig Topper2011-09-261-0/+289
* Only run MF.verify() with EXPENSIVE_CHECKS=1.Jakob Stoklund Olesen2011-09-241-3/+0
* Verify that terminators follow non-terminators.Jakob Stoklund Olesen2011-09-231-0/+3
* PR10998: It is not legal to sink an instruction past the terminator of a bloc...Eli Friedman2011-09-231-0/+43
* Teach the Thumb2 AsmParser to accept pre-indexed loads/stores with an offset ...Owen Anderson2011-09-231-0/+2
* Also match negative offsets for addrmode3 and addrmode5.Jakob Stoklund Olesen2011-09-231-0/+18
* Fix incorrect disassembly test.Owen Anderson2011-09-231-1/+1
* Post-index loads/stores in still need to print the post-indexed immediate, ev...Owen Anderson2011-09-231-0/+7
* Reapply r140412 (Thumb2 reg-reg loads cannot target SP or PC), with invalid t...Owen Anderson2011-09-231-2/+2
* PTX: Handle function call return valuesJustin Holewinski2011-09-231-0/+13
* PTX: Start fixing function callsJustin Holewinski2011-09-231-2/+1
* Don't allow 32-bit only instructions to be disassembled in 64-bit mode. Fixes...Craig Topper2011-09-231-7/+4
* PR10989: Don't print .hidden on Windows.Eli Friedman2011-09-231-6/+13
* PR10991: make fast-isel correctly check whether accessing a global through an...Eli Friedman2011-09-221-1/+17
* Fix SimplifySelectCC to add newly created nodes to the DAGCombinerDan Gohman2011-09-221-6/+6
* Synthesize SSE3/AVX 128 bit horizontal add/sub instructions fromDuncan Sands2011-09-221-0/+194
* PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.Eli Friedman2011-09-221-0/+40
* PTX: fixup test cases for register changesJustin Holewinski2011-09-2222-524/+526
* Fix register printing in disassembling of push/pop of segment registers and i...Craig Topper2011-09-221-0/+12
* Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o...Owen Anderson2011-09-211-2/+4
* Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson2011-09-212-1/+3