Charles Davis d69c12ecc6 Add a new function attribute, 'alignstack'. It will indicate (when the backends
implement support for it) that the stack should be forcibly realigned in the
prologue (and the process reversed in the epilogue).

llvm-svn: 95945
2010-02-12 00:31:15 +00:00
..
2009-09-05 12:38:26 +00:00
2009-08-25 15:38:29 +00:00
2010-01-09 19:24:18 +00:00
2003-04-22 18:43:23 +00:00
2008-03-01 07:38:40 +00:00
2008-12-27 08:10:46 +00:00

This directory contains test cases for individual source features of LLVM.
It is designed to make sure that the major components of LLVM support all of the
features of LLVM, for very small examples.  Entire programs should not go here.

Regression tests for individual bug fixes should go into the test/Regression dir.