Changes For Bug 352
[oota-llvm.git] / lib / ExecutionEngine / JIT / Intercept.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-06-01 Chris LattnerImplement PR315: abort, don't warn, when missing extern...
2004-03-10 Brian GaekeMy fix for PR274 broke the build on Darwin/PPC. As...
2004-03-09 Brian GaekeAddress PR274 - '[JIT] Programs cannot resolve the...
2003-12-26 Chris LattnerNo longer run atExit functions from run()
2003-12-20 Chris LattnerCleanup the JIT as per PR176. This renames the VM...
2003-12-08 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Brian GaekeChange to use GetAddressOfSymbol instead of dlsym.
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-07-28 Misha BrukmanClean up code dealing with RTLD_SELF differences on...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-04 Misha BrukmanSparc's dlsym() requires the special operand RTLD_SELF...
2003-05-14 Chris LattnerAdd support for atexit handlers to the JIT, fixing...
2003-05-14 Chris LattnerFix compilation problems with previous checking *blush*
2003-05-14 Chris LattnerAdd a framework for intercepting system calls