index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
JIT
/
Intercept.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
1
-1
/
+0
*
This void is implicit in C++.
Dan Gohman
2009-08-12
1
-1
/
+1
*
Fix a bunch of namespace pollution.
Dan Gohman
2009-08-07
1
-0
/
+2
*
llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...
Benjamin Kramer
2009-08-03
1
-1
/
+1
*
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
Edwin Török
2009-07-11
1
-3
/
+3
*
stat64/open64/lseek64 for the interpreter
Edwin Török
2009-05-23
1
-1
/
+4
*
Fix misplaced right parentheses.
Evan Cheng
2009-01-05
1
-2
/
+2
*
Handle weak_extern in the JIT. This fixes
Dan Gohman
2009-01-05
1
-6
/
+9
*
Add a new flag that disables symbol lookup with dlsym when set. This allows
Chris Lattner
2008-06-16
1
-33
/
+35
*
Add #includes to make some dependencies explicit.
Dan Gohman
2008-05-23
1
-0
/
+1
*
Remove symbols that don't exist, remove tabs, fix comment typo
Chris Lattner
2008-01-03
1
-17
/
+15
*
Fix PR1873, a problem finding stat-related symbols on linux, due to
Chris Lattner
2008-01-03
1
-9
/
+20
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
for consistency, allow a fallthrough if the final check returns null.
Chris Lattner
2007-11-28
1
-1
/
+2
*
Make this actually work on systems that support ppc long double.
Chris Lattner
2007-11-27
1
-3
/
+8
*
Unbreak all of the darwin/ppc32 JIT failures having to do
Chris Lattner
2007-11-27
1
-0
/
+10
*
add a mechanism for the JIT to invoke a function to lazily create functions a...
Chris Lattner
2007-10-22
1
-0
/
+5
*
llvm-gcc3 is dead, along with it __main.
Chris Lattner
2007-10-22
1
-12
/
+0
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+121