summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2011-09-22PR10987: add a missed safety check to isSafePHIToSpeculate in scalarrepl.Eli Friedman
2011-09-22PTX: fixup test cases for register changesJustin Holewinski
2011-09-22Fix register printing in disassembling of push/pop of segment registers and i...Craig Topper
2011-09-21Turns out that Thumb2 ADR doesn't need special printing like LDR does. Fix o...Owen Anderson
2011-09-21Print out immediate offset versions of PC-relative load/store instructions as...Owen Anderson
2011-09-21Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel
2011-09-21Remove +.Akira Hatanaka
2011-09-21Re-enable some of the disabled tests. Use FileCheck instead of grep to checkAkira Hatanaka
2011-09-21add another testcase for pr10902Nadav Rotem
2011-09-21[VECTOR-SELECT] Address one of the bugs in pr10902.Nadav Rotem
2011-09-20Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher
2011-09-20This test is completely invalid with the modern EH model. Delete.Bill Wendling
2011-09-20Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman
2011-09-20Add a DAGCombine for subvector extracts to remove useless chains ofBruno Cardoso Lopes
2011-09-20Revert r140097, working on a better approachBruno Cardoso Lopes
2011-09-20Update this test to the new EH model.Bill Wendling
2011-09-20The wrong relocation was being emitted for several SSSE3 instructions.Bruno Cardoso Lopes
2011-09-20Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...Evan Cheng
2011-09-20Update to new EH model.Bill Wendling
2011-09-20Port over more Thumb2 encoding tests to decoding tests.Owen Anderson
2011-09-20test/CodeGen/X86/avx-minmax.ll: Unbreak Win32.NAKAMURA Takumi
2011-09-20Extend changes from r139986 to produce 256-bit AVX minps/minpd/maxps/maxpd.Craig Topper
2011-09-20ARM isel bug fix for adds/subs operands.Andrew Trick
2011-09-20Nuke obsolete test file.Jim Grosbach
2011-09-20Thumb2 assembly parsing and encoding for WFE/WFI/YIELD.Jim Grosbach
2011-09-20Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.Jim Grosbach
2011-09-20Thumb2 assembly parsing and encoding for USUB8/USUB16.Jim Grosbach
2011-09-20Thumb2 assembly parsing and encoding for USAX.Jim Grosbach
2011-09-20Thumb2 assembly parsing and encoding for USAT16.Jim Grosbach
2011-09-20Thumb2 assembly parsing and encoding for USAT.Jim Grosbach
2011-09-20Tidy up.Jim Grosbach
2011-09-20Thumb2 assembly parsing and encoding for UQSAD8/USADA8.Jim Grosbach
2011-09-20Thumb2 assembly parsing and encoding for UQSUB16/UQSUB8.Jim Grosbach
2011-09-20Thumb2 assembly parsing and encoding for UQASX/UQSAX.Jim Grosbach
2011-09-20Thumb2 assembly parsing and encoding for UQADD16/UQADD8.Jim Grosbach