| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Match tblegen changes. | Evan Cheng | 2006-11-08 | 1 | -10/+16 |
* | initial implementation of addressing mode 2 | Rafael Espindola | 2006-11-08 | 1 | -1/+31 |
* | move ARMCondCodeToString to ARMAsmPrinter.cpp | Rafael Espindola | 2006-11-02 | 1 | -2/+0 |
* | All targets expand BR_JT for now. | Evan Cheng | 2006-10-30 | 1 | -1/+2 |
* | initial support for frame pointers | Rafael Espindola | 2006-10-26 | 1 | -0/+3 |
* | expand ISD::VACOPY | Rafael Espindola | 2006-10-24 | 1 | -0/+1 |
* | expand ISD::MEMSET | Rafael Espindola | 2006-10-23 | 1 | -0/+3 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -2/+1 |
* | expand SIGN_EXTEND_INREG | Rafael Espindola | 2006-10-19 | 1 | -0/+4 |
* | expand brind so that we don't have to implement jump tables right now | Rafael Espindola | 2006-10-19 | 1 | -0/+1 |
* | implement CallingConv::Fast as CallingConv::C | Rafael Espindola | 2006-10-18 | 1 | -1/+3 |
* | expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM | Rafael Espindola | 2006-10-17 | 1 | -0/+4 |
* | initial implementation of addressing mode 5 | Rafael Espindola | 2006-10-17 | 1 | -0/+9 |
* | expand ISD::SHL_PARTS, ISD::SRA_PARTS and ISD::SRL_PARTS | Rafael Espindola | 2006-10-16 | 1 | -4/+11 |
* | expand ISD::BRCOND | Rafael Espindola | 2006-10-14 | 1 | -0/+2 |
* | fix some fp condition codes | Rafael Espindola | 2006-10-14 | 1 | -32/+28 |
* | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng | 2006-10-13 | 1 | -5/+5 |
* | implement calls to functions that return long | Rafael Espindola | 2006-10-13 | 1 | -9/+16 |
* | implement unordered floating point compares | Rafael Espindola | 2006-10-13 | 1 | -27/+68 |