aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Remove a check from ARM shifted operand isel helper methods, which were blockingCameron Zwarich2011-10-051-5/+4
* Make this test less sensitive to codegen optimizations.Dan Gohman2011-10-051-0/+1
* Move CHECK after entry label.Akira Hatanaka2011-10-031-2/+2
* Add support for 64-bit logical NOR.Akira Hatanaka2011-10-031-0/+8
* Add support for 64-bit count leading ones and zeros instructions.Akira Hatanaka2011-10-031-0/+17
* Add support for 64-bit divide instructions.Akira Hatanaka2011-10-031-0/+33
* Add support for 64-bit integer multiply instructions.Akira Hatanaka2011-10-031-0/+13
* Filecheck-ize.Bill Wendling2011-09-301-1/+3
* Add new line at end of file.Bill Wendling2011-09-301-1/+1
* When inferring the pointer alignment, if the global doesn't have an initializerBill Wendling2011-09-301-0/+26
* Remove unnecessary checking of register operands.Akira Hatanaka2011-09-302-7/+7
* Add definitions of Mips64 rotate instructions.Akira Hatanaka2011-09-301-1/+41
* ARM Darwin default relocation model is PIC.Jim Grosbach2011-09-305-6/+6
* Check values of immediate operands.Akira Hatanaka2011-09-302-11/+11
* Mips64 shift instructions.Akira Hatanaka2011-09-301-0/+64
* Mips64 arithmetic and logical instructions with one source register andAkira Hatanaka2011-09-301-0/+36
* Fill delay slot with useful instructions. Modified from Sparc's version of delayAkira Hatanaka2011-09-291-0/+15
* Mips64 arithmetic and logical instructions with two source registers.Akira Hatanaka2011-09-291-0/+36
* LSR: rewrite inner loops only.Andrew Trick2011-09-296-9/+24
* whitespaceAndrew Trick2011-09-291-245/+245
* PTX: Add new patterns for bitconvert and any_extendJustin Holewinski2011-09-291-5/+9
* Tighten a ARM dag combine condition to avoid an identity transformation, whichEvan Cheng2011-09-281-0/+30
* PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU do...Eli Friedman2011-09-281-0/+35
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-284-4/+4
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-272-3/+3
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-272-0/+66
* 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
* 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-263-62/+22
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-261-2/+2
* 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
* 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
* Also match negative offsets for addrmode3 and addrmode5.Jakob Stoklund Olesen2011-09-231-0/+18
* PTX: Handle function call return valuesJustin Holewinski2011-09-231-0/+13
* PTX: Start fixing function callsJustin Holewinski2011-09-231-2/+1
* 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
* PTX: fixup test cases for register changesJustin Holewinski2011-09-2222-524/+526
* Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel2011-09-211-0/+20
* Remove +.Akira Hatanaka2011-09-211-1/+1