aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-13[mips] Reapply r179420 and r179421.Akira Hatanaka
2013-04-13[mips] Override TargetLoweringBase::isShuffleMaskLegal.Akira Hatanaka
2013-04-12[ms-inline asm] Simplify the logic by using parsePrimaryExpr. No functionalChad Rosier
2013-04-12Revert r179420 and r179421.Akira Hatanaka
2013-04-12[mips] Instruction selection patterns for carry-setting and using addAkira Hatanaka
2013-04-12[mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.Akira Hatanaka
2013-04-12Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem
2013-04-12InstCombine: Check the operand types before merging fcmp ord & fcmp ord.Benjamin Kramer
2013-04-12SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...Nadav Rotem
2013-04-12CostModel: increase the default cost of supported floating point operations f...Nadav Rotem
2013-04-12Add debug prints.Nadav Rotem
2013-04-12Add support for additional vector instructions in the interpreter.Nadav Rotem
2013-04-12[ms-inline asm] Move this logic into a static function as it's only applicableChad Rosier
2013-04-12[ms-inline asm] Address the FIXME for ImmDisp before brackets. ThisChad Rosier
2013-04-12[ms-inline asm] Have the [ Symbol ] case fall into the more general logic. ThisChad Rosier
2013-04-12ARM: Correct printing of pre-indexed operands.Quentin Colombet
2013-04-12[ms-inline asm] Add support for operands that include both a symbol and anChad Rosier
2013-04-12PPC: Remove (broken) nested implicit definition listsHal Finkel
2013-04-12Add a comment about the PPC Interpretation64Bit bitHal Finkel
2013-04-12Hexagon: Set isPredicatedNew flag on predicate new instructions.Jyotsna Verma
2013-04-12Hexagon: Set isPredicatedFlase flag for all the instructions with negated pre...Jyotsna Verma
2013-04-12Simplify (A & ~B) in icmp if A is a power of 2David Majnemer
2013-04-12[ms-inline asm] Add the implementation for the AOK_Delete kind, which was addedChad Rosier
2013-04-12LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer
2013-04-12Revert broken pieces of r179373.Benjamin Kramer
2013-04-12Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs
2013-04-12Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer
2013-04-12Add PPC instruction record forms and associated query functionsHal Finkel
2013-04-12Don't disable block layout when forcing block alignment.Nadav Rotem
2013-04-12Add a flag to align all basic blocks in the function.Nadav Rotem
2013-04-12Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola
2013-04-11[ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators withChad Rosier
2013-04-11[ms-inline asm] Add support for using offsetof operator with variables that useChad Rosier
2013-04-11Aliasing rules for struct-path aware TBAA.Manman Ren
2013-04-11[ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so weChad Rosier
2013-04-11[ms-inline asm] Remove brackets from around a symbol reference in the targetChad Rosier
2013-04-11Fix undefined behavior in AArch64David Majnemer
2013-04-11Optimize icmp involving addition betterDavid Majnemer
2013-04-11[mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selectsAkira Hatanaka
2013-04-11[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.Akira Hatanaka
2013-04-11Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola
2013-04-11Print more information about relocations.Rafael Espindola
2013-04-11Fix for wrong instcombine on vector insert/extractBenjamin Kramer
2013-04-11Add a function to check if an argument list is too long.Rafael Espindola
2013-04-11[ASan] Allow disabling init-order checks for globals by source file name.Alexey Samsonov
2013-04-11Add braces around || in && to pacify GCC.Benjamin Kramer
2013-04-11Rename the C function to create a SLPVectorizerPass to something sane and exp...Benjamin Kramer
2013-04-11Optimize vector select from all 0s or all 1sMichael Liao
2013-04-11Add CLAC/STAC instruction encoding/decoding supportMichael Liao
2013-04-11Enhance bool simplifcation in X86 to handle more casesMichael Liao