Try again to revert the bad patch. The tree was reverted for some unknown reason
[oota-llvm.git] / test / CodeGen / X86 /
2013-01-03 Jakob Stoklund OlesenFix PR14732 by handling all kinds of IMPLICIT_DEF live...
2013-01-02 Tom StellardDAGCombiner: Avoid generating illegal vector INT_TO_FP...
2013-01-02 Nadav RotemAVX: Fix a bug in WidenMaskArithmetic.
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-28 Nadav RotemAVX: Move the ZEXT/ANYEXT DAGCo optimizations to the...
2012-12-27 Nadav RotemOn AVX/AVX2 the type v8i1 is legalized to v8i16, which...
2012-12-26 NAKAMURA Takumillvm/test/CodeGen/X86: FileCheck-ize two tests in r171083.
2012-12-26 NAKAMURA Takumillvm/test/CodeGen/X86: Disable avx in two tests corresp...
2012-12-25 Benjamin KramerHarden test so it's not affected by changes to compare...
2012-12-25 Benjamin KramerX86: Shave off one shuffle from the pcmpeqq sequence...
2012-12-25 Benjamin KramerX86: Custom lower <2 x i64> eq and ne when SSE41 is...
2012-12-24 NAKAMURA Takumillvm/test/CodeGen/X86/fold-vex.ll: Add explicit triple.
2012-12-24 Nadav RotemSome x86 instructions can load/store one of the operand...
2012-12-22 Benjamin KramerX86: Turn mul of <4 x i32> into pmuludq when no SSE4...
2012-12-22 Benjamin KramerX86: Emit vector sext as shuffle + sra if vpmovsx is...
2012-12-21 Nadav RotemIn some cases, due to scheduling constraints we copy...
2012-12-21 Benjamin Kramertry to unbreak ppc buildbots.
2012-12-21 Benjamin KramerX86: Match pmin/pmax as a target specific dag combine...
2012-12-21 Eric ChristopherMove these files over to the debug info directory.
2012-12-20 Bob WilsonDo not introduce vector operations in functions marked...
2012-12-19 Elena DemikhovskyOptimized load + SIGN_EXTEND patterns in the X86 backend.
2012-12-19 Craig TopperTeach SimplifySetCC that comparing AssertZext i1 agains...
2012-12-17 Craig TopperAdd rest of BMI/BMI2 instructions to the folding tables...
2012-12-15 Benjamin KramerX86: Add a couple of target-specific dag combines that...
2012-12-14 Nadav RotemTypeLegalizer: Do not generate target specific nodes...
2012-12-13 Evan ChengFix a bug in DAGCombiner::MatchBSwapHWord. Make sure...
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/atom-bypass-slow-division.ll...
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/atom-bypass-slow-division.ll...
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo...
2012-12-12 NAKAMURA Takumillvm/test/CodeGen/X86/store_op_load_fold.ll: Add explic...
2012-12-12 Manman RenDAGCombine: clamp hi bit in APInt::getBitsSet to avoid...
2012-12-12 Evan ChengAvoid using lossy load / stores for memcpy / memset...
2012-12-11 Chad RosierAdd a triple to this test.
2012-12-11 Chandler CarruthFix a miscompile in the DAG combiner. Previously, we...
2012-12-11 Paul Redmondmove X86-specific test
2012-12-11 Chad RosierFall back to the selection dag isel to select tail...
2012-12-10 Evan ChengSome enhancements for memcpy / memset inline expansion.
2012-12-10 Craig TopperTeach DAG combine to handle vector add/sub with vectors...
2012-12-08 Craig TopperTeach DAG combine to handle vector logical operations...
2012-12-07 Nadav RotemWhen we use the BLEND instruction that uses the MSB...
2012-12-07 Nadav RotemX86: Prefer using VPSHUFD over VPERMIL because it has...
2012-12-06 Nadav RotemFix a bug in the code that merges consecutive stores...
2012-12-06 Craig TopperRemove intrinsic specific instructions for (V)MOVQUmr...
2012-12-05 Andrew TrickRegisterPressureTracker: fix findUseBetween to handle...
2012-12-05 Andrew TrickRegisterPresssureTracker: Track live physical register...
2012-12-05 Elena DemikhovskySimplified BLEND pattern matching for shuffles.
2012-12-05 Evan ChengAdd x86 isel lowering logic to form bit test with inver...
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-02 Nadav RotemAllow merging multiple store sequences on the same...
2012-12-02 Eli BenderskyFix an invalid regex in the test
2012-12-01 Andrew Trickmisched: Fix RegisterPressureTracker handling of DebugVals.
2012-12-01 Andrew Trickmisched: Fix the DAG builder to handle an undef operand...
2012-12-01 Andrew Trickmisched: Fix LiveInterval update to better handle DebugVal.
2012-12-01 Andrew Trickmisched: fix RegionBegin when DebugValues get shuffled...
2012-11-29 Nadav RotemWhen combining consecutive stores allow loads in betwee...
2012-11-28 Andrew Trickmisched: Analysis that partitions the DAG into subtrees.
2012-11-28 Andrew Trickmisched: better alias analysis.
2012-11-27 Manman RenX86: do not fold load instructions such as [V]MOVS...
2012-11-27 Craig TopperRevert accidental commit.
2012-11-27 Craig TopperMake PrintReg constructor explicit to prevent weird...
2012-11-27 Craig TopperAdd test cases for r168417.
2012-11-27 NAKAMURA Takumillvm/test/CodeGen/X86/2012-07-15-broadcastfold.ll:...
2012-11-26 Chad RosierRemove the X86 Maximal Stack Alignment Check pass as...
2012-11-26 Jakub StaszakNormalize splat 256bit vectors with 8 elements.
2012-11-20 Elena DemikhovskyIntel OCL built-ins calling conventions now support...
2012-11-19 Jakob Stoklund OlesenHandle mixed normal and early-clobber defs on inline...
2012-11-16 NAKAMURA Takumillvm/test/CodeGen/X86/hipe-cc*.ll: Add explicit -mcpu...
2012-11-16 Duncan SandsAdd the Erlang/HiPE calling convention, patch by Yianni...
2012-11-16 Craig TopperUse roundps/pd for llvm.ceil, llvm.trunc, llvm.rint...
2012-11-14 Jakub StaszakMake sure to not get AVX code on an AVX-capable host...
2012-11-14 NAKAMURA Takumillvm/test/CodeGen/X86/memset.ll: FileCheck-ize, and...
2012-11-14 Benjamin KramerForce CPU in test so we don't accidentally get AVX...
2012-11-14 Benjamin KramerX86: Enable SSE memory intrinsics even when stack align...
2012-11-14 Rafael EspindolaHandle DAG CSE adding new uses during ReplaceAllUsesWit...
2012-11-13 Eric ChristopherRevert "Use the 'count' attribute instead of the 'upper...
2012-11-13 Manman RenX86: when constructing VZEXT_LOAD from other loads...
2012-11-13 Bill WendlingUse the 'count' attribute instead of the 'upper_bound...
2012-11-12 Michael LiaoFix test case added in patch fixing PR14314
2012-11-12 Michael LiaoFix PR14314
2012-11-10 Craig TopperCleanup pcmp(e/i)str(m/i) instruction definitions and...
2012-11-08 Michael LiaoAdd support of RTM from TSX extension
2012-11-07 Andrew Trickmisched: Heuristics based on the machine model.
2012-11-01 NAKAMURA Takumitest/CodeGen/X86/fp-fast.ll: Add +avx.
2012-11-01 Owen AndersonAdd a few more simple fast-math constant propagations...
2012-10-31 Shuxin Yang(For X86) Enhancement to add-carray/sub-borrow (adc...
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 Jakub StaszakRe-commit r166971. I reverted it to quickly, when build...
2012-10-29 Jakub StaszakRevert r166971. It causes buildbot failure. To be inves...
2012-10-29 NAKAMURA Takumillvm/test/CodeGen/X86/vec_shuffle-30.ll: Try to unbreak...
2012-10-29 Jakub StaszakAllow to fold vector load if there is more than one...
2012-10-29 Chad RosierRemove redundant test case from r166949, per Eli's...
2012-10-29 Chad Rosier[ms-inline asm] Add support for the [] operator. Essen...
2012-10-29 Michael LiaoFix PR14204
2012-10-29 Preston GurdThis patch addresses a problem with the Post RA schedul...
2012-10-27 Jakob Stoklund OlesenNever attempt to join an early-clobber def with a regul...
2012-10-25 Michael LiaoAdd test for ATOM ISA SSSE3
2012-10-25 Elena DemikhovskyThe test avx-intel-ocl.ll failed. I can't reproduce...
2012-10-24 Chad Rosier[ms-inline asm] Add back-end test case for r166632...
next