switch TypeHasCycleThroughItself from using an std::set to using a SmallPtrSet,
[oota-llvm.git] / include / llvm / Target / TargetJITInfo.h
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-04-16 Nicolas GeoffrayCorrelate stubs with functions in JIT: when emitting...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-01-05 Evan ChengX86 JIT PIC jumptable support.
2008-01-04 Evan ChengX86 PIC JIT support fixes: encoding bugs, add lazy...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
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...