llvm-6502/test
Chris Lattner 963a97f1a3 Fix PR2369 by making scalarrepl more careful about promoting
structures.  Its default threshold is to promote things that are
smaller than 128 bytes, which is sane.  However, it is not sane
to do this for things that turn into 128 *registers*.  Add a cap
on the number of registers introduced, defaulting to 128/4=32.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52611 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-22 17:46:21 +00:00
..
Analysis If we are checking to see if the result of a call aliases a 2008-06-16 06:19:11 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint this is unneeded now. 2008-06-16 04:25:39 +00:00
CodeGen Support for load/store of expanded float types. I 2008-06-21 17:00:47 +00:00
DebugInfo
ExecutionEngine
Feature
FrontendAda Testcase for gimplify_expr crash caused by an 2008-01-15 19:55:41 +00:00
FrontendC Fix a warning, closing PR2452 2008-06-20 05:33:29 +00:00
FrontendC++
FrontendObjC
Integer
lib Turn off llvm-gcc warnings when running "make check". 2008-06-21 20:22:58 +00:00
Linker Fix an error handling redefinition of linkonce functions where the 2008-06-20 05:29:39 +00:00
LLVMC
Other
Scripts
TableGen
Transforms Fix PR2369 by making scalarrepl more careful about promoting 2008-06-22 17:46:21 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh