llvm-6502/lib/ExecutionEngine
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
..
Interpreter Simplify TargetData ctor call 2006-06-16 18:24:38 +00:00
JIT - Refactor the code that resolve basic block references to a TargetJITInfo 2006-07-25 20:40:54 +00:00
ExecutionEngine.cpp LoadLibraryPermanently can theoretically throw an exception. Do not propagate 2006-05-14 19:01:55 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00