llvm-6502/lib/ExecutionEngine/JIT
Evan Cheng 55fc28076f - Refactor the code that resolve basic block references to a TargetJITInfo
method.
- Added synchronizeICache() to TargetJITInfo. It is called after each block
  of code is emitted to flush the icache. This ensures correct execution
  on targets that have separate dcache and icache.
- Added PPC / Mac OS X specific code to do icache flushing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29276 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-25 20:40:54 +00:00
..
Intercept.cpp Silence some -pedantic warnings. 2006-06-01 17:12:14 +00:00
JIT.cpp Fix the build on my old and busted version of OS X 2006-07-22 16:59:38 +00:00
JIT.h remove the intrinsiclowering hook 2006-03-23 05:22:51 +00:00
JITEmitter.cpp - Refactor the code that resolve basic block references to a TargetJITInfo 2006-07-25 20:40:54 +00:00
Makefile Fix library name. 2004-10-28 05:37:24 +00:00
TargetSelect.cpp remove always-null IntrinsicLowering argument. 2006-03-23 05:28:02 +00:00