Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
[oota-llvm.git] / lib / ExecutionEngine / JIT / Intercept.cpp
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-05-23 Torok Edwinstat64/open64/lseek64 for the interpreter
2009-01-05 Evan ChengFix misplaced right parentheses.
2009-01-05 Dan GohmanHandle weak_extern in the JIT. This fixes
2008-06-16 Chris LattnerAdd a new flag that disables symbol lookup with dlsym...
2008-05-23 Dan GohmanAdd #includes to make some dependencies explicit.
2008-01-03 Chris LattnerRemove symbols that don't exist, remove tabs, fix comme...
2008-01-03 Chris LattnerFix PR1873, a problem finding stat-related symbols...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-28 Chris Lattnerfor consistency, allow a fallthrough if the final check...
2007-11-27 Chris LattnerMake this actually work on systems that support ppc...
2007-11-27 Chris LattnerUnbreak all of the darwin/ppc32 JIT failures having...
2007-10-22 Chris Lattneradd a mechanism for the JIT to invoke a function to...
2007-10-22 Chris Lattnerllvm-gcc3 is dead, along with it __main.
2006-12-07 Bill WendlingRemoving even more <iostream> includes.
2006-07-28 Chris LattnerFix handling of asm specifiers for external globals...
2006-07-27 Chris LattnerFix warning on linux
2006-06-01 Chris LattnerSilence some -pedantic warnings.
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-20 Reid SpencerBe double sure about including sys/stat.h by wrapping...
2004-12-17 Reid SpencerMove the #include of sys/stat.h inside the linux "hack...
2004-12-17 Reid SpencerOnly #include sys/stat.h if we're on linux where we...
2004-12-03 Chris LattnerRemove darwin specific majik
2004-12-03 Chris LattnerDo not look here for elegance.
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLinker
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