index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineRelocation.h
Age
Commit message (
Expand
)
Author
2008-05-30
Revert 51775.
Evan Cheng
2008-05-30
Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.
Evan Cheng
2008-01-21
Fix the failures in the PPC JIT by marking relocation entries for
Chris Lattner
2008-01-04
X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.
Evan Cheng
2008-01-03
Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used
Evan Cheng
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-04-21
Make enum-valued bitfield large enough to avoid interpretation as negative va...
Jeff Cohen
2006-12-11
Add a default relocation type, and allow clients to set the ConstantVal
Nate Begeman
2006-07-27
Add basic block machine relocation.
Evan Cheng
2006-06-23
Added jump table address relocation.
Evan Cheng
2006-05-03
Change from using MachineRelocation ctors to using static methods
Chris Lattner
2006-05-03
Cleanup the internal implementation of MachineRelocation. No interface or
Chris Lattner
2005-07-27
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-07-22
allow constants to be relocated like GV (necessary for alpha, as constants ar...
Andrew Lenharth
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-21
Add another bit, to make the JIT a bit more efficient.
Chris Lattner
2004-11-20
Add missing #include
Chris Lattner
2004-11-20
Add the getRelocationType method that I forgot
Chris Lattner
2004-11-20
New file
Chris Lattner