aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Updated the test fold-vector-select so that we test the vector selects...Michael Gottesman2012-08-301-9/+144
* Typo.Chad Rosier2012-08-301-1/+1
* Whitespace.Chad Rosier2012-08-301-1/+1
* Whitespace.Chad Rosier2012-08-301-1/+1
* Hoist a check to eliminate obvious mismatches as early as possible. Also, fixChad Rosier2012-08-301-8/+8
* Currently targets that do not support selects with scalar conditions and vect...Nadav Rotem2012-08-302-1/+82
* [ms-inline asm] Add a new function, GetMCInstOperandNum, to theChad Rosier2012-08-301-1/+43
* Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao2012-08-307-127/+174
* ADTTests: [CMake] Exclude DenseMapTest.cpp and SmallVectorTest.cpp on MSVC9 d...NAKAMURA Takumi2012-08-301-1/+14
* Apply "/Og-" also to MSC15(aka VS9) on VMCore/Function.cpp.NAKAMURA Takumi2012-08-301-1/+1
* PPCISelLowering.cpp: Fix r162725.NAKAMURA Takumi2012-08-301-1/+5
* PPCISelLowering.cpp: Whitespace.NAKAMURA Takumi2012-08-301-1/+1
* testMichael Ilseman2012-08-301-2/+2
* Fix test case.Benjamin Kramer2012-08-301-1/+1
* LoopRotate: Also rotate loops with multiple exits.Benjamin Kramer2012-08-302-13/+260
* InstCombine: Fix comment to reflect the code.Benjamin Kramer2012-08-301-1/+1
* Don't use MCInstrDesc flags for implicit operands.Jakob Stoklund Olesen2012-08-301-11/+16
* WhitespaceAlexey Samsonov2012-08-301-3/+3
* It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)),Nadav Rotem2012-08-302-35/+0
* Add support for moving pure S-register to NEON pipeline if desiredTim Northover2012-08-302-2/+135
* remove old docsNadav Rotem2012-08-301-8/+0
* Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov2012-08-304-63/+127
* Add FMA to switch statement in VectorLegalizer::LegalizeOp so that it can be ...Craig Topper2012-08-301-0/+1
* Add support for FMA to WidenVectorResult.Craig Topper2012-08-302-0/+14
* Only perform DAG combine on FMAs of legal types.Craig Topper2012-08-301-0/+4
* Pass by pointer and not std::string.Bill Wendling2012-08-301-2/+2
* Should put test case under test/ExecutionEngine/MCJIT/Michael Liao2012-08-301-0/+0
* Revert r162855 in favor of changing clang to emit the absolute coverage file ...Bill Wendling2012-08-301-19/+7
* Fix HashString's Bernstein hash to use unsigned chars, as is usually done.Will Dietz2012-08-301-1/+1
* Fix PR13727Michael Liao2012-08-302-3/+95
* Add a bit of documentation to copyPhysReg.Jakob Stoklund Olesen2012-08-291-0/+7
* Verify the order of tied operands in inline asm.Jakob Stoklund Olesen2012-08-291-0/+12
* Explicitly cast an expression to bool before handing it off to __builtin_expect.Benjamin Kramer2012-08-291-2/+2
* Add some __builtin_expect magic to StringMap.Benjamin Kramer2012-08-291-4/+5
* Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer2012-08-292-8/+10
* Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson2012-08-292-0/+13
* Set the isTied flags when building INLINEASM MachineInstrs.Jakob Stoklund Olesen2012-08-291-4/+21
* Preserve branch profile metadata during switch formation.Andrew Trick2012-08-291-0/+154
* whitespaceAndrew Trick2012-08-291-168/+168
* Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().Jakob Stoklund Olesen2012-08-294-16/+16
* Add MachineMemOperand::isUnordered().Jakob Stoklund Olesen2012-08-291-0/+9
* Don't move normal loads across volatile/atomic loads.Jakob Stoklund Olesen2012-08-291-3/+8
* fix C++ comment in C headerMichael Liao2012-08-291-1/+1
* Use the full path to output the .gcda file.Bill Wendling2012-08-291-7/+19
* Reserve space for the mandatory traceback fields on PPC64.Hal Finkel2012-08-292-4/+9
* Use ArrayRef instead of SmallVector when passing vector into function.Bill Wendling2012-08-291-4/+3
* Verify the consistency of inline asm operands.Jakob Stoklund Olesen2012-08-291-16/+72
* Clean this up slightly, doesn't really fall through.Eric Christopher2012-08-291-2/+1
* Refactor setExecutionDomain to be clearer about what it's doing and more robust.Tim Northover2012-08-291-45/+53
* Make helper function static.Benjamin Kramer2012-08-291-1/+1