summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/Intercept.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up code dealing with RTLD_SELF differences on Sparc and X86.Misha Brukman2003-07-281-5/+5
| | | | llvm-svn: 7362
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+1
| | | | | | system. llvm-svn: 7014
* Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in theMisha Brukman2003-06-041-0/+4
| | | | | | currently-running process. llvm-svn: 6592
* Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.cChris Lattner2003-05-141-3/+16
| | | | llvm-svn: 6193
* Fix compilation problems with previous checking *blush*Chris Lattner2003-05-141-3/+4
| | | | llvm-svn: 6191
* Add a framework for intercepting system callsChris Lattner2003-05-141-0/+52
llvm-svn: 6190
OpenPOWER on IntegriCloud