[docs] Fixed a typo in Atomics.rst
[oota-llvm.git] / include / llvm / CodeGen / MachineRelocation.h
2013-08-16 Daniel Dunbar[typo] An LLVM.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-02-04 Evan PhoenixDisable external stubs for X86-32 and X86-64
2009-11-07 Jeffrey YasskinMake the need-stub variables accurate and consistent...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-11-10 Evan ChengRename isGVNonLazyPtr to isIndirectSym to reflect how...
2008-11-08 Evan ChengRename isString -> isExternalSymbol; getString -> getEx...
2008-11-08 Evan ChengIndentation.
2008-11-07 Evan ChengJump table relocation addresses may be resolved by...
2008-11-05 Evan ChengRename isGVLazyPtr to isGVNonLazyPtr relocation. This...
2008-10-29 Evan ChengAdd a bit to MachineRelocation that tells JIT that...
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-01-21 Chris LattnerFix the failures in the PPC JIT by marking relocation...
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