llvm-6502/lib
Jakob Stoklund Olesen ba67d87fe4 getCommonSubClass() - Calculate the largest common sub-class of two register
classes.

This is implemented as a function rather than a method on TargetRegisterClass
because it is symmetric in its arguments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70512 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-30 21:23:32 +00:00
..
Analysis Add some comments, and tidy up some whitespace. 2009-04-30 20:48:53 +00:00
Archive
AsmParser
Bitcode
CodeGen Add a smarter heuristic to determine when to coalesce a virtual register with a physical one. More specifically, it avoid tying a virtual register in the loop with a physical register defined / used outside the loop. When it determines it's not profitable, it will use the physical register as the allocation preference instead. 2009-04-30 18:39:57 +00:00
CompilerDriver
Debugger
ExecutionEngine Fix the JIT bindings for ocaml. 2009-04-30 00:43:39 +00:00
Linker
Support Move helper functions for optimizing division by constant into the APInt 2009-04-30 10:15:35 +00:00
System
Target getCommonSubClass() - Calculate the largest common sub-class of two register 2009-04-30 21:23:32 +00:00
Transforms Print correct instruction in dump. 2009-04-29 22:57:20 +00:00
VMCore
Makefile