aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineRelocation.h
AgeCommit message (Expand)Author
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