aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
AgeCommit message (Expand)Author
2008-03-21Fix -view-sunit-dags to support cross-rc-copy nodes.Dan Gohman
2008-03-21Introduce a new node for holding call argumentDuncan Sands
2008-02-27Final de-tabification.Bill Wendling
2008-02-26Rename PrintableName to Name.Bill Wendling
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-02-06Re-apply the memory operand changes, with a fix for the staticDan Gohman
2008-01-31Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng
2008-01-31Create a new class, MemOperand, for describing memory referencesDan Gohman
2008-01-30Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman
2008-01-25include alignment and volatility information in -view-*-dags outputChris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-10-15Add a (disabled by default) way to view the ID of a node.Chris Lattner
2007-09-25Added major new capabilities to scheduler (only BURR for now) to support phys...Evan Cheng
2007-09-19Use struct SDep instead of std::pair for SUnit pred and succ lists. First stepEvan Cheng
2007-08-31Enhance APFloat to retain bits of NaNs (fixes oggenc).Dale Johannesen
2007-08-28Add an option, -view-sunit-dags, for viewing the actual SUnit DAGs used byDan Gohman
2007-06-18Make chain dependencies blue, in addition to being dashed.Dan Gohman
2007-05-18Qualify several calls to functions in the MVT namespace, for consistency.Dan Gohman
2006-12-07Removing even more <iostream> includes.Bill Wendling
2006-11-17Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build.Jim Laskey
2006-11-09Rename ISD::MemOpAddrMode to ISD::MemIndexedModeEvan Cheng
2006-11-01Print jumptable index.Evan Cheng
2006-10-20Make flag and chain edges visually distinguishable from value edges in DOTChris Lattner
2006-10-17Fix printer for StoreSDNode.Evan Cheng
2006-10-17Make it simplier to dump DAGs while in DAGCombiner. Remove a nasty optimizat...Jim Laskey
2006-10-11Naming consistency.Evan Cheng
2006-10-10Also update getNodeLabel for LoadSDNode.Evan Cheng
2006-10-02Debugging kruftJim Laskey
2006-10-02Add ability to annotate (color) nodes in a viewGraph.Jim Laskey
2006-09-12Added support for machine specific constantpool values. These are useful forEvan Cheng
2006-06-27For PR801:Reid Spencer
2006-06-05For PR798:Reid Spencer
2006-03-05print arbitrary constant pool entriesChris Lattner
2005-11-30Added an index field to GlobalAddressSDNode so it can represent X+12, etc.Evan Cheng
2005-11-29Add support for a new STRING and LOCATION node for line number support, patchChris Lattner
2005-11-20more progress towards bug 291 being finished. Patch by Owen Anderson,Chris Lattner
2005-11-19Improve Selection DAG printer portability. Patch by Owen Anderson!Chris Lattner
2005-11-19Teach the graph viewer to handle register operands that are zero.Chris Lattner
2005-10-01add a methodChris Lattner
2005-08-26Change ConstantPoolSDNode to actually hold the Constant itself instead ofChris Lattner
2005-08-24Fix pasto that prevented VT ndoes from showing up in -view-isel-dags correctlyChris Lattner
2005-08-19Print physreg register nodes with target names (e.g. F1) instead of numbersChris Lattner
2005-08-18Fix printing of VTSDNodesChris Lattner
2005-08-16Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef)Chris Lattner
2005-08-16Use a extant helper to do this.Chris Lattner
2005-08-04* Unbreak release buildMisha Brukman
2005-08-03Fix PR611, codegen'ing SREM of FP operands to fmod or fmodf instead ofChris Lattner
2005-07-15You can't use config options without config.hChris Lattner
2005-07-14Make this use the new autoconf support for finding the executables forChris Lattner