[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCJITInfo.cpp

2007-05-29 Thread Nicolas Geoffray
Changes in directory llvm/lib/Target/PowerPC: PPCJITInfo.cpp updated: 1.37 - 1.38 --- Log message: Implementation of compilation callback in PPC ELF32 --- Diffs of the changes: (+32 -31) PPCJITInfo.cpp | 63 - 1 files changed, 32

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCJITInfo.cpp PPCSubtarget.h PPCTargetMachine.cpp

2007-02-24 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCJITInfo.cpp updated: 1.36 - 1.37 PPCSubtarget.h updated: 1.24 - 1.25 PPCTargetMachine.cpp updated: 1.116 - 1.117 --- Log message: Improve JIT support for linux/ppc: Patch by Nicolas Geoffray! --- Diffs of the changes: (+70 -2)

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCJITInfo.cpp

2006-12-11 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCJITInfo.cpp updated: 1.35 - 1.36 --- Log message: Layout proper frame for ppc64. --- Diffs of the changes: (+38 -28) PPCJITInfo.cpp | 66 - 1 files changed, 38 insertions(+), 28

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCJITInfo.cpp

2006-12-07 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCJITInfo.cpp updated: 1.31 - 1.32 --- Log message: fix incorrect encoding of rldicr, used by ppc64 function stubs, etc. --- Diffs of the changes: (+1 -1) PPCJITInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCJITInfo.cpp

2006-09-28 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCJITInfo.cpp updated: 1.29 - 1.30 --- Log message: wrap long lines --- Diffs of the changes: (+4 -2) PPCJITInfo.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/lib/Target/PowerPC/PPCJITInfo.cpp diff -u

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCJITInfo.cpp PPCMachOWriter.cpp PPCRelocations.h

2006-09-08 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCJITInfo.cpp updated: 1.28 - 1.29 PPCMachOWriter.cpp updated: 1.3 - 1.4 PPCRelocations.h updated: 1.9 - 1.10 --- Log message: First pass at supporting relocations. Relocations are written correctly to the file now, however the relocated address

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCJITInfo.cpp PPCJITInfo.h

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCJITInfo.cpp updated: 1.25 - 1.26 PPCJITInfo.h updated: 1.10 - 1.11 --- Log message: synchronizeICache removeed from TargetJITInfo. --- Diffs of the changes: (+0 -11) PPCJITInfo.cpp | 10 -- PPCJITInfo.h |1 - 2 files changed,

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCJITInfo.cpp

2006-06-01 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCJITInfo.cpp updated: 1.22 - 1.23 --- Log message: Silence -pedantic warning --- Diffs of the changes: (+1 -1) PPCJITInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/PowerPC/PPCJITInfo.cpp diff -u

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCJITInfo.cpp

2006-05-01 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCJITInfo.cpp updated: 1.19 - 1.20 --- Log message: Update the PPC compilation callback code to not need weird abi-violating prologs and epilogs, keep all the asm in one place, and remove use of compiler builtin functions. --- Diffs of the

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCJITInfo.cpp

2006-04-24 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCJITInfo.cpp updated: 1.18 - 1.19 --- Log message: No functionality changes, but cleaner code with correct comments. --- Diffs of the changes: (+41 -35) PPCJITInfo.cpp | 76 ++--- 1 files