Age | Commit message (Expand) | Author |
2007-01-29 | Only gather frame info if debug or eh. | Jim Laskey |
2007-01-29 | Landing pad-less eh for PPC. | Jim Laskey |
2007-01-26 | Change the MachineDebugInfo to MachineModuleInfo to better reflect usage | Jim Laskey |
2007-01-26 | Make LABEL a builtin opcode. | Jim Laskey |
2007-01-25 | Fix comment. | Evan Cheng |
2007-01-25 | - Tell PEI that PPC will handle stack frame rounding itself. | Evan Cheng |
2007-01-24 | Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves | Jim Laskey |
2007-01-23 | hasFP() is now a virtual method of MRegisterInfo. | Evan Cheng |
2007-01-02 | Fix naming inconsistency. | Evan Cheng |
2006-12-07 | What should be the last unnecessary <iostream>s in the library. | Bill Wendling |
2006-12-07 | fix CodeGen/PowerPC/2006-12-07-LargeAlloca.ll on ppc64 | Chris Lattner |
2006-12-06 | Make it easier for gdb to find the return address. | Jim Laskey |
2006-11-30 | MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor | Evan Cheng |
2006-11-27 | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng |
2006-11-20 | r13 is the thread pointer on darwin/ppc64, don't allocate it. | Chris Lattner |
2006-11-17 | Assert unhandled case. | Jim Laskey |
2006-11-17 | 1. Ignore the -disable-fp-elim when the routine is a leaf. | Jim Laskey |
2006-11-16 | This is a general clean up of the PowerPC ABI. Address several problems and | Jim Laskey |
2006-11-15 | Fix ppc64 epilog bug. | Chris Lattner |
2006-11-15 | Properly transfer kill / dead info. | Evan Cheng |
2006-11-15 | Fix the PPC regressions last night | Chris Lattner |
2006-11-14 | Rework PPC64 calls. Now we have a LR8/CTR8 register which the PPC64 calls | Chris Lattner |
2006-11-13 | Matches MachineInstr changes. | Evan Cheng |
2006-11-11 | Make sure stack link is set in 64-bit. | Jim Laskey |
2006-11-11 | implement proper PPC64 prolog/epilog codegen. | Chris Lattner |
2006-11-11 | Running with frame pointers prevented debugging, external probes and | Jim Laskey |
2006-11-02 | For PR786: | Reid Spencer |
2006-09-05 | Completely eliminate def&use operands. Now a register operand is EITHER a | Chris Lattner |
2006-08-29 | Handle callee saved registers in dwarf frame info (lead up to exception | Jim Laskey |
2006-08-25 | Fix some comments. | Jim Laskey |
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 |