aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/Intercept.cpp
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2004-06-01Implement PR315: abort, don't warn, when missing external functions encounteredChris Lattner
2004-03-10My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain thisBrian Gaeke
2004-03-09Address PR274 - '[JIT] Programs cannot resolve the fstat function'Brian Gaeke
2003-12-26No longer run atExit functions from run()Chris Lattner
2003-12-20Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner
2003-12-08Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Change to use GetAddressOfSymbol instead of dlsym.Brian Gaeke
2003-09-05Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke
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