Use getEdgeProbability() instead of getEdgeWeight() in BFI and remove getEdgeWeight...
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAGNodes.h
2015-12-15 Elena DemikhovskyType legalizer for masked gather and scatter intrinsics.
2015-12-06 Craig TopperUse make_range to reduce mentions of iterator type...
2015-12-06 Craig TopperMinor formatting fix. NFC
2015-11-25 Artyom SkrobovExpose isXxxConstant() functions from SelectionDAGNodes...
2015-11-19 Reid KlecknerInitialize PersistentId for HandleSDNode, as these...
2015-10-24 Davide Italiano[CodeGen] Get rid of NDEBUG to ensure structure stability.
2015-10-15 Benjamin Kramer[SelectionDAG] Remove dead code. NFC.
2015-10-07 Chad Rosier[ARM] Promote helper function to SelectionDAG.
2015-10-05 NAKAMURA TakumiReformat partially.
2015-10-05 NAKAMURA TakumiTrailing whitespaces.
2015-10-05 NAKAMURA TakumiReformat blank lines.
2015-09-18 Matthias BraunSelectionDAG: Introduce PersistentID to SDNode for...
2015-09-16 Sanjay Patelpropagate fast-math-flags on DAG nodes
2015-09-10 Elena DemikhovskyAdded isUndef() interface for SDNode
2015-07-14 Pete CooperMove SDNode::IROrder in to padding to save space. ...
2015-07-14 Pete CooperConstify parameters in SelectionDAG methods. NFC
2015-06-26 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-06-26 Pete CooperAdd op_values() to iterate over the SDValue operands...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-16 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes, disabl...
2015-05-13 Nick LewyckyRevert r237046. See the testcase on the thread where...
2015-05-13 Sergey Dmitrouk[DebugInfo] Debug locations for constant SD nodes
2015-05-12 Sanjay Patelfix typos, grammar; NFC
2015-05-11 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes; 2nd...
2015-05-07 Sergey DmitroukDisable r235989 "Reapply r235977 "[DebugInfo] Add debug...
2015-05-06 NAKAMURA TakumiReformat.
2015-05-06 NAKAMURA TakumiRevert r236546, "propagate IR-level fast-math-flags...
2015-05-05 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes (NFC)
2015-04-29 Elena Demikhovskyfixed comments, blanks, nullptr; NFC
2015-04-28 Sanjay Patelmove IR-level optimization flags into their own struct
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-28 Elena DemikhovskyMasked gather and scatter: Added code for SelectionDAG.
2015-04-07 Sanjay Patelmove helper function closer to use; NFC
2015-03-25 Simon Pilgrim[DAGCombiner] Add support for TRUNCATE + FP_EXTEND...
2015-03-07 Simon Pilgrim[DAGCombiner] Add a shuffle mask commutation helper...
2015-03-04 Sanjay Pateldon't repeat class / function / variable names in comme...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-03-03 David BlaikieRevert "Remove the explicit SDNodeIterator::operator...
2015-03-03 David BlaikieRemove the explicit SDNodeIterator::operator= in favor...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-07 Benjamin KramerMove DebugLocs around instead of copying.
2015-01-22 Elena DemikhovskyFixed a bug in type legalizer for masked load/store...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-06 Matt ArsenaultAdd isNegative helper to ConstantFPSDNode
2015-01-06 Matt ArsenaultAdd isInfinity helper to ConstantFPSDNode
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-07 David MajnemerSelectionDAG: Assert if we truncate SDNode's NumOperand...
2014-08-21 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-18 Craig TopperRevert "Repace SmallPtrSet with SmallPtrSetImpl in...
2014-08-17 Craig TopperRepace SmallPtrSet with SmallPtrSetImpl in function...
2014-08-13 Hal FinkelFix classof for ISD::INTRINSIC_W_CHAIN and INTRINSIC_VOID
2014-07-31 Hal FinkelMake classof in MemSDNode consistent with MemIntrinsicS...
2014-07-25 Chandler Carruth[SDAG] Enable the new assert for out-of-range result...
2014-07-25 Chandler Carruth[SDAG] Start plumbing an assert into SDValues that...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-09 Chandler Carruth[SDAG] At the suggestion of Hal, switch to an output...
2014-07-08 Chandler Carruth[SDAG] Build up a more rich set of APIs for querying...
2014-07-07 Chandler Carruth[x86] Revert r212324 which was too aggressive w.r.t...
2014-07-04 Chandler Carruth[x86] Generalize BuildVectorSDNode::getConstantSplatVal...
2014-07-04 Chandler CarruthAdd an explicit bool operator to SDValue to make it...
2014-06-29 Craig TopperAdd ops() method to SDNode that returns an ArrayRef...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-09 Andrea Di Biagio[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact...
2014-05-31 Adam Nemet[SelectionDAG] Force cycle detection in AssignTopologic...
2014-05-31 Adam Nemet[SelectionDAG] Pass DAG to checkForCycles
2014-04-27 Craig TopperFix an assert I accidentally broke to hopefully fix...
2014-04-27 Craig TopperConvert SDNode constructor to use ArrayRef.
2014-04-27 Craig TopperConst-correct SelectionDAG::getAtomic.
2014-04-26 Craig TopperConvert getMemIntrinsicNode to take ArrayRef of SDValue...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-11 Jim GrosbachSDNode: Add uses() iterator_range convenience methods.
2014-03-22 Andrea Di Biagio[DAG] Fix an assertion failure caused by an invalid...
2014-03-17 Matt ArsenaultMake DAGCombiner work on vector bitshifts with constant...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-11 Matt ArsenaultAdd helpers for getting scalar sizes of vector value...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-03 Benjamin Kramer[C++11] Use std::tie to simplify compare operators.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-24 Matt ArsenaultAdd missing const
2014-01-27 Reid KlecknerSilence MSVC warning on 'uint16_t |= bool' with a cast
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-13 Juergen Ributzka[DAG] Teach DAG to also reassociate vector operations
2013-12-27 Andrea Di BiagioTeach DAGCombiner how to fold a SIGN_EXTEND_INREG of...
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-09-29 Benjamin KramerRemove an old workaround for a compiler that EOL'd...
2013-09-29 Benjamin KramerAllocate AtomicSDNode operands in SelectionDAG's alloca...
next