aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2012-11-16Add the Erlang/HiPE calling convention, patch by Yiannis Tsiouris.Duncan Sands
2012-11-16Use roundps/pd for llvm.ceil, llvm.trunc, llvm.rint, and llvm.nearbyint of ve...Craig Topper
2012-11-16[mips] Fix delay slot filler so that instructions with register operand $1 areAkira Hatanaka
2012-11-15Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missingEli Friedman
2012-11-15PowerPC: Lowering floor intrinsic for AltivecAdhemerval Zanella
2012-11-14This patch is in preparation for adding medium code model support to theBill Schmidt
2012-11-14Make sure to not get AVX code on an AVX-capable host. Revealed in r167967.Jakub Staszak
2012-11-14test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the f...NAKAMURA Takumi
2012-11-14Remove the CellSPU port.Eric Christopher
2012-11-14llvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and add another case on +avx.NAKAMURA Takumi
2012-11-14Added multiclass for post-increment load instructions.Jyotsna Verma
2012-11-14Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.Benjamin Kramer
2012-11-14X86: Enable SSE memory intrinsics even when stack alignment is less than 16 b...Benjamin Kramer
2012-11-14The code pattern "imm0_255_neg" is used for checking if an immediate value is...Nadav Rotem
2012-11-14[NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski
2012-11-14Fix really stupid ARM EHABI info generation bug: we should not emitAnton Korobeynikov
2012-11-14Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.Rafael Espindola
2012-11-14Use TARGET2 relocation for TType references on ARM.Anton Korobeynikov
2012-11-13Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."Eric Christopher
2012-11-13X86: when constructing VZEXT_LOAD from other loads, makes sure its outputManman Ren
2012-11-13Do not consider a machine instruction that uses and defines the sameUlrich Weigand
2012-11-13Codegen support for arbitrary vector getelementptrs.Duncan Sands
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling
2012-11-13Cleanup the main RegisterCoalescer loop.Andrew Trick
2012-11-12Fix test case added in patch fixing PR14314Michael Liao
2012-11-12misched: Infrastructure for weak DAG edges.Andrew Trick
2012-11-12Fix PR14314Michael Liao
2012-11-12[NVPTX] Add more precise PTX/SM target attributesJustin Holewinski
2012-11-10Convert an improper CodeGen test to a MC test.Evan Cheng
2012-11-10xfail a bad test. This is a MC test but it's dependent on a codegen optimizat...Evan Cheng
2012-11-10Disable the Thumb no-return call optimization:Evan Cheng
2012-11-10Cleanup pcmp(e/i)str(m/i) instruction definitions and load folding support.Craig Topper
2012-11-09[NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski
2012-11-09Fix assertions in updateRegMaskSlots().Jakob Stoklund Olesen
2012-11-08Recommit modified r167540.Amara Emerson
2012-11-08Add support of RTM from TSX extensionMichael Liao
2012-11-07[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.Akira Hatanaka
2012-11-07misched: Heuristics based on the machine model.Andrew Trick
2012-11-05On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand
2012-11-05Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel
2012-11-05[PATCH] PowerPC: Expand load extend vector operationsAdhemerval Zanella
2012-11-03[mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka
2012-11-03[mips] Set flag isAsCheapAsAMove flag on instruction LUi.Akira Hatanaka
2012-11-03[mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka
2012-11-02[mips] Fix bug in test case. Disable machine LICM to prevent instruction fromAkira Hatanaka
2012-11-02Vext Lowering was missing opportunitiesQuentin Colombet
2012-11-02[mips] Use register number instead of name to print register $AT.Akira Hatanaka
2012-11-02[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka
2012-11-01test/CodeGen/X86/fp-fast.ll: Add +avx.NAKAMURA Takumi
2012-11-01Add a few more simple fast-math constant propagations and cancellations.Owen Anderson