| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a comment. | NAKAMURA Takumi | 2010-08-30 | 1 | -1/+1 |
* | EE/JIT: Do not invoke parent's ctors/dtors from main()! (PR3897) | NAKAMURA Takumi | 2010-08-30 | 1 | -0/+12 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | remove some uses of llvm/Support/Streams.h | Chris Lattner | 2009-08-23 | 1 | -1/+0 |
* | This void is implicit in C++. | Dan Gohman | 2009-08-12 | 1 | -1/+1 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 1 | -0/+2 |
* | llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like... | Benjamin Kramer | 2009-08-03 | 1 | -1/+1 |
* | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin | 2009-07-11 | 1 | -3/+3 |
* | stat64/open64/lseek64 for the interpreter | Torok Edwin | 2009-05-23 | 1 | -1/+4 |
* | Fix misplaced right parentheses. | Evan Cheng | 2009-01-05 | 1 | -2/+2 |
* | Handle weak_extern in the JIT. This fixes | Dan Gohman | 2009-01-05 | 1 | -6/+9 |
* | Add a new flag that disables symbol lookup with dlsym when set. This allows | Chris Lattner | 2008-06-16 | 1 | -33/+35 |
* | Add #includes to make some dependencies explicit. | Dan Gohman | 2008-05-23 | 1 | -0/+1 |
* | Remove symbols that don't exist, remove tabs, fix comment typo | Chris Lattner | 2008-01-03 | 1 | -17/+15 |
* | Fix PR1873, a problem finding stat-related symbols on linux, due to | Chris Lattner | 2008-01-03 | 1 | -9/+20 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | for consistency, allow a fallthrough if the final check returns null. | Chris Lattner | 2007-11-28 | 1 | -1/+2 |
* | Make this actually work on systems that support ppc long double. | Chris Lattner | 2007-11-27 | 1 | -3/+8 |
* | Unbreak all of the darwin/ppc32 JIT failures having to do | Chris Lattner | 2007-11-27 | 1 | -0/+10 |
* | add a mechanism for the JIT to invoke a function to lazily create functions a... | Chris Lattner | 2007-10-22 | 1 | -0/+5 |
* | llvm-gcc3 is dead, along with it __main. | Chris Lattner | 2007-10-22 | 1 | -12/+0 |
* | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -3/+2 |
* | Fix handling of asm specifiers for external globals. This unbreaks many programs | Chris Lattner | 2006-07-28 | 1 | -1/+12 |
* | Fix warning on linux | Chris Lattner | 2006-07-27 | 1 | -8/+8 |
* | Silence some -pedantic warnings. | Chris Lattner | 2006-06-01 | 1 | -4/+6 |
* | Convert llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -5/+5 |
* | Be double sure about including sys/stat.h by wrapping the inclusion in | Reid Spencer | 2004-12-20 | 1 | -0/+3 |
* | Move the #include of sys/stat.h inside the linux "hack" for the stat | Reid Spencer | 2004-12-17 | 1 | -3/+1 |
* | Only #include sys/stat.h if we're on linux where we have the PR274 problem. | Reid Spencer | 2004-12-17 | 1 | -0/+2 |
* | Remove darwin specific majik | Chris Lattner | 2004-12-03 | 1 | -24/+0 |
* | Do not look here for elegance. | Chris Lattner | 2004-12-03 | 1 | -0/+24 |
* | Use System/DynamicLibrary instead of Support/DynamicLinker | Reid Spencer | 2004-11-29 | 1 | -2/+2 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Implement PR315: abort, don't warn, when missing external functions encountered | Chris Lattner | 2004-06-01 | 1 | -9/+17 |
* | My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain this | Brian Gaeke | 2004-03-10 | 1 | -2/+4 |
* | Address PR274 - '[JIT] Programs cannot resolve the fstat function' | Brian Gaeke | 2004-03-09 | 1 | -0/+18 |
* | No longer run atExit functions from run() | Chris Lattner | 2003-12-26 | 1 | -2/+2 |
* | Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the | Chris Lattner | 2003-12-20 | 1 | -4/+4 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-08 | 1 | -4/+1 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Change to use GetAddressOfSymbol instead of dlsym. | Brian Gaeke | 2003-10-10 | 1 | -10/+5 |
* | Make CreateArgv part of lli rather than part of ExecutionEngine. | Brian Gaeke | 2003-09-05 | 1 | -10/+15 |
* | Clean up code dealing with RTLD_SELF differences on Sparc and X86. | Misha Brukman | 2003-07-28 | 1 | -5/+5 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -1/+1 |
* | Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in the | Misha Brukman | 2003-06-04 | 1 | -0/+4 |
* | Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c | Chris Lattner | 2003-05-14 | 1 | -3/+16 |
* | Fix compilation problems with previous checking *blush* | Chris Lattner | 2003-05-14 | 1 | -3/+4 |
* | Add a framework for intercepting system calls | Chris Lattner | 2003-05-14 | 1 | -0/+52 |