aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
Commit message (Expand)AuthorAgeFilesLines
* Fix parenthesis for BCTRL_{ELF|Macho} test.Nicolas Geoffray2007-02-271-1/+1
* Differentiate between the MachO and the ELF ABI the CALL instruction.Nicolas Geoffray2007-02-274-12/+12
* Duplicate use of LR, take 2.Jim Laskey2007-02-273-26/+42
* Backing out Jim's LR spill changes. This was causing llvm-gcc bootstrappingEvan Cheng2007-02-273-19/+2
* always lower to RETFLAG, never leave it as just ret.Chris Lattner2007-02-262-11/+7
* no really, this is the right patchChris Lattner2007-02-251-1/+1
* always promote float varargs to double.Chris Lattner2007-02-251-1/+1
* one important bugfix: PPC32 didn't have both elf and macho support forChris Lattner2007-02-252-6/+10
* implement support for the linux/ppc function call ABI. Patch byChris Lattner2007-02-258-102/+343
* Add XLForm_1_ext template, patch by Nicolas Geoffray.Chris Lattner2007-02-251-14/+24
* Improve JIT support for linux/ppc: Patch by Nicolas Geoffray!Chris Lattner2007-02-253-2/+70
* Don't spill LR as a callee saved register.Jim Laskey2007-02-233-2/+19
* By default, spills kills the register being stored.Evan Cheng2007-02-231-15/+15
* remove obsolete fileChris Lattner2007-02-221-7/+0
* Simplify lowering and selection of exception ops.Jim Laskey2007-02-221-34/+15
* Support to provide exception and selector registers.Jim Laskey2007-02-213-1/+40
* Add support for changes in DwarfWriter.Jim Laskey2007-02-211-0/+14
* Add TAI field for exception table section.Jim Laskey2007-02-211-0/+1
* Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.Evan Cheng2007-02-192-9/+32
* For PR1207:Reid Spencer2007-02-192-32/+9
* Added getReservedRegs().Evan Cheng2007-02-172-9/+32
* Fix ixaddrs as well, allowing ppc64 to compile to:Chris Lattner2007-02-171-17/+22
* Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to:Chris Lattner2007-02-171-5/+9
* fix incorrect encoding of vminsw.Chris Lattner2007-02-161-1/+1
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-2/+2
* add a noteChris Lattner2007-02-091-0/+29
* Remove fixed itemNate Begeman2007-02-091-26/+0
* Fixed comments.Bill Wendling2007-02-081-3/+2
* Moved the MachOWriter and ELFWriter out of the Target/* files. Placed theBill Wendling2007-02-084-17/+11
* Dead files. Functionality has been taken over by the Add*Writer functions.Bill Wendling2007-02-081-36/+0
* Moved the GetTargetRelocation method from PPCMachOWriter to here. It usesBill Wendling2007-02-032-1/+143
* Moved the GetTargetRelocation method to the PPCMachOWriterInfo object. TheBill Wendling2007-02-031-131/+1
* Support for non-landing pad exception handling.Jim Laskey2007-02-012-0/+7
* Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.llChris Lattner2007-02-012-1/+7
* A relatively simple PPC optimization.Chris Lattner2007-01-311-0/+27
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-302-3/+3
* Darwin -static should codegen static ctors / dtors to .constructor / .destruc...Evan Cheng2007-01-302-3/+15
* Only gather frame info if debug or eh.Jim Laskey2007-01-291-2/+2
* Finish off bug 680, allowing targets to custom lower frame and returnNate Begeman2007-01-291-0/+4
* We'd still like to register allocate r2 on darwin before the callee-saveNate Begeman2007-01-291-6/+6
* Update some of the llvm in the readmeNate Begeman2007-01-291-25/+23
* Landing pad-less eh for PPC.Jim Laskey2007-01-292-4/+5
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-3/+3
* Fix a spelling errorNate Begeman2007-01-261-1/+1
* Handle multiple functions, properly mangle symbols, and fix support forNate Begeman2007-01-261-12/+23
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-262-13/+13
* Make LABEL a builtin opcode.Jim Laskey2007-01-265-14/+6
* Fix comment.Evan Cheng2007-01-251-2/+1
* - Tell PEI that PPC will handle stack frame rounding itself.Evan Cheng2007-01-252-7/+7
* Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPCChris Lattner2007-01-251-0/+4