Greg Clayton 1c8ef47681 Added support "__attribute__((__vector_size__(B)))" and "__attribute__((ext_vector_type(N)))".
Now we can:
1 - see the return value for functions that return types that use the "ext_vector_size"
2 - dump values that use the vector attributes ("expr $ymm0")
3 - modified the DWARF parser to correctly parse GNU vector types from the DWARF by turning them into clang::Type::ExtVector types instead of just standard arrays

llvm-svn: 178924
2013-04-05 23:27:21 +00:00
..
2012-05-08 01:45:38 +00:00
2012-04-23 17:54:40 +00:00
2013-04-03 00:04:27 +00:00
2013-02-23 01:20:07 +00:00
2012-12-04 00:32:51 +00:00
2013-02-23 01:05:23 +00:00
2013-02-01 21:38:35 +00:00
2011-11-29 19:13:38 +00:00
2013-03-13 20:50:05 +00:00
2013-03-15 19:10:12 +00:00