- 1f04462 stat64/open64/lseek64 for the interpreter by Torok Edwin · 16 years ago
- 5951368 Fix misplaced right parentheses. by Evan Cheng · 17 years ago
- 69f9378 Handle weak_extern in the JIT. This fixes by Dan Gohman · 17 years ago
- e846db6 Add a new flag that disables symbol lookup with dlsym when set. This allows by Chris Lattner · 17 years ago
- ee335e3 Add #includes to make some dependencies explicit. by Dan Gohman · 17 years ago
- c45f5c7 Remove symbols that don't exist, remove tabs, fix comment typo by Chris Lattner · 18 years ago
- 76327d9 Fix PR1873, a problem finding stat-related symbols on linux, due to by Chris Lattner · 18 years ago
- 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
- 5e037fc for consistency, allow a fallthrough if the final check returns null. by Chris Lattner · 18 years ago
- a8d7001 Make this actually work on systems that support ppc long double. by Chris Lattner · 18 years ago
- 1c8f374 Unbreak all of the darwin/ppc32 JIT failures having to do by Chris Lattner · 18 years ago
- d958a5a add a mechanism for the JIT to invoke a function to lazily create functions as they are referenced. by Chris Lattner · 18 years ago
- ec2fcaf llvm-gcc3 is dead, along with it __main. by Chris Lattner · 18 years ago
- 832171c Removing even more <iostream> includes. by Bill Wendling · 19 years ago
- 513748d Fix handling of asm specifiers for external globals. This unbreaks many programs by Chris Lattner · 19 years ago
- 35a1446 Fix warning on linux by Chris Lattner · 19 years ago
- fea34a1 Silence some -pedantic warnings. by Chris Lattner · 19 years ago
- 9dce2b3 Convert llvm.cs.uiuc.edu -> llvm.org by Reid Spencer · 19 years ago
- f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
- 099557b Be double sure about including sys/stat.h by wrapping the inclusion in by Reid Spencer · 21 years ago
- 6b4bd6b Move the #include of sys/stat.h inside the linux "hack" for the stat by Reid Spencer · 21 years ago
- 382343d Only #include sys/stat.h if we're on linux where we have the PR274 problem. by Reid Spencer · 21 years ago
- b929de2 Remove darwin specific majik by Chris Lattner · 21 years ago
- 33306c0 Do not look here for elegance. by Chris Lattner · 21 years ago
- df5a37e Use System/DynamicLibrary instead of Support/DynamicLinker by Reid Spencer · 21 years ago
- 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
- abf1cd3 Implement PR315: abort, don't warn, when missing external functions encountered by Chris Lattner · 21 years ago
- d0f3c5e My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain this by Brian Gaeke · 21 years ago
- 00f0a29 Address PR274 - '[JIT] Programs cannot resolve the fstat function' by Brian Gaeke · 21 years ago
- ff0f1bb No longer run atExit functions from run() by Chris Lattner · 22 years ago
- 4d326fa Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the by Chris Lattner · 22 years ago
- c19aade Finegrainify namespacification by Chris Lattner · 22 years ago
- d0fde30 Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
- b576c94 Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
- 322cdb2 Change to use GetAddressOfSymbol instead of dlsym. by Brian Gaeke · 22 years ago
- 70975ee Make CreateArgv part of lli rather than part of ExecutionEngine. by Brian Gaeke · 22 years ago
- d94a50f Clean up code dealing with RTLD_SELF differences on Sparc and X86. by Misha Brukman · 22 years ago
- 7a73b80 Merged in autoconf branch. This provides configuration via the autoconf system. by John Criswell · 22 years ago
- 88fe358 Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in the by Misha Brukman · 22 years ago
- 22080f9 Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c by Chris Lattner · 22 years ago
- 1b72216 Fix compilation problems with previous checking *blush* by Chris Lattner · 22 years ago
- 6701a86 Add a framework for intercepting system calls by Chris Lattner · 22 years ago