summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Add MachineInstr::tieOperands, remove setIsTied().Jakob Stoklund Olesen2012-08-31
* Fix PR12359Michael Liao2012-08-31
* The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter2012-08-31
* Move the GCOVFormat enums into their own namespace per the LLVM coding standard.Bill Wendling2012-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
* Use CloneMachineInstr to make a new MI in commuteInstruction to make the code...Craig Topper2012-08-31
* Add support for converting llvm.fma to fma4 instructions.Craig Topper2012-08-31
* Don't enforce ordered inline asm operands.Jakob Stoklund Olesen2012-08-31
* Clean up ProfileDataLoader a bit.Benjamin Kramer2012-08-31
* Cleanups due to feedback. No functionality change. Patch by Alistair.Bill Wendling2012-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
* Take account of boolean vector contents when promoting a build vector from i1...Pete Cooper2012-08-30
* Teach the DAG combiner to turn chains of FADDs (x+x+x+x+...) into FMULs by co...Owen Anderson2012-08-30
* 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
* Currently targets that do not support selects with scalar conditions and vect...Nadav Rotem2012-08-30
* Introduce 'UseSSEx' to force SSE legacy encodingMichael Liao2012-08-30
* Apply "/Og-" also to MSC15(aka VS9) on VMCore/Function.cpp.NAKAMURA Takumi2012-08-30
* PPCISelLowering.cpp: Fix r162725.NAKAMURA Takumi2012-08-30
* PPCISelLowering.cpp: Whitespace.NAKAMURA Takumi2012-08-30
* testMichael Ilseman2012-08-30
* LoopRotate: Also rotate loops with multiple exits.Benjamin Kramer2012-08-30
* InstCombine: Fix comment to reflect the code.Benjamin Kramer2012-08-30
* Don't use MCInstrDesc flags for implicit operands.Jakob Stoklund Olesen2012-08-30
* WhitespaceAlexey Samsonov2012-08-30
* It is illegal to transform (sdiv (ashr X c1) c2) -> (sdiv x (2^c1 * c2)),Nadav Rotem2012-08-30
* Add support for moving pure S-register to NEON pipeline if desiredTim Northover2012-08-30
* Refactor fetching file/line info from DWARFContext to simplify theAlexey Samsonov2012-08-30
* Add FMA to switch statement in VectorLegalizer::LegalizeOp so that it can be ...Craig Topper2012-08-30
* Add support for FMA to WidenVectorResult.Craig Topper2012-08-30
* Only perform DAG combine on FMAs of legal types.Craig Topper2012-08-30
* Pass by pointer and not std::string.Bill Wendling2012-08-30
* Revert r162855 in favor of changing clang to emit the absolute coverage file ...Bill Wendling2012-08-30
* Fix PR13727Michael Liao2012-08-30
* Verify the order of tied operands in inline asm.Jakob Stoklund Olesen2012-08-29
* Add some __builtin_expect magic to StringMap.Benjamin Kramer2012-08-29
* Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer2012-08-29
* Allow targets to specify a minimum supported NOP size when performing NOP pad...Owen Anderson2012-08-29
* Set the isTied flags when building INLINEASM MachineInstrs.Jakob Stoklund Olesen2012-08-29
* Preserve branch profile metadata during switch formation.Andrew Trick2012-08-29
* whitespaceAndrew Trick2012-08-29
* Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().Jakob Stoklund Olesen2012-08-29