| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed spurious EnablePPCRS check. | Bill Wendling | 2008-03-04 | 1 | -4/+3 |
* | Move PPC lowering functions into PPCTargetLowering | Dale Johannesen | 2008-03-04 | 2 | -28/+120 |
* | Use a command-line option to turn register scavenging on/off for PPC. | Bill Wendling | 2008-03-04 | 2 | -39/+51 |
* | This is the initial check-in for adding register scavenging to PPC. (Currently, | Bill Wendling | 2008-03-03 | 5 | -104/+365 |
* | add a note | Chris Lattner | 2008-03-02 | 1 | -0/+39 |
* | Evan implemented this. | Chris Lattner | 2008-03-02 | 1 | -23/+0 |
* | Use enumeration for preffered EH dwarf encoding reason | Anton Korobeynikov | 2008-02-29 | 2 | -6/+8 |
* | Interface of getByValTypeAlignment differed between | Dale Johannesen | 2008-02-28 | 2 | -0/+16 |
* | Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ... | Evan Cheng | 2008-02-28 | 1 | -2/+2 |
* | EHPreferredDataFormat hook for PPC targets. Looks like Darwin | Anton Korobeynikov | 2008-02-27 | 2 | -1/+30 |
* | Don't hard-code the mask size to be 32, which is incorrect on ppc64 | Dan Gohman | 2008-02-27 | 1 | -3/+5 |
* | Final de-tabification. | Bill Wendling | 2008-02-27 | 1 | -3/+3 |
* | Convert the last remaining users of the non-APInt form of | Dan Gohman | 2008-02-27 | 2 | -16/+24 |
* | Rename PrintableName to Name. | Bill Wendling | 2008-02-26 | 1 | -1/+1 |
* | Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool | Bill Wendling | 2008-02-26 | 2 | -2/+2 |
* | Some platforms use the same name for 32-bit and 64-bit registers (like | Bill Wendling | 2008-02-24 | 1 | -34/+35 |
* | Remove bunch of gcc 4.3-related warnings from Target | Anton Korobeynikov | 2008-02-20 | 2 | -3/+4 |
* | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth | 2008-02-16 | 1 | -1/+2 |
* | Handle \n's in value names for more targets. The asm printers | Chris Lattner | 2008-02-15 | 1 | -6/+21 |
* | Cosmetics. | Dale Johannesen | 2008-02-15 | 1 | -6/+3 |
* | Remove warning about 64-bit code on processor | Dale Johannesen | 2008-02-15 | 1 | -4/+0 |
* | Rewrite tblgen handling of subtarget features so | Dale Johannesen | 2008-02-14 | 3 | -0/+3 |
* | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 1 | -3/+0 |
* | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 2 | -2/+2 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 1 | -0/+11 |
* | Fix the PPC JIT regressions by encoding zeroreg as 0 for BLR. | Chris Lattner | 2008-02-13 | 1 | -0/+1 |
* | don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS. | Chris Lattner | 2008-02-13 | 1 | -12/+5 |
* | readme updates | Nate Begeman | 2008-02-13 | 1 | -0/+9 |
* | Make register scavenging happy by not using a reg (CR0) that isn't defined | Nate Begeman | 2008-02-13 | 1 | -1/+1 |
* | commuteInstr() can now commute non-ssa machine instrs. | Evan Cheng | 2008-02-13 | 1 | -0/+10 |
* | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 2 | -8/+7 |
* | Revert r46916 PPCTargetAsmInfo.cpp. | Evan Cheng | 2008-02-12 | 1 | -2/+2 |
* | additional missing feature | Nate Begeman | 2008-02-11 | 1 | -0/+1 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 6 | -7/+9 |
* | Match GCC's behaviour for these sections. | Nick Lewycky | 2008-02-10 | 1 | -2/+2 |
* | It's not always safe to fold movsd into xorpd, etc. Check the alignment of th... | Evan Cheng | 2008-02-08 | 2 | -4/+7 |
* | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman | 2008-02-07 | 1 | -1/+1 |
* | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 1 | -21/+27 |
* | Ident mnemonics appropriately | Nate Begeman | 2008-02-05 | 1 | -4/+4 |
* | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 1 | -1/+0 |
* | Get rid of the annoying blank lines before labels. | Evan Cheng | 2008-02-02 | 1 | -2/+0 |
* | Unbreak ppc debug support. | Evan Cheng | 2008-02-02 | 1 | -0/+3 |
* | SDIsel processes llvm.dbg.declare by recording the variable debug information... | Evan Cheng | 2008-02-02 | 1 | -0/+1 |
* | Remove the nasty LABEL hack with a much less evil one. Now llvm.dbg.func.star... | Evan Cheng | 2008-02-01 | 1 | -10/+0 |
* | Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c... | Evan Cheng | 2008-01-31 | 1 | -27/+21 |
* | Add an extra operand to LABEL nodes which distinguishes between debug, EH, or... | Evan Cheng | 2008-01-31 | 1 | -4/+4 |
* | Makes the same change in ppc backend: avoid inserting prologue before debug l... | Evan Cheng | 2008-01-31 | 1 | -0/+10 |
* | Rename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid conflicting | Dan Gohman | 2008-01-31 | 1 | -3/+3 |
* | Create a new class, MemOperand, for describing memory references | Dan Gohman | 2008-01-31 | 1 | -21/+27 |
* | Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a prope... | Evan Cheng | 2008-01-30 | 2 | -4/+4 |