[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp AlphaJITInfo.cpp AlphaJITInfo.h

2006-07-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaCodeEmitter.cpp updated: 1.16 -> 1.17 AlphaJITInfo.cpp updated: 1.10 -> 1.11 AlphaJITInfo.h updated: 1.2 -> 1.3 --- Log message: Resolve BB references with relocation. --- Diffs of the changes: (+3 -20) AlphaCodeEmitter.cpp |5 +++-- Alph

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp

2006-05-03 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaCodeEmitter.cpp updated: 1.14 -> 1.15 --- Log message: Change from using MachineRelocation ctors to using static methods in MachineRelocation to create Relocations. --- Diffs of the changes: (+3 -3) AlphaCodeEmitter.cpp |6 +++--- 1 file

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp

2006-05-03 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaCodeEmitter.cpp updated: 1.13 -> 1.14 --- Log message: Suck block address tracking out of targets into the JIT Emitter. This simplifies the MachineCodeEmitter interface just a little bit and makes BasicBlocks work like constant pools and jump ta

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp

2006-05-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaCodeEmitter.cpp updated: 1.12 -> 1.13 --- Log message: Keep the alpha JIT similar to the PPC/X86 jits --- Diffs of the changes: (+6 -4) AlphaCodeEmitter.cpp | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) Index: llvm/li

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp

2006-05-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaCodeEmitter.cpp updated: 1.11 -> 1.12 --- Log message: Several related changes: 1. Change several methods in the MachineCodeEmitter class to be pure virtual. 2. Suck emitConstantPool/initJumpTableInfo into startFunction, removing them from th

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp AlphaJITInfo.cpp

2006-05-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaCodeEmitter.cpp updated: 1.10 -> 1.11 AlphaJITInfo.cpp updated: 1.8 -> 1.9 --- Log message: Fix a purely hypothetical problem (for now): emitWord emits in the host byte format. This doesn't work when using the code emitter in a cross target envi

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp

2006-05-02 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaCodeEmitter.cpp updated: 1.9 -> 1.10 --- Log message: Refactor the machine code emitter interface to pull the pointers for the current code emission location into the base class, instead of being in the derived classes. This change means that l

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp AlphaISelDAGToDAG.cpp AlphaISelPattern.cpp AlphaInstrFormats.td AlphaInstrInfo.td

2005-11-21 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaCodeEmitter.cpp updated: 1.7 -> 1.8 AlphaISelDAGToDAG.cpp updated: 1.5 -> 1.6 AlphaISelPattern.cpp updated: 1.185 -> 1.186 AlphaInstrFormats.td updated: 1.13 -> 1.14 AlphaInstrInfo.td updated: 1.72 -> 1.73 --- Log message: massive DAGISel patch.

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaCodeEmitter.cpp

2005-11-16 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaCodeEmitter.cpp updated: 1.6 -> 1.7 --- Log message: who would have thought you would want to write into globals too --- Diffs of the changes: (+6 -0) AlphaCodeEmitter.cpp |6 ++ 1 files changed, 6 insertions(+) Index: llvm/lib/Targ