| Commit message (Expand) | Author | Age | Files | Lines |
* | Default ISD::PREFETCH to expand. | Evan Cheng | 2008-03-10 | 1 | -1/+0 |
* | Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's | Scott Michel | 2008-03-10 | 1 | -1/+5 |
* | Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} ... | Evan Cheng | 2008-03-08 | 1 | -0/+1 |
* | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth | 2008-02-21 | 1 | -0/+93 |
* | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 1 | -3/+11 |
* | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 1 | -2/+0 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 |
* | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -12/+8 |
* | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -8/+12 |
* | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -12/+8 |
* | This commit changes: | Chris Lattner | 2008-01-17 | 1 | -2/+0 |
* | Rename SSARegMap -> MachineRegisterInfo in keeping with the idea | Chris Lattner | 2007-12-31 | 1 | -5/+6 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack | Bill Wendling | 2007-11-13 | 1 | -2/+4 |
* | Set ISD::FPOW to Expand. | Dan Gohman | 2007-10-11 | 1 | -1/+4 |
* | Fix PR 1681. When X86 target uses +sse -sse2, | Dale Johannesen | 2007-09-23 | 1 | -0/+2 |
* | Fold the adjust_trampoline intrinsic into | Duncan Sands | 2007-09-11 | 1 | -3/+0 |
* | Change LegalFPImmediates to use APFloat. | Dale Johannesen | 2007-08-30 | 1 | -2/+2 |
* | Support for trampolines, except for X86 codegen which is | Duncan Sands | 2007-07-27 | 1 | -0/+3 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+623 |