| Age | Commit message (Expand) | Author |
| 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 |
| 2005-08-05 | Fix a latent bug in the libcall inserter that was exposed by Nate's patch | Chris Lattner |
| 2005-08-04 | Fix a fixme in LegalizeDAG | Nate Begeman |
| 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-08-02 | Update to use the new MathExtras.h support for log2 computation. | Chris Lattner |
| 2005-08-01 | Fix casts from long to sbyte on ppc | Chris Lattner |
| 2005-07-30 | Keep tabs and trailing spaces out. | Jeff Cohen |
| 2005-07-30 | fix float->long conversions on x86 | Chris Lattner |
| 2005-07-30 | Allow targets to have custom expanders for FP_TO_*INT conversions where | Chris Lattner |
| 2005-07-29 | Allow targets to define custom expanders for FP_TO_*INT | Chris Lattner |
| 2005-07-29 | allow a target to request that unknown FP_TO_*INT conversion be promoted to | Chris Lattner |
| 2005-07-28 | instead of having all conversions be handled by one case value, and then have | Chris Lattner |
| 2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
| 2005-07-19 | Remove unnecessary FP_EXTEND. This causes worse codegen for SSE. | Nate Begeman |
| 2005-07-19 | For: memory operations -> stores | Reid Spencer |
| 2005-07-18 | The assertion was wrong: the code only worked for i64. While we're at it, | Chris Lattner |
| 2005-07-16 | Teach the legalizer how to promote SINT_TO_FP to a wider SINT_TO_FP that | Nate Begeman |
| 2005-07-16 | Break the code for expanding UINT_TO_FP operations out into its own | 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 |
| 2005-07-14 | As discussed on IRC, this stuff is just for debugging. | Chris Lattner |
| 2005-07-14 | If the Graphviz program is available, use it to visualize dot graphs. | Chris Lattner |
| 2005-07-13 | Fix Alpha/2005-07-12-TwoMallocCalls.ll and PR593. | Chris Lattner |