| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Remove clobbersPred. Add an OptionalDefOperand to instructions which have the... | Evan Cheng | 2007-07-10 | 1 | -12/+14 |
| * | Unfortunately we now require C++ code to isel Bcc, conditional moves, etc. | Evan Cheng | 2007-07-05 | 1 | -23/+171 |
| * | Add PredicateOperand to all ARM instructions that have the condition field. | Evan Cheng | 2007-05-15 | 1 | -13/+27 |
| * | match a reassociated form of fnmul. This implements CodeGen/ARM/fnmul.ll | Chris Lattner | 2007-05-03 | 1 | -0/+1 |
| * | Fix naming inconsistencies. | Evan Cheng | 2007-03-19 | 1 | -1/+1 |
| * | Special LDR instructions to load from non-pc-relative constantpools. These are | Evan Cheng | 2007-03-19 | 1 | -2/+2 |
| * | AM2 can match 2^n +/- 1. e.g. ldr r3, [r2, r2, lsl #2] | Evan Cheng | 2007-03-13 | 1 | -0/+23 |
| * | Get rid of references to iostream. | Evan Cheng | 2007-02-07 | 1 | -1/+0 |
| * | Select add FI, c correctly. | Evan Cheng | 2007-02-06 | 1 | -1/+6 |
| * | - Store val, [sp, c] must be selected to tSTRsp. | Evan Cheng | 2007-02-06 | 1 | -4/+34 |
| * | Change the operand orders to t_addrmode_s* to make it easier to morph | Evan Cheng | 2007-01-30 | 1 | -15/+15 |
| * | Use PC relative ldr to load from a constantpool in Thumb mode. | Evan Cheng | 2007-01-24 | 1 | -8/+17 |
| * | Allow [ fi#c, imm ] as ARM load / store addresses. | Evan Cheng | 2007-01-24 | 1 | -25/+39 |
| * | Various Thumb mode load / store isel bug fixes. | Evan Cheng | 2007-01-24 | 1 | -13/+38 |
| * | - Reorg Thumb load / store instructions. Combine each rr and ri pair of | Evan Cheng | 2007-01-23 | 1 | -21/+38 |
| * | ARM backend contribution from Apple. | Evan Cheng | 2007-01-19 | 1 | -986/+450 |
| * | Build constants using instructions mov/orr or mvn/eor. | Lauro Ramos Venancio | 2007-01-12 | 1 | -20/+74 |
| * | Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64). | Lauro Ramos Venancio | 2007-01-04 | 1 | -0/+5 |
| * | implement missing compares | Rafael Espindola | 2006-12-31 | 1 | -37/+66 |
| * | For PR950: | Reid Spencer | 2006-12-31 | 1 | -1/+1 |
| * | fix comment | Rafael Espindola | 2006-12-29 | 1 | -1/+1 |
| * | Implement SELECT_CC (f32/f64) for ARM. | Lauro Ramos Venancio | 2006-12-28 | 1 | -1/+3 |
| * | avoid using a constant table when a constant can be used inline | Rafael Espindola | 2006-12-14 | 1 | -24/+82 |
| * | more general matching of the MVN instruction | Rafael Espindola | 2006-12-12 | 1 | -26/+11 |
| * | don't use "ordinary" addressing mode 1 when mvn is appropriate | Rafael Espindola | 2006-12-12 | 1 | -0/+2 |
| * | use MVN to handle small negative constants | Rafael Espindola | 2006-12-12 | 1 | -0/+21 |
| * | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -1/+0 |
| * | expand memmove and memcpy | Rafael Espindola | 2006-12-05 | 1 | -0/+2 |
| * | add support for the "r" asm constraint | Rafael Espindola | 2006-12-05 | 1 | -0/+27 |
| * | implement load effective address similar to the alpha backend | Rafael Espindola | 2006-11-09 | 1 | -34/+11 |