1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib
Misha Brukman 5252af2728 Enabling incremental bytecode loading in the JIT:
* The VM is now constructed with a ModuleProvider

llvm-svn: 9125
2003-10-14 21:37:41 +00:00
..
Analysis Make use of "external" depth-first iterators to avoid revisiting nodes 2003-10-13 16:36:06 +00:00
AsmParser Regularize header file comments 2003-10-13 03:32:08 +00:00
Bytecode Minor cleanups 2003-10-13 14:57:53 +00:00
CodeGen Regularize header file comments 2003-10-13 03:32:08 +00:00
CWriter Do not allow fallthroughs in switch statements. This fixes PR37, 2003-10-13 20:32:04 +00:00
ExecutionEngine Enabling incremental bytecode loading in the JIT: 2003-10-14 21:37:41 +00:00
Support Substantial cleanups: 2003-10-14 21:34:11 +00:00
Target Output a contorted sequence of instructions to make sure that we don't access 2003-10-14 19:09:05 +00:00
Transforms Do not move variable sized allocations to the top of the caller, which might 2003-10-14 01:11:07 +00:00
VMCore Stop using "reverse depth first" order 2003-10-13 15:21:58 +00:00
Makefile Removed Support directory. It now lives in llvm/support/lib. 2003-09-29 16:10:43 +00:00