| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix these enums' starting values to reflect the way that | Dan Gohman | 2008-09-23 | 1 | -1/+1 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -20/+20 |
* | Rather than having a different custom legalization | Duncan Sands | 2008-07-04 | 1 | -1/+1 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -2/+2 |
* | Fix the SVOffset values for loads and stores produced by | Dan Gohman | 2008-04-28 | 1 | -2/+2 |
* | Fix const-correctness issues with the SrcValue handling in the | Dan Gohman | 2008-04-14 | 1 | -2/+2 |
* | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 1 | -6/+9 |
* | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 1 | -3/+3 |
* | This method should be virtual | Nate Begeman | 2008-02-04 | 1 | -1/+1 |
* | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng | 2008-01-30 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | implement a trivial readme entry. | Chris Lattner | 2007-11-27 | 1 | -0/+2 |
* | Several changes: | Chris Lattner | 2007-11-24 | 1 | -0/+2 |
* | Move the LowerMEMCPY and LowerMEMCPYCall to a common place. | Rafael Espindola | 2007-11-05 | 1 | -5/+6 |
* | Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMa... | Rafael Espindola | 2007-10-31 | 1 | -2/+1 |
* | Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl... | Evan Cheng | 2007-10-22 | 1 | -2/+3 |
* | split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend. | Rafael Espindola | 2007-10-19 | 1 | -0/+8 |
* | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman | 2007-10-08 | 1 | -3/+0 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -1/+0 |
* | More explicit keywords. | Dan Gohman | 2007-08-02 | 1 | -1/+1 |
* | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -0/+1 |
* | Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from | Dan Gohman | 2007-06-22 | 1 | -0/+1 |
* | Allow predicated immediate ARM to ARM calls. | Evan Cheng | 2007-06-19 | 1 | -0/+1 |
* | More effective breakdown of memcpy into repeated load/store. These are now | Dale Johannesen | 2007-05-17 | 1 | -0/+1 |
* | ARM TLS: implement "general dynamic", "initial exec" and "local exec" models. | Lauro Ramos Venancio | 2007-04-27 | 1 | -1/+8 |
* | Implement PIC for arm-linux. | Lauro Ramos Venancio | 2007-04-22 | 1 | -1/+3 |
* | remove dead target hooks | Chris Lattner | 2007-04-09 | 1 | -14/+0 |
* | remove some dead target hooks, subsumed by isLegalAddressingMode | Chris Lattner | 2007-04-09 | 1 | -12/+0 |
* | - Divides the comparisons in two types: comparisons that only use N and Z | Lauro Ramos Venancio | 2007-04-02 | 1 | -0/+1 |
* | implement the new addressing mode description hook. | Chris Lattner | 2007-03-30 | 1 | -0/+4 |
* | Remove isLegalAddressImmediate. | Evan Cheng | 2007-03-28 | 1 | -6/+0 |
* | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner | 2007-03-25 | 1 | -1/+1 |
* | repair x86 performance, dejagnu problems from previous change | Dale Johannesen | 2007-03-21 | 1 | -1/+2 |
* | do not share old induction variables when this would result in invalid | Dale Johannesen | 2007-03-20 | 1 | -0/+11 |
* | fix obvious comment bug | Dale Johannesen | 2007-03-20 | 1 | -1/+1 |
* | Added isLegalAddressExpression(). Only allows X +/- C for now. | Evan Cheng | 2007-03-16 | 1 | -0/+6 |
* | Updated TargetLowering LSR addressing mode hooks for ARM and Thumb. | Evan Cheng | 2007-03-12 | 1 | -3/+12 |
* | - Fix codegen for pc relative constant (e.g. JT) in thumb mode: | Evan Cheng | 2007-01-30 | 1 | -2/+0 |
* | ARM backend contribution from Apple. | Evan Cheng | 2007-01-19 | 1 | -0/+134 |