[llvm-commits] CVS: llvm/include/llvm/Target/TargetJITInfo.h TargetMachine.h

2006-09-03 Thread Chris Lattner
Changes in directory llvm/include/llvm/Target: TargetJITInfo.h updated: 1.10 -> 1.11 TargetMachine.h updated: 1.68 -> 1.69 --- Log message: Completely rearchitect the interface between targets and the pass manager. This pass: 1. Splits TargetMachine into TargetMachine (generic targets, can be

[llvm-commits] CVS: llvm/include/llvm/Target/TargetJITInfo.h

2006-07-27 Thread Evan Cheng
Changes in directory llvm/include/llvm/Target: TargetJITInfo.h updated: 1.9 -> 1.10 --- Log message: Resolve BB references with relocation. --- Diffs of the changes: (+0 -14) TargetJITInfo.h | 14 -- 1 files changed, 14 deletions(-) Index: llvm/include/llvm/Target/TargetJITI

[llvm-commits] CVS: llvm/include/llvm/Target/TargetJITInfo.h

2006-07-26 Thread Evan Cheng
Changes in directory llvm/include/llvm/Target: TargetJITInfo.h updated: 1.8 -> 1.9 --- Log message: Move synchronizeICache from TargetJITInfo into a static function in JITEmitter.cpp --- Diffs of the changes: (+0 -4) TargetJITInfo.h |4 1 files changed, 4 deletions(-) Index: llv

[llvm-commits] CVS: llvm/include/llvm/Target/TargetJITInfo.h

2006-07-25 Thread Evan Cheng
Changes in directory llvm/include/llvm/Target: TargetJITInfo.h updated: 1.7 -> 1.8 --- Log message: - Refactor the code that resolve basic block references to a TargetJITInfo method. - Added synchronizeICache() to TargetJITInfo. It is called after each block of code is emitted to flush the