llvm-6502/test
Hal Finkel 6671cd4db0 Fix PPC ABI for ByVal structs with vector members
When a structure is passed by value, and that structure contains a vector
member, according to the PPC ABI, the structure will receive enhanced alignment
(so that the vector within the structure will always be aligned).

This should resolve PR16641.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190636 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-12 23:20:06 +00:00
..
Analysis Teach ScalarEvolution about pointer address spaces 2013-09-10 19:55:24 +00:00
Assembler
Bindings/Ocaml
Bitcode Patch provide by Tom Roeder! 2013-09-12 22:02:31 +00:00
BugPoint
CodeGen Fix PPC ABI for ByVal structs with vector members 2013-09-12 23:20:06 +00:00
DebugInfo MCObjectFileInfo.cpp: Fix a couple of possible typo(s), s/DwarfPub/DwarfGnuPub/, in r190344. 2013-09-10 06:01:56 +00:00
ExecutionEngine LLVM interpreter: added a test for insert- extract- value 2013-09-12 10:52:03 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
MC Implement asm support for a few PowerPC bookIII that are needed for assembling 2013-09-12 17:50:54 +00:00
Object
Other
TableGen
tools
Transforms Implement TTI getUnrollingPreferences for PowerPC 2013-09-11 21:20:40 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh