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