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