LegalizeDAG: Implement promote for build_vector
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2015-10-21 Matt ArsenaultLegalizeDAG: Implement promote for build_vector
2015-10-20 Artyom SkrobovTwo switch blocks in VectorLegalizer::LegalizeOp alread...
2015-10-20 Artyom SkrobovAdding support for TargetLoweringBase::LibCall
2015-10-20 Artyom SkrobovCombining DIV+REM->DIVREM doesn't belong in LegalizeDAG...
2015-10-19 Owen AndersonRestore the original behavior of SelectionDAG::getTarge...
2015-10-19 Benjamin KramerPut back SelectionDAG::getTargetIndex.
2015-10-18 Simon PilgrimUse SDValue bool check. NFCI.
2015-10-18 Simon PilgrimMove one-use variable inside test. NFC.
2015-10-17 Simon Pilgrim[DAG] Ensure vector constant folding uses correct scala...
2015-10-17 Joseph Tremoulet[WinEH] Fix eh.exceptionpointer intrinsic lowering
2015-10-15 Benjamin Kramer[SelectionDAG] Remove dead code. NFC.
2015-10-14 Artyom SkrobovA doccomment for CombineTo, and some NFC refactorings
2015-10-14 Artyom SkrobovMerge DAGCombiner::visitSREM and DAGCombiner::visitUREM...
2015-10-13 Duncan P. N. Exon... SelectionDAG: Remove implicit ilist iterator conversion...
2015-10-13 Matt ArsenaultDAGCombiner: Don't stop finding better chain on 2 aliases
2015-10-12 Matt ArsenaultDAGCombiner: Combine extract_vector_elt from build_vector
2015-10-12 Cong HouAssign correct edge weights to unwind destinations...
2015-10-12 Simon Pilgrim[SelectionDAG] Add common vector constant folding helpe...
2015-10-12 Reid KlecknerDon't call PrepareEHLandingPad on non EH pads
2015-10-12 David Majnemer[WinEH] Remove CatchObjRecoverIdx
2015-10-12 Oliver Stannard[Debug] Look through bitcasts to find argument registers
2015-10-11 Simon Pilgrim[DAGCombiner] Improved FMA combine support for vectors
2015-10-11 Simon Pilgrim[DAGCombiner] Tidyup FMINNUM/FMAXNUM constant folding
2015-10-10 David Majnemer[WinEH] Remove more dead code
2015-10-09 Reid Kleckner[WinEH] Delete the old landingpad implementation of...
2015-10-09 Reid KlecknerRevert "Revert "Revert r248959, "[WinEH] Emit int3...
2015-10-09 Reid KlecknerRevert "Revert r248959, "[WinEH] Emit int3 after noretu...
2015-10-09 Reid Kleckner[SEH] Fix llvm.eh.exceptioncode fast register allocatio...
2015-10-07 Chad Rosier[ARM] Promote helper function to SelectionDAG.
2015-10-07 Joseph Tremoulet[WinEH] Update CoreCLR EH for catchpad MBBs
2015-10-07 Reid Kleckner[SEH] Add llvm.eh.exceptioncode intrinsic
2015-10-06 David Majnemer[WinEH] Create a separate MBB for funclet prologues
2015-10-06 Joseph Tremoulet[WinEH] Implement state numbering for CoreCLR
2015-10-06 Joseph Tremoulet[WinEH] Recognize CoreCLR personality function
2015-10-04 David Majnemer[SelectionDAGBuilder] Remove dead code
2015-10-03 Simon Pilgrim[DAGCombiner] Generalize FADD constant combines to...
2015-10-03 Simon Pilgrim[DAGCombiner] Merge SIGN_EXTEND_INREG vector constant...
2015-10-01 David Majnemer[WinEH] Make FuncletLayout more robust against catchret
2015-10-01 NAKAMURA TakumiReformat.
2015-10-01 NAKAMURA TakumiRevert r248959, "[WinEH] Emit int3 after noreturn calls...
2015-09-30 Reid Kleckner[WinEH] Emit int3 after noreturn calls on Win64
2015-09-30 Evgeniy StepanovFix debug info with SafeStack.
2015-09-29 David Majnemer[WinEH] Teach AsmPrinter about funclets
2015-09-28 Reid Kleckner[WinEH] Fix ip2state table emission with funclets
2015-09-28 Hal Finkel[DAGCombine] Fix getStoreMergeAndAliasCandidates's...
2015-09-25 Matthias BraunSelectionDAGDumper: Print simple operands inline.
2015-09-25 Matt ArsenaultDAGCombiner: Check if store is volatile first
2015-09-25 Sanjay Patelmerge vector stores into wider vector stores and fix...
2015-09-24 Mohammad ShahidCodegen: Fix llvm.*absdiff semantic.
2015-09-24 Matt ArsenaultUse new TokenFactor chain when merging stores
2015-09-23 Cong HouFixed an issue on updating profile data when lowering...
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-22 NAKAMURA TakumiReformat blank lines.
2015-09-22 NAKAMURA TakumiReformat.
2015-09-21 Simon Pilgrim[DAGCombiner] Improve FMA support for interpolation...
2015-09-21 Simon Pilgrim[DAGCombiner] Tidy up FMA combine helpers. NFCI.
2015-09-21 Stephen CanonRemove roundingMode argument in APFloat::mod
2015-09-21 Matt ArsenaultFix accidentally committed debug printing
2015-09-21 Matthias BraunSelectionDAG: Use InsertNode for EntryNode
2015-09-21 Matt ArsenaultDAGCombiner: Replace store of FP constant after attempi...
2015-09-21 Matt ArsenaultFactor replacement of stores of FP constants into new...
2015-09-21 Craig TopperUse makeArrayRef or None to avoid unnecessarily mention...
2015-09-18 Matthias BraunSelectionDAGDumper: Leave out the <multiple use> markers
2015-09-18 Matthias BraunSelectionDAGDumper: Avoid unnecessary newlines
2015-09-18 Matthias BraunSelectionDAGDumper: Hide [ID=X], [ORD=X] and source...
2015-09-18 Matthias BraunSelectionDAG: Introduce PersistentID to SDNode for...
2015-09-18 Bob WilsonWhitespace. Indent with spaces instead of a tab.
2015-09-16 Reid Kleckner[WinEH] Pull Adjectives and CatchObj out of the catchpa...
2015-09-16 Sanjay Patelpropagate fast-math-flags on DAG nodes
2015-09-10 Chandler CarruthAdd an explicit 'inline' specifier to these static...
2015-09-10 Silviu Baranga[DAGCombine] Truncate BUILD_VECTOR operators if necessa...
2015-09-10 Reid Kleckner[WinEH] Add codegen support for cleanuppad and cleanupret
2015-09-09 Reid Kleckner[SEH] Emit 32-bit SEH tables for the new EH IR
2015-09-09 Chandler Carruth[PM/AA] Rebuild LLVM's alias analysis infrastructure...
2015-09-09 Daniel SandersFix vector splitting for extract_vector_elt and vector...
2015-09-09 Matt ArsenaultSelectionDAG: Support Expand of f16 extloads
2015-09-08 Reid Kleckner[WinEH] Avoid creating MBBs for LLVM BBs that cannot...
2015-09-08 Reid Kleckner[WinEH] Emit prologues and epilogues for funclets
2015-09-06 Hal Finkel[SelectionDAG] Swap commutative binops before constant...
2015-09-03 Sanjay Patelcheck for fastness before merging in DAGCombiner::Merge...
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-09-02 Sanjay Pateluse "unpredictable" metadata in SelectionDAG when split...
2015-09-02 Elena DemikhovskyOptimization for Gather/Scatter with uniform base
2015-09-01 Cong HouDistribute the weight on the edge from switch to defaul...
2015-08-31 Hal Finkel[DAGCombine] Fixup SETCC legality checking
2015-08-31 Sanjay Pateldon't set a legal vector type if we know we can't use...
2015-08-31 Sanjay Patelgeneralize helper function of MergeConsecutiveStores...
2015-08-31 Hal Finkel[DAGCombine] Use getSetCCResultType utility function
2015-08-31 Reid Kleckner[EH] Handle non-Function personalities like unknown...
2015-08-31 Hal Finkel[DAGCombine] Remove some old dead code for forming...
2015-08-30 Renato GolinRevert "Revert "New interface function is added to...
2015-08-30 Renato GolinRevert "New interface function is added to VectorUtils...
2015-08-30 Elena DemikhovskyNew interface function is added to VectorUtils
2015-08-29 Fiona GlaserSelectionDAG: add missing ComputeSignBits case for...
2015-08-28 Matt ArsenaultMake MergeConsecutiveStores look at other stores on...
2015-08-28 Ahmed Bougacha[CodeGen] Support (and default to) expanding READCYCLEC...
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-27 Ahmed Bougacha[CodeGen] Check FoldConstantArithmetic result before...
2015-08-27 Cong HouFixed a bug that edge weights are not assigned correctl...
2015-08-26 Cong HouAssign weights to edges to jump table / bit test header...
next