| Commit message (Expand) | Author | Age | Files | Lines |
* | PR2985 / <rdar://problem/6584986> | Jim Grosbach | 2009-04-07 | 1 | -3/+5 |
* | tADDhirr is a thumb instruction. Do not allow this code to be reached in non-... | Evan Cheng | 2009-03-26 | 1 | -0/+2 |
* | fix PR3538 for ARM. | Chris Lattner | 2009-02-12 | 1 | -12/+19 |
* | Eliminate remaining non-DebugLoc version of getTargetNode. | Dale Johannesen | 2009-02-06 | 1 | -1/+3 |
* | get rid of some non-DebugLoc getTargetNode variants. | Dale Johannesen | 2009-02-06 | 1 | -1/+2 |
* | Get rid of one more non-DebugLoc getNode and | Dale Johannesen | 2009-02-06 | 1 | -7/+9 |
* | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -1/+1 |
* | Preliminary ARM debug support based on patch by Mikael of FlexyCore. | Evan Cheng | 2008-12-10 | 1 | -2/+38 |
* | Update a comment. | Dan Gohman | 2008-12-03 | 1 | -3/+4 |
* | Eliminate the ISel priority queue, which used the topological order for a | Dan Gohman | 2008-11-05 | 1 | -28/+0 |
* | Have TableGen emit setSubgraphColor calls under control of a -gen-debug | David Greene | 2008-10-27 | 1 | -1/+1 |
* | Avoid creating two TargetLowering objects for each target. | Dan Gohman | 2008-10-03 | 1 | -3/+1 |
* | Cosmetic. | Evan Cheng | 2008-09-18 | 1 | -3/+5 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -21/+27 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -10/+10 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -1/+1 |
* | 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 | -121/+121 |
* | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -2/+1 |
* | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
* | Split scheduling from instruction selection. | Evan Cheng | 2008-06-30 | 1 | -4/+2 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -5/+5 |
* | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 1 | -1/+0 |
* | explicitly include Compiler.h instead of getting it from tblgen in the middle... | Chris Lattner | 2008-02-03 | 1 | -0/+1 |
* | don't do ReplaceUses on a result that doesn't exist. | Chris Lattner | 2008-02-03 | 1 | -2/+4 |
* | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+1 |
* | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 1 | -1/+1 |
* | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -1/+0 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman | 2007-10-08 | 1 | -2/+2 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+859 |