aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Print InlinedAt location.Devang Patel
2010-06-29Add another bswap idiom that isn't matched.Eric Christopher
2010-06-29Move SSE2 Packed Integer instructions around, and create specific sections fo...Bruno Cardoso Lopes
2010-06-29Print InlinedAt location.Devang Patel
2010-06-29Add AVX Move Aligned/Unaligned packed integersBruno Cardoso Lopes
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-06-29Add AVX ld/st XCSR register.Bruno Cardoso Lopes
2010-06-29Do not hardcode DW_AT_stmt_list value.Devang Patel
2010-06-29Add support for encoding VDUP (ARM core register) instructions.Bob Wilson
2010-06-29Fix the handling of partial redefines in the fast register allocator.Jakob Stoklund Olesen
2010-06-29Fix a register scavenger crash when dealing with undefined subregs.Bob Wilson
2010-06-29Add AVX non-temporal storesBruno Cardoso Lopes
2010-06-29Fix whitespace style.Dan Gohman
2010-06-29Move non-temporal movs to their own sectionBruno Cardoso Lopes
2010-06-29Add support for encoding NEON VMOV (from core register to scalar) instructions.Bob Wilson
2010-06-29Add sqrt, rsqrt and rcp AVX instructionsBruno Cardoso Lopes
2010-06-29skip dbg_value instructionsJim Grosbach
2010-06-29The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to addBob Wilson
2010-06-29use ArgOperand APIGabor Greif
2010-06-29Return Changed. This required setting Changed if dbg metadataDuncan Sands
2010-06-29It seems clear that this should return Changed.Duncan Sands
2010-06-29Add a VT argument to getMinimalPhysRegClass and replace the copy related usesRafael Espindola
2010-06-29getMachineBasicBlockAddress returns a uintptr_t - don't truncateDuncan Sands
2010-06-29The variable ValueSize is set to 1 on both code paths, and thenDuncan Sands
2010-06-29The variable "Value" is carefully set to Layout.getSymbolAddress,Duncan Sands
2010-06-29Remove unused calls to Lexer.getLoc and the pointless variable HasFillExpr.Duncan Sands
2010-06-29Remove pointless variable LastDef.Duncan Sands
2010-06-29Remove unused variable Loc and pointless variables unified_syntaxDuncan Sands
2010-06-29use ArgOperand APIsGabor Greif
2010-06-29Remove an unused and a pointless variable.Duncan Sands
2010-06-29Remove pointless and unused variables.Duncan Sands
2010-06-29encode operand initializations (at fixed index)Gabor Greif
2010-06-29Remove a pointless variable.Duncan Sands
2010-06-29Remove initialized but otherwise unused variables.Duncan Sands
2010-06-29Use a more obvious way to avoid compiling functions which are only used when ...Benjamin Kramer
2010-06-29Jump through some silly hoops to make GCC accept that a function may not alwaysChandler Carruth
2010-06-29PR7503: uxtb16 is not available for ARMv7-M. Patch by Brian G. Lucas.Evan Cheng
2010-06-29Change if-cvt options to something that actually as useable.Evan Cheng
2010-06-29When processing loops for scheduling latencies (used for live outs on loopJim Grosbach
2010-06-29Just as its not safe to blindly transfer the nsw bit from an addDan Gohman
2010-06-29Refactoring of arithmetic instruction classes with unary operatorBruno Cardoso Lopes
2010-06-29When no memoperands are present, assume unaligned, volatile.Jakob Stoklund Olesen
2010-06-29Reapply my if-conversion cleanup from svn r106939 with fixes.Bob Wilson
2010-06-29Add an Intraprocedural form of BasicAliasAnalysis, which aims toDan Gohman
2010-06-29Described the missing AVX forms of SSE2 convert instructionsBruno Cardoso Lopes
2010-06-29Fix Thumb encoding of VMOV (scalar to ARM core register). The encoding isBob Wilson
2010-06-28Unlike other targets, ARM now uses BUILD_VECTORs post-legalization so theyBob Wilson
2010-06-28Make the ARMCodeEmitter identify Thumb functions via ARMFunctionInfo insteadBob Wilson
2010-06-28Use DW_FORM_addr for DW_AT_entry_pc.Devang Patel