aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
* Constify SDNodeIterator an stop its only non-const user being cast strippedRoman Divacky2012-09-051-1/+1
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-3/+2
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* drop unneeded config.h includesDylan Noblesmith2011-12-221-1/+0
* Twinify GraphWriter a little bit.Benjamin Kramer2011-11-151-1/+1
* Remove some unnecessary includes of PseudoSourceValue.h.Jay Foad2011-11-151-1/+0
* Pass the graph to the DOTGraphTraits.getEdgeAttributes().Tobias Grosser2011-02-271-1/+2
* flags -> glue for selectiondagChris Lattner2010-12-231-7/+7
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-1/+1
* Eliminate unnecessary empty string literals.Dan Gohman2010-08-041-1/+1
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* Change errs() to dbgs().David Greene2010-01-051-1/+1
* Add edge source labels to SelectionDAG graphs, now that the graph printingDan Gohman2009-12-011-0/+5
* Minor cleanups.Dan Gohman2009-12-011-9/+9
* Trim an unnecessary #include.Dan Gohman2009-12-011-1/+0
* Fix last DOTGraphTraits problems in CompilationGraph.Tobias Grosser2009-11-301-1/+1
* Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser2009-11-301-13/+14
* Instantiate DefaultDOTGraphTraitsTobias Grosser2009-11-301-2/+5
* Fix some refactos for iostream changes (in -Asserts mode).Daniel Dunbar2009-08-231-14/+14
* remove a few DOUTs here and there.Chris Lattner2009-08-231-1/+1
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-2/+2
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-4/+4
* Switch to getNameStr().Daniel Dunbar2009-07-241-2/+2
* implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms ofChris Lattner2009-06-261-138/+5
* dot graph viewing is apparently not using SDNode::print_details, this is bad,Chris Lattner2009-06-261-0/+7
* Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson2009-06-241-4/+7
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-131-1/+1
* Oops...I committed too much.Bill Wendling2009-03-131-2/+2
* Temporarily XFAIL this test.Bill Wendling2009-03-131-2/+2
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-091-1/+2
* Move ScheduleDAGSDNodes.h to be a private header. Front-endsDan Gohman2009-02-061-1/+1
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-131-1/+3
* Fix printing of PseudoSourceValues in SDNode graphs.Dan Gohman2008-12-151-5/+3
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-79/+11
* Move the code for printing a graph node label for an SUnit intoDan Gohman2008-11-191-21/+18
* Check in the correct version of the patch in r59279.Dan Gohman2008-11-141-1/+1
* Debug printing for SUnits that carry MachineInstrs.Dan Gohman2008-11-141-10/+17
* Initial support for carrying MachineInstrs in SUnits.Dan Gohman2008-11-141-4/+17
* Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name ofDan Gohman2008-11-131-1/+1
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-131-8/+11
* Make the Node member of SUnit private, and add accessors.Dan Gohman2008-11-131-2/+2
* Change ScheduleDAG's DAG member from a reference to a pointer, to prepareDan Gohman2008-11-131-4/+4
* Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins...Ted Kremenek2008-10-271-2/+2
* Add setSubgraphColor to color an entire portion of a SelectionDAG. ThisDavid Greene2008-10-271-0/+57
* Don't truncate GlobalAddress offsets to int in debug output.Dan Gohman2008-10-181-1/+1
* don't print GlobalAddressSDNode's with an offset of zero as "foo0".Chris Lattner2008-09-211-5/+6