aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineRelocation.h
Commit message (Expand)AuthorAgeFilesLines
* Make enum-valued bitfield large enough to avoid interpretation as negative va...Jeff Cohen2007-04-211-1/+1
* Add a default relocation type, and allow clients to set the ConstantValNate Begeman2006-12-111-0/+14
* Add basic block machine relocation.Evan Cheng2006-07-271-5/+35
* Added jump table address relocation.Evan Cheng2006-06-231-4/+35
* Change from using MachineRelocation ctors to using static methodsChris Lattner2006-05-031-23/+50
* Cleanup the internal implementation of MachineRelocation. No interface orChris Lattner2006-05-031-36/+44
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-2/+2
* allow constants to be relocated like GV (necessary for alpha, as constants ar...Andrew Lenharth2005-07-221-6/+57
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Add another bit, to make the JIT a bit more efficient.Chris Lattner2004-11-211-10/+23
* Add missing #includeChris Lattner2004-11-201-0/+1
* Add the getRelocationType method that I forgotChris Lattner2004-11-201-0/+6
* New fileChris Lattner2004-11-201-0/+117