llvm/lib
Duraid Madina b0636041c8 fix stack corruption! Previously, 16-byte whole-FP-register stores were
being treated as needing only 8 bytes (though they were 16 byte aligned.)

This should fix a bunch of tests - anyone have any comments, though?

  - in Target.td , SpillSize and SpillAlignment seem dead - is this what
    Size and Alignment do now?
  - in CodeGenRegisters.h/CodeGenTarget.cpp , DeclaredSpillSize and
    DeclaredSpillAlignment seem dead.
  - there are a bunch of comments here and there that don't clearly
    distinguish between 'size' and 'spillsize' etc. hmm.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25644 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-26 09:45:03 +00:00
..
Analysis Add explicit iostream #includes 2006-01-22 23:19:18 +00:00
Archive
AsmParser regenerate 2006-01-25 22:27:16 +00:00
Bytecode add bc reader/writer support for inline asm 2006-01-25 23:08:15 +00:00
CodeGen Clean up some code; improve efficiency; and fixed a potential bug involving 2006-01-26 00:30:29 +00:00
Debugger
ExecutionEngine Add #include of <iostream> 2006-01-22 23:41:42 +00:00
Linker Rename method 2006-01-24 04:14:29 +00:00
Support Add explicit #includes of <iostream> 2006-01-22 22:53:01 +00:00
System
Target fix stack corruption! Previously, 16-byte whole-FP-register stores were 2006-01-26 09:45:03 +00:00
Transforms teach the cloner to handle inline asms 2006-01-26 01:55:22 +00:00
VMCore add method for constraint parsing 2006-01-26 02:21:59 +00:00
Makefile