aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/Intercept.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removing even more <iostream> includes.Bill Wendling2006-12-071-3/+2
* Fix handling of asm specifiers for external globals. This unbreaks many programsChris Lattner2006-07-281-1/+12
* Fix warning on linuxChris Lattner2006-07-271-8/+8
* Silence some -pedantic warnings.Chris Lattner2006-06-011-4/+6
* Convert llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Be double sure about including sys/stat.h by wrapping the inclusion inReid Spencer2004-12-201-0/+3
* Move the #include of sys/stat.h inside the linux "hack" for the statReid Spencer2004-12-171-3/+1
* Only #include sys/stat.h if we're on linux where we have the PR274 problem.Reid Spencer2004-12-171-0/+2
* Remove darwin specific majikChris Lattner2004-12-031-24/+0
* Do not look here for elegance.Chris Lattner2004-12-031-0/+24
* Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer2004-11-291-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Implement PR315: abort, don't warn, when missing external functions encounteredChris Lattner2004-06-011-9/+17
* My fix for PR274 broke the build on Darwin/PPC. As I'm fairly certain thisBrian Gaeke2004-03-101-2/+4
* Address PR274 - '[JIT] Programs cannot resolve the fstat function'Brian Gaeke2004-03-091-0/+18
* No longer run atExit functions from run()Chris Lattner2003-12-261-2/+2
* Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges theChris Lattner2003-12-201-4/+4
* Finegrainify namespacificationChris Lattner2003-12-081-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Change to use GetAddressOfSymbol instead of dlsym.Brian Gaeke2003-10-101-10/+5
* Make CreateArgv part of lli rather than part of ExecutionEngine.Brian Gaeke2003-09-051-10/+15
* Clean up code dealing with RTLD_SELF differences on Sparc and X86.Misha Brukman2003-07-281-5/+5
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
* Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in theMisha Brukman2003-06-041-0/+4
* Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.cChris Lattner2003-05-141-3/+16
* Fix compilation problems with previous checking *blush*Chris Lattner2003-05-141-3/+4
* Add a framework for intercepting system callsChris Lattner2003-05-141-0/+52