summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Filecheck-ize.Bill Wendling2011-09-30
* Add new line at end of file.Bill Wendling2011-09-30
* When inferring the pointer alignment, if the global doesn't have an initializerBill Wendling2011-09-30
* Remove unnecessary checking of register operands.Akira Hatanaka2011-09-30
* Add definitions of Mips64 rotate instructions.Akira Hatanaka2011-09-30
* ARM Darwin default relocation model is PIC.Jim Grosbach2011-09-30
* Check values of immediate operands.Akira Hatanaka2011-09-30
* Mips64 shift instructions.Akira Hatanaka2011-09-30
* Mips64 arithmetic and logical instructions with one source register andAkira Hatanaka2011-09-30
* Fill delay slot with useful instructions. Modified from Sparc's version of delayAkira Hatanaka2011-09-29
* Mips64 arithmetic and logical instructions with two source registers.Akira Hatanaka2011-09-29
* LSR: rewrite inner loops only.Andrew Trick2011-09-29
* whitespaceAndrew Trick2011-09-29
* PTX: Add new patterns for bitconvert and any_extendJustin Holewinski2011-09-29
* Tighten a ARM dag combine condition to avoid an identity transformation, whichEvan Cheng2011-09-28
* PR11033: Make sure we don't generate PCMPGTQ and PCMPEQQ if the target CPU do...Eli Friedman2011-09-28
* PTX: MC-ize the PTX back-end (patch 1 of N)Justin Holewinski2011-09-28
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-27
* PTX: Add support for sitofp in backendJustin Holewinski2011-09-27
* Last batch of test conversions to new atomic instructions.Eli Friedman2011-09-27
* Convert a bunch more tests over to the new atomic instructions.Eli Friedman2011-09-26
* Convert more tests to new atomic instructions.Eli Friedman2011-09-26
* Convert more tests over to the new atomic instructions. Eli Friedman2011-09-26
* Convert more tests over to the new atomic instructions.Eli Friedman2011-09-26
* PTX: Fix detection of stack load/store vs. global load/store, as well as fix theJustin Holewinski2011-09-26
* PTX: Add .align tests to stack object test fileJustin Holewinski2011-09-26
* PTX: Fix some lingering issues with stack allocationJustin Holewinski2011-09-26
* PTX: Unify handling of loads/storesJustin Holewinski2011-09-26
* Only run tests in test/CodeGen/CBackend/X86 when both X86 and CBackend are su...David Meyer2011-09-26
* PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer2011-09-26
* Only run MF.verify() with EXPENSIVE_CHECKS=1.Jakob Stoklund Olesen2011-09-24
* Verify that terminators follow non-terminators.Jakob Stoklund Olesen2011-09-23
* PR10998: It is not legal to sink an instruction past the terminator of a bloc...Eli Friedman2011-09-23
* Also match negative offsets for addrmode3 and addrmode5.Jakob Stoklund Olesen2011-09-23
* PTX: Handle function call return valuesJustin Holewinski2011-09-23
* PTX: Start fixing function callsJustin Holewinski2011-09-23
* PR10989: Don't print .hidden on Windows.Eli Friedman2011-09-23
* PR10991: make fast-isel correctly check whether accessing a global through an...Eli Friedman2011-09-22
* Fix SimplifySelectCC to add newly created nodes to the DAGCombinerDan Gohman2011-09-22
* Synthesize SSE3/AVX 128 bit horizontal add/sub instructions fromDuncan Sands2011-09-22
* PTX: fixup test cases for register changesJustin Holewinski2011-09-22
* Do not unnecessarily use AT_specification DIE because it does not add any value.Devang Patel2011-09-21
* Remove +.Akira Hatanaka2011-09-21
* Re-enable some of the disabled tests. Use FileCheck instead of grep to checkAkira Hatanaka2011-09-21
* add another testcase for pr10902Nadav Rotem2011-09-21
* [VECTOR-SELECT] Address one of the bugs in pr10902.Nadav Rotem2011-09-21
* Remove llvm-gcc and various compiler handling from llvm. It's not neededEric Christopher2011-09-20
* This test is completely invalid with the modern EH model. Delete.Bill Wendling2011-09-20
* Add a DAGCombine for subvector extracts to remove useless chains ofBruno Cardoso Lopes2011-09-20
* Revert r140097, working on a better approachBruno Cardoso Lopes2011-09-20