| Age | Commit message (Expand) | Author |
| 2005-08-21 | Add support for frame index nodes | Chris Lattner |
| 2005-08-21 | add a method | Chris Lattner |
| 2005-08-21 | add a method | Chris Lattner |
| 2005-08-21 | Add support for basic blocks, fix a bug in result # computation | Chris Lattner |
| 2005-08-21 | When legalizing brcond ->brcc or select -> selectcc, make sure to truncate | Chris Lattner |
| 2005-08-20 | fix bogus warning | Chris Lattner |
| 2005-08-19 | Add support for global address nodes | Chris Lattner |
| 2005-08-19 | Add support for TargetGlobalAddress nodes | Chris Lattner |
| 2005-08-19 | Implement CopyFromReg, TokenFactor, and fix a bug in CopyToReg. This allows | Chris Lattner |
| 2005-08-19 | Fix a bug in previous commit | Chris Lattner |
| 2005-08-19 | Print physreg register nodes with target names (e.g. F1) instead of numbers | Chris Lattner |
| 2005-08-19 | Before implementing copyfromreg, we'll implement copytoreg correctly. | Chris Lattner |
| 2005-08-19 | Now that we have operand info for machine instructions, use it to create | Chris Lattner |
| 2005-08-19 | Fix VC++ precedence warning. | Jeff Cohen |
| 2005-08-19 | Fix computation of # operands, add a temporary hack for CopyToReg | Chris Lattner |
| 2005-08-18 | add a new -view-sched-dags option to view dags as they are sent to the schedu... | Chris Lattner |
| 2005-08-18 | Implement the first chunk of a code emitter. This is sophisticated enough to | Chris Lattner |
| 2005-08-18 | new file, obviously just a stub | Chris Lattner |
| 2005-08-18 | Enable critical edge splitting by default | Chris Lattner |
| 2005-08-18 | Add support for target DAG nodes that take 4 operands, such as PowerPC's | Nate Begeman |
| 2005-08-18 | Fix printing of VTSDNodes | Chris Lattner |
| 2005-08-17 | Move the code dependency for MathExtras.h from SelectionDAGNodes.h. | Jim Laskey |
| 2005-08-17 | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey |
| 2005-08-17 | Fix a bug in RemoveDeadNodes where it would crash when its "optional" | Chris Lattner |
| 2005-08-17 | Switched to using BitsToDouble for int_to_float to avoid aliasing problem. | Jim Laskey |
| 2005-08-17 | Change hex float constants for the sake of VC++. | Jim Laskey |
| 2005-08-17 | Add a new beta option for critical edge splitting, to avoid a problem that | Chris Lattner |
| 2005-08-17 | Fix a regression on X86, where FP values can be promoted too. | Chris Lattner |
| 2005-08-17 | Added generic code expansion for [signed|unsigned] i32 to [f32|f64] casts in the | Jim Laskey |
| 2005-08-17 | add a new TargetConstant node | Chris Lattner |
| 2005-08-16 | Eliminate the RegSDNode class, which 3 nodes (CopyFromReg/CopyToReg/ImplicitDef) | Chris Lattner |
| 2005-08-16 | Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty | Nate Begeman |
| 2005-08-16 | Allow passing a dag into dump and getOperationName. If one is available | Chris Lattner |
| 2005-08-16 | Use a extant helper to do this. | Chris Lattner |
| 2005-08-16 | Add some methods for dag->dag isel. | Chris Lattner |
| 2005-08-14 | Fix last night's PPC32 regressions by | Nate Begeman |
| 2005-08-14 | Teach the legalizer how to legalize FP_TO_UINT. | Nate Begeman |
| 2005-08-13 | Remove an unncessary argument to SimplifySelectCC and add an additional | Nate Begeman |
| 2005-08-13 | Fix the fabs regression on x86 by abstracting the select_cc optimization | Nate Begeman |
| 2005-08-12 | implement a couple of simple shift foldings. | Chris Lattner |
| 2005-08-11 | Add a select_cc optimization for recognizing abs(int). This speeds up an | Nate Begeman |
| 2005-08-11 | Some SELECT_CC cleanups: | Nate Begeman |
| 2005-08-10 | Add new node, SELECT_CC. This node is for targets that don't natively | Nate Begeman |
| 2005-08-10 | Fix an oversight that may be causing PR617. | Chris Lattner |
| 2005-08-09 | Fix spelling, fix some broken canonicalizations by my last patch | Chris Lattner |
| 2005-08-09 | add cc nodes to the AllNodes list so they show up in Graphviz output | Chris Lattner |
| 2005-08-09 | Eliminate the SetCCSDNode in favor of a CondCodeSDNode class. This pulls the | Chris Lattner |
| 2005-08-07 | add a small simplification that can be exposed after promotion/expansion | Chris Lattner |
| 2005-08-05 | Change FindEarliestCallSeqEnd (used by libcall insertion) to use a set to | Chris Lattner |
| 2005-08-05 | Fix a use-of-dangling-pointer bug, from the introduction of SrcValue's. | Chris Lattner |