[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 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