llvm-6502/lib
Chris Lattner 540fec6b38 Refactor some code from being inline to being out in a new class with methods.
This gets rid of two gotos, which is always nice, and also adds some comments.

No functionality change, this is just a refactor.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26367 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-25 01:51:33 +00:00
..
Analysis add an assert 2006-02-14 20:14:17 +00:00
Archive
AsmParser Convert this over to work with the new makefiles 2006-02-15 07:22:58 +00:00
Bytecode
CodeGen Refactor some code from being inline to being out in a new class with methods. 2006-02-25 01:51:33 +00:00
Debugger
ExecutionEngine simplify this code now that each constant pool entry is not separately allocated 2006-02-09 04:49:59 +00:00
Linker
Support Let bugpoint work on sparc with v9 instructions enabled. 2006-02-04 05:02:27 +00:00
System
Target Fix an obvious bug exposed when we are doing 2006-02-25 01:37:02 +00:00
Transforms Fix a problem that Nate noticed that boils down to an over conservative check 2006-02-24 18:05:58 +00:00
VMCore Parse the %*# constraint modifiers 2006-02-23 23:36:53 +00:00
Makefile