aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-08-31Add selection of RegOp2MemOpTable3 to canFoldMemoryOperandCraig Topper
2012-08-31Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen
2012-08-31Fix PR12359Michael Liao
2012-08-31The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter
2012-08-31Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling
2012-08-31Add a comment to explain what's really going on.Chad Rosier
2012-08-31The ConvertToMCInst() function can't fail, so remove the now dead Match_Conve...Chad Rosier
2012-08-31Mark FMA3 instructions as commutable so that the operands to the multiply par...Craig Topper
2012-08-31Use CloneMachineInstr to make a new MI in commuteInstruction to make the code...Craig Topper
2012-08-31Add support for converting llvm.fma to fma4 instructions.Craig Topper
2012-08-31Don't enforce ordered inline asm operands.Jakob Stoklund Olesen
2012-08-31Clean up ProfileDataLoader a bit.Benjamin Kramer
2012-08-31Cleanups due to feedback. No functionality change. Patch by Alistair.Bill Wendling
2012-08-31Clean up AddedComplexity further after adding UseSSExMichael Liao
2012-08-31Fix a couple of typos in EmitAtomic.Jakob Stoklund Olesen
2012-08-31X86: Fix encoding of 'movd %xmm0, %rax'Jim Grosbach
2012-08-31With the fix in r162954/162955 every cvt function returns true. Thus, haveChad Rosier
2012-08-30Take account of boolean vector contents when promoting a build vector from i1...Pete Cooper
2012-08-30Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...Owen Anderson
2012-08-30Fix for r162954. Return the Error.Chad Rosier
2012-08-30Move a check to the validateInstruction() function where it more properly bel...Chad Rosier
2012-08-30Typo.Chad Rosier
2012-08-30Currently targets that do not support selects with scalar conditions and vect...Nadav Rotem
2012-08-30Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao
2012-08-30Apply "/Og-" also to MSC15(aka VS9) on VMCore/Function.cpp.NAKAMURA Takumi
2012-08-30PPCISelLowering.cpp: Fix r162725.NAKAMURA Takumi
2012-08-30PPCISelLowering.cpp: Whitespace.NAKAMURA Takumi
2012-08-30testMichael Ilseman
2012-08-30LoopRotate: Also rotate loops with multiple exits.Benjamin Kramer
2012-08-30InstCombine: Fix comment to reflect the code.Benjamin Kramer
2012-08-30Don't use MCInstrDesc flags for implicit operands.Jakob Stoklund Olesen
2012-08-30WhitespaceAlexey Samsonov
2012-08-30It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)),Nadav Rotem
2012-08-30Add support for moving pure S-register to NEON pipeline if desiredTim Northover
2012-08-30Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov
2012-08-30Add FMA to switch statement in VectorLegalizer::LegalizeOp so that it can be ...Craig Topper
2012-08-30Add support for FMA to WidenVectorResult.Craig Topper
2012-08-30Only perform DAG combine on FMAs of legal types.Craig Topper
2012-08-30Pass by pointer and not std::string.Bill Wendling
2012-08-30Revert r162855 in favor of changing clang to emit the absolute coverage file ...Bill Wendling
2012-08-30Fix PR13727Michael Liao
2012-08-29Verify the order of tied operands in inline asm.Jakob Stoklund Olesen
2012-08-29Add some __builtin_expect magic to StringMap.Benjamin Kramer
2012-08-29Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer
2012-08-29Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson
2012-08-29Set the isTied flags when building INLINEASM MachineInstrs.Jakob Stoklund Olesen
2012-08-29Preserve branch profile metadata during switch formation.Andrew Trick
2012-08-29whitespaceAndrew Trick
2012-08-29Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().Jakob Stoklund Olesen
2012-08-29Don't move normal loads across volatile/atomic loads.Jakob Stoklund Olesen