aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineRelocation.h
Commit message (Expand)AuthorAgeFilesLines
* Disable external stubs for X86-32 and X86-64Evan Phoenix2010-02-041-2/+3
* Make the need-stub variables accurate and consistent. In the case ofJeffrey Yasskin2009-11-071-15/+17
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-101-7/+7
* Rename isGVNonLazyPtr to isIndirectSym to reflect how it will be used.Evan Cheng2008-11-101-15/+15
* Rename isString -> isExternalSymbol; getString -> getExternalSymbol since the...Evan Cheng2008-11-081-4/+4
* Indentation.Evan Cheng2008-11-081-4/+4
* Jump table relocation addresses may be resolved by target.Evan Cheng2008-11-071-2/+3
* Rename isGVLazyPtr to isGVNonLazyPtr relocation. This represents Mac OS XEvan Cheng2008-11-051-11/+11
* Add a bit to MachineRelocation that tells JIT that target is responsible for ...Evan Cheng2008-10-291-4/+18
* Revert 51775.Evan Cheng2008-05-301-2/+2
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-2/+2
* Fix the failures in the PPC JIT by marking relocation entries forChris Lattner2008-01-211-1/+1
* X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng2008-01-041-2/+29
* Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be usedEvan Cheng2008-01-031-14/+13
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+298