Switch the constant expression speculation cost evaluation away from
[oota-llvm.git] / test / CodeGen / X86 /
2013-01-23 Bill WendlingAdd the heuristic to differentiate SSPStrong from SSPRe...
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-22 Michael LiaoFix an issue of pseudo atomic instruction DAG schedule
2013-01-20 NAKAMURA Takumillvm/test/CodeGen/X86/win_ftol2.ll: Add -cpu=generic...
2013-01-20 Nadav RotemRevert 172708.
2013-01-19 Nadav RotemOn Sandybridge split unaligned 256bit stores into two...
2013-01-18 Nadav RotemOn Sandybridge loading unaligned 256bits using two...
2013-01-18 NAKAMURA Takumillvm/test/CodeGen/X86/Atomics-64.ll: Tweak for 2nd...
2013-01-17 Elena DemikhovskyOptimization for the following SIGN_EXTEND pairs:
2013-01-13 Benjamin KramerX86: Add patterns for X86ISD::VSEXT in registers.
2013-01-11 Preston GurdUpdate patch for the pad short functions pass for Intel...
2013-01-11 Tim NorthoverSimplify writing floating types to assembly.
2013-01-10 NAKAMURA Takumillvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals...
2013-01-10 Evan ChengPR14896: Handle memcpy from constant string where the...
2013-01-10 Chad Rosier[ms-inline asm] Add support for calling functions from...
2013-01-09 Evan ChengFix a DAG combine bug visitBRCOND() is transforming...
2013-01-09 Nadav Rotemadd -march to the test
2013-01-09 Nadav RotemEfficient lowering of vector sdiv when the divisor...
2013-01-08 Preston GurdPad Short Functions for Intel Atom
2013-01-06 Craig TopperFix suffix handling for parsing and printing of cvtsi2s...
2013-01-06 Evan ChengFix for PR14739. It's not safe to fold a load into...
2013-01-05 Craig TopperRecommit r171461 which was incorrectly reverted. Mark...
2013-01-05 Nadav RotemRevert revision 171524. Original message:
2013-01-04 Preston GurdThe current Intel Atom microarchitecture has a feature...
2013-01-04 Nadav RotemRevert revision: 171467. This transformation is incorre...
2013-01-03 Elena DemikhovskySimplified TRUNCATE operation that comes after SETCC...
2013-01-03 Michael GottesmanRevert "Mark DIV/IDIV instructions hasSideEffects=1...
2013-01-03 Craig TopperMark DIV/IDIV instructions hasSideEffects=1 because...
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...
next