index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGPrinter.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-09-05
Constify SDNodeIterator an stop its only non-const user being cast stripped
Roman Divacky
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2011-12-22
drop unneeded config.h includes
Dylan Noblesmith
2011-11-15
Twinify GraphWriter a little bit.
Benjamin Kramer
2011-11-15
Remove some unnecessary includes of PseudoSourceValue.h.
Jay Foad
2011-02-27
Pass the graph to the DOTGraphTraits.getEdgeAttributes().
Tobias Grosser
2010-12-23
flags -> glue for selectiondag
Chris Lattner
2010-12-21
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-08-04
Eliminate unnecessary empty string literals.
Dan Gohman
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-01-05
Change errs() to dbgs().
David Greene
2009-12-01
Add edge source labels to SelectionDAG graphs, now that the graph printing
Dan Gohman
2009-12-01
Minor cleanups.
Dan Gohman
2009-12-01
Trim an unnecessary #include.
Dan Gohman
2009-11-30
Fix last DOTGraphTraits problems in CompilationGraph.
Tobias Grosser
2009-11-30
Remove ShortNames from getNodeLabel in DOTGraphTraits
Tobias Grosser
2009-11-30
Instantiate DefaultDOTGraphTraits
Tobias Grosser
2009-08-23
Fix some refactos for iostream changes (in -Asserts mode).
Daniel Dunbar
2009-08-23
remove a few DOUTs here and there.
Chris Lattner
2009-08-11
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-10
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-07-24
Switch to getNameStr().
Daniel Dunbar
2009-06-26
implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of
Chris Lattner
2009-06-26
dot graph viewing is apparently not using SDNode::print_details, this is bad,
Chris Lattner
2009-06-24
Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...
Owen Anderson
2009-03-13
Fix some significant problems with constant pools that resulted in unnecessar...
Evan Cheng
2009-03-13
Oops...I committed too much.
Bill Wendling
2009-03-13
Temporarily XFAIL this test.
Bill Wendling
2009-03-09
Pass in a std::string when getting the names of debugging things. This cuts down
Bill Wendling
2009-02-06
Move ScheduleDAGSDNodes.h to be a private header. Front-ends
Dan Gohman
2009-01-13
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2008-12-15
Fix printing of PseudoSourceValues in SDNode graphs.
Dan Gohman
2008-11-19
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
Move the code for printing a graph node label for an SUnit into
Dan Gohman
2008-11-14
Check in the correct version of the patch in r59279.
Dan Gohman
2008-11-14
Debug printing for SUnits that carry MachineInstrs.
Dan Gohman
2008-11-14
Initial support for carrying MachineInstrs in SUnits.
Dan Gohman
2008-11-13
Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name of
Dan Gohman
2008-11-13
Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit
Dan Gohman
2008-11-13
Make the Node member of SUnit private, and add accessors.
Dan Gohman
2008-11-13
Change ScheduleDAG's DAG member from a reference to a pointer, to prepare
Dan Gohman
2008-10-27
Fix bogus comparison of "const char *" with c-string literal. Use strcmp ins...
Ted Kremenek
2008-10-27
Add setSubgraphColor to color an entire portion of a SelectionDAG. This
David Greene
2008-10-18
Don't truncate GlobalAddress offsets to int in debug output.
Dan Gohman
2008-09-21
don't print GlobalAddressSDNode's with an offset of zero as "foo0".
Chris Lattner
2008-09-16
Reverting r56249. On further investigation, this functionality isn't needed.
Bill Wendling
2008-09-16
Include the alignment value when displaying ConstantPoolSDNodes.
Dan Gohman
[next]