Fix a spelling error in the description of a statistic. NFC
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
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...
2015-08-26 Matthias BraunSelectionDAGBuilder: Fix SPDescriptor not resetting...
2015-08-26 Matthias BraunFastISel: Avoid adding a successor block twice for...
2015-08-26 Matthias BraunFastISel: Factor out common code; NFC intended
2015-08-25 Charles DavisMake variable argument intrinsics behave correctly...
2015-08-25 Cong HouRemove the final bit test during lowering switch statem...
2015-08-25 Steve KingPass function attributes instead of boolean in isIntDiv...
2015-08-24 Dan Gohman[WebAssembly] Skeleton FastISel support
2015-08-24 Oliver StannardAdd DAG optimisation for FP16_TO_FP
2015-08-23 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of bitcasted EXTRACT_...
2015-08-23 Mehdi AminiDo not use dyn_cast<> after isa<>
2015-08-21 Yaron KerenDisable Visual C++ 2013 Debug mode assert on null point...
2015-08-21 John Brawn[DAGCombiner] Fold together mul and shl when both are...
2015-08-19 Simon Pilgrim[DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding
2015-08-19 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR...
2015-08-19 Michael Kuperstein[TLI] Refactor "is integer division cheap" queries.
2015-08-18 Steve KingFix backward operands in call to isTruncateFree() and...
2015-08-18 Matthias BraunDAGCombiner: Improve DAGCombiner select normalization
2015-08-18 Matthias BraunDAGCombiner: Optimize SELECTs first before turning...
2015-08-18 David Majnemer[WinEH] Calculate state numbers for the new EH represen...
2015-08-17 James MolloyGenerate FMINNAN/FMINNUM/FMAXNAN/FMAXNUM from SDAGBuilder.
2015-08-16 Sanjay Pateluse SDValue bool operator; NFCI
2015-08-15 Simon Pilgrim[DAGCombiner] Attempt to mask vectors before zero exten...
2015-08-13 Ahmed Bougacha[CodeGen] Mark the promoted FCOPYSIGN result FP_ROUND...
2015-08-13 Ahmed Bougacha[CodeGen] Assert on getNode(FP_EXTEND) with a smaller...
2015-08-13 Ahmed Bougacha[CodeGen] When Promoting, don't extend the 2nd FCOPYSIG...
2015-08-13 Ahmed Bougacha[CodeGen] Simplify getNode(*EXT/TRUNC) type size assert...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-11 JF BastienNFC SelectionDAGDumper: fix typo
2015-08-11 Jingyue WuSelectionDAG: Prefer to combine multiplication with...
2015-08-11 Sanjay Patelfix minsize detection: minsize attribute implies optimi...
2015-08-11 James MolloyAdd new ISD nodes: ISD::FMINNAN and ISD::FMAXNAN
2015-08-11 James MolloyAdd support for floating-point minnum and maxnum
2015-08-10 Alex LorenzStackMap: FastISel: Add an appropriate number of immedi...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-06 Chandler Carruth[PM/AA] Simplify the AliasAnalysis interface by removin...
2015-08-05 Sanjay Patelrevert r243687: enable fast-math-flag propagation to...
2015-08-04 Sanjay Patelwrap OptSize and MinSize attributes for easier and...
2015-08-04 Hal Finkel[SDAG] Fix a result chain in ExpandUnalignedLoad
2015-08-04 Ahmed Bougacha[CodeGen] Fix FCOPYSIGN legalization to account for...
2015-08-01 Simon PilgrimRemove trailing whitespace. NFCI.
2015-08-01 Simon PilgrimUse SDValue bool check. NFCI.
2015-08-01 Simon Pilgrim[DAGCombiner] Convert constant AND masks to shuffle...
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-30 Sanjay Patelfix memcpy/memset/memmove lowering when optimizing...
2015-07-30 Sanjay Patelenable fast-math-flag propagation to DAG nodes
2015-07-29 Sanjay Patelmove DAGCombiner's allowableAlignment() helper function...
2015-07-28 Sanjoy Das[Statepoints] Let patchable statepoints have a symbolic...
2015-07-28 Sanjay Patelignore duplicate divisor uses when transforming into...
2015-07-28 Sanjay Patelfix TLI's combineRepeatedFPDivisors interface to return...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-28 Mehdi AminiMove the Target way of overriding DAG Scheduler to...
2015-07-27 Sanjay Patelmove combineRepeatedFPDivisors logic into a helper...
2015-07-22 Chandler Carruth[PM/AA] Remove all of the dead AliasAnalysis pointers...
2015-07-19 Simon Pilgrim[DAGCombiner] Fixed minor typo that was missed in D9097.
2015-07-19 Simon PilgrimUse SDValue bool check. NFCI.
2015-07-17 Matt ArsenaultOnly do fmul (fadd x, x), c combine if the fadd only...
2015-07-16 Matthias BraunFix __builtin_setjmp in combination with sjlj exception...
2015-07-16 James Molloy[Codegen] Add intrinsics 'absdiff' and corresponding...
2015-07-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-15 Cong HouCreate a wrapper pass for BranchProbabilityInfo.
2015-07-15 Alexey Bataev[SDAG] Optimize unordered comparison in soft-float...
2015-07-15 Pete CooperUse enum instead of unsigned. NFC.
2015-07-15 Pete CooperUse cast<> instead of dyn_cast to remove llvm_unreachab...
2015-07-15 Pete CooperUse another foreach loop. NFC
2015-07-15 Pete CooperUse getAnyExtOrTrunc helper instead of manually doing...
2015-07-15 Pete CooperUse getZExtOrTrunc helper instead of manually doing...
2015-07-15 Pete CooperUse getStoreSize() instead of getStoreSizeInBits()...
2015-07-14 Pete CooperUse more foreach loops in SelectionDAG. NFC
next