Change signature of function RAFast::spillAll to avoid conversion between
[oota-llvm.git] / lib / Target /
2012-10-30 Manman RenX86 SSE: update rsqrtss and rcpss to use two source...
2012-10-30 Manman RenX86 MMX: optimize transfer from mmx to i32
2012-10-30 Akira Hatanaka[mips] Allow tail-call optimization for vararg function...
2012-10-30 Akira HatanakaAdd code for saving formal argument information to...
2012-10-30 Akira HatanakaAdd definition of function MipsTargetLowering::passArgO...
2012-10-30 Akira HatanakaDo not do tail-call optimization if target is mips16.
2012-10-30 Adhemerval ZanellaPowerPC: Expand FSRQT for vector types
2012-10-30 Michael LiaoEnable ELF machine type to be specified explicitly...
2012-10-30 Quentin ColombetChange ForceSizeOpt attribute into MinSize attribute
2012-10-30 Adhemerval ZanellaPowerPC: More support for Altivec compare operations
2012-10-30 Hans WennborgUse TargetTransformInfo to control switch-to-lookup...
2012-10-30 Hal FinkelRemove an invalid assert in TargetTransformImpl
2012-10-30 Jim GrosbachARM: Better disassembly for pc-relative LDR.
2012-10-30 Reed KotlerChange mips16 delay slot jumps to non delay slot forms...
2012-10-30 Jakub StaszakRe-commit r166971. I reverted it to quickly, when build...
2012-10-29 Kevin EnderbyFix ARM's b.w instruction for thumb 2 and the encoding...
2012-10-29 Jakub StaszakRevert r166971. It causes buildbot failure. To be inves...
2012-10-29 Jakub StaszakRemove unused variable.
2012-10-29 Jakub StaszakSimplify code. No functionality change.
2012-10-29 Jakub StaszakAllow to fold vector load if there is more than one...
2012-10-29 Bill SchmidtThis patch solves a problem with passing varargs parame...
2012-10-29 Reed KotlerImplement patterns for extloadi8 and extloadi16
2012-10-29 Chad Rosier[ms-inline asm] Add support for the [] operator. Essen...
2012-10-29 Michael LiaoFix PR14204
2012-10-29 Joerg SonnenbergerFix typo
2012-10-29 Ulrich WeigandAllow i32/i64 for 'f' constraint on PowerPC.
2012-10-29 Hans WennborgMinor style fixes for TargetTransformationInfo and...
2012-10-29 Reed KotlerExpand all atomic ops for mips16.
2012-10-29 NAKAMURA TakumiPPCSubtarget.h: Add explicit braces.
2012-10-29 NAKAMURA TakumiPPCSubtarget.h: Whitespace.
2012-10-29 Bill SchmidtThis patch adds alignment information for long double...
2012-10-29 Duncan SandsSilence a GCC warning about comparing signed and unsign...
2012-10-29 Nadav RotemCalling TLI->getNumRegisters creates a circular depende...
2012-10-28 Reed KotlerImplement brind operator for mips16.
2012-10-28 Rafael EspindolaRemove TargetELFWriterInfo.
2012-10-28 Reed KotlerThis patch is for the implementation of mips16 complex...
2012-10-27 Quentin Colombet[code size][ARM] Emit regular call instructions instead...
2012-10-27 Reed KotlerImplement MipsHi for mips16
2012-10-27 Akira Hatanaka[mips] Do not tail-call optimize vararg functions or...
2012-10-27 Akira Hatanaka[mips] Make sure FuncArg doesn't advance when OrigArgIn...
2012-10-27 Akira HatanakaUse the methods and classes that were added to simplify...
2012-10-27 Akira HatanakaAdd method MipsTargetLowering::writeVarArgRegs which...
2012-10-27 Akira HatanakaAdd method MipsTargetLowering::passByValArg.
2012-10-27 Akira HatanakaAdd method MipsTargetLowering::copyByValRegs.
2012-10-26 Akira HatanakaAdd class MipsCC which provides methods used to analyze...
2012-10-26 Akira HatanakaDelete MipsFunctionInfo::InArgFIRange.
2012-10-26 Nadav RotemRefactor the VectorTargetTransformInfo interface.
2012-10-26 Jakob Stoklund OlesenRevert r163298 "Optimize codegen for VSETLNi{8,16,32...
2012-10-26 Kaelyn UhrainAvoid an unused-variable warning when asserts are disabled.
2012-10-26 Reed Kotlerimplement mips16 tls global addr
2012-10-26 Chad Rosier[ms-inline asm] Add a comment.
2012-10-26 Jakob Stoklund Olesen80 col.
2012-10-26 Jakob Stoklund OlesenRemove ARMBaseRegisterInfo::isReservedReg().
2012-10-26 Jakob Stoklund OlesenAdd GPRPair Register class to ARM.
2012-10-26 Jakob Stoklund OlesenRemove the canCombineSubRegIndices() target hook.
2012-10-26 Chad Rosier[ms-inline asm] Emit an error for unsupported SIZE...
2012-10-26 Chad Rosier[ms-inline asm] Add support for the TYPE operator.
2012-10-26 Reed Kotlergit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2012-10-26 Chad Rosier[ms-inline asm] Have the target AsmParser create the...
2012-10-26 Renato GolinBetter handling of OpcodeToISD using enum/switch.
2012-10-26 Adhemerval ZanellaPowerPC: Fix for rldcl/rldicl/rldicr MC emission
2012-10-26 Nicolas GeoffrayFix CPP backend for method attributes by creating a...
2012-10-26 Reed KotlerImplement carry for subtract/add for mips16
2012-10-26 Hal FinkelAdd VectorTargetTransform::getNumberOfParts.
2012-10-26 Reed Kotlerimplement large (>16 bit) constant loading.
2012-10-25 Chad Rosier[ms-inline asm] Perform field lookups with the dot...
2012-10-25 Reed Kotlerimplement mips16 patterns for select nodes
2012-10-25 Chad Rosier[ms-inline asm] Add support for creating AsmRewrites...
2012-10-25 Nadav RotemMinor cleanups.
2012-10-25 Chad Rosier[ms-inline asm] Add error handling to the ParseIntelDot...
2012-10-25 Adhemerval ZanellaThis patch fixes the MC object emission of 'nop' for...
2012-10-25 Bill SchmidtThis patch addresses a PPC64 ELF issue with passing...
2012-10-25 Adhemerval ZanellaInitial TOC support for PowerPC64 object creation
2012-10-25 Michael LiaoAtom has SIMD instruction set extension up to SSSE3
2012-10-25 Michael LiaoClean up where SlotSize should be used instead of point...
2012-10-24 Nadav RotemImplement a basic cost model for vector and scalar...
2012-10-24 Chad Rosier[ms-inline asm] Add support for parsing the '.' operato...
2012-10-24 Chad RosierTidy up. No functional change intended.
2012-10-24 Evan ChengFix a miscompilation caused by a typo. When turning...
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-24 Nadav RotemImplement a basic VectorTargetTransformInfo interface...
2012-10-24 Chad Rosier[ms-inline asm] Create a register operand, rather than...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-24 Elena DemikhovskySpecial calling conventions for Intel OpenCL built...
2012-10-24 Michael LiaoAdd custom conversion from v2u32 to v2f32 in 32-bit...
2012-10-24 Akira Hatanaka[mips] Make sure sret argument is returned in register V0.
2012-10-24 Rafael EspindolaChange x86_fastcallcc to require inreg markers. This...
2012-10-23 Chad Rosier[ms-inline asm] Offset operator - the size should be...
2012-10-23 Chad Rosier[ms-inline asm] Clean up comment.
2012-10-23 Chad Rosier[ms-inline asm] When parsing inline assembly we set...
2012-10-23 Kevin EnderbyMake branch heavy code for generating marked up disasse...
2012-10-23 Michael LiaoFix PR14161
2012-10-23 Matt Beaumont-GaySilence -Wsign-compare
2012-10-23 Chad Rosier[ms-inline asm] Add an implementation of the offset...
2012-10-23 Michael LiaoAdd custom UINT_TO_FP from v4i8/v4i16/v8i8/v8i16 to...
2012-10-23 Michael LiaoEnable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from...
2012-10-23 Bill SchmidtThis is another TLC patch for separating code for the...
2012-10-23 Reed Kotlerimplement setXX patterns
2012-10-22 Bill WendlingWhen a block ends in an indirect branch, add its succes...
2012-10-22 Kevin EnderbyAdd support for annotated disassembly output for X86...
next