aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-30[llvm] Updated the test fold-vector-select so that we test the vector selects...Michael Gottesman
2012-08-30Typo.Chad Rosier
2012-08-30Whitespace.Chad Rosier
2012-08-30Whitespace.Chad Rosier
2012-08-30Hoist a check to eliminate obvious mismatches as early as possible. Also, fixChad Rosier
2012-08-30Currently targets that do not support selects with scalar conditions and vect...Nadav Rotem
2012-08-30[ms-inline asm] Add a new function, GetMCInstOperandNum, to theChad Rosier
2012-08-30Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao
2012-08-30ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVectorTest.cpp on MSVC9 d...NAKAMURA Takumi
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-30Fix test case.Benjamin Kramer
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-30remove old docsNadav Rotem
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-30Should put test case under test/ExecutionEngine/MCJIT/Michael Liao
2012-08-30Revert r162855 in favor of changing clang to emit the absolute coverage file ...Bill Wendling
2012-08-30Fix HashString's Bernstein hash to use unsigned chars, as is usually done.Will Dietz
2012-08-30Fix PR13727Michael Liao
2012-08-29Add a bit of documentation to copyPhysReg.Jakob Stoklund Olesen
2012-08-29Verify the order of tied operands in inline asm.Jakob Stoklund Olesen
2012-08-29Explicitly cast an expression to bool before handing it off to __builtin_expect.Benjamin Kramer
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-29Add MachineMemOperand::isUnordered().Jakob Stoklund Olesen
2012-08-29Don't move normal loads across volatile/atomic loads.Jakob Stoklund Olesen
2012-08-29fix C++ comment in C headerMichael Liao
2012-08-29Use the full path to output the .gcda file.Bill Wendling
2012-08-29Reserve space for the mandatory traceback fields on PPC64.Hal Finkel
2012-08-29Use ArrayRef instead of SmallVector when passing vector into function.Bill Wendling
2012-08-29Verify the consistency of inline asm operands.Jakob Stoklund Olesen
2012-08-29Clean this up slightly, doesn't really fall through.Eric Christopher
2012-08-29Refactor setExecutionDomain to be clearer about what it's doing and more robust.Tim Northover
2012-08-29Make helper function static.Benjamin Kramer