summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Constify SDNodeIterator an stop its only non-const user being cast strippedRoman Divacky2012-09-05
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-15
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-15
* Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser2011-02-27
* flags -> glue for selectiondagChris Lattner2010-12-23
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-21
* Eliminate unnecessary empty string literals.Dan Gohman2010-08-04
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Change errs() to dbgs().David Greene2010-01-05
* Add edge source labels to SelectionDAG graphs, now that the graph printingDan Gohman2009-12-01
* Minor cleanups.Dan Gohman2009-12-01
* Trim an unnecessary #include.Dan Gohman2009-12-01
* Fix last DOTGraphTraits problems in CompilationGraph.Tobias Grosser2009-11-30
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-30
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-30
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-23
* remove a few DOUTs here and there.Chris Lattner2009-08-23
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Switch to getNameStr().Daniel Dunbar2009-07-24
* implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms ofChris Lattner2009-06-26
* dot graph viewing is apparently not using SDNode::print_details, this is bad,Chris Lattner2009-06-26
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-24
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-13
* Oops...I committed too much.Bill Wendling2009-03-13
* Temporarily XFAIL this test.Bill Wendling2009-03-13
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-09
* Move ScheduleDAGSDNodes.h to be a private header. Front-endsDan Gohman2009-02-06
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-13
* Fix printing of PseudoSourceValues in SDNode graphs.Dan Gohman2008-12-15
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-19
* Move the code for printing a graph node label for an SUnit intoDan Gohman2008-11-19
* Check in the correct version of the patch in r59279.Dan Gohman2008-11-14
* Debug printing for SUnits that carry MachineInstrs.Dan Gohman2008-11-14
* Initial support for carrying MachineInstrs in SUnits.Dan Gohman2008-11-14
* Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name ofDan Gohman2008-11-13
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-13
* Make the Node member of SUnit private, and add accessors.Dan Gohman2008-11-13