| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixe typos and 80 column size problems | Bruno Cardoso Lopes | 2008-07-09 | 1 | -2/+2 |
* | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -1/+2 |
* | Several changes to Mips backend, experimental fp support being the most | Bruno Cardoso Lopes | 2008-07-05 | 1 | -5/+4 |
* | Split scheduling from instruction selection. | Evan Cheng | 2008-06-30 | 1 | -6/+3 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -1/+1 |
* | Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI and UMUL_LOHI nodes | Bruno Cardoso Lopes | 2008-06-06 | 1 | -54/+73 |
* | Added custom SELECT_CC lowering | Bruno Cardoso Lopes | 2008-06-06 | 1 | -0/+46 |
* | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 1 | -1/+0 |
* | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+1 |
* | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -5/+4 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Added JumpTable support | Bruno Cardoso Lopes | 2007-11-12 | 1 | -1/+27 |
* | Added support for PIC code with "explicit relocations" *only*. | Bruno Cardoso Lopes | 2007-11-05 | 1 | -12/+62 |
* | Added "LoadEffective" pattern to handle stack locations. | Bruno Cardoso Lopes | 2007-09-24 | 1 | -2/+2 |
* | Removed LowerRETURADDR, fixed small bug into LowerRET, LowerGlobalAddress | Bruno Cardoso Lopes | 2007-08-18 | 1 | -1/+1 |
* | Added support for Mips specific GAS directives | Bruno Cardoso Lopes | 2007-07-11 | 1 | -1/+1 |
* | Initial Mips support, here we go! =) | Bruno Cardoso Lopes | 2007-06-06 | 1 | -0/+272 |