Resolve BB references with relocation.
[oota-llvm.git] / include / llvm / Target / TargetJITInfo.h
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Evan ChengMove synchronizeICache from TargetJITInfo into a static...
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2005-07-22 Andrew Lenharthallow constants to be relocated like GV (necessary...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-21 Chris LattnerFix a warning
2004-11-20 Chris LattnerAdd new methods that a target should implement
2004-11-20 Chris LattnerAllow targets to implement relocation support.
2004-09-28 Alkis EvlogimenosUse class instead of struct for defining classes. This...
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...