| Age | Commit message (Expand) | Author |
| 2010-12-23 | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin |
| 2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
| 2010-11-12 | Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com> | Bruno Cardoso Lopes |
| 2010-09-21 | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner |
| 2010-09-03 | Remove Predicate_* calls from Mips | Jakob Stoklund Olesen |
| 2010-08-18 | Don't call Predicate_* in Mips. | Jakob Stoklund Olesen |
| 2010-05-24 | SubRegIndex'ize Mips | Jakob Stoklund Olesen |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-03-02 | Sink InstructionSelect() out of each target into SDISel, and rename it | Chris Lattner |
| 2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
| 2010-02-01 | MulOp is actually a Mips specific node, so do the match using Opcode. This fi... | Bruno Cardoso Lopes |
| 2010-01-19 | Fix a bug introduced on r92564 where the name "Node" was already | Bruno Cardoso Lopes |
| 2010-01-19 | On pic function calls some arguments were marked dead and | Bruno Cardoso Lopes |
| 2010-01-19 | load f64 +0.0 in a cleaner way. This fix part of PR5445 | Bruno Cardoso Lopes |
| 2010-01-05 | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman |
| 2009-11-25 | Support PIC loading of constant pool entries | Bruno Cardoso Lopes |
| 2009-11-25 | Use endianess dependent offsets for load/store of doubles when | Bruno Cardoso Lopes |
| 2009-11-19 | - Add sugregister logic to handle f64=(f32,f32). | Bruno Cardoso Lopes |
| 2009-11-16 | - Fix a small bug while handling target constant pools (one param was missing). | Bruno Cardoso Lopes |
| 2009-11-13 | Support fp64 immediate zero, this fixes only part of PR5445 | Bruno Cardoso Lopes |
| 2009-11-05 | Remove uninteresting and confusing debug output. | Dan Gohman |
| 2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
| 2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
| 2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman |
| 2009-09-01 | Reapply 80278 | Bruno Cardoso Lopes |
| 2009-08-27 | Revert 80278 for now, it caused a lot of MIPS tests to fail | Bruno Cardoso Lopes |
| 2009-08-27 | Revamp our friend Mips :) | Bruno Cardoso Lopes |
| 2009-08-23 | Fix some refactos for iostream changes (in -Asserts mode). | Daniel Dunbar |
| 2009-08-23 | eliminate the last DOUTs from the targets. | 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-08-01 | Minor code simplifications. | Dan Gohman |
| 2009-07-08 | Implement changes from Chris's feedback. | Torok Edwin |
| 2009-06-03 | Convert Alpha and Mips to use a MachineFunctionInfo subclass to | Dan Gohman |
| 2009-06-01 | Trailing whitespace. | Dale Johannesen |
| 2009-02-04 | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen |
| 2009-01-15 | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman |
| 2008-12-14 | silence warning when asserts disabled. | Chris Lattner |
| 2008-11-05 | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman |
| 2008-10-27 | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene |
| 2008-10-16 | Trim #includes. | Dan Gohman |
| 2008-10-03 | Avoid creating two TargetLowering objects for each target. | Dan Gohman |
| 2008-09-16 | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling |
| 2008-09-16 | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling |
| 2008-09-12 | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman |
| 2008-08-28 | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif |
| 2008-08-23 | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman |
| 2008-08-21 | Simplify SelectRoot's interface, and factor out some common code | Dan Gohman |
| 2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
| 2008-07-17 | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman |