| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Assert when TLS is not implemented. | Lauro Ramos Venancio | 2007-07-11 | 1 | -0/+3 |
| * | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov | 2007-04-16 | 1 | -40/+39 |
| * | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner | 2007-03-25 | 1 | -8/+10 |
| * | Refactoring of formal parameter flags. Enable properly use of | Anton Korobeynikov | 2007-03-07 | 1 | -2/+4 |
| * | Simplify lowering and selection of exception ops. | Jim Laskey | 2007-02-22 | 1 | -3/+0 |
| * | Support to provide exception and selector registers. | Jim Laskey | 2007-02-21 | 1 | -1/+4 |
| * | return addresses, those I already have | Andrew Lenharth | 2007-02-08 | 1 | -2/+3 |
| * | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -1/+1 |
| * | Finish off bug 680, allowing targets to custom lower frame and return | Nate Begeman | 2007-01-29 | 1 | -0/+3 |
| * | Make LABEL a builtin opcode. | Jim Laskey | 2007-01-26 | 1 | -1/+1 |
| * | FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available | Andrew Lenharth | 2007-01-24 | 1 | -23/+4 |
| * | For PR950: | Reid Spencer | 2006-12-31 | 1 | -8/+8 |
| * | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -3/+1 |
| * | silence warnings. | Chris Lattner | 2006-11-03 | 1 | -6/+0 |
| * | For PR786: | Reid Spencer | 2006-11-02 | 1 | -5/+0 |
| * | fix 2006-11-01-vastart.ll | Andrew Lenharth | 2006-11-02 | 1 | -1/+1 |
| * | Add all that branch mangling niftiness | Andrew Lenharth | 2006-10-31 | 1 | -0/+2 |
| * | All targets expand BR_JT for now. | Evan Cheng | 2006-10-30 | 1 | -1/+2 |
| * | Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. | Evan Cheng | 2006-10-13 | 1 | -21/+18 |
| * | Reduce the amount of state in the lowering code and drop old pattern ISel fun... | Andrew Lenharth | 2006-10-11 | 1 | -18/+7 |
| * | Jimptables working again on alpha. | Andrew Lenharth | 2006-10-11 | 1 | -10/+8 |
| * | Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. | Evan Cheng | 2006-10-09 | 1 | -13/+13 |
| * | Alpha uses a got | Chris Lattner | 2006-10-06 | 1 | -0/+2 |
| * | Make use of getStore(). | Evan Cheng | 2006-10-05 | 1 | -12/+8 |
| * | Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an | Evan Cheng | 2006-10-04 | 1 | -10/+10 |
| * | Fix jump tables to match gcc (and the ABI and whatnot) | Andrew Lenharth | 2006-09-24 | 1 | -0/+4 |
| * | Jump tables on Alpha | Andrew Lenharth | 2006-09-18 | 1 | -1/+19 |
| * | Reflects MachineConstantPoolEntry changes. | Evan Cheng | 2006-09-12 | 1 | -1/+1 |
| * | jmp_bufs are this big on alpha. | Andrew Lenharth | 2006-09-05 | 1 | -0/+3 |
| * | Eliminate use of getNode that takes a vector. | Chris Lattner | 2006-08-11 | 1 | -1/+1 |
| * | eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line. | Chris Lattner | 2006-08-11 | 1 | -4/+6 |
| * | These are already implemented | Andrew Lenharth | 2006-07-03 | 1 | -4/+0 |
| * | this case isn't handled | Andrew Lenharth | 2006-06-27 | 1 | -0/+2 |
| * | Add memory operand and int regs | Andrew Lenharth | 2006-06-21 | 1 | -0/+14 |
| * | inline asm, at least for floats | Andrew Lenharth | 2006-06-21 | 1 | -0/+39 |
| * | fix argument problem | Andrew Lenharth | 2006-06-21 | 1 | -1/+5 |
| * | It really helps to be returning to the correct place | Andrew Lenharth | 2006-06-13 | 1 | -6/+9 |