| Commit message (Expand) | Author | Age | Files | Lines |
* | Unbreak ARM / Thumb soft FP support. | Evan Cheng | 2008-04-01 | 1 | -6/+10 |
* | Introduce a new node for holding call argument | Duncan Sands | 2008-03-21 | 1 | -6/+8 |
* | Default ISD::PREFETCH to expand. | Evan Cheng | 2008-03-10 | 1 | -1/+0 |
* | Increase ISD::ParamFlags to 64 bits. Increase the ByValSize | Dale Johannesen | 2008-03-10 | 1 | -5/+6 |
* | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng | 2008-03-08 | 1 | -0/+1 |
* | Remove bunch of gcc 4.3-related warnings from Target | Anton Korobeynikov | 2008-02-20 | 1 | -4/+4 |
* | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth | 2008-02-16 | 1 | -0/+1 |
* | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 1 | -1/+1 |
* | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 1 | -4/+0 |
* | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS. | Chris Lattner | 2008-02-13 | 1 | -16/+9 |
* | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 1 | -6/+5 |
* | Remove some dead code | Nate Begeman | 2008-02-12 | 1 | -7/+3 |
* | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -3/+2 |
* | Eliminate some redundant code. | Nate Begeman | 2008-02-04 | 1 | -7/+1 |
* | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -2/+3 |
* | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -3/+2 |
* | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng | 2008-01-30 | 1 | -1/+1 |
* | Factor the addressing mode and the load/store VT out of LoadSDNode | Dan Gohman | 2008-01-30 | 1 | -4/+4 |
* | The last pieces needed for loading arbitrary | Duncan Sands | 2008-01-23 | 1 | -0/+3 |
* | This commit changes: | Chris Lattner | 2008-01-17 | 1 | -0/+2 |
* | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -16/+17 |
* | 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/+24 |
* | Several changes: | Chris Lattner | 2007-11-24 | 1 | -60/+70 |
* | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 1 | -4/+4 |
* | [ARM] Implement __builtin_thread_pointer. | Lauro Ramos Venancio | 2007-11-08 | 1 | -1/+16 |
* | Move the LowerMEMCPY and LowerMEMCPYCall to a common place. | Rafael Espindola | 2007-11-05 | 1 | -49/+0 |
* | Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMa... | Rafael Espindola | 2007-10-31 | 1 | -6/+3 |
* | Make ARM an X86 memcpy expansion more similar to each other. | Rafael Espindola | 2007-10-31 | 1 | -1/+2 |
* | Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl... | Evan Cheng | 2007-10-22 | 1 | -38/+79 |
* | split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend. | Rafael Espindola | 2007-10-19 | 1 | -29/+62 |
* | legalizing the ret operation on f64 shouldn't introduce a new | Chris Lattner | 2007-10-18 | 1 | -4/+6 |
* | Set ISD::FPOW to Expand. | Dan Gohman | 2007-10-11 | 1 | -1/+3 |
* | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman | 2007-10-08 | 1 | -68/+7 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -14/+0 |
* | Enhance APFloat to retain bits of NaNs (fixes oggenc). | Dale Johannesen | 2007-08-31 | 1 | -2/+2 |
* | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -1/+15 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+1859 |