summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
...
* Extend VPBLENDVB and VPSIGN lowering to work for AVX2.Craig Topper2011-11-19
* Fix a corner case in updating LoopInfo after fully unrolling an outer loop.Andrew Trick2011-11-18
* Add AVX2 vpbroadcast supportNadav Rotem2011-11-18
* [asan] workaround for reg alloc bug 11395: don't instrument functions with la...Kostya Serebryany2011-11-18
* DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...Devang Patel2011-11-17
* Fix an overly general check in SimplifyIndvar to handle useless phi cycles.Andrew Trick2011-11-17
* fall back to explicit list of allowed linkages when instrumenting globals in ...Kostya Serebryany2011-11-17
* When fast iseling a GEP, accumulate the offset rather than emitting a series ofChad Rosier2011-11-17
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-17
* build/make/test: Get rid of unused BUGPOINT_TOPTS variable.Daniel Dunbar2011-11-16
* Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECT...Eli Friedman2011-11-16
* Remove obsolete test.Jim Grosbach2011-11-16
* Generalize the fixup info for ARM mode.Jim Grosbach2011-11-16
* Update test for r144842.Jim Grosbach2011-11-16
* Another missing X86ISD::MOVLPD pattern. rdar://10450317Evan Cheng2011-11-16
* Disable expensive two-address optimizations at -O0. rdar://10453055Evan Cheng2011-11-16
* Fix typo in test.Nick Lewycky2011-11-16
* Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it whenNick Lewycky2011-11-16
* Fix testcase.Eli Friedman2011-11-16
* CONCAT_VECTORS can have more than two operands. PR11389.Eli Friedman2011-11-16
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-16
* Fix SCEV overly optimistic back edge taken count for multi-exit loops.Andrew Trick2011-11-16
* ARM assembly parsing for register range syntax for VLD/VST register lists.Jim Grosbach2011-11-15
* AVX: Add support for vbroadcast from BUILD_VECTOR and refactor some of the vb...Nadav Rotem2011-11-15
* test/CodeGen/X86/dec-eflags-lower.ll: Relax expression for win32 x64.NAKAMURA Takumi2011-11-15
* ARM assembly parsing two operand forms for shift instructions.Jim Grosbach2011-11-15
* Added custom lowering for load->dec->store sequence in x86 when the EFLAGS re...Pete Cooper2011-11-15
* ARM alternate size suffices for VTRN instructions.Jim Grosbach2011-11-15
* ARM assembly parsing for optional datatype suffix on VFP VMOV GPR<->VFP insns.Jim Grosbach2011-11-15
* ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach2011-11-15
* ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach2011-11-15
* Testcase for r144684.Jim Grosbach2011-11-15
* Fix an ambiguous decoding where we failed to properly decode VMOVv2f32 and VM...Owen Anderson2011-11-15
* Thumb2 assembly parsing for mul.w in IT block fix.Jim Grosbach2011-11-15
* We currently use a callback to handle an IL pass deleting a BB that stillRafael Espindola2011-11-15
* Revert r144611 and r144613.Jakob Stoklund Olesen2011-11-15
* Rather than trying to use the loop block sequence *or* the functionChandler Carruth2011-11-15
* Properly qualify AVX2 specific parts of execution dependency table. Also enab...Craig Topper2011-11-15
* Really fix test.Jakob Stoklund Olesen2011-11-15
* Allow for depencendy-breaking instructions before cvt*.Jakob Stoklund Olesen2011-11-15
* Add vmov.f32 to materialize f32 immediate splats which cannot be handled byEvan Cheng2011-11-15
* Break false dependencies before partial register updates.Jakob Stoklund Olesen2011-11-15
* ARM parsing datatype suffix variants for non-writeback VST1 instructions.Jim Grosbach2011-11-14
* ARM parsing datatype suffix variants for non-writeback VLD1 instructions.Jim Grosbach2011-11-14
* ARM parsing optional datatype suffix for VAND/VEOR/VORR instructions.Jim Grosbach2011-11-14
* ARM VLDR/VSTR instructions don't need a size suffix.Jim Grosbach2011-11-14
* Refactor capture tracking (which already had a couple flags for whether returnsNick Lewycky2011-11-14
* Add newline to end of file. Thanks, Eli.Chad Rosier2011-11-14
* Add support for inlining small memcpys.Chad Rosier2011-11-14
* Fix a performance regression from r144565. Positive offsets were being loweredChad Rosier2011-11-14