summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/JIT/Intercept.cpp
Commit message (Expand)AuthorAge
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-23
* This void is implicit in C++.Dan Gohman2009-08-12
* Fix a bunch of namespace pollution.Dan Gohman2009-08-07
* llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer2009-08-03
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-11
* stat64/open64/lseek64 for the interpreterTorok Edwin2009-05-23
* Fix misplaced right parentheses.Evan Cheng2009-01-05
* Handle weak_extern in the JIT. This fixesDan Gohman2009-01-05
* Add a new flag that disables symbol lookup with dlsym when set. This allowsChris Lattner2008-06-16
* Add #includes to make some dependencies explicit.Dan Gohman2008-05-23
* Remove symbols that don't exist, remove tabs, fix comment typoChris Lattner2008-01-03
* Fix PR1873, a problem finding stat-related symbols on linux, due toChris Lattner2008-01-03
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* for consistency, allow a fallthrough if the final check returns null.Chris Lattner2007-11-28
* Make this actually work on systems that support ppc long double.Chris Lattner2007-11-27
* Unbreak all of the darwin/ppc32 JIT failures having to do Chris Lattner2007-11-27
* add a mechanism for the JIT to invoke a function to lazily create functions a...Chris Lattner2007-10-22
* llvm-gcc3 is dead, along with it __main.Chris Lattner2007-10-22
* Removing even more <iostream> includes.Bill Wendling2006-12-07
* Fix handling of asm specifiers for external globals. This unbreaks many programsChris Lattner2006-07-28
* Fix warning on linuxChris Lattner2006-07-27
* Silence some -pedantic warnings.Chris Lattner2006-06-01
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-14
* Remove trailing whitespaceMisha Brukman2005-04-21
* Be double sure about including sys/stat.h by wrapping the inclusion inReid Spencer2004-12-20
* Move the #include of sys/stat.h inside the linux "hack" for the statReid Spencer2004-12-17
* Only #include sys/stat.h if we're on linux where we have the PR274 problem.Reid Spencer2004-12-17
* Remove darwin specific majikChris Lattner2004-12-03
* Do not look here for elegance.Chris Lattner2004-12-03
* Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer2004-11-29
* Changes For Bug 352Reid Spencer2004-09-01
* Implement PR315: abort, don't warn, when missing external functions encounteredChris Lattner2004-06-01
* My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain thisBrian Gaeke2004-03-10
* Address PR274 - '[JIT] Programs cannot resolve the fstat function'Brian Gaeke2004-03-09
* No longer run atExit functions from run()Chris Lattner2003-12-26
* Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner2003-12-20
* Finegrainify namespacificationChris Lattner2003-12-08
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Change to use GetAddressOfSymbol instead of dlsym.Brian Gaeke2003-10-10
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-05
* Clean up code dealing with RTLD_SELF differences on Sparc and X86.Misha Brukman2003-07-28
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in theMisha Brukman2003-06-04
* Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.cChris Lattner2003-05-14
* Fix compilation problems with previous checking *blush*Chris Lattner2003-05-14
* Add a framework for intercepting system callsChris Lattner2003-05-14