aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/Intercept.cpp
AgeCommit message (Expand)Author
2003-07-28Clean up code dealing with RTLD_SELF differences on Sparc and X86.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-04Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in theMisha Brukman
2003-05-14Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.cChris Lattner
2003-05-14Fix compilation problems with previous checking *blush*Chris Lattner
2003-05-14Add a framework for intercepting system callsChris Lattner