summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* test/CodeGen/PowerPC/vec_mul.ll: Add a triple. Thanks, Hal.Chad Rosier2012-11-30
* Codegen failure for vmull with small vectorsSebastian Pop2012-11-30
* test/CodeGen/PowerPC/vec_mul.ll: Fix register operands.Chad Rosier2012-11-30
* test/CodeGen/PowerPC: Add explicit -march=ppc32.NAKAMURA Takumi2012-11-30
* This patch fixes the Altivec addend construction for the fused multiply-addAdhemerval Zanella2012-11-30
* Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling2012-11-29
* Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga2012-11-29
* Teach the legalizer how to handle operands for VSELECT nodesJustin Holewinski2012-11-29
* Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski2012-11-29
* Avoid rewriting instructions twice.Jakob Stoklund Olesen2012-11-29
* When combining consecutive stores allow loads in between the stores, if the l...Nadav Rotem2012-11-29
* ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer2012-11-28
* misched: Analysis that partitions the DAG into subtrees.Andrew Trick2012-11-28
* misched: better alias analysis.Andrew Trick2012-11-28
* This patch makes medium code model the default for 64-bit PowerPC ELF.Bill Schmidt2012-11-27
* Add -verify-machineinstrs to these fast-isel test cases.Chad Rosier2012-11-27
* CSE: allow PerformTrivialCoalescing to check copies across basic blockManman Ren2012-11-27
* X86: do not fold load instructions such as [V]MOVS[S|D] to other instructionsManman Ren2012-11-27
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand2012-11-27
* Revert accidental commit.Craig Topper2012-11-27
* Make PrintReg constructor explicit to prevent weird implicit conversions from...Craig Topper2012-11-27
* Add test cases for r168417.Craig Topper2012-11-27
* Extend test case for r168657.Chad Rosier2012-11-27
* llvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll: Loosen expression correspo...NAKAMURA Takumi2012-11-27
* Remove the X86 Maximal Stack Alignment Check pass as it is no longer necessary.Chad Rosier2012-11-26
* Normalize splat 256bit vectors with 8 elements.Jakub Staszak2012-11-26
* Rewrite test to not use a FileCheck variable and redefine it on the same line.Eli Bendersky2012-11-26
* PPC: MCize most of the darwin PIC emission.Benjamin Kramer2012-11-24
* [mips] Generate big GOT code.Akira Hatanaka2012-11-21
* Add support for varargs functions for msp430.Anton Korobeynikov2012-11-21
* Add support for byval args. Patch by Job Noorman!Anton Korobeynikov2012-11-21
* Fix physical register liveness calculations:Tim Northover2012-11-20
* Intel OCL built-ins calling conventions now support MacOS 32-bit.Elena Demikhovsky2012-11-20
* Factor out type info emission into separate routine.Anton Korobeynikov2012-11-19
* Handle mixed normal and early-clobber defs on inline asm.Jakob Stoklund Olesen2012-11-19
* Use a full triple for a PPC test case for asm syntax.Andrew Trick2012-11-18
* Silence the buildbots for this test while I figure out the tripleAndrew Trick2012-11-17
* Broaden isSchedulingBoundary to check aliases of SP.Andrew Trick2012-11-17
* Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman2012-11-17
* [fast-isel] Add the -verify-machineinstrs to these test cases. The remainingChad Rosier2012-11-17
* Initial implementation of MipsTargetLowering::isLegalAddressingMode.Akira Hatanaka2012-11-17
* Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao2012-11-16
* Make sure FABS on v2f32 and v4f32 is legal on ARM NEONAnton Korobeynikov2012-11-16
* Fix handling of aliases to functions.Richard Osborne2012-11-16
* [NVPTX] Order global variables in def-use order before emiting them in the fi...Justin Holewinski2012-11-16
* llvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu, or they don't expect t...NAKAMURA Takumi2012-11-16
* Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands2012-11-16
* Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve...Craig Topper2012-11-16
* [mips] Fix delay slot filler so that instructions with register operand $1 areAkira Hatanaka2012-11-16