Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
[oota-llvm.git] / include / llvm / CodeGen / MachineRelocation.h
2008-01-04 Evan ChengX86 PIC JIT support fixes: encoding bugs, add lazy...
2008-01-03 Evan ChengChange MachineRelocation::DoesntNeedFnStub to NeedStub...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-04-21 Jeff CohenMake enum-valued bitfield large enough to avoid interpr...
2006-12-11 Nate BegemanAdd a default relocation type, and allow clients to...
2006-07-27 Evan ChengAdd basic block machine relocation.
2006-06-23 Evan ChengAdded jump table address relocation.
2006-05-03 Chris LattnerChange from using MachineRelocation ctors to using...
2006-05-03 Chris LattnerCleanup the internal implementation of MachineRelocatio...
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-22 Andrew Lenharthallow constants to be relocated like GV (necessary...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-21 Chris LattnerAdd another bit, to make the JIT a bit more efficient.
2004-11-20 Chris LattnerAdd missing #include
2004-11-20 Chris LattnerAdd the getRelocationType method that I forgot
2004-11-20 Chris LattnerNew file