aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2011-11-21Fix crasher in GVN due to my recent capture tracking changes.Nick Lewycky
2011-11-21Lowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2 is enabled.Craig Topper
2011-11-21Test case for r145026Craig Topper
2011-11-21Make LowerSIGN_EXTEND_INREG split 256-bit vectors when AVX1 is enabled and us...Craig Topper
2011-11-20test/CodeGen/X86/block-placement.ll: Relax expressions for Win32.NAKAMURA Takumi
2011-11-20The logic for breaking the CFG in the presence of hot successors didn'tChandler Carruth
2011-11-20XFAIL this test until I figure out what indvars is doing here (or find someon...Benjamin Kramer
2011-11-20Add some comments to the latest test case I added here to document whatChandler Carruth
2011-11-20Add code for lowering v32i8 shifts by a splat to AVX2 immediate shift instruc...Craig Topper
2011-11-19Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.Craig Topper
2011-11-19Move the handling of unanalyzable branches out of the loop-driven chainChandler Carruth
2011-11-19Test cases for SSSE3/AVX integer horizontal add/sub.Craig Topper
2011-11-19Extend VPBLENDVB and VPSIGN lowering to work for AVX2.Craig Topper
2011-11-18Fix a corner case in updating LoopInfo after fully unrolling an outer loop.Andrew Trick
2011-11-18Add AVX2 vpbroadcast supportNadav Rotem
2011-11-18[asan] workaround for reg alloc bug 11395: don't instrument functions with la...Kostya Serebryany
2011-11-17DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel
2011-11-17Fix an overly general check in SimplifyIndvar to handle useless phi cycles.Andrew Trick
2011-11-17fall back to explicit list of allowed linkages when instrumenting globals in ...Kostya Serebryany
2011-11-17When fast iseling a GEP, accumulate the offset rather than emitting a series ofChad Rosier
2011-11-17Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman
2011-11-16build/make/test: Get rid of unused BUGPOINT_TOPTS variable.Daniel Dunbar
2011-11-16Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECT...Eli Friedman
2011-11-16Remove obsolete test.Jim Grosbach
2011-11-16Generalize the fixup info for ARM mode.Jim Grosbach
2011-11-16Update test for r144842.Jim Grosbach
2011-11-16Another missing X86ISD::MOVLPD pattern. rdar://10450317Evan Cheng
2011-11-16Disable expensive two-address optimizations at -O0. rdar://10453055Evan Cheng
2011-11-16Fix typo in test.Nick Lewycky
2011-11-16Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it whenNick Lewycky
2011-11-16Fix testcase.Eli Friedman
2011-11-16CONCAT_VECTORS can have more than two operands. PR11389.Eli Friedman
2011-11-16AddressSanitizer, first commit (compiler module only)Kostya Serebryany
2011-11-16Fix SCEV overly optimistic back edge taken count for multi-exit loops.Andrew Trick
2011-11-15ARM assembly parsing for register range syntax for VLD/VST register lists.Jim Grosbach
2011-11-15AVX: Add support for vbroadcast from BUILD_VECTOR and refactor some of the vb...Nadav Rotem
2011-11-15test/CodeGen/X86/dec-eflags-lower.ll: Relax expression for win32 x64.NAKAMURA Takumi
2011-11-15ARM assembly parsing two operand forms for shift instructions.Jim Grosbach
2011-11-15Added custom lowering for load->dec->store sequence in x86 when the EFLAGS re...Pete Cooper
2011-11-15ARM alternate size suffices for VTRN instructions.Jim Grosbach
2011-11-15ARM assembly parsing for optional datatype suffix on VFP VMOV GPR<->VFP insns.Jim Grosbach
2011-11-15ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach
2011-11-15ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach
2011-11-15Testcase for r144684.Jim Grosbach
2011-11-15Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...Owen Anderson
2011-11-15Thumb2 assembly parsing for mul.w in IT block fix.Jim Grosbach
2011-11-15We currently use a callback to handle an IL pass deleting a BB that stillRafael Espindola
2011-11-15Revert r144611 and r144613.Jakob Stoklund Olesen
2011-11-15Rather than trying to use the loop block sequence *or* the functionChandler Carruth
2011-11-15Properly qualify AVX2 specific parts of execution dependency table. Also enab...Craig Topper