aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-20This assert is overly restrictive and does not work for mips16.Reed Kotler
2012-12-20Turn on register scavenger for Mips 16Reed Kotler
2012-12-20[mips] Refactor SLT (set on less than) instructions. Separate encodingAkira Hatanaka
2012-12-20[mips] Refactor unconditional branch instruction. Separate encoding informationAkira Hatanaka
2012-12-20[mips] Remove asm string parameter from pseudo instructions. Add InstrItinClass Akira Hatanaka
2012-12-20[mips] Delete definition of CPRESTORE instruction.Akira Hatanaka
2012-12-20[mips] Refactor conditional branch instructions with one register operand.Akira Hatanaka
2012-12-20Don't use isa<CallInst>(this) in the constructor for CallInst's base class.Richard Smith
2012-12-20[mips] Refactor conditional branch instructions with two register operands.Akira Hatanaka
2012-12-20fix most of remaining issues with large frames.Reed Kotler
2012-12-20[mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copyAkira Hatanaka
2012-12-20Fix use-before-construction of X86TargetLowering.Richard Smith
2012-12-20Don't use -1 as a value of an unsigned 7-bit enumeration; that has undefinedRichard Smith
2012-12-20Don't leave IsUnsigned uninitialized in a default-constructed APSInt. CopyingRichard Smith
2012-12-20[mips] Change the order of template parameters. Move the default parameters toAkira Hatanaka
2012-12-20[mips] Refactor shift instructions with register operands. Separate encodingAkira Hatanaka
2012-12-20[mips] Refactor shift immediate instructions. Separate encoding informationAkira Hatanaka
2012-12-20[mips] Refactor arithmetic and logic instructions with immediate operands.Akira Hatanaka
2012-12-20[mips] Refactor arithmetic and logic instructions. Separate encodingAkira Hatanaka
2012-12-20docs: Show TOC for GettingStarted.rst.Sean Silva
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-19Fix LLVM trap test to follow the NaCl encoding.JF Bastien
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