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