aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-20[mips] Delete ArithOverflowR and ArithOverflow and use ArithLogicR andAkira Hatanaka
2012-12-20docs: Clean up adornments.Sean Silva
2012-12-20docs: ASCII-fySean Silva
2012-12-20Loop Vectorizer: Enable if-conversion.Nadav Rotem
2012-12-20s/AttributesImpl/AttributeImpl/g This is going to apply to Attribute, not Att...Bill Wendling
2012-12-20Do not introduce vector operations in functions marked with noimplicitfloat.Bob Wilson
2012-12-20Clean up some DOxygen comments.Jim Grosbach
2012-12-20Clean up some DOxygen comments.Jim Grosbach
2012-12-20Fix an uninitialized member variable, found by -fsanitize=bool.Richard Smith
2012-12-20whitespaceNadav Rotem
2012-12-20doc: resize the image.Nadav Rotem
2012-12-20Target/R600: Update MIB according to r170588.NAKAMURA Takumi
2012-12-20Doc: update the chart.Nadav Rotem
2012-12-19Add a context so that once we uniquify strings we can access them easily.Bill Wendling
2012-12-19MC: Add MCInstrDesc::mayAffectControlFlow() method.Jim Grosbach
2012-12-19Add isSubRegisterEq() and isSuperRegisterEq().Jim Grosbach
2012-12-19Move isSubRegister() and isSuperRegister to MCRegisterInfo.Jim Grosbach
2012-12-19Fix doc comment. '///' not '//'.Jim Grosbach
2012-12-19Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int...Michael Ilseman
2012-12-19s/AttributeListImpl/AttributeSetImpl/g to match the namechange of AttributeList.Bill Wendling
2012-12-19Always use addOperand(MF, MO) from MachineInstrBuilder.Jakob Stoklund Olesen
2012-12-19Add a missing 'else'. Found by grep '} if'Dmitri Gribenko
2012-12-19R600: Add entry in CODE_OWNERS.TXTTom Stellard
2012-12-19R600: Remove unecessary VREG alignment.Tom Stellard
2012-12-19R600: control flow optimizationTom Stellard
2012-12-19R600: New control flow for SI v2Tom Stellard
2012-12-19Split out abbreviations for the skeleton info from the rest ofEric Christopher
2012-12-19Remove the explicit MachineInstrBuilder(MI) constructor.Jakob Stoklund Olesen
2012-12-19Fix a bug that was found by building clang with -fsanitize.Nadav Rotem
2012-12-19docs: Fix title underline warningsMeador Inge
2012-12-19LLVM sdisel normalize bit extraction of the form:Evan Cheng
2012-12-19Remove edis remnant.Benjamin Kramer
2012-12-19Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky
2012-12-19Transform (x&C)>V into (x&C)!=0 where possiblePaul Redmond
2012-12-19Add an MF argument to MachineInstr::addOperand().Jakob Stoklund Olesen
2012-12-19Remove superfluous brief command from getAsString.Chad Rosier
2012-12-19doc: add subsections.Nadav Rotem
2012-12-19DOC: document the use of O2, O3 and Os with -fvectorize.Nadav Rotem
2012-12-19PowerPC: Expand VSELECT nodes.Benjamin Kramer
2012-12-19Change AsmOperandInfo::ConstraintVT to MVT, instead of EVT.Patrik Hagglund
2012-12-19Revert 170545 while I debug the ppc failures.Rafael Espindola
2012-12-19Make TargetLowering::getTypeConversion more resilient against odd illegal MVTs.Benjamin Kramer
2012-12-19Add r170095 back.Rafael Espindola
2012-12-19[msan] Add track-origins argument to the pass constructor.Evgeniy Stepanov
2012-12-19Documentation: add a missing spaceDmitri Gribenko
2012-12-19Split the usage of 'EVT PartVT' into 'MVT PartVT' and 'EVT PartEVT'.Patrik Hagglund
2012-12-19CMake: factor out a function that returns the expected directory for unit testAlexey Samsonov
2012-12-19Change RegVT in BitTestBlock and RegsForValue, to contain MVTs,Patrik Hagglund
2012-12-19Change TargetLowering::getTypeForExtArgOrReturn to take and returnPatrik Hagglund
2012-12-19Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT,Patrik Hagglund