aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/Intercept.cpp
AgeCommit message (Expand)Author
2012-03-28Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.Danil Malyshev
2012-03-22Revert a series of commits to MCJIT to get the build working in CMakeChandler Carruth
2012-03-21Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...Danil Malyshev
2011-08-14EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc.NAKAMURA Takumi
2011-03-22Trailing whitespace.Jim Grosbach
2010-11-29Merge System into Support.Michael J. Spencer
2010-08-30Fix a comment.NAKAMURA Takumi
2010-08-30EE/JIT: Do not invoke parent's ctors/dtors from main()! (PR3897)NAKAMURA Takumi
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2009-08-23remove some uses of llvm/Support/Streams.hChris Lattner
2009-08-12This void is implicit in C++.Dan Gohman
2009-08-07Fix a bunch of namespace pollution.Dan Gohman
2009-08-03llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer
2009-07-11Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin
2009-05-23stat64/open64/lseek64 for the interpreterTorok Edwin
2009-01-05Fix misplaced right parentheses.Evan Cheng
2009-01-05Handle weak_extern in the JIT. This fixesDan Gohman
2008-06-16Add a new flag that disables symbol lookup with dlsym when set. This allowsChris Lattner
2008-05-23Add #includes to make some dependencies explicit.Dan Gohman
2008-01-03Remove symbols that don't exist, remove tabs, fix comment typoChris Lattner
2008-01-03Fix PR1873, a problem finding stat-related symbols on linux, due toChris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-28for consistency, allow a fallthrough if the final check returns null.Chris Lattner
2007-11-27Make this actually work on systems that support ppc long double.Chris Lattner
2007-11-27Unbreak all of the darwin/ppc32 JIT failures having to do Chris Lattner
2007-10-22add a mechanism for the JIT to invoke a function to lazily create functions a...Chris Lattner
2007-10-22llvm-gcc3 is dead, along with it __main.Chris Lattner
2006-12-07Removing even more <iostream> includes.Bill Wendling
2006-07-28Fix handling of asm specifiers for external globals. This unbreaks many programsChris Lattner
2006-07-27Fix warning on linuxChris Lattner
2006-06-01Silence some -pedantic warnings.Chris Lattner
2006-03-14Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2004-12-20Be double sure about including sys/stat.h by wrapping the inclusion inReid Spencer
2004-12-17Move the #include of sys/stat.h inside the linux "hack" for the statReid Spencer
2004-12-17Only #include sys/stat.h if we're on linux where we have the PR274 problem.Reid Spencer
2004-12-03Remove darwin specific majikChris Lattner
2004-12-03Do not look here for elegance.Chris Lattner
2004-11-29Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer
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