| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix parenthesis for BCTRL_{ELF|Macho} test. | Nicolas Geoffray | 2007-02-27 | 1 | -1/+1 |
| * | Differentiate between the MachO and the ELF ABI the CALL instruction. | Nicolas Geoffray | 2007-02-27 | 4 | -12/+12 |
| * | Duplicate use of LR, take 2. | Jim Laskey | 2007-02-27 | 3 | -26/+42 |
| * | Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrapping | Evan Cheng | 2007-02-27 | 3 | -19/+2 |
| * | always lower to RETFLAG, never leave it as just ret. | Chris Lattner | 2007-02-26 | 2 | -11/+7 |
| * | no really, this is the right patch | Chris Lattner | 2007-02-25 | 1 | -1/+1 |
| * | always promote float varargs to double. | Chris Lattner | 2007-02-25 | 1 | -1/+1 |
| * | one important bugfix: PPC32 didn't have both elf and macho support for | Chris Lattner | 2007-02-25 | 2 | -6/+10 |
| * | implement support for the linux/ppc function call ABI. Patch by | Chris Lattner | 2007-02-25 | 8 | -102/+343 |
| * | Add XLForm_1_ext template, patch by Nicolas Geoffray. | Chris Lattner | 2007-02-25 | 1 | -14/+24 |
| * | Improve JIT support for linux/ppc: Patch by Nicolas Geoffray! | Chris Lattner | 2007-02-25 | 3 | -2/+70 |
| * | Don't spill LR as a callee saved register. | Jim Laskey | 2007-02-23 | 3 | -2/+19 |
| * | By default, spills kills the register being stored. | Evan Cheng | 2007-02-23 | 1 | -15/+15 |
| * | remove obsolete file | Chris Lattner | 2007-02-22 | 1 | -7/+0 |
| * | Simplify lowering and selection of exception ops. | Jim Laskey | 2007-02-22 | 1 | -34/+15 |
| * | Support to provide exception and selector registers. | Jim Laskey | 2007-02-21 | 3 | -1/+40 |
| * | Add support for changes in DwarfWriter. | Jim Laskey | 2007-02-21 | 1 | -0/+14 |
| * | Add TAI field for exception table section. | Jim Laskey | 2007-02-21 | 1 | -0/+1 |
| * | Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. | Evan Cheng | 2007-02-19 | 2 | -9/+32 |
| * | For PR1207: | Reid Spencer | 2007-02-19 | 2 | -32/+9 |
| * | Added getReservedRegs(). | Evan Cheng | 2007-02-17 | 2 | -9/+32 |
| * | Fix ixaddrs as well, allowing ppc64 to compile to: | Chris Lattner | 2007-02-17 | 1 | -17/+22 |
| * | Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to: | Chris Lattner | 2007-02-17 | 1 | -5/+9 |
| * | fix incorrect encoding of vminsw. | Chris Lattner | 2007-02-16 | 1 | -1/+1 |
| * | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner | 2007-02-14 | 1 | -2/+2 |
| * | add a note | Chris Lattner | 2007-02-09 | 1 | -0/+29 |
| * | Remove fixed item | Nate Begeman | 2007-02-09 | 1 | -26/+0 |
| * | Fixed comments. | Bill Wendling | 2007-02-08 | 1 | -3/+2 |
| * | Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the | Bill Wendling | 2007-02-08 | 4 | -17/+11 |
| * | Dead files. Functionality has been taken over by the Add*Writer functions. | Bill Wendling | 2007-02-08 | 1 | -36/+0 |
| * | Moved the GetTargetRelocation method from PPCMachOWriter to here. It uses | Bill Wendling | 2007-02-03 | 2 | -1/+143 |
| * | Moved the GetTargetRelocation method to the PPCMachOWriterInfo object. The | Bill Wendling | 2007-02-03 | 1 | -131/+1 |
| * | Support for non-landing pad exception handling. | Jim Laskey | 2007-02-01 | 2 | -0/+7 |
| * | Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll | Chris Lattner | 2007-02-01 | 2 | -1/+7 |
| * | A relatively simple PPC optimization. | Chris Lattner | 2007-01-31 | 1 | -0/+27 |
| * | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 2 | -3/+3 |
| * | Darwin -static should codegen static ctors / dtors to .constructor / .destruc... | Evan Cheng | 2007-01-30 | 2 | -3/+15 |
| * | Only gather frame info if debug or eh. | Jim Laskey | 2007-01-29 | 1 | -2/+2 |
| * | Finish off bug 680, allowing targets to custom lower frame and return | Nate Begeman | 2007-01-29 | 1 | -0/+4 |
| * | We'd still like to register allocate r2 on darwin before the callee-save | Nate Begeman | 2007-01-29 | 1 | -6/+6 |
| * | Update some of the llvm in the readme | Nate Begeman | 2007-01-29 | 1 | -25/+23 |
| * | Landing pad-less eh for PPC. | Jim Laskey | 2007-01-29 | 2 | -4/+5 |
| * | Propagate changes from my local tree. This patch includes: | Anton Korobeynikov | 2007-01-28 | 1 | -3/+3 |
| * | Fix a spelling error | Nate Begeman | 2007-01-26 | 1 | -1/+1 |
| * | Handle multiple functions, properly mangle symbols, and fix support for | Nate Begeman | 2007-01-26 | 1 | -12/+23 |
| * | Change the MachineDebugInfo to MachineModuleInfo to better reflect usage | Jim Laskey | 2007-01-26 | 2 | -13/+13 |
| * | Make LABEL a builtin opcode. | Jim Laskey | 2007-01-26 | 5 | -14/+6 |
| * | Fix comment. | Evan Cheng | 2007-01-25 | 1 | -2/+1 |
| * | - Tell PEI that PPC will handle stack frame rounding itself. | Evan Cheng | 2007-01-25 | 2 | -7/+7 |
| * | Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPC | Chris Lattner | 2007-01-25 | 1 | -0/+4 |