| Age | Commit message (Expand) | Author |
| 2007-10-18 | legalizing the ret operation on f64 shouldn't introduce a new | Chris Lattner |
| 2007-10-11 | Set ISD::FPOW to Expand. | Dan Gohman |
| 2007-10-08 | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman |
| 2007-09-11 | Fold the adjust_trampoline intrinsic into | Duncan Sands |
| 2007-08-31 | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen |
| 2007-07-27 | Support for trampolines, except for X86 codegen which is | Duncan Sands |
| 2007-07-05 | Here is the bulk of the sanitizing. | Gabor Greif |
| 2007-07-05 | Reflects the chanegs made to PredicateOperand. | Evan Cheng |
| 2007-06-26 | Silence a warning. | Evan Cheng |
| 2007-06-22 | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman |
| 2007-06-19 | Be more conservative of duplicating blocks. | Evan Cheng |
| 2007-06-19 | Allow predicated immediate ARM to ARM calls. | Evan Cheng |
| 2007-06-01 | Set ARM ifcvt duplication limit to 3 for now. | Evan Cheng |
| 2007-05-18 | Silence some compilation warnings. | Evan Cheng |
| 2007-05-18 | Set ARM if-conversion block size threshold to 10 instructions for now. | Evan Cheng |
| 2007-05-17 | More effective breakdown of memcpy into repeated load/store. These are now | Dale Johannesen |
| 2007-05-14 | Fix previous patch. GOTOFF can be used only when the symbol has internal | Lauro Ramos Venancio |
| 2007-05-14 | Optimize PIC implementation. GOTOFF can be used when the symbol is defined | Lauro Ramos Venancio |
| 2007-05-04 | On Mac OS X, GV requires an extra load only when relocation-model is non-static. | Evan Cheng |
| 2007-05-03 | Debug support for arm-linux. | Lauro Ramos Venancio |
| 2007-05-03 | Typo. It's checking if V is multiple of 4, not multiple of 3. :-) | Evan Cheng |
| 2007-04-27 | ARM TLS: implement "general dynamic", "initial exec" and "local exec" models. | Lauro Ramos Venancio |
| 2007-04-27 | Darwin runtime library does not have these. | Evan Cheng |
| 2007-04-22 | Implement PIC for arm-linux. | Lauro Ramos Venancio |
| 2007-04-13 | arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes. | Chris Lattner |
| 2007-04-11 | Fix incorrect fall-throughs in addr mode code. This fixes CodeGen/ARM/arm-ne... | Chris Lattner |
| 2007-04-10 | restore support for negative strides | Chris Lattner |
| 2007-04-09 | remove dead target hooks | Chris Lattner |
| 2007-04-09 | remove some dead target hooks, subsumed by isLegalAddressingMode | Chris Lattner |
| 2007-04-04 | Typo. | Evan Cheng |
| 2007-04-03 | Arm supports negative strides as well, add them. This lets us compile: | Chris Lattner |
| 2007-04-02 | fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scales | Chris Lattner |
| 2007-04-02 | add support for the 'w' inline asm register class. | Chris Lattner |
| 2007-04-02 | - Divides the comparisons in two types: comparisons that only use N and Z | Lauro Ramos Venancio |
| 2007-04-01 | Add i16 address mode. | Evan Cheng |
| 2007-03-30 | implement the new addressing mode description hook. | Chris Lattner |
| 2007-03-28 | Remove isLegalAddressImmediate. | Evan Cheng |
| 2007-03-27 | bugfix: sometimes the spiller puts a load between the "mov lr, pc" and "bx" o... | Lauro Ramos Venancio |
| 2007-03-25 | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner |
| 2007-03-21 | repair x86 performance, dejagnu problems from previous change | Dale Johannesen |
| 2007-03-20 | do not share old induction variables when this would result in invalid | Dale Johannesen |
| 2007-03-20 | bugfix: When the source register of CALL_NOLINK was LR, the following code wa... | Lauro Ramos Venancio |
| 2007-03-20 | fix indentation | Chris Lattner |
| 2007-03-19 | Fix naming inconsistencies. | Evan Cheng |
| 2007-03-16 | Only ARMv6 has BSWAP. | Lauro Ramos Venancio |
| 2007-03-16 | Added isLegalAddressExpression(). Only allows X +/- C for now. | Evan Cheng |
| 2007-03-13 | Zero is always a legal AM immediate. | Evan Cheng |
| 2007-03-12 | Updated TargetLowering LSR addressing mode hooks for ARM and Thumb. | Evan Cheng |
| 2007-03-08 | Fix a typo. | Evan Cheng |
| 2007-03-07 | Refactoring of formal parameter flags. Enable properly use of | Anton Korobeynikov |