repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use BranchProbability instead of floating points in IfConverter.
[llvm/stm8.git]
/
lib
/
ExecutionEngine
/
JIT
/
CMakeLists.txt
blob
cefb0aedde0ba0fadff19a009f0d7d18aedc6a5d
1
# TODO: Support other architectures. See Makefile.
2
add_definitions(-DENABLE_X86_JIT)
3
4
add_llvm_library(LLVMJIT
5
Intercept.cpp
6
JIT.cpp
7
JITDebugRegisterer.cpp
8
JITDwarfEmitter.cpp
9
JITEmitter.cpp
10
JITMemoryManager.cpp
11
OProfileJITEventListener.cpp
12
)