index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
JIT
/
Intercept.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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