llvm-6502/lib
Chris Lattner 9f3d1ba9ad Fix some bugs in the freelist manipulation code.
Finally, implement ExecutionEngine::freeMachineCodeForFunction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28227 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-11 23:56:57 +00:00
..
Analysis
Archive Apply bug fix supplied by Greg Pettyjohn for a bug he found: '<invalid>' is not a legal path on Windows. 2006-05-06 23:25:53 +00:00
AsmParser
Bytecode Apply bug fix supplied by Greg Pettyjohn for a bug he found: '<invalid>' is not a legal path on Windows. 2006-05-06 23:25:53 +00:00
CodeGen Refactor scheduler code. Move register-reduction list scheduler to a 2006-05-11 23:55:42 +00:00
Debugger
ExecutionEngine Fix some bugs in the freelist manipulation code. 2006-05-11 23:56:57 +00:00
Linker
Support
System Unlike Unix, Windows won't let a file be implicitly replaced via renaming without explicit permission. 2006-05-07 02:51:51 +00:00
Target Add MOV16_rm / MOV32_rm and MOV16_mr / MOV32_mr to isLoadFromStackSlot and isStoreToStackSlot 2006-05-11 07:33:49 +00:00
Transforms Refactor some code, making it simpler. 2006-05-11 17:11:52 +00:00
VMCore Add an assertion for a common error 2006-05-10 04:32:43 +00:00
Makefile