Statistics
| Branch: | Revision:

root / tcg / ia64 / tcg-target.h @ 2bece2c8

History | View | Annotate | Download (4.2 kB)

# Date Author Comment
477ba620 04/01/2010 10:51 pm Aurelien Jarno

tcg: initial ia64 support

A few words about design choices:
  • On IA64, instructions should be grouped by bundle, and dependencies
    between instructions declared. A first version of this code tried to
    schedule instructions automatically, but was very complex and too...