aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2012-09-06Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...Tim Northover
2012-09-06Use correct part of complex operand to encode VST1 alignment.Tim Northover
2012-09-06AVX2 optimization.Elena Demikhovsky
2012-09-06Fix a few old-GCC warnings. No functional change.Nadav Rotem
2012-09-06Fix self-host; ensure signedness is consistent.James Molloy
2012-09-06Improve codegen for BUILD_VECTORs on ARM.James Molloy
2012-09-06Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to...James Molloy
2012-09-06Remove duplicated helper functionMichael Liao
2012-09-06Use iPTR instead of i32 for extract_subvector/insert_subvector index in lower...Craig Topper
2012-09-06Add patterns for converting stores of subvector_extracts of lower 128-bits of...Craig Topper
2012-09-06There are some Mips instructions that are lowered by the Jack Carter
2012-09-06Mips specific llvm assembler support for branch and jump instructions.Jack Carter
2012-09-05Remove predicated pseudo-instructions.Jakob Stoklund Olesen
2012-09-05Use predication instead of pseudo-opcodes when folding into MOVCC.Jakob Stoklund Olesen
2012-09-05Mips specific llvm assembler support for ALU instructions. This includesJack Carter
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-09-05Use const properly so that we dont remove const qualifier from region and MIIRoman Divacky
2012-09-05Move the PPC TOC defs into the PPC64 InstrInfo file.Hal Finkel
2012-09-05Strip old MachineInstrs *after* we know we can put them back.Tim Northover
2012-09-05LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access thePranav Bhandarkar
2012-09-05Remove some of the patterns added in r163196. Increasing the complexity on in...Craig Topper
2012-09-05Add patterns for integer forms of VINSERTF128/VINSERTI128 folded with loads. ...Craig Topper
2012-09-05Fix UseInitArray option for MIPS target.Logan Chien
2012-09-05Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...Craig Topper
2012-09-05Remove redundant semicolons to fix -pedantic-errors build.Richard Smith
2012-09-05Fix function name per coding standard.Chad Rosier
2012-09-04Generic Bypass Slow DivPreston Gurd
2012-09-04Porting Hexagon MI Scheduler to the new API.Sergei Larin
2012-09-04Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer
2012-09-04This patch optimizes shuffle instruction - generates 2 instructions instead o...Elena Demikhovsky
2012-09-03[ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier
2012-09-03[ms-inline asm] Add a comment.Chad Rosier
2012-09-03[ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier
2012-09-03Remove always true checks. Noticed by Adhemerval Zanella.Roman Divacky
2012-09-03Add braces to the case statement.Chad Rosier
2012-09-03Removed unused argument.Chad Rosier
2012-09-03some peepholes that should match horizontal add/sub operations.Chris Lattner
2012-09-03[ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier
2012-09-03Move ErrorLoc decl into the scope where it's actually used.Chad Rosier
2012-09-02Not all targets have efficient ISel code generation for select instructions.Nadav Rotem
2012-09-01Limit domain conversion to cases where it won't break dep chains.Tim Northover
2012-09-01Fix Thumb2 fixup kind in the integrated-as.Logan Chien
2012-09-01TyposCraig Topper
2012-08-31SelectionDAG: when constructing VZEXT_LOAD from other loads, make sure itsManman Ren
2012-08-31Mark FMA4 instructions as commutable and add them to the folding tables.Craig Topper
2012-08-31Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()Chad Rosier
2012-08-31Add selection of RegOp2MemOpTable3 to canFoldMemoryOperandCraig Topper
2012-08-31Fix PR12359Michael Liao
2012-08-31The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter
2012-08-31Add a comment to explain what's really going on.Chad Rosier