aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/Intercept.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-231-1/+0
* This void is implicit in C++.Dan Gohman2009-08-121-1/+1
* Fix a bunch of namespace pollution.Dan Gohman2009-08-071-0/+2
* llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer2009-08-031-1/+1
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Edwin Török2009-07-111-3/+3
* stat64/open64/lseek64 for the interpreterEdwin Török2009-05-231-1/+4
* Fix misplaced right parentheses.Evan Cheng2009-01-051-2/+2
* Handle weak_extern in the JIT. This fixesDan Gohman2009-01-051-6/+9
* Add a new flag that disables symbol lookup with dlsym when set. This allowsChris Lattner2008-06-161-33/+35
* Add #includes to make some dependencies explicit.Dan Gohman2008-05-231-0/+1
* Remove symbols that don't exist, remove tabs, fix comment typoChris Lattner2008-01-031-17/+15
* Fix PR1873, a problem finding stat-related symbols on linux, due toChris Lattner2008-01-031-9/+20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* for consistency, allow a fallthrough if the final check returns null.Chris Lattner2007-11-281-1/+2
* Make this actually work on systems that support ppc long double.Chris Lattner2007-11-271-3/+8
* Unbreak all of the darwin/ppc32 JIT failures having to do Chris Lattner2007-11-271-0/+10
* add a mechanism for the JIT to invoke a function to lazily create functions a...Chris Lattner2007-10-221-0/+5
* llvm-gcc3 is dead, along with it __main.Chris Lattner2007-10-221-12/+0
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+121