aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-20Formatting fixes. Remove some unnecessary 'else' after 'return'. No functiona...Craig Topper
2012-12-20Removing trailing whitespaceCraig Topper
2012-12-20Implement cfi_def_cfa_offset. "Make check" test case for this comming in theReed Kotler
2012-12-20There is one more patch to finish large frames. Make sure we assertReed Kotler
2012-12-20Add constant extender support to GP-relative load/store instructions.Jyotsna Verma
2012-12-20Add TSFlags to ALU32 type instructions for constant-extender/Relationship maps.Jyotsna Verma
2012-12-20set register class properly for mips16 hereReed Kotler
2012-12-20Undefine PPC harder.Rafael Espindola
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-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