Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / SelectionDAG / SelectionDAGPrinter.cpp
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-05 Roman DivackyConstify SDNodeIterator an stop its only non-const...
2012-08-22 Craig TopperAdd a getName function to MachineFunction. Use it in...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-11-15 Benjamin KramerTwinify GraphWriter a little bit.
2011-11-15 Jay FoadRemove some unnecessary includes of PseudoSourceValue.h.
2011-02-27 Tobias GrosserPass the graph to the DOTGraphTraits.getEdgeAttributes().
2010-12-23 Chris Lattnerflags -> glue for selectiondag
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-08-04 Dan GohmanEliminate unnecessary empty string literals.
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-01 Dan GohmanAdd edge source labels to SelectionDAG graphs, now...
2009-12-01 Dan GohmanMinor cleanups.
2009-12-01 Dan GohmanTrim an unnecessary #include.
2009-11-30 Tobias GrosserFix last DOTGraphTraits problems in CompilationGraph.
2009-11-30 Tobias GrosserRemove ShortNames from getNodeLabel in DOTGraphTraits
2009-11-30 Tobias GrosserInstantiate DefaultDOTGraphTraits
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-06-26 Chris Lattnerimplement DOTGraphTraits<SelectionDAG*>::getNodeLabel...
2009-06-26 Chris Lattnerdot graph viewing is apparently not using SDNode::print...
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-13 Bill WendlingOops...I committed too much.
2009-03-13 Bill WendlingTemporarily XFAIL this test.
2009-03-09 Bill WendlingPass in a std::string when getting the names of debuggi...
2009-02-06 Dan GohmanMove ScheduleDAGSDNodes.h to be a private header. Front...
2009-01-13 Devang PatelUse DebugInfo interface to lower dbg_* intrinsics.
2008-12-15 Dan GohmanFix printing of PseudoSourceValues in SDNode graphs.
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...
2008-11-19 Dan GohmanMove the code for printing a graph node label for an...
2008-11-14 Dan GohmanCheck in the correct version of the patch in r59279.
2008-11-14 Dan GohmanDebug printing for SUnits that carry MachineInstrs.
2008-11-14 Dan GohmanInitial support for carrying MachineInstrs in SUnits.
2008-11-13 Dan GohmanChange DOTGraphTraits<ScheduleDAG*>::getGraphName how...
2008-11-13 Dan GohmanRemove the FlaggedNodes member from SUnit. Instead...
2008-11-13 Dan GohmanMake the Node member of SUnit private, and add accessors.
2008-11-13 Dan GohmanChange ScheduleDAG's DAG member from a reference to...
2008-10-27 Ted KremenekFix bogus comparison of "const char *" with c-string...
2008-10-27 David GreeneAdd setSubgraphColor to color an entire portion of...
2008-10-18 Dan GohmanDon't truncate GlobalAddress offsets to int in debug...
2008-09-21 Chris Lattnerdon't print GlobalAddressSDNode's with an offset of...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Dan GohmanInclude the alignment value when displaying ConstantPoo...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
2008-08-23 Chris Lattnerget MachineConstantPool off std::ostream, onto raw_ostr...
2008-07-30 Dan GohmanMove SelectionDAG::viewGraph() out of line; as an inlin...
2008-07-27 Dan GohmanMake the ScheduleDAG's GraphRoot edge be blue and dashe...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-22 Dan GohmanMake the GraphRoot edge look like a chain edge, which...
2008-07-21 Dan GohmanEnhance the GraphWriter support for edge destinations...
2008-07-21 Dan GohmanAdd titles to the various SelectionDAG viewGraph calls
2008-07-18 Duncan SandsEliminate unused variable.
2008-07-17 Dan GohmanWhen printing MemOperand nodes, only use print() for
2008-07-14 Dan GohmanImprove debug output for MemOperandSDNode. PseudoSource...
2008-07-03 Bill WendlingRevert my previous check-in that split up MachineModule...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-21 Dan GohmanRemove ScheduleDAG's SUnitMap altogether. Instead,...
2008-06-21 Dan GohmanChange ScheduleDAG's SUnitMap from DenseMap<SDNode...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-21 Dan GohmanFix an out-of-bounds access in -view-sunit-dags in...
2008-04-14 Dan GohmanIn -view-sunit-dags, display "special" chain dependenci...
2008-03-21 Dan GohmanFix -view-sunit-dags to support cross-rc-copy nodes.
2008-03-21 Duncan SandsIntroduce a new node for holding call argument
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Dan GohmanCreate a new class, MemOperand, for describing memory...
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-25 Chris Lattnerinclude alignment and volatility information in -view...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-10-15 Chris LattnerAdd a (disabled by default) way to view the ID of a...
2007-09-25 Evan ChengAdded major new capabilities to scheduler (only BURR...
2007-09-19 Evan ChengUse struct SDep instead of std::pair for SUnit pred...
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-28 Dan GohmanAdd an option, -view-sunit-dags, for viewing the actual...
2007-06-18 Dan GohmanMake chain dependencies blue, in addition to being...
2007-05-18 Dan GohmanQualify several calls to functions in the MVT namespace...
next