aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-10-29Allow i32/i64 for 'f' constraint on PowerPC.Ulrich Weigand
2012-10-29Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (theDuncan Sands
2012-10-29Remove code to saturate profile counts.Bob Wilson
2012-10-29Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...Nadav Rotem
2012-10-29Minor style fixes for TargetTransformationInfo and TargetTransformImplHans Wennborg
2012-10-29Expand all atomic ops for mips16.Reed Kotler
2012-10-29PPCSubtarget.h: Add explicit braces.NAKAMURA Takumi
2012-10-29PPCSubtarget.h: Whitespace.NAKAMURA Takumi
2012-10-29This patch addresses a problem with the Post RA scheduler generating anPreston Gurd
2012-10-29This patch adds alignment information for long double to the 64-bit PowerPCBill Schmidt
2012-10-29Factorize code: rather than duplication the logic in getPointerTypeSizeInBits,Duncan Sands
2012-10-29Silence a GCC warning about comparing signed and unsigned types.Duncan Sands
2012-10-29Make use of common-symbol alignment info in ELF loader.Tim Northover
2012-10-29Add interface for querying object files for symbol values.Tim Northover
2012-10-29Calling TLI->getNumRegisters creates a circular dependency when building LLVM...Nadav Rotem
2012-10-29Remove unused typedef.Lang Hames
2012-10-29llvm-extract changes linkages so that functions on both sides of theRafael Espindola
2012-10-29llvm-extract was unable to handle aliases. It would leave a copy on theRafael Espindola
2012-10-28Implement brind operator for mips16.Reed Kotler
2012-10-28Remove TargetELFWriterInfo.Rafael Espindola
2012-10-28This patch is for the implementation of mips16 complex pattern addr16.Reed Kotler
2012-10-27Never attempt to join an early-clobber def with a regular kill.Jakob Stoklund Olesen
2012-10-27LoopIdiom: Add checks to avoid turning memmove into an infinite loop.Benjamin Kramer
2012-10-27LoopIdiom: Recognize memmove loops.Benjamin Kramer
2012-10-27LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.Benjamin Kramer
2012-10-27SCEV validator: Ignore CouldNotCompute/undef on both sides. This is mostly no...Benjamin Kramer
2012-10-27SCEV validator: Add workarounds for some common false positives due to the wa...Benjamin Kramer
2012-10-27Update BBVectorize to use the new VTTI instr. cost interfaces.Hal Finkel
2012-10-271. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...Nadav Rotem
2012-10-27[code size][ARM] Emit regular call instructions instead of the move, branch s...Quentin Colombet
2012-10-27Implement MipsHi for mips16Reed Kotler
2012-10-27[mips] Do not tail-call optimize vararg functions or functions with byvalAkira Hatanaka
2012-10-27[mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in theAkira Hatanaka
2012-10-27Use the methods and classes that were added to simplify LowerCall and Akira Hatanaka
2012-10-27Add method MipsTargetLowering::writeVarArgRegs which copies argument registersAkira Hatanaka
2012-10-27Add method MipsTargetLowering::passByValArg.Akira Hatanaka
2012-10-27Add method MipsTargetLowering::copyByValRegs.Akira Hatanaka
2012-10-26Add class MipsCC which provides methods used to analyze formal and callAkira Hatanaka
2012-10-26Delete MipsFunctionInfo::InArgFIRange. Akira Hatanaka
2012-10-26Refactor the VectorTargetTransformInfo interface.Nadav Rotem
2012-10-26Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."Jakob Stoklund Olesen
2012-10-26Avoid an unused-variable warning when asserts are disabled.Kaelyn Uhrain
2012-10-26Reduce indentation with early exit.Jakob Stoklund Olesen
2012-10-26Also make the current basic block a class member.Jakob Stoklund Olesen
2012-10-26implement mips16 tls global addrReed Kotler
2012-10-26Make the Processed set a class member.Jakob Stoklund Olesen
2012-10-26[ms-inline asm] Add a comment.Chad Rosier
2012-10-2680 col.Jakob Stoklund Olesen
2012-10-26Remove ARMBaseRegisterInfo::isReservedReg().Jakob Stoklund Olesen
2012-10-26Add GPRPair Register class to ARM.Jakob Stoklund Olesen