vpblend intrinsics combines as shifts intrinsics due to absence return stmt between...
[oota-llvm.git] / lib / Target / X86 /
2014-06-24 Robert Khasanovvpblend intrinsics combines as shifts intrinsics due...
2014-06-24 Adam Nemet[Disasm][AVX512] Implement decoding of top bit for...
2014-06-23 Juergen Ributzka[FastISel][X86] Lower unsupported selects to control...
2014-06-23 Juergen Ributzka[FastISel][X86] Add support for floating-point select.
2014-06-23 Juergen Ributzka[FastISel][X86] Optimize selects when the condition...
2014-06-22 NAKAMURA TakumiRevert r211399, "Generate native unwind info on Win64"
2014-06-22 Filipe CabecinhasFix PR20087 by using the source index when changing...
2014-06-21 Andrea Di Biagio[X86] Add ISel patterns to select SSE3/AVX ADDSUB instr...
2014-06-20 Rafael EspindolaDelete dead code.
2014-06-20 Rafael EspindolaDon't produce eh_frame relocations when targeting the...
2014-06-20 Reid KlecknerGenerate native unwind info on Win64
2014-06-20 Karthik BhatAdd Support to Recognize and Vectorize NON SIMD instruc...
2014-06-20 Chandler Carruth[x86] Make the x86 PACKSSWB, PACKSSDW, PACKUSWB, and...
2014-06-19 Alp TokerFix typos
2014-06-19 Andrea Di Biagio[X86] Teach how to combine horizontal binop even in...
2014-06-19 David MajnemerMS asm: Properly handle quoted symbol names
2014-06-18 Adam Nemet[X86] AVX512: Add non-temporal stores
2014-06-18 Adam Nemet[X86] AVX512: Specify compressed displacement for vmovntdqa
2014-06-18 Cameron McInallyAdd pattern for unsigned v4i32->v4f64 convert on AVX512.
2014-06-17 Louis GerbargAllow X86FastIsel to cope with 64 bit absolute relocations
2014-06-17 Juergen Ributzka[FastISel][X86] Optimize predicates and fold CMP instru...
2014-06-17 Juergen Ributzka[FastISel][X86] Fix previous refactoring commit (r211077)
2014-06-16 Juergen Ributzka[FastISel][X86] Refactor the code to get the X86 condit...
2014-06-16 Louis GerbargImprove comments for r211040
2014-06-16 Louis GerbargFix illegal relocations in X86FastISel
2014-06-16 Cameron McInallyHook up vector int_ctlz for AVX512.
2014-06-13 Tim NorthoverX86: lower ATOMIC_CMP_SWAP_WITH_SUCCESS directly
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-13 Cameron McInallyAdd HasCDI predicate to AVX512 VPBROADCASTM*.
2014-06-13 Juergen Ributzka[FastISel][X86] Add support for cvttss2si/cvttsd2si...
2014-06-13 Juergen Ributzka[FastISel][X86] - Add branch weights
2014-06-12 Juergen Ributzka[FastISel][X86] Add MachineMemOperand to load/store...
2014-06-12 Juergen Ributzka[FastIsel][X86] Add support for lowering the first...
2014-06-12 Juergen RibutzkaRevert "[FastIsel][X86] Add support for lowering the...
2014-06-12 Saleem AbdulrasoolX86: stifle GCC warning
2014-06-12 Andrea Di Biagio[X86] Teach how to dump the name of target node RDTSCP_DAG.
2014-06-12 Andrea Di Biagio[X86] Teach how to combine AVX and AVX2 horizontal...
2014-06-11 Juergen Ributzka[FastISel][X86] Add support for the sqrt intrinsic.
2014-06-11 Juergen Ributzka[FastIsel][X86] Add support for lowering the first...
2014-06-11 Juergen Ributzka[FastISel][X86] Add support for the frameaddress intrinsic.
2014-06-11 Tim NorthoverX86: add stringy name for X86ISD::LCMPXCHG16_DAG
2014-06-11 Cameron McInallyAdd AVX512 masked leadz instrinsic support.
2014-06-11 Andrea Di Biagio[X86] Refactor the logic to select horizontal adds...
2014-06-11 Eric ChristopherMove to a private function to initialize the subtarget...
2014-06-10 Juergen Ributzka[FastISel][X86] Extend support for {s|u}{add|sub|mul...
2014-06-10 Eric ChristopherUse unique_ptr for X86Subtarget pointer members.
2014-06-10 Eric ChristopherRemove the use of TargetMachine from X86InstrInfo.
2014-06-10 Eric ChristopherMove X86RegisterInfo away from using the TargetMachine...
2014-06-10 Eric ChristopherUse the TargetMachine on the DAG or the MachineFunction...
2014-06-10 Eric ChristopherAdd a FIXME.
2014-06-10 Andrea Di Biagio[X86] Improved target combine rules for selecting horiz...
2014-06-10 Adam Nemet[X86] AVX512: Add vmovntdqa
2014-06-10 Tom StellardSelectionDAG: Don't use MVT::Other to determine legalit...
2014-06-10 Tim NorthoverRevert "X86: elide comparisons after cmpxchg instructions."
2014-06-10 Tim NorthoverX86: elide comparisons after cmpxchg instructions.
2014-06-10 Eric ChristopherDelete X86JITInfo in the subtarget destructor.
2014-06-10 Juergen Ributzka[ConstantHoisting][X86] Improve the cost model for...
2014-06-09 Eric ChristopherMove all of the x86 subtarget initialized variables...
2014-06-09 Andrea Di Biagio[X86] Add target combine rules for horizontal add/sub.
2014-06-09 Andrea Di Biagio[X86] Avoid emitting unnecessary test instructions.
2014-06-09 Alexey Volkov[X86] Use ADD/SUB instead of INC/DEC for Silvermont
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-06-08 Saleem AbdulrasoolX86: simplify data layout calculation
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-06-06 Eric ChristopherReplace the use of TargetMachine with a tiny bool variable.
2014-06-06 Eric ChristopherRemove all local variables from X86SelectionDAGInfo...
2014-06-06 Benjamin KramerX86: Don't turn shifts into ands if there's another...
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-06-06 Filipe CabecinhasFixed a bug in lowering shuffle_vectors to insertps
2014-06-05 Eric ChristopherRemove X86Subtarget from the X86FrameLowering construct...
2014-06-05 Eric ChristopherRemove caching of the subtarget for X86FrameLowering.
2014-06-05 Eric ChristopherRemove duplicate copy of InstrItineraryData from the...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-05 Eric ChristopherWe've got a getSlotSize call already that we use everyw...
2014-06-05 Eric Christopher80-columns.
2014-06-05 Eric ChristopherRemove uses of the TargetMachine from X86FrameLowering.
2014-06-04 Yaron KerenTwo small enhancements for the JIT.
2014-06-04 Nick LewyckyFix a use of uninitialized value. OldCC is set when...
2014-06-03 Eric ChristopherRevert r209381 as it isn't a local variable. Add a...
2014-06-03 Eric ChristopherFixup formatting in the pass.
2014-06-02 Andrea Di Biagio[X86] Fix checked arithmetic for i8 on X86.
2014-05-31 Eric ChristopherHave the TLOF creation take a Triple rather than needin...
2014-05-30 Andrea Di Biagio[X86] Add two combine rules to simplify dag nodes intro...
2014-05-30 Filipe CabecinhasSeparate the check for blend shuffle_vector masks
2014-05-29 Adam Nemet[X86] Remove AVX1 vbroadcast intrinsics
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-25 Rafael EspindolaEmit data or code export directives based on the type.
2014-05-23 Rafael EspindolaDelete dead code.
2014-05-22 Andrea Di Biagio[X86] Improve the lowering of BITCAST from MVT::f64...
2014-05-22 Tim NorthoverSegmented stacks: omit __morestack call when there...
2014-05-22 Eric ChristopherOverride runOnMachineFunction for X86ISelDAGToDAG so...
2014-05-22 Eric ChristopherAvoid using subtarget features when adding X86 specific...
2014-05-22 Eric ChristopherRemove extra local variable.
2014-05-22 Eric ChristopherRename createGlobalBaseRegPass -> createX86GlobalBaseRe...
2014-05-22 Eric ChristopherFix typo.
2014-05-21 Eric ChristopherFix compilation issues.
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-21 Quentin Colombet[X86] Fix a bug in the lowering of BLENDI introduced...
2014-05-21 Evgeniy Stepanov[asan] Fix x86-32 asm instrumentation to preserve flags.
2014-05-20 Simon AtanasyanAdd parentheses to suppress the gcc warning '-Wparenthe...
next