index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
PowerPC
Age
Commit message (
Expand
)
Author
2007-02-25
no really, this is the right patch
Chris Lattner
2007-02-25
always promote float varargs to double.
Chris Lattner
2007-02-25
one important bugfix: PPC32 didn't have both elf and macho support for
Chris Lattner
2007-02-25
implement support for the linux/ppc function call ABI. Patch by
Chris Lattner
2007-02-25
Add XLForm_1_ext template, patch by Nicolas Geoffray.
Chris Lattner
2007-02-25
Improve JIT support for linux/ppc: Patch by Nicolas Geoffray!
Chris Lattner
2007-02-23
Don't spill LR as a callee saved register.
Jim Laskey
2007-02-23
By default, spills kills the register being stored.
Evan Cheng
2007-02-22
remove obsolete file
Chris Lattner
2007-02-22
Simplify lowering and selection of exception ops.
Jim Laskey
2007-02-21
Support to provide exception and selector registers.
Jim Laskey
2007-02-21
Add support for changes in DwarfWriter.
Jim Laskey
2007-02-21
Add TAI field for exception table section.
Jim Laskey
2007-02-19
Re-apply my liveintervalanalysis changes. Now with PR1207 fixes.
Evan Cheng
2007-02-19
For PR1207:
Reid Spencer
2007-02-17
Added getReservedRegs().
Evan Cheng
2007-02-17
Fix ixaddrs as well, allowing ppc64 to compile to:
Chris Lattner
2007-02-17
Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to:
Chris Lattner
2007-02-16
fix incorrect encoding of vminsw.
Chris Lattner
2007-02-14
Generalize TargetData strings, to support more interesting forms of data.
Chris Lattner
2007-02-09
add a note
Chris Lattner
2007-02-09
Remove fixed item
Nate Begeman
2007-02-08
Fixed comments.
Bill Wendling
2007-02-08
Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the
Bill Wendling
2007-02-08
Dead files. Functionality has been taken over by the Add*Writer functions.
Bill Wendling
2007-02-03
Moved the GetTargetRelocation method from PPCMachOWriter to here. It uses
Bill Wendling
2007-02-03
Moved the GetTargetRelocation method to the PPCMachOWriterInfo object. The
Bill Wendling
2007-02-01
Support for non-landing pad exception handling.
Jim Laskey
2007-02-01
Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
Chris Lattner
2007-01-31
A relatively simple PPC optimization.
Chris Lattner
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
Darwin -static should codegen static ctors / dtors to .constructor / .destruc...
Evan Cheng
2007-01-29
Only gather frame info if debug or eh.
Jim Laskey
2007-01-29
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-29
We'd still like to register allocate r2 on darwin before the callee-save
Nate Begeman
2007-01-29
Update some of the llvm in the readme
Nate Begeman
2007-01-29
Landing pad-less eh for PPC.
Jim Laskey
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-26
Fix a spelling error
Nate Begeman
2007-01-26
Handle multiple functions, properly mangle symbols, and fix support for
Nate Begeman
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-25
Fix test/CFrontend/2007-01-24-InlineAsmCModifier.c on PPC
Chris Lattner
2007-01-24
Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves
Jim Laskey
2007-01-24
Make ivars private and use getters. Have the MachOWriter return "Mach-O
Bill Wendling
2007-01-24
Add a field for and construction of the PPCMachOWriterInfo object.
Bill Wendling
2007-01-24
Move the getJTRelocation method out of here.
Bill Wendling
2007-01-24
New "TargetMachOWriterInfo" class. It holds target-specific information
Bill Wendling
[next]