aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineRelocation.h
AgeCommit message (Expand)Author
2012-07-09LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)Derek Schuff
2010-11-29Merge System into Support.Michael J. Spencer
2010-02-04Disable external stubs for X86-32 and X86-64Evan Phoenix
2009-11-07Make the need-stub variables accurate and consistent. In the case ofJeffrey Yasskin
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2008-12-10Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng
2008-11-10Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng
2008-11-08Rename isString -> isExternalSymbol; getString -> getExternalSymbol since the...Evan Cheng
2008-11-08Indentation.Evan Cheng
2008-11-07Jump table relocation addresses may be resolved by target.Evan Cheng
2008-11-05Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS XEvan Cheng
2008-10-29Add a bit to MachineRelocation that tells JIT that target is responsible for ...Evan Cheng
2008-05-30Revert 51775.Evan Cheng
2008-05-30Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng
2008-01-21Fix the failures in the PPC JIT by marking relocation entries forChris Lattner
2008-01-04X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng
2008-01-03Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be usedEvan Cheng
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-04-21Make enum-valued bitfield large enough to avoid interpretation as negative va...Jeff Cohen
2006-12-11Add a default relocation type, and allow clients to set the ConstantValNate Begeman
2006-07-27Add basic block machine relocation.Evan Cheng
2006-06-23Added jump table address relocation.Evan Cheng
2006-05-03Change from using MachineRelocation ctors to using static methodsChris Lattner
2006-05-03Cleanup the internal implementation of MachineRelocation. No interface orChris Lattner
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-07-22allow constants to be relocated like GV (necessary for alpha, as constants ar...Andrew Lenharth
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-21Add another bit, to make the JIT a bit more efficient.Chris Lattner
2004-11-20Add missing #includeChris Lattner
2004-11-20Add the getRelocationType method that I forgotChris Lattner
2004-11-20New fileChris Lattner