Age | Commit message (Expand) | Author |
2006-07-11 | The PPC64 JIT needs register numbers to encode instructions. | Chris Lattner |
2006-07-11 | In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones. | Chris Lattner |
2006-06-27 | Fix rewriting frame offsets with ixaddr instructions, which implicitly shift | Chris Lattner |
2006-06-20 | Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit file | Chris Lattner |
2006-06-12 | Gaar! Don't use r11 for CR save/restore, use R0. R11 can be register | Chris Lattner |
2006-06-12 | Fix spilling and reloading of CR regs to reload the right values. This fixes | Chris Lattner |
2006-05-18 | getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. | Evan Cheng |
2006-05-10 | Fix the PowerPC JIT-only failure on UnitTests/Vector/sumarray-dbl, which is | Chris Lattner |
2006-05-04 | Move some methods out of MachineInstr into MachineOperand | Chris Lattner |
2006-05-04 | There shalt be only one "immediate" operand type! | Chris Lattner |
2006-05-04 | Revert Nate's CR patch from last night, which caused many regressions (e.g. f... | Chris Lattner |
2006-05-02 | Since we don't handle callee-save CRs right yet, don't allocate them. Also | Nate Begeman |
2006-04-17 | Don't diddle VRSAVE if no registers need to be added/removed from it. This | Chris Lattner |
2006-04-17 | Vectors that are known live-in and live-out are clearly already marked in | Chris Lattner |
2006-04-17 | Move some knowledge about registers out of the code emitter into the register... | Chris Lattner |
2006-04-17 | Use a small table instead of macros to do this conversion. | Chris Lattner |
2006-04-11 | Fix SingleSource/UnitTests/Vector/sumarray-dbl | Nate Begeman |
2006-04-11 | Fix PR727, correctly handling large stack aligments on ppc | Nate Begeman |
2006-04-11 | Suppress debug label when not debug. | Jim Laskey |
2006-04-07 | Foundation for call frame information. | Jim Laskey |
2006-04-03 | Force use of a frame-pointer if there is anything on the stack that is aligned | Chris Lattner |
2006-03-28 | Expose base register for DwarfWriter. Refactor code accordingly. | Jim Laskey |
2006-03-27 | Translate llvm target registers to dwarf register numbers properly. | Jim Laskey |
2006-03-23 | Add support to locate local variables in frames (early version.) | Jim Laskey |
2006-03-22 | When possible, custom lower 32-bit SINT_TO_FP to this: | Chris Lattner |
2006-03-16 | remove dead variable | Chris Lattner |
2006-03-16 | teach the ppc backend how to spill/reload vector regs | Chris Lattner |
2006-03-16 | in functions that use a lot of callee saved regs, this can be more than | Chris Lattner |
2006-03-16 | Add support for copying registers. still needed: spilling and reloading them | Chris Lattner |
2006-03-13 | For functions that use vector registers, save VRSAVE, mark used | Chris Lattner |
2006-02-02 | Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ... | Chris Lattner |
2006-01-11 | Fix an off-by-one error that Nate's eagle eyes caught | Chris Lattner |
2006-01-11 | Use the auto-insert BuildMI constructor to avoid an explicit insert. No | Chris Lattner |
2006-01-11 | If a function has a non-zero sized frame, use an add to adjust the stack | Chris Lattner |
2006-01-09 | New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace | Evan Cheng |
2005-12-23 | * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. | Evan Cheng |
2005-11-06 | Add the necessary support to the ISel to allow targets to codegen the new | Nate Begeman |
2005-10-18 | Fix the JIT encoding of LWA, LD, STD, and STDU. | Chris Lattner |
2005-10-18 | First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is | Nate Begeman |
2005-10-16 | More PPC32 -> PPC changes, as well as merging some classes that were | Nate Begeman |
2005-10-14 | Rename PPC32*.h to PPC*.h | Chris Lattner |
2005-10-14 | Rename PowerPC*.h to PPC*.h | Chris Lattner |
2005-10-14 | Rename PowerPCInstrBuilder.h -> PPC* | Chris Lattner |
2005-10-14 | Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td | Chris Lattner |
2005-10-01 | like the comment says, enable this | Chris Lattner |
2005-10-01 | Modify the ppc backend to use two register classes for FP: F8RC and F4RC. | Chris Lattner |
2005-09-30 | Remove some now-dead code. | Nate Begeman |
2005-09-30 | constant fold these calls | Chris Lattner |
2005-09-30 | pass extra args | Chris Lattner |
2005-09-17 | Implement hook for ppc | Chris Lattner |