Go to file
Bill Wendling 751afdc3d1 Use the 'count' attribute to calculate the upper bound of an array.
The count attribute is more accurate with regards to the size of an array. It
also obviates the upper bound attribute in the subrange. We can also better
handle an unbound array by setting the count to -1 instead of the lower bound to
1 and upper bound to 0.

llvm-svn: 169311
2012-12-04 21:33:58 +00:00
clang Use the 'count' attribute to calculate the upper bound of an array. 2012-12-04 21:33:58 +00:00
clang-tools-extra Update the #include lines of the extra tools. 2012-12-04 09:21:50 +00:00
compiler-rt tsan: output thread names 2012-12-04 15:46:05 +00:00
debuginfo-tests
libclc
libcxx [CMake] Add support for selecting which c++ abi library to use. 2012-11-30 21:02:29 +00:00
libcxxabi __list::ends_with_template was giving the wrong answer for empty lists. And __parse_unnamed_type_name wasn't properly handling the list of paramters and was not safe against incorrectly mangled lambdas (running past last). 2012-11-30 18:43:50 +00:00
lld Add library dependencies to the lld cmake build. 2012-12-04 21:09:04 +00:00
lldb In the data formatters, if we know the result 2012-12-04 20:56:04 +00:00
llvm docs: Begin Sphinxification of docs/tutorial/ 2012-12-04 21:16:41 +00:00
polly adapt cloog codegen testcases to isl 2012-12-03 21:34:09 +00:00