Fill in more omissions in DebugLog propagation.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAG.cpp
2009-02-03 Dale JohannesenDebugLoc propagation; adjustment to things omitted
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-02-03 Devang PatelFirst initialize DAG otherwise dwarf writer is used...
2009-02-03 Dale JohannesenFill in some missing DL propagation in getNode()s.
2009-02-03 Dale JohannesenPropagation in TargetLowering. Includes passing a DL
2009-02-03 Dan GohmanUse the SubclassData field to hold ExtType, isTrunc...
2009-02-02 Dale JohannesenCommit missing files.
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-01-31 Duncan SandsFix PR3401: when using large integers, the type
2009-01-31 Mon P WangIf unsafe FP optimization is not set, don't allow ...
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2009-01-30 Bill WendlingGet rid of the non-DebugLoc-ified getNOT() method.
2009-01-30 Bill WendlingPropagate debug loc info for some of the *_EXTEND funct...
2009-01-30 Bill WendlingDebugLoc form of getNOT().
2009-01-29 Dan GohmanIn the case of an extractelement on an insertelement...
2009-01-29 Bill WendlingRevert r63273. This was already implemented by Dale...
2009-01-29 Bill Wendling- Add DebugLoc to getTargetNode().
2009-01-29 Dale JohannesenAdd DebugLoc-sensitive versions of many node creation
2009-01-28 Bill WendlingAdd DebugLoc to the getNode() methods.
2009-01-28 Dale JohannesenAdd DebugLoc-aware constructors for SDNode derived
2009-01-27 Dan GohmanAdd an assertion to the form of SelectionDAG::getConsta...
2009-01-26 Dan GohmanTake the next steps in making SDUse more consistent...
2009-01-25 Dan GohmanEliminate the loop that searches through each of the...
2009-01-25 Dan GohmanWhitespace tidiments.
2009-01-25 Dan GohmanMove the N->use_empty() assert from DeleteNode to
2009-01-23 Dan GohmanFold x-0 to x in unsafe-fp-math mode. This comes up...
2009-01-22 Dan GohmanDon't create ISD::FNEG nodes after legalize if they...
2009-01-22 Bob WilsonAdd SelectionDAG::getNOT method to construct bitwise...
2009-01-22 Chris Lattnerfix a typo
2009-01-19 Dan GohmanRemove SDNode's virtual destructor. This makes it impos...
2009-01-19 Dan GohmanFix SelectionDAG::ReplaceAllUsesWith to behave correctl...
2009-01-15 Dan GohmanMore consts on TargetLowering references.
2009-01-13 Devang PatelRemovoe MachineModuleInfo methods (and related DebugInf...
2009-01-13 Devang PatelUndo previous checkin.
2009-01-13 Devang PatelUse dwarf writer to decide whether the module has debug...
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2009-01-09 Devang PatelRequest DwarfWriter. This will be used to handle dbg_...
2008-12-23 Dan GohmanClean up the atomic opcodes in SelectionDAG.
2008-12-11 Mon P WangAvoid generating a convert_rndsat node when the src...
2008-12-09 Bill WendlingAdd sub/mul overflow intrinsics. This currently doesn...
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-12-09 Mon P WangFix getNode to allow a vector for the shift amount...
2008-12-04 Duncan SandsWhen allocating a stack temporary, use the correct
2008-12-01 Bill WendlingExpand getVTList, getNodeValueTypes, and SelectNodeTo...
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-11-24 Evan ChengEliminate some unused variable compile time warnings.
2008-11-23 Duncan SandsRename SetCCResultContents to BooleanContents. In
2008-11-22 Bill WendlingCleanup of the [SU]ADDO type legalization code. Patch...
2008-11-21 Dan GohmanUpdate comments.
2008-11-21 Bill WendlingRename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn...
2008-11-21 Bill WendlingImplement the sadd_with_overflow intrinsic. This is...
2008-11-21 Bill WendlingAdd UADDO and SADDO nodes. These will be used for deter...
2008-11-10 Mon P WangAdded CONVERT_RNDSAT (conversion with rounding and...
2008-11-10 Mon P WangAdded support for the following definition of shufflevector
2008-10-30 Duncan SandsFix PR2986: do not use a potentially illegal
2008-10-29 Duncan SandsAdd sanity checking for BUILD_PAIR (I noticed the
2008-10-28 Chris Lattnerfix some whitespace stuff
2008-10-27 Duncan SandsFix UpdateNodeOperands so that it does CSE of calls
2008-10-24 Dale JohannesenInitialize uninitialized variable.
2008-10-22 Duncan SandsTemporarily allow the operands of a BUILD_VECTOR
2008-10-21 Dan GohmanDon't create TargetGlobalAddress nodes with offsets...
2008-10-19 Bill WendlingSet N->OperandList to 0 after deletion. Otherwise,...
2008-10-18 Dan GohmanDon't truncate GlobalAddress offsets to int in debug...
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-17 Mon P WangAdded MemIntrinsicNode which is useful to represent...
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-03 Dan GohmanUse -1ULL instead of uint64_t(-1), at Anton's suggestion.
2008-10-01 Dan GohmanMake some implicit conversions explicit, to avoid compi...
2008-10-01 Dan GohmanFold trivial two-operand tokenfactors where the operand...
2008-10-01 Bill WendlingImplement the -fno-builtin option in the front-end...
2008-09-30 Bill Wendling- Initialize "--no-builtin" to "false".
2008-09-30 Bill WendlingAdd the new `-no-builtin' flag. This flag is meant...
2008-09-30 Dan GohmanOptimize SelectionDAG's AssignTopologicalOrder even...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-24 Bill WendlingForgot this part with my last patch. Sorry about the...
2008-09-16 Dan GohmanChange SelectionDAG::getConstantPool to always set...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-15 Dan GohmanRe-enable SelectionDAG CSE for calls. It matters in...
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-08 Dan GohmanFix the string for ISD::UDIVREM.
2008-09-04 Dan GohmanClean up uses of TargetLowering::getTargetMachine.
2008-08-30 Gabor Greiftypo
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-28 Dale JohannesenSplit the ATOMIC NodeType's to include the size, e.g.
2008-08-27 Dan GohmanReorganize the lifetimes of the major objects Selection...
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
2008-08-26 Dan GohmanOptimize SelectionDAG's topological sort to use one...
2008-08-26 Dan GohmanActually recycle SDNode allocations. SelectionDAG is...
2008-08-24 Chris Lattnermake sure to flush the stream after dumping, to make...
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-23 Dan GohmanMove SelectionDAG's constructor out of line.
2008-08-21 Dan GohmanAdd libm-oriented ISD opcodes for rounding operations.
2008-08-21 Dan GohmanElements in DeadNodeSet are checked for use_empty(...
2008-08-20 Dan GohmanChange the FoldingSetNodeID usage for objects which...
2008-08-19 Chris Lattnerdon't use the result of WriteTypeSymbolic or WriteAsOpe...
next