summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Move the PPC TOC defs into the PPC64 InstrInfo file.Hal Finkel2012-09-05
* Strip old MachineInstrs *after* we know we can put them back.Tim Northover2012-09-05
* LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access thePranav Bhandarkar2012-09-05
* Remove some of the patterns added in r163196. Increasing the complexity on in...Craig Topper2012-09-05
* Add patterns for integer forms of VINSERTF128/VINSERTI128 folded with loads. ...Craig Topper2012-09-05
* Fix UseInitArray option for MIPS target.Logan Chien2012-09-05
* Convert vextracti128/vextractf128 intrinsics to extract_subvector at DAG buil...Craig Topper2012-09-05
* Remove redundant semicolons to fix -pedantic-errors build.Richard Smith2012-09-05
* Fix function name per coding standard.Chad Rosier2012-09-05
* Generic Bypass Slow DivPreston Gurd2012-09-04
* Porting Hexagon MI Scheduler to the new API.Sergei Larin2012-09-04
* Patch to implement UMLAL/SMLAL instructions for the ARM architectureArnold Schwaighofer2012-09-04
* This patch optimizes shuffle instruction - generates 2 instructions instead o...Elena Demikhovsky2012-09-04
* [ms-inline asm] Asm operands can map to one or more MCOperands. Therefore, addChad Rosier2012-09-03
* [ms-inline asm] Add a comment.Chad Rosier2012-09-03
* [ms-inline asm] Add an interface to the GetMCInstOperandNum() function in theChad Rosier2012-09-03
* Remove always true checks. Noticed by Adhemerval Zanella.Roman Divacky2012-09-03
* Add braces to the case statement.Chad Rosier2012-09-03
* Removed unused argument.Chad Rosier2012-09-03
* some peepholes that should match horizontal add/sub operations.Chris Lattner2012-09-03
* [ms-inline asm] Expose the Kind and Opcode variables from theChad Rosier2012-09-03
* Move ErrorLoc decl into the scope where it's actually used.Chad Rosier2012-09-03
* Not all targets have efficient ISel code generation for select instructions.Nadav Rotem2012-09-02
* Limit domain conversion to cases where it won't break dep chains.Tim Northover2012-09-01
* Fix Thumb2 fixup kind in the integrated-as.Logan Chien2012-09-01
* TyposCraig Topper2012-09-01
* SelectionDAG: when constructing VZEXT_LOAD from other loads, make sure itsManman Ren2012-08-31
* Mark FMA4 instructions as commutable and add them to the folding tables.Craig Topper2012-08-31
* Remove an unused argument. The MCInst opcode is set in the ConvertToMCInst()Chad Rosier2012-08-31
* Add selection of RegOp2MemOpTable3 to canFoldMemoryOperandCraig Topper2012-08-31
* Fix PR12359Michael Liao2012-08-31
* The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter2012-08-31
* Add a comment to explain what's really going on.Chad Rosier2012-08-31
* The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier2012-08-31
* Mark FMA3 instructions as commutable so that the operands to the multiply par...Craig Topper2012-08-31
* Add support for converting llvm.fma to fma4 instructions.Craig Topper2012-08-31
* Clean up AddedComplexity further after adding UseSSExMichael Liao2012-08-31
* Fix a couple of typos in EmitAtomic.Jakob Stoklund Olesen2012-08-31
* X86: Fix encoding of 'movd %xmm0, %rax'Jim Grosbach2012-08-31
* With the fix in r162954/162955 every cvt function returns true. Thus, haveChad Rosier2012-08-31
* Fix for r162954. Return the Error.Chad Rosier2012-08-30
* Move a check to the validateInstruction() function where it more properly bel...Chad Rosier2012-08-30
* Typo.Chad Rosier2012-08-30
* Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao2012-08-30
* PPCISelLowering.cpp: Fix r162725.NAKAMURA Takumi2012-08-30
* PPCISelLowering.cpp: Whitespace.NAKAMURA Takumi2012-08-30
* Add support for moving pure S-register to NEON pipeline if desiredTim Northover2012-08-30
* Only perform DAG combine on FMAs of legal types.Craig Topper2012-08-30
* Fix PR13727Michael Liao2012-08-30
* Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().Jakob Stoklund Olesen2012-08-29