| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
starts a program. This allows the GNU env program to compile and JIT under
LLVM.
llvm-svn: 8022
|
| |
|
|
|
|
| |
Use a FunctionPassManager instead of a PassManager.
llvm-svn: 7820
|
| |
|
|
|
|
|
|
|
| |
* No more createX86Emitter() vs. createSparcEmitter() -- there can be only one
* As a result, the memory management semantics must be handled according to
platform -- the parameters to mmap() are particularly sensitive to the host
architecture.
llvm-svn: 6527
|
| |
|
|
|
|
| |
class is actually target independent!
llvm-svn: 6517
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`lli -march=x86' or `lli -march=sparc' will forcefully select the JIT even on a
different platform. Running lli without the -march option will select the JIT
for the platform that it's currently running on.
Pro: can test Sparc JIT (debug printing mode) on X86 -- faster to compile/link
LLVM source base to test changes.
Con: Linking lli on x86 now pulls in all the Sparc libs -> longer link time
(but X86 can bear it, right?)
In the future, perhaps this should be a ./configure option to enable/disable
target JITting...
llvm-svn: 6360
|
| |
|
|
| |
llvm-svn: 6193
|
| |
|
|
|
|
| |
have an address available, but have not yet been code generated.
llvm-svn: 6059
|
| |
|
|
|
|
| |
signals to regain control from the executing code
llvm-svn: 6051
|
| |
|
|
| |
llvm-svn: 5258
|
|
|
llvm-svn: 5127
|