From 392e4fbdd9b152efff4c051286f6b2c21270c902 Mon Sep 17 00:00:00 2001
From: Bill Wendling
Date: Wed, 18 Apr 2012 21:39:23 +0000
Subject: [PATCH] Creating release_31 branch
llvm-svn: 155059
llvm-svn: 155053
llvm-svn: 155051
---
debuginfo-tests/README.txt | 19 -
debuginfo-tests/aggregate-indirect-arg.cpp | 32 -
debuginfo-tests/block_var.m | 32 -
debuginfo-tests/blocks.m | 43 -
debuginfo-tests/ctor.cpp | 25 -
debuginfo-tests/dbg-arg.ll | 126 -
debuginfo-tests/dbg-declare.ll | 263 -
debuginfo-tests/dbg-declare2.ll | 264 -
debuginfo-tests/foreach.m | 31 -
debuginfo-tests/forward-declare-class.cpp | 24 -
debuginfo-tests/local-var.ll | 109 -
debuginfo-tests/local-var2.ll | 109 -
debuginfo-tests/nested-struct.cpp | 21 -
debuginfo-tests/sret.cpp | 71 -
debuginfo-tests/unused-boolean-arg.ll | 84 -
libclc/CREDITS.TXT | 2 -
libclc/LICENSE.TXT | 64 -
libclc/README.TXT | 37 -
libclc/build/metabuild.py | 91 -
libclc/build/ninja_syntax.py | 110 -
libclc/compile-test.sh | 3 -
libclc/configure.py | 133 -
libclc/generic/include/clc/as_type.h | 53 -
libclc/generic/include/clc/clc.h | 57 -
libclc/generic/include/clc/clcfunc.h | 4 -
libclc/generic/include/clc/clcmacro.h | 42 -
libclc/generic/include/clc/clctypes.h | 74 -
libclc/generic/include/clc/gentype.inc | 51 -
libclc/generic/include/clc/geometric/cross.h | 2 -
.../generic/include/clc/geometric/distance.h | 2 -
libclc/generic/include/clc/geometric/dot.h | 2 -
.../generic/include/clc/geometric/floatn.inc | 35 -
libclc/generic/include/clc/geometric/length.h | 2 -
.../generic/include/clc/geometric/length.inc | 1 -
.../generic/include/clc/geometric/normalize.h | 2 -
.../include/clc/geometric/normalize.inc | 1 -
libclc/generic/include/clc/integer/abs.h | 2 -
libclc/generic/include/clc/integer/abs.inc | 1 -
libclc/generic/include/clc/integer/abs_diff.h | 2 -
.../generic/include/clc/integer/abs_diff.inc | 1 -
libclc/generic/include/clc/integer/add_sat.h | 2 -
.../generic/include/clc/integer/add_sat.inc | 1 -
.../generic/include/clc/integer/gentype.inc | 385 -
libclc/generic/include/clc/math/cos.h | 6 -
libclc/generic/include/clc/math/native_cos.h | 1 -
.../generic/include/clc/math/native_divide.h | 1 -
libclc/generic/include/clc/math/native_sin.h | 1 -
libclc/generic/include/clc/math/native_sqrt.h | 1 -
libclc/generic/include/clc/math/sin.h | 6 -
libclc/generic/include/clc/math/sqrt.h | 6 -
.../generic/include/clc/math/unary_decl.inc | 1 -
.../generic/include/clc/math/unary_intrin.inc | 18 -
.../generic/include/clc/relational/select.h | 1 -
.../clc/synchronization/cl_mem_fence_flags.h | 4 -
libclc/generic/lib/SOURCES | 8 -
libclc/generic/lib/geometric/cross.cl | 11 -
libclc/generic/lib/geometric/dot.cl | 17 -
libclc/generic/lib/geometric/length.cl | 4 -
libclc/generic/lib/geometric/length.inc | 3 -
libclc/generic/lib/geometric/normalize.cl | 4 -
libclc/generic/lib/geometric/normalize.inc | 3 -
libclc/generic/lib/integer/abs.cl | 4 -
libclc/generic/lib/integer/abs.inc | 3 -
libclc/generic/lib/integer/abs_diff.cl | 4 -
libclc/generic/lib/integer/abs_diff.inc | 3 -
libclc/generic/lib/integer/add_sat.cl | 52 -
libclc/generic/lib/integer/add_sat.ll | 55 -
libclc/generic/lib/integer/add_sat_impl.ll | 83 -
.../include/clc/synchronization/barrier.h | 6 -
.../include/clc/workitem/get_global_id.h | 8 -
.../include/clc/workitem/get_global_size.h | 8 -
.../include/clc/workitem/get_group_id.h | 8 -
.../include/clc/workitem/get_local_id.h | 8 -
.../include/clc/workitem/get_local_size.h | 8 -
.../include/clc/workitem/get_num_groups.h | 8 -
libclc/ptx-nvidiacl/lib/SOURCES | 0
libclc/ptx/lib/SOURCES | 1 -
libclc/ptx/lib/integer/add_sat.ll | 55 -
libclc/test/cos.cl | 3 -
libclc/test/cross.cl | 3 -
libclc/test/get_group_id.cl | 3 -
libclc/utils/prepare-builtins.cpp | 81 -
libclc/www/index.html | 55 -
libcxx/CMakeLists.txt | 159 -
libcxx/CREDITS.TXT | 49 -
libcxx/LICENSE.TXT | 76 -
libcxx/Makefile | 55 -
libcxx/cmake/Modules/GetTriple.cmake | 53 -
.../Modules/MacroEnsureOutOfSourceBuild.cmake | 18 -
libcxx/cmake/config-ix.cmake | 38 -
libcxx/include/__bit_reference | 1248 -
libcxx/include/__config | 445 -
libcxx/include/__debug | 191 -
libcxx/include/__functional_03 | 2130 --
libcxx/include/__functional_base | 437 -
libcxx/include/__functional_base_03 | 1087 -
libcxx/include/__hash_table | 1920 -
libcxx/include/__locale | 1426 -
libcxx/include/__mutex_base | 439 -
libcxx/include/__split_buffer | 654 -
libcxx/include/__sso_allocator | 77 -
libcxx/include/__std_stream | 317 -
libcxx/include/__tree | 2293 --
libcxx/include/__tuple | 296 -
libcxx/include/__tuple_03 | 27 -
libcxx/include/__undef_min_max | 19 -
libcxx/include/algorithm | 5401 ---
libcxx/include/array | 338 -
libcxx/include/atomic | 1515 -
libcxx/include/bitset | 1050 -
libcxx/include/cassert | 25 -
libcxx/include/ccomplex | 29 -
libcxx/include/cctype | 164 -
libcxx/include/cerrno | 393 -
libcxx/include/cfenv | 82 -
libcxx/include/cfloat | 78 -
libcxx/include/chrono | 875 -
libcxx/include/cinttypes | 259 -
libcxx/include/ciso646 | 25 -
libcxx/include/climits | 48 -
libcxx/include/clocale | 53 -
libcxx/include/cmath | 1668 -
libcxx/include/codecvt | 547 -
libcxx/include/complex | 1520 -
libcxx/include/complex.h | 35 -
libcxx/include/condition_variable | 256 -
libcxx/include/csetjmp | 52 -
libcxx/include/csignal | 58 -
libcxx/include/cstdarg | 48 -
libcxx/include/cstdbool | 32 -
libcxx/include/cstddef | 103 -
libcxx/include/cstdint | 191 -
libcxx/include/cstdio | 163 -
libcxx/include/cstdlib | 150 -
libcxx/include/cstring | 112 -
libcxx/include/ctgmath | 29 -
libcxx/include/ctime | 72 -
libcxx/include/cwchar | 204 -
libcxx/include/cwctype | 213 -
libcxx/include/deque | 2844 --
libcxx/include/exception | 250 -
libcxx/include/ext/__hash | 46 -
libcxx/include/ext/hash_map | 1003 -
libcxx/include/ext/hash_set | 657 -
libcxx/include/forward_list | 1636 -
libcxx/include/fstream | 1398 -
libcxx/include/functional | 2020 --
libcxx/include/future | 2501 --
libcxx/include/initializer_list | 105 -
libcxx/include/iomanip | 504 -
libcxx/include/ios | 986 -
libcxx/include/iosfwd | 194 -
libcxx/include/iostream | 60 -
libcxx/include/istream | 1712 -
libcxx/include/iterator | 1805 -
libcxx/include/limits | 621 -
libcxx/include/list | 2275 --
libcxx/include/locale | 4524 ---
libcxx/include/map | 1935 -
libcxx/include/memory | 5294 ---
libcxx/include/mutex | 564 -
libcxx/include/new | 117 -
libcxx/include/numeric | 197 -
libcxx/include/ostream | 1295 -
libcxx/include/queue | 715 -
libcxx/include/random | 6625 ----
libcxx/include/ratio | 487 -
libcxx/include/regex | 6414 ----
libcxx/include/scoped_allocator | 578 -
libcxx/include/set | 1025 -
libcxx/include/sstream | 888 -
libcxx/include/stack | 290 -
libcxx/include/stdexcept | 162 -
libcxx/include/streambuf | 564 -
libcxx/include/string | 3984 ---
libcxx/include/strstream | 400 -
.../include/support/solaris/floatingpoint.h | 5 -
libcxx/include/support/solaris/wchar.h | 38 -
libcxx/include/support/solaris/xlocale.h | 146 -
libcxx/include/support/win32/limits_win32.h | 79 -
libcxx/include/support/win32/locale_win32.h | 116 -
libcxx/include/support/win32/math_win32.h | 113 -
libcxx/include/support/win32/support.h | 115 -
libcxx/include/system_error | 636 -
libcxx/include/tgmath.h | 29 -
libcxx/include/thread | 447 -
libcxx/include/tuple | 1054 -
libcxx/include/type_traits | 3121 --
libcxx/include/typeindex | 103 -
libcxx/include/typeinfo | 124 -
libcxx/include/unordered_map | 1847 -
libcxx/include/unordered_set | 1144 -
libcxx/include/utility | 587 -
libcxx/include/valarray | 4775 ---
libcxx/include/vector | 3171 --
libcxx/lib/CMakeLists.txt | 66 -
libcxx/lib/buildit | 125 -
libcxx/lib/libc++abi.exp | 159 -
libcxx/lib/libc++abi2.exp | 310 -
libcxx/lib/libc++sjlj-abi.exp | 159 -
libcxx/lib/libc++unexp.exp | 19 -
libcxx/lib/notweak.exp | 5 -
libcxx/lib/weak.exp | 16 -
libcxx/src/algorithm.cpp | 83 -
libcxx/src/bind.cpp | 30 -
libcxx/src/chrono.cpp | 128 -
libcxx/src/condition_variable.cpp | 69 -
libcxx/src/debug.cpp | 484 -
libcxx/src/exception.cpp | 221 -
libcxx/src/future.cpp | 285 -
libcxx/src/hash.cpp | 560 -
libcxx/src/ios.cpp | 455 -
libcxx/src/iostream.cpp | 66 -
libcxx/src/locale.cpp | 6017 ----
libcxx/src/memory.cpp | 165 -
libcxx/src/mutex.cpp | 249 -
libcxx/src/new.cpp | 196 -
libcxx/src/random.cpp | 48 -
libcxx/src/regex.cpp | 325 -
libcxx/src/stdexcept.cpp | 187 -
libcxx/src/string.cpp | 679 -
libcxx/src/strstream.cpp | 327 -
libcxx/src/support/solaris/README | 4 -
libcxx/src/support/solaris/mbsnrtowcs.inc | 76 -
libcxx/src/support/solaris/wcsnrtombs.inc | 93 -
libcxx/src/support/solaris/xlocale.c | 245 -
libcxx/src/support/win32/locale_win32.cpp | 94 -
libcxx/src/support/win32/support.cpp | 70 -
libcxx/src/system_error.cpp | 201 -
libcxx/src/thread.cpp | 183 -
libcxx/src/typeinfo.cpp | 53 -
libcxx/src/utility.cpp | 17 -
libcxx/src/valarray.cpp | 54 -
libcxx/test/CMakeLists.txt | 44 -
.../alg.c.library/tested_elsewhere.pass.cpp | 12 -
.../alg.copy/copy.pass.cpp | 73 -
.../alg.copy/copy_backward.pass.cpp | 51 -
.../alg.copy/copy_if.pass.cpp | 80 -
.../alg.copy/copy_n.pass.cpp | 73 -
.../alg.fill/fill.pass.cpp | 59 -
.../alg.fill/fill_n.pass.cpp | 59 -
.../alg.generate/generate.pass.cpp | 47 -
.../alg.generate/generate_n.pass.cpp | 47 -
.../alg.move/move.pass.cpp | 134 -
.../alg.move/move_backward.pass.cpp | 88 -
.../alg.partitions/is_partitioned.pass.cpp | 58 -
.../alg.partitions/partition.pass.cpp | 104 -
.../alg.partitions/partition_copy.pass.cpp | 50 -
.../alg.partitions/partition_point.pass.cpp | 76 -
.../alg.partitions/stable_partition.pass.cpp | 314 -
.../random_shuffle.pass.cpp | 30 -
.../random_shuffle_rand.pass.cpp | 37 -
.../random_shuffle_urng.pass.cpp | 31 -
.../alg.remove/remove.pass.cpp | 83 -
.../alg.remove/remove_copy.pass.cpp | 70 -
.../alg.remove/remove_copy_if.pass.cpp | 73 -
.../alg.remove/remove_if.pass.cpp | 92 -
.../alg.replace/replace.pass.cpp | 44 -
.../alg.replace/replace_copy.pass.cpp | 72 -
.../alg.replace/replace_copy_if.pass.cpp | 74 -
.../alg.replace/replace_if.pass.cpp | 45 -
.../alg.reverse/reverse.pass.cpp | 60 -
.../alg.reverse/reverse_copy.pass.cpp | 81 -
.../alg.rotate/rotate.pass.cpp | 439 -
.../alg.rotate/rotate_copy.pass.cpp | 134 -
.../alg.swap/iter_swap.pass.cpp | 27 -
.../alg.swap/swap_ranges.pass.cpp | 110 -
.../alg.transform/binary_transform.pass.cpp | 217 -
.../alg.transform/unary_transform.pass.cpp | 77 -
.../alg.unique/unique.pass.cpp | 189 -
.../alg.unique/unique_copy.pass.cpp | 125 -
.../alg.unique/unique_copy_pred.pass.cpp | 152 -
.../alg.unique/unique_pred.pass.cpp | 231 -
.../nothing_to_do.pass.cpp | 12 -
.../alg.adjacent.find/adjacent_find.pass.cpp | 35 -
.../adjacent_find_pred.pass.cpp | 39 -
.../alg.all_of/all_of.pass.cpp | 47 -
.../alg.any_of/any_of.pass.cpp | 55 -
.../alg.nonmodifying/alg.count/count.pass.cpp | 32 -
.../alg.count/count_if.pass.cpp | 36 -
.../alg.nonmodifying/alg.equal/equal.pass.cpp | 33 -
.../alg.equal/equal_pred.pass.cpp | 37 -
.../alg.find.end/find_end.pass.cpp | 57 -
.../alg.find.end/find_end_pred.pass.cpp | 86 -
.../alg.find.first.of/find_first_of.pass.cpp | 49 -
.../find_first_of_pred.pass.cpp | 55 -
.../alg.nonmodifying/alg.find/find.pass.cpp | 31 -
.../alg.find/find_if.pass.cpp | 35 -
.../alg.find/find_if_not.pass.cpp | 35 -
.../alg.foreach/test.pass.cpp | 39 -
.../is_permutation.pass.cpp | 325 -
.../is_permutation_pred.pass.cpp | 364 -
.../alg.none_of/none_of.pass.cpp | 55 -
.../alg.search/search.pass.cpp | 72 -
.../alg.search/search_pred.pass.cpp | 111 -
.../mismatch/mismatch.pass.cpp | 34 -
.../mismatch/mismatch_pred.pass.cpp | 39 -
.../alg.nonmodifying/nothing_to_do.pass.cpp | 12 -
.../binary.search/binary_search.pass.cpp | 63 -
.../binary.search/binary_search_comp.pass.cpp | 64 -
.../equal.range/equal_range.pass.cpp | 69 -
.../equal.range/equal_range_comp.pass.cpp | 70 -
.../lower.bound/lower_bound.pass.cpp | 64 -
.../lower.bound/lower_bound_comp.pass.cpp | 65 -
.../alg.binary.search/nothing_to_do.pass.cpp | 12 -
.../upper.bound/upper_bound.pass.cpp | 64 -
.../upper.bound/upper_bound_comp.pass.cpp | 65 -
.../is.heap/is_heap.pass.cpp | 521 -
.../is.heap/is_heap_comp.pass.cpp | 522 -
.../is.heap/is_heap_until.pass.cpp | 521 -
.../is.heap/is_heap_until_comp.pass.cpp | 522 -
.../make.heap/make_heap.pass.cpp | 39 -
.../make.heap/make_heap_comp.pass.cpp | 64 -
.../nothing_to_do.pass.cpp | 12 -
.../pop.heap/pop_heap.pass.cpp | 39 -
.../pop.heap/pop_heap_comp.pass.cpp | 68 -
.../push.heap/push_heap.pass.cpp | 38 -
.../push.heap/push_heap_comp.pass.cpp | 66 -
.../sort.heap/sort_heap.pass.cpp | 40 -
.../sort.heap/sort_heap_comp.pass.cpp | 66 -
.../lexicographical_compare.pass.cpp | 69 -
.../lexicographical_compare_comp.pass.cpp | 73 -
.../alg.merge/inplace_merge.pass.cpp | 79 -
.../alg.merge/inplace_merge_comp.pass.cpp | 112 -
.../alg.sorting/alg.merge/merge.pass.cpp | 222 -
.../alg.sorting/alg.merge/merge_comp.pass.cpp | 227 -
.../alg.sorting/alg.min.max/max.pass.cpp | 46 -
.../alg.sorting/alg.min.max/max_comp.pass.cpp | 48 -
.../alg.min.max/max_element.pass.cpp | 66 -
.../alg.min.max/max_element_comp.pass.cpp | 67 -
.../alg.min.max/max_init_list.pass.cpp | 35 -
.../alg.min.max/max_init_list_comp.pass.cpp | 36 -
.../alg.sorting/alg.min.max/min.pass.cpp | 46 -
.../alg.sorting/alg.min.max/min_comp.pass.cpp | 48 -
.../alg.min.max/min_element.pass.cpp | 66 -
.../alg.min.max/min_element_comp.pass.cpp | 67 -
.../alg.min.max/min_init_list.pass.cpp | 35 -
.../alg.min.max/min_init_list_comp.pass.cpp | 36 -
.../alg.sorting/alg.min.max/minmax.pass.cpp | 48 -
.../alg.min.max/minmax_comp.pass.cpp | 50 -
.../alg.min.max/minmax_element.pass.cpp | 83 -
.../alg.min.max/minmax_element_comp.pass.cpp | 88 -
.../alg.min.max/minmax_init_list.pass.cpp | 29 -
.../minmax_init_list_comp.pass.cpp | 30 -
.../alg.nth.element/nth_element.pass.cpp | 62 -
.../alg.nth.element/nth_element_comp.pass.cpp | 85 -
.../next_permutation.pass.cpp | 66 -
.../next_permutation_comp.pass.cpp | 68 -
.../prev_permutation.pass.cpp | 66 -
.../prev_permutation_comp.pass.cpp | 68 -
.../includes/includes.pass.cpp | 84 -
.../includes/includes_comp.pass.cpp | 85 -
.../alg.set.operations/nothing_to_do.pass.cpp | 12 -
.../set.difference/set_difference.pass.cpp | 200 -
.../set_difference_comp.pass.cpp | 202 -
.../set_intersection.pass.cpp | 198 -
.../set_intersection_comp.pass.cpp | 200 -
.../set_symmetric_difference.pass.cpp | 199 -
.../set_symmetric_difference_comp.pass.cpp | 203 -
.../set.union/set_union.pass.cpp | 198 -
.../set.union/set_union_comp.pass.cpp | 200 -
.../alg.sort/is.sorted/is_sorted.pass.cpp | 183 -
.../is.sorted/is_sorted_comp.pass.cpp | 184 -
.../is.sorted/is_sorted_until.pass.cpp | 183 -
.../is.sorted/is_sorted_until_comp.pass.cpp | 184 -
.../alg.sort/nothing_to_do.pass.cpp | 12 -
.../partial_sort_copy.pass.cpp | 86 -
.../partial_sort_copy_comp.pass.cpp | 90 -
.../partial.sort/partial_sort.pass.cpp | 63 -
.../partial.sort/partial_sort_comp.pass.cpp | 87 -
.../alg.sorting/alg.sort/sort/sort.pass.cpp | 150 -
.../alg.sort/sort/sort_comp.pass.cpp | 57 -
.../alg.sort/stable.sort/stable_sort.pass.cpp | 150 -
.../stable.sort/stable_sort_comp.pass.cpp | 83 -
.../alg.sorting/nothing_to_do.pass.cpp | 12 -
.../algorithms.general/nothing_to_do.pass.cpp | 12 -
libcxx/test/algorithms/iterators.h | 314 -
libcxx/test/algorithms/version.pass.cpp | 20 -
.../atomic_signal_fence.pass.cpp | 19 -
.../atomic_thread_fence.pass.cpp | 19 -
.../atomics.flag/atomic_flag_clear.pass.cpp | 34 -
.../atomic_flag_clear_explicit.pass.cpp | 58 -
.../atomic_flag_test_and_set.pass.cpp | 34 -
...atomic_flag_test_and_set_explicit.pass.cpp | 94 -
.../test/atomics/atomics.flag/clear.pass.cpp | 70 -
.../atomics/atomics.flag/copy_assign.fail.cpp | 24 -
.../atomics/atomics.flag/copy_ctor.fail.cpp | 23 -
.../copy_volatile_assign.fail.cpp | 24 -
.../atomics/atomics.flag/default.pass.cpp | 22 -
.../test/atomics/atomics.flag/init.pass.cpp | 23 -
.../atomics.flag/test_and_set.pass.cpp | 106 -
.../atomics.general/nothing_to_do.pass.cpp | 13 -
.../atomics.lockfree/lockfree.pass.cpp | 50 -
.../atomics.order/kill_dependency.pass.cpp | 21 -
.../atomics.order/memory_order.pass.cpp | 31 -
.../atomics.syn/nothing_to_do.pass.cpp | 13 -
.../atomics.types.generic/address.pass.cpp | 126 -
.../atomics.types.generic/bool.pass.cpp | 165 -
.../cstdint_typedefs.pass.cpp | 66 -
.../atomics.types.generic/integral.pass.cpp | 191 -
.../integral_typedefs.pass.cpp | 48 -
.../nothing_to_do.pass.cpp | 13 -
.../nothing_to_do.pass.cpp | 13 -
.../nothing_to_do.pass.cpp | 13 -
.../atomic_compare_exchange_strong.pass.cpp | 84 -
..._compare_exchange_strong_explicit.pass.cpp | 91 -
.../atomic_compare_exchange_weak.pass.cpp | 84 -
...ic_compare_exchange_weak_explicit.pass.cpp | 91 -
.../atomic_exchange.pass.cpp | 69 -
.../atomic_exchange_explicit.pass.cpp | 71 -
.../atomic_fetch_add.pass.cpp | 107 -
.../atomic_fetch_add_explicit.pass.cpp | 111 -
.../atomic_fetch_and.pass.cpp | 61 -
.../atomic_fetch_and_explicit.pass.cpp | 63 -
.../atomic_fetch_or.pass.cpp | 61 -
.../atomic_fetch_or_explicit.pass.cpp | 63 -
.../atomic_fetch_sub.pass.cpp | 107 -
.../atomic_fetch_sub_explicit.pass.cpp | 112 -
.../atomic_fetch_xor.pass.cpp | 61 -
.../atomic_fetch_xor_explicit.pass.cpp | 63 -
.../atomic_init.pass.cpp | 67 -
.../atomic_is_lock_free.pass.cpp | 59 -
.../atomic_load.pass.cpp | 67 -
.../atomic_load_explicit.pass.cpp | 67 -
.../atomic_store.pass.cpp | 67 -
.../atomic_store_explicit.pass.cpp | 67 -
.../atomic_var_init.pass.cpp | 21 -
.../nothing_to_do.pass.cpp | 13 -
.../nothing_to_do.pass.cpp | 13 -
libcxx/test/atomics/version.pass.cpp | 20 -
libcxx/test/containers/Copyable.h | 9 -
libcxx/test/containers/DefaultOnly.h | 26 -
libcxx/test/containers/Emplaceable.h | 45 -
libcxx/test/containers/MoveOnly.h | 41 -
libcxx/test/containers/NotConstructible.h | 30 -
.../associative/map/map.access/at.pass.cpp | 86 -
.../associative/map/map.access/empty.pass.cpp | 28 -
.../map/map.access/index_key.pass.cpp | 44 -
.../map/map.access/index_rv_key.pass.cpp | 38 -
.../map/map.access/iterator.pass.cpp | 120 -
.../map/map.access/max_size.pass.cpp | 24 -
.../associative/map/map.access/size.pass.cpp | 36 -
.../associative/map/map.cons/alloc.pass.cpp | 29 -
.../map.cons/assign_initializer_list.pass.cpp | 45 -
.../associative/map/map.cons/compare.pass.cpp | 28 -
.../map/map.cons/compare_alloc.pass.cpp | 31 -
.../associative/map/map.cons/copy.pass.cpp | 94 -
.../map/map.cons/copy_alloc.pass.cpp | 56 -
.../map/map.cons/copy_assign.pass.cpp | 94 -
.../associative/map/map.cons/default.pass.cpp | 24 -
.../map/map.cons/default_noexcept.pass.cpp | 53 -
.../map/map.cons/default_recursive.pass.cpp | 25 -
.../map/map.cons/dtor_noexcept.pass.cpp | 51 -
.../map/map.cons/initializer_list.pass.cpp | 41 -
.../initializer_list_compare.pass.cpp | 43 -
.../initializer_list_compare_alloc.pass.cpp | 46 -
.../map/map.cons/iter_iter.pass.cpp | 41 -
.../map/map.cons/iter_iter_comp.pass.cpp | 45 -
.../map.cons/iter_iter_comp_alloc.pass.cpp | 49 -
.../associative/map/map.cons/move.pass.cpp | 72 -
.../map/map.cons/move_alloc.pass.cpp | 144 -
.../map/map.cons/move_assign.pass.cpp | 147 -
.../map.cons/move_assign_noexcept.pass.cpp | 53 -
.../map/map.cons/move_noexcept.pass.cpp | 51 -
.../map/map.modifiers/clear.pass.cpp | 40 -
.../map/map.modifiers/emplace.pass.cpp | 89 -
.../map/map.modifiers/emplace_hint.pass.cpp | 82 -
.../map/map.modifiers/erase_iter.pass.cpp | 127 -
.../map.modifiers/erase_iter_iter.pass.cpp | 87 -
.../map/map.modifiers/erase_key.pass.cpp | 146 -
.../map/map.modifiers/insert_cv.pass.cpp | 53 -
.../insert_initializer_list.pass.cpp | 43 -
.../map/map.modifiers/insert_iter_cv.pass.cpp | 49 -
.../map.modifiers/insert_iter_iter.pass.cpp | 49 -
.../map/map.modifiers/insert_iter_rv.pass.cpp | 55 -
.../map/map.modifiers/insert_rv.pass.cpp | 58 -
.../associative/map/map.ops/count.pass.cpp | 56 -
.../map/map.ops/equal_range.pass.cpp | 156 -
.../associative/map/map.ops/find.pass.cpp | 90 -
.../map/map.ops/lower_bound.pass.cpp | 122 -
.../map/map.ops/upper_bound.pass.cpp | 122 -
.../map/map.special/member_swap.pass.cpp | 107 -
.../map/map.special/non_member_swap.pass.cpp | 179 -
.../map/map.special/swap_noexcept.pass.cpp | 60 -
.../containers/associative/map/types.pass.cpp | 48 -
.../associative/map/version.pass.cpp | 20 -
.../associative/multimap/empty.pass.cpp | 28 -
.../associative/multimap/iterator.pass.cpp | 122 -
.../associative/multimap/max_size.pass.cpp | 24 -
.../multimap/multimap.cons/alloc.pass.cpp | 29 -
.../assign_initializer_list.pass.cpp | 50 -
.../multimap/multimap.cons/compare.pass.cpp | 28 -
.../multimap.cons/compare_alloc.pass.cpp | 31 -
.../multimap/multimap.cons/copy.pass.cpp | 76 -
.../multimap.cons/copy_alloc.pass.cpp | 47 -
.../multimap.cons/copy_assign.pass.cpp | 76 -
.../multimap/multimap.cons/default.pass.cpp | 24 -
.../multimap.cons/default_noexcept.pass.cpp | 53 -
.../multimap.cons/dtor_noexcept.pass.cpp | 51 -
.../multimap.cons/initializer_list.pass.cpp | 49 -
.../initializer_list_compare.pass.cpp | 54 -
.../initializer_list_compare_alloc.pass.cpp | 57 -
.../multimap/multimap.cons/iter_iter.pass.cpp | 47 -
.../multimap.cons/iter_iter_comp.pass.cpp | 52 -
.../iter_iter_comp_alloc.pass.cpp | 55 -
.../multimap/multimap.cons/move.pass.cpp | 78 -
.../multimap.cons/move_alloc.pass.cpp | 144 -
.../multimap.cons/move_assign.pass.cpp | 147 -
.../move_assign_noexcept.pass.cpp | 53 -
.../multimap.cons/move_noexcept.pass.cpp | 51 -
.../multimap.modifiers/clear.pass.cpp | 40 -
.../multimap.modifiers/emplace.pass.cpp | 82 -
.../multimap.modifiers/emplace_hint.pass.cpp | 82 -
.../multimap.modifiers/erase_iter.pass.cpp | 148 -
.../erase_iter_iter.pass.cpp | 87 -
.../multimap.modifiers/erase_key.pass.cpp | 84 -
.../multimap.modifiers/insert_cv.pass.cpp | 49 -
.../insert_initializer_list.pass.cpp | 53 -
.../insert_iter_cv.pass.cpp | 49 -
.../insert_iter_iter.pass.cpp | 61 -
.../insert_iter_rv.pass.cpp | 55 -
.../multimap.modifiers/insert_rv.pass.cpp | 54 -
.../multimap/multimap.ops/count.pass.cpp | 53 -
.../multimap.ops/equal_range.pass.cpp | 98 -
.../multimap/multimap.ops/find.pass.cpp | 80 -
.../multimap.ops/lower_bound.pass.cpp | 84 -
.../multimap.ops/upper_bound.pass.cpp | 84 -
.../multimap.special/member_swap.pass.cpp | 107 -
.../multimap.special/non_member_swap.pass.cpp | 179 -
.../multimap.special/swap_noexcept.pass.cpp | 60 -
.../associative/multimap/size.pass.cpp | 36 -
.../associative/multimap/types.pass.cpp | 48 -
.../associative/multiset/clear.pass.cpp | 40 -
.../associative/multiset/count.pass.cpp | 53 -
.../associative/multiset/emplace.pass.cpp | 71 -
.../multiset/emplace_hint.pass.cpp | 71 -
.../associative/multiset/empty.pass.cpp | 28 -
.../associative/multiset/equal_range.pass.cpp | 98 -
.../associative/multiset/erase_iter.pass.cpp | 99 -
.../multiset/erase_iter_iter.pass.cpp | 79 -
.../associative/multiset/erase_key.pass.cpp | 73 -
.../associative/multiset/find.pass.cpp | 90 -
.../associative/multiset/insert_cv.pass.cpp | 45 -
.../multiset/insert_initializer_list.pass.cpp | 38 -
.../multiset/insert_iter_cv.pass.cpp | 45 -
.../multiset/insert_iter_iter.pass.cpp | 53 -
.../multiset/insert_iter_rv.pass.cpp | 49 -
.../associative/multiset/insert_rv.pass.cpp | 49 -
.../associative/multiset/iterator.pass.cpp | 114 -
.../associative/multiset/lower_bound.pass.cpp | 84 -
.../associative/multiset/max_size.pass.cpp | 24 -
.../multiset/multiset.cons/alloc.pass.cpp | 29 -
.../assign_initializer_list.pass.cpp | 36 -
.../multiset/multiset.cons/compare.pass.cpp | 28 -
.../multiset.cons/compare_alloc.pass.cpp | 31 -
.../multiset/multiset.cons/copy.pass.cpp | 118 -
.../multiset.cons/copy_alloc.pass.cpp | 68 -
.../multiset.cons/copy_assign.pass.cpp | 118 -
.../multiset/multiset.cons/default.pass.cpp | 24 -
.../multiset.cons/default_noexcept.pass.cpp | 53 -
.../multiset.cons/dtor_noexcept.pass.cpp | 51 -
.../multiset.cons/initializer_list.pass.cpp | 35 -
.../initializer_list_compare.pass.cpp | 38 -
.../initializer_list_compare_alloc.pass.cpp | 41 -
.../multiset/multiset.cons/iter_iter.pass.cpp | 50 -
.../multiset.cons/iter_iter_alloc.pass.cpp | 58 -
.../multiset.cons/iter_iter_comp.pass.cpp | 53 -
.../multiset/multiset.cons/move.pass.cpp | 79 -
.../multiset.cons/move_alloc.pass.cpp | 141 -
.../multiset.cons/move_assign.pass.cpp | 144 -
.../move_assign_noexcept.pass.cpp | 53 -
.../multiset.cons/move_noexcept.pass.cpp | 51 -
.../multiset.special/member_swap.pass.cpp | 107 -
.../multiset.special/non_member_swap.pass.cpp | 177 -
.../multiset.special/swap_noexcept.pass.cpp | 60 -
.../associative/multiset/size.pass.cpp | 36 -
.../associative/multiset/types.pass.cpp | 48 -
.../associative/multiset/upper_bound.pass.cpp | 84 -
.../containers/associative/set/clear.pass.cpp | 40 -
.../containers/associative/set/count.pass.cpp | 56 -
.../associative/set/emplace.pass.cpp | 77 -
.../associative/set/emplace_hint.pass.cpp | 71 -
.../containers/associative/set/empty.pass.cpp | 28 -
.../associative/set/equal_range.pass.cpp | 156 -
.../associative/set/erase_iter.pass.cpp | 99 -
.../associative/set/erase_iter_iter.pass.cpp | 79 -
.../associative/set/erase_key.pass.cpp | 110 -
.../containers/associative/set/find.pass.cpp | 90 -
.../associative/set/insert_cv.pass.cpp | 49 -
.../set/insert_initializer_list.pass.cpp | 38 -
.../associative/set/insert_iter_cv.pass.cpp | 45 -
.../associative/set/insert_iter_iter.pass.cpp | 47 -
.../associative/set/insert_iter_rv.pass.cpp | 49 -
.../associative/set/insert_rv.pass.cpp | 53 -
.../associative/set/iterator.pass.cpp | 112 -
.../associative/set/lower_bound.pass.cpp | 122 -
.../associative/set/max_size.pass.cpp | 24 -
.../associative/set/set.cons/alloc.pass.cpp | 29 -
.../set.cons/assign_initializer_list.pass.cpp | 36 -
.../associative/set/set.cons/compare.pass.cpp | 28 -
.../set/set.cons/compare_alloc.pass.cpp | 31 -
.../associative/set/set.cons/copy.pass.cpp | 94 -
.../set/set.cons/copy_alloc.pass.cpp | 56 -
.../set/set.cons/copy_assign.pass.cpp | 94 -
.../associative/set/set.cons/default.pass.cpp | 24 -
.../set/set.cons/default_noexcept.pass.cpp | 53 -
.../set/set.cons/dtor_noexcept.pass.cpp | 51 -
.../set/set.cons/initializer_list.pass.cpp | 35 -
.../initializer_list_compare.pass.cpp | 38 -
.../initializer_list_compare_alloc.pass.cpp | 41 -
.../set/set.cons/iter_iter.pass.cpp | 44 -
.../set/set.cons/iter_iter_alloc.pass.cpp | 52 -
.../set/set.cons/iter_iter_comp.pass.cpp | 47 -
.../associative/set/set.cons/move.pass.cpp | 73 -
.../set/set.cons/move_alloc.pass.cpp | 141 -
.../set/set.cons/move_assign.pass.cpp | 144 -
.../set.cons/move_assign_noexcept.pass.cpp | 53 -
.../set/set.cons/move_noexcept.pass.cpp | 51 -
.../set/set.special/member_swap.pass.cpp | 107 -
.../set/set.special/non_member_swap.pass.cpp | 177 -
.../set/set.special/swap_noexcept.pass.cpp | 60 -
.../containers/associative/set/size.pass.cpp | 36 -
.../containers/associative/set/types.pass.cpp | 48 -
.../associative/set/upper_bound.pass.cpp | 122 -
.../associative/set/version.pass.cpp | 20 -
.../tree_balance_after_insert.pass.cpp | 1616 -
.../associative/tree_left_rotate.pass.cpp | 98 -
.../associative/tree_remove.pass.cpp | 1648 -
.../associative/tree_right_rotate.pass.cpp | 98 -
.../container.adaptors/nothing_to_do.pass.cpp | 12 -
.../priqueue.cons.alloc/ctor_alloc.pass.cpp | 48 -
.../ctor_comp_alloc.pass.cpp | 48 -
.../ctor_comp_cont_alloc.pass.cpp | 62 -
.../ctor_comp_rcont_alloc.pass.cpp | 61 -
.../ctor_copy_alloc.pass.cpp | 58 -
.../ctor_move_alloc.pass.cpp | 68 -
.../priqueue.cons/assign_copy.pass.cpp | 35 -
.../priqueue.cons/assign_move.pass.cpp | 42 -
.../priqueue.cons/ctor_comp.pass.cpp | 27 -
.../ctor_comp_container.pass.cpp | 33 -
.../ctor_comp_rcontainer.pass.cpp | 40 -
.../priqueue.cons/ctor_copy.pass.cpp | 34 -
.../priqueue.cons/ctor_default.pass.cpp | 27 -
.../priqueue.cons/ctor_iter_iter.pass.cpp | 25 -
.../ctor_iter_iter_comp.pass.cpp | 26 -
.../ctor_iter_iter_comp_cont.pass.cpp | 27 -
.../ctor_iter_iter_comp_rcont.pass.cpp | 32 -
.../priqueue.cons/ctor_move.pass.cpp | 41 -
.../priqueue.cons/default_noexcept.pass.cpp | 31 -
.../priqueue.cons/dtor_noexcept.pass.cpp | 27 -
.../move_assign_noexcept.pass.cpp | 31 -
.../priqueue.cons/move_noexcept.pass.cpp | 31 -
.../priqueue.members/emplace.pass.cpp | 32 -
.../priqueue.members/empty.pass.cpp | 27 -
.../priqueue.members/pop.pass.cpp | 34 -
.../priqueue.members/push.pass.cpp | 28 -
.../priqueue.members/push_rvalue.pass.cpp | 32 -
.../priqueue.members/size.pass.cpp | 27 -
.../priqueue.members/swap.pass.cpp | 30 -
.../priqueue.members/top.pass.cpp | 28 -
.../priqueue.special/swap.pass.cpp | 32 -
.../priqueue.special/swap_noexcept.pass.cpp | 32 -
.../priority.queue/types.pass.cpp | 60 -
.../queue.cons.alloc/ctor_alloc.pass.cpp | 38 -
.../ctor_container_alloc.pass.cpp | 57 -
.../ctor_queue_alloc.pass.cpp | 52 -
.../ctor_rcontainer_alloc.pass.cpp | 59 -
.../ctor_rqueue_alloc.pass.cpp | 60 -
.../queue/queue.cons/ctor_container.pass.cpp | 37 -
.../queue/queue.cons/ctor_copy.pass.cpp | 32 -
.../queue/queue.cons/ctor_default.pass.cpp | 28 -
.../queue/queue.cons/ctor_move.pass.cpp | 41 -
.../queue/queue.cons/ctor_rcontainer.pass.cpp | 39 -
.../queue.cons/default_noexcept.pass.cpp | 30 -
.../queue/queue.cons/dtor_noexcept.pass.cpp | 27 -
.../queue.cons/move_assign_noexcept.pass.cpp | 30 -
.../queue/queue.cons/move_noexcept.pass.cpp | 30 -
.../queue/queue.defn/assign_copy.pass.cpp | 33 -
.../queue/queue.defn/assign_move.pass.cpp | 42 -
.../queue/queue.defn/back.pass.cpp | 26 -
.../queue/queue.defn/back_const.pass.cpp | 27 -
.../queue/queue.defn/emplace.pass.cpp | 30 -
.../queue/queue.defn/empty.pass.cpp | 25 -
.../queue/queue.defn/front.pass.cpp | 26 -
.../queue/queue.defn/front_const.pass.cpp | 27 -
.../queue/queue.defn/pop.pass.cpp | 37 -
.../queue/queue.defn/push.pass.cpp | 32 -
.../queue/queue.defn/push_rv.pass.cpp | 36 -
.../queue/queue.defn/size.pass.cpp | 23 -
.../queue/queue.defn/swap.pass.cpp | 36 -
.../queue/queue.defn/types.pass.cpp | 58 -
.../queue/queue.ops/eq.pass.cpp | 40 -
.../queue/queue.ops/lt.pass.cpp | 45 -
.../queue/queue.special/swap.pass.cpp | 37 -
.../queue.special/swap_noexcept.pass.cpp | 31 -
.../container.adaptors/queue/version.pass.cpp | 20 -
.../stack.cons.alloc/ctor_alloc.pass.cpp | 38 -
.../ctor_container_alloc.pass.cpp | 57 -
.../stack.cons.alloc/ctor_copy_alloc.pass.cpp | 52 -
.../ctor_rcontainer_alloc.pass.cpp | 59 -
.../ctor_rqueue_alloc.pass.cpp | 60 -
.../stack/stack.cons/ctor_container.pass.cpp | 37 -
.../stack/stack.cons/ctor_copy.pass.cpp | 32 -
.../stack/stack.cons/ctor_default.pass.cpp | 28 -
.../stack/stack.cons/ctor_move.pass.cpp | 41 -
.../stack/stack.cons/ctor_rcontainer.pass.cpp | 39 -
.../stack.cons/default_noexcept.pass.cpp | 30 -
.../stack/stack.cons/dtor_noexcept.pass.cpp | 27 -
.../stack.cons/move_assign_noexcept.pass.cpp | 30 -
.../stack/stack.cons/move_noexcept.pass.cpp | 30 -
.../stack/stack.defn/assign_copy.pass.cpp | 33 -
.../stack/stack.defn/assign_move.pass.cpp | 42 -
.../stack/stack.defn/emplace.pass.cpp | 29 -
.../stack/stack.defn/empty.pass.cpp | 25 -
.../stack/stack.defn/pop.pass.cpp | 34 -
.../stack/stack.defn/push.pass.cpp | 29 -
.../stack/stack.defn/push_rv.pass.cpp | 33 -
.../stack/stack.defn/size.pass.cpp | 23 -
.../stack/stack.defn/swap.pass.cpp | 36 -
.../stack/stack.defn/top.pass.cpp | 26 -
.../stack/stack.defn/top_const.pass.cpp | 27 -
.../stack/stack.defn/types.pass.cpp | 59 -
.../stack/stack.ops/eq.pass.cpp | 40 -
.../stack/stack.ops/lt.pass.cpp | 45 -
.../stack/stack.special/swap.pass.cpp | 37 -
.../stack.special/swap_noexcept.pass.cpp | 31 -
.../container.adaptors/stack/version.pass.cpp | 20 -
.../nothing_to_do.pass.cpp | 12 -
.../associative.reqmts/nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../sequence.reqmts/nothing_to_do.pass.cpp | 12 -
.../unord.req/nothing_to_do.pass.cpp | 12 -
.../unord.req.except/nothing_to_do.pass.cpp | 12 -
.../containers.general/nothing_to_do.pass.cpp | 12 -
libcxx/test/containers/iterators.h | 251 -
libcxx/test/containers/nothing_to_do.pass.cpp | 12 -
.../array/array.cons/default.pass.cpp | 31 -
.../array.cons/initializer_list.pass.cpp | 34 -
.../sequences/array/array.data/data.pass.cpp | 34 -
.../array/array.data/data_const.pass.cpp | 34 -
.../sequences/array/array.fill/fill.pass.cpp | 36 -
.../sequences/array/array.size/size.pass.cpp | 31 -
.../array/array.special/swap.pass.cpp | 43 -
.../sequences/array/array.swap/swap.pass.cpp | 43 -
.../sequences/array/array.tuple/get.pass.cpp | 28 -
.../array/array.tuple/get_const.pass.cpp | 27 -
.../array/array.tuple/get_rv.pass.cpp | 29 -
.../array/array.tuple/tuple_element.pass.cpp | 33 -
.../array/array.tuple/tuple_size.pass.cpp | 28 -
.../array.zero/tested_elsewhere.pass.cpp | 18 -
.../containers/sequences/array/begin.pass.cpp | 32 -
.../containers/sequences/array/types.pass.cpp | 62 -
.../sequences/array/version.pass.cpp | 20 -
.../deque/deque.capacity/access.pass.cpp | 68 -
.../deque/deque.capacity/resize_size.pass.cpp | 71 -
.../deque.capacity/resize_size_value.pass.cpp | 71 -
.../deque.capacity/shrink_to_fit.pass.cpp | 62 -
.../sequences/deque/deque.cons/alloc.pass.cpp | 33 -
.../assign_initializer_list.pass.cpp | 28 -
.../deque.cons/assign_iter_iter.pass.cpp | 93 -
.../deque.cons/assign_size_value.pass.cpp | 71 -
.../sequences/deque/deque.cons/copy.pass.cpp | 47 -
.../deque/deque.cons/copy_alloc.pass.cpp | 42 -
.../deque/deque.cons/default.pass.cpp | 32 -
.../deque.cons/default_noexcept.pass.cpp | 50 -
.../deque/deque.cons/dtor_noexcept.pass.cpp | 52 -
.../deque.cons/initializer_list.pass.cpp | 27 -
.../initializer_list_alloc.pass.cpp | 30 -
.../deque/deque.cons/iter_iter.pass.cpp | 58 -
.../deque/deque.cons/iter_iter_alloc.pass.cpp | 44 -
.../sequences/deque/deque.cons/move.pass.cpp | 54 -
.../deque/deque.cons/move_alloc.pass.cpp | 69 -
.../deque/deque.cons/move_assign.pass.cpp | 72 -
.../deque.cons/move_assign_noexcept.pass.cpp | 52 -
.../deque/deque.cons/move_noexcept.pass.cpp | 50 -
.../deque/deque.cons/op_equal.pass.cpp | 48 -
.../op_equal_initializer_list.pass.cpp | 28 -
.../sequences/deque/deque.cons/size.pass.cpp | 55 -
.../deque/deque.cons/size_value.pass.cpp | 47 -
.../deque.cons/size_value_alloc.pass.cpp | 46 -
.../deque/deque.modifiers/emplace.pass.cpp | 99 -
.../deque.modifiers/emplace_back.pass.cpp | 74 -
.../deque.modifiers/emplace_front.pass.cpp | 74 -
.../deque/deque.modifiers/erase_iter.pass.cpp | 76 -
.../deque.modifiers/erase_iter_iter.pass.cpp | 80 -
.../insert_iter_initializer_list.pass.cpp | 39 -
.../deque.modifiers/insert_iter_iter.pass.cpp | 235 -
.../deque.modifiers/insert_rvalue.pass.cpp | 105 -
.../insert_size_value.pass.cpp | 141 -
.../deque.modifiers/insert_value.pass.cpp | 124 -
.../deque/deque.modifiers/pop_back.pass.cpp | 70 -
.../deque/deque.modifiers/pop_front.pass.cpp | 70 -
.../deque/deque.modifiers/push_back.pass.cpp | 59 -
.../deque.modifiers/push_back_rvalue.pass.cpp | 67 -
.../deque/deque.modifiers/push_front.pass.cpp | 69 -
.../push_front_rvalue.pass.cpp | 77 -
.../deque/deque.special/copy.pass.cpp | 75 -
.../deque.special/copy_backward.pass.cpp | 74 -
.../deque/deque.special/move.pass.cpp | 74 -
.../deque.special/move_backward.pass.cpp | 74 -
.../deque/deque.special/swap.pass.cpp | 86 -
.../deque.special/swap_noexcept.pass.cpp | 60 -
.../sequences/deque/iterators.pass.cpp | 32 -
.../containers/sequences/deque/types.pass.cpp | 75 -
.../sequences/deque/version.pass.cpp | 20 -
.../forwardlist.access/front.pass.cpp | 39 -
.../forwardlist.cons/alloc.fail.cpp | 30 -
.../forwardlist.cons/alloc.pass.cpp | 30 -
.../forwardlist.cons/assign_copy.pass.cpp | 119 -
.../forwardlist.cons/assign_init.pass.cpp | 44 -
.../forwardlist.cons/assign_move.pass.cpp | 162 -
.../forwardlist.cons/assign_op_init.pass.cpp | 44 -
.../forwardlist.cons/assign_range.pass.cpp | 49 -
.../assign_size_value.pass.cpp | 42 -
.../forwardlist.cons/copy.pass.cpp | 52 -
.../forwardlist.cons/copy_alloc.pass.cpp | 50 -
.../forwardlist.cons/default.pass.cpp | 25 -
.../default_noexcept.pass.cpp | 50 -
.../forwardlist.cons/dtor_noexcept.pass.cpp | 52 -
.../forwardlist.cons/init.pass.cpp | 30 -
.../forwardlist.cons/init_alloc.pass.cpp | 34 -
.../forwardlist.cons/move.pass.cpp | 55 -
.../forwardlist.cons/move_alloc.pass.cpp | 55 -
.../move_assign_noexcept.pass.cpp | 52 -
.../forwardlist.cons/move_noexcept.pass.cpp | 50 -
.../forwardlist.cons/range.pass.cpp | 34 -
.../forwardlist.cons/range_alloc.pass.cpp | 38 -
.../forwardlist.cons/size.fail.cpp | 35 -
.../forwardlist.cons/size.pass.cpp | 35 -
.../forwardlist.cons/size_value.pass.cpp | 30 -
.../size_value_alloc.pass.cpp | 34 -
.../forwardlist.iter/before_begin.pass.cpp | 61 -
.../forwardlist.iter/iterators.pass.cpp | 72 -
.../forwardlist.modifiers/clear.pass.cpp | 40 -
.../emplace_after.pass.cpp | 55 -
.../emplace_front.pass.cpp | 35 -
.../erase_after_many.pass.cpp | 85 -
.../erase_after_one.pass.cpp | 56 -
.../insert_after_const.pass.cpp | 51 -
.../insert_after_init.pass.cpp | 46 -
.../insert_after_range.pass.cpp | 50 -
.../insert_after_rv.pass.cpp | 55 -
.../insert_after_size_value.pass.cpp | 44 -
.../forwardlist.modifiers/pop_front.pass.cpp | 48 -
.../push_front_const.pass.cpp | 31 -
.../push_front_rv.pass.cpp | 35 -
.../resize_size.pass.cpp | 66 -
.../resize_size_value.pass.cpp | 51 -
.../forwardlist.ops/merge.pass.cpp | 32 -
.../forwardlist.ops/merge_pred.pass.cpp | 33 -
.../forwardlist.ops/remove.pass.cpp | 67 -
.../forwardlist.ops/remove_if.pass.cpp | 72 -
.../forwardlist.ops/reverse.pass.cpp | 37 -
.../forwardlist/forwardlist.ops/sort.pass.cpp | 41 -
.../forwardlist.ops/sort_pred.pass.cpp | 42 -
.../splice_after_flist.pass.cpp | 53 -
.../forwardlist.ops/splice_after_one.pass.cpp | 103 -
.../splice_after_range.pass.cpp | 118 -
.../forwardlist.ops/unique.pass.cpp | 68 -
.../forwardlist.ops/unique_pred.pass.cpp | 73 -
.../forwardlist.spec/equal.pass.cpp | 53 -
.../forwardlist.spec/member_swap.pass.cpp | 178 -
.../forwardlist.spec/non_member_swap.pass.cpp | 179 -
.../forwardlist.spec/relational.pass.cpp | 58 -
.../forwardlist.spec/swap_noexcept.pass.cpp | 60 -
.../sequences/forwardlist/max_size.pass.cpp | 25 -
.../sequences/forwardlist/types.pass.cpp | 41 -
.../sequences/forwardlist/version.pass.cpp | 20 -
.../sequences/list/iterators.pass.cpp | 72 -
.../list/list.capacity/resize_size.pass.cpp | 49 -
.../list.capacity/resize_size_value.pass.cpp | 35 -
.../list/list.cons/assign_copy.pass.cpp | 34 -
.../assign_initializer_list.pass.cpp | 29 -
.../list/list.cons/assign_move.pass.cpp | 65 -
.../sequences/list/list.cons/copy.pass.cpp | 40 -
.../list/list.cons/copy_alloc.pass.cpp | 33 -
.../sequences/list/list.cons/default.pass.cpp | 35 -
.../list/list.cons/default_noexcept.pass.cpp | 50 -
.../list.cons/default_stack_alloc.pass.cpp | 37 -
.../list/list.cons/dtor_noexcept.pass.cpp | 52 -
.../list/list.cons/initializer_list.pass.cpp | 28 -
.../list.cons/initializer_list_alloc.pass.cpp | 31 -
.../list/list.cons/input_iterator.pass.cpp | 53 -
.../sequences/list/list.cons/move.pass.cpp | 49 -
.../list/list.cons/move_alloc.pass.cpp | 62 -
.../list.cons/move_assign_noexcept.pass.cpp | 52 -
.../list/list.cons/move_noexcept.pass.cpp | 50 -
.../op_equal_initializer_list.pass.cpp | 29 -
.../list/list.cons/size_type.pass.cpp | 50 -
.../list/list.cons/size_value_alloc.pass.cpp | 54 -
.../list/list.modifiers/clear.pass.cpp | 23 -
.../list/list.modifiers/emplace.pass.cpp | 47 -
.../list/list.modifiers/emplace_back.pass.cpp | 47 -
.../list.modifiers/emplace_front.pass.cpp | 47 -
.../list/list.modifiers/erase_iter.pass.cpp | 38 -
.../list.modifiers/erase_iter_iter.pass.cpp | 50 -
.../insert_iter_initializer_list.pass.cpp | 40 -
.../insert_iter_iter_iter.pass.cpp | 93 -
.../insert_iter_rvalue.pass.cpp | 31 -
.../insert_iter_size_value.pass.cpp | 57 -
.../list.modifiers/insert_iter_value.pass.cpp | 59 -
.../list/list.modifiers/pop_back.pass.cpp | 27 -
.../list/list.modifiers/pop_front.pass.cpp | 27 -
.../list/list.modifiers/push_back.pass.cpp | 24 -
.../list.modifiers/push_back_rvalue.pass.cpp | 31 -
.../list/list.modifiers/push_front.pass.cpp | 24 -
.../list.modifiers/push_front_rvalue.pass.cpp | 31 -
.../sequences/list/list.ops/merge.pass.cpp | 26 -
.../list/list.ops/merge_comp.pass.cpp | 27 -
.../sequences/list/list.ops/remove.pass.cpp | 24 -
.../list/list.ops/remove_if.pass.cpp | 30 -
.../sequences/list/list.ops/reverse.pass.cpp | 24 -
.../sequences/list/list.ops/sort.pass.cpp | 24 -
.../list/list.ops/sort_comp.pass.cpp | 25 -
.../list/list.ops/splice_pos_list.pass.cpp | 400 -
.../list.ops/splice_pos_list_iter.pass.cpp | 177 -
.../splice_pos_list_iter_iter.pass.cpp | 117 -
.../sequences/list/list.ops/unique.pass.cpp | 24 -
.../list/list.ops/unique_pred.pass.cpp | 29 -
.../sequences/list/list.special/swap.pass.cpp | 88 -
.../list/list.special/swap_noexcept.pass.cpp | 60 -
.../containers/sequences/list/types.pass.cpp | 36 -
.../sequences/list/version.pass.cpp | 20 -
.../sequences/nothing_to_do.pass.cpp | 12 -
.../vector.bool/assign_copy.pass.cpp | 34 -
.../assign_initializer_list.pass.cpp | 28 -
.../vector.bool/assign_move.pass.cpp | 64 -
.../sequences/vector.bool/capacity.pass.cpp | 30 -
.../vector.bool/construct_default.pass.cpp | 46 -
.../vector.bool/construct_iter_iter.pass.cpp | 40 -
.../construct_iter_iter_alloc.pass.cpp | 42 -
.../vector.bool/construct_size.pass.cpp | 33 -
.../vector.bool/construct_size_value.pass.cpp | 32 -
.../construct_size_value_alloc.pass.cpp | 34 -
.../sequences/vector.bool/copy.pass.cpp | 51 -
.../sequences/vector.bool/copy_alloc.pass.cpp | 48 -
.../vector.bool/default_noexcept.pass.cpp | 49 -
.../vector.bool/dtor_noexcept.pass.cpp | 51 -
.../sequences/vector.bool/erase_iter.pass.cpp | 39 -
.../vector.bool/erase_iter_iter.pass.cpp | 51 -
.../vector.bool/initializer_list.pass.cpp | 27 -
.../initializer_list_alloc.pass.cpp | 30 -
.../insert_iter_initializer_list.pass.cpp | 39 -
.../insert_iter_iter_iter.pass.cpp | 54 -
.../insert_iter_size_value.pass.cpp | 33 -
.../vector.bool/insert_iter_value.pass.cpp | 32 -
.../sequences/vector.bool/iterators.pass.cpp | 59 -
.../sequences/vector.bool/move.pass.cpp | 48 -
.../sequences/vector.bool/move_alloc.pass.cpp | 61 -
.../vector.bool/move_assign_noexcept.pass.cpp | 51 -
.../vector.bool/move_noexcept.pass.cpp | 49 -
.../op_equal_initializer_list.pass.cpp | 28 -
.../sequences/vector.bool/push_back.pass.cpp | 32 -
.../sequences/vector.bool/reserve.pass.cpp | 35 -
.../vector.bool/resize_size.pass.cpp | 29 -
.../vector.bool/resize_size_value.pass.cpp | 34 -
.../vector.bool/shrink_to_fit.pass.cpp | 27 -
.../sequences/vector.bool/swap.pass.cpp | 54 -
.../vector.bool/swap_noexcept.pass.cpp | 59 -
.../sequences/vector.bool/types.pass.cpp | 68 -
.../vector.bool/vector_bool.pass.cpp | 35 -
.../sequences/vector/iterators.pass.cpp | 72 -
.../sequences/vector/types.pass.cpp | 75 -
.../vector/vector.capacity/capacity.pass.cpp | 29 -
.../vector/vector.capacity/reserve.pass.cpp | 45 -
.../vector.capacity/resize_size.pass.cpp | 60 -
.../resize_size_value.pass.cpp | 43 -
.../vector.capacity/shrink_to_fit.pass.cpp | 41 -
.../vector/vector.capacity/swap.pass.cpp | 28 -
.../vector/vector.cons/assign_copy.pass.cpp | 34 -
.../assign_initializer_list.pass.cpp | 28 -
.../vector/vector.cons/assign_move.pass.cpp | 65 -
.../vector.cons/construct_default.pass.cpp | 54 -
.../vector.cons/construct_iter_iter.pass.cpp | 46 -
.../construct_iter_iter_alloc.pass.cpp | 42 -
.../vector.cons/construct_size.pass.cpp | 38 -
.../vector.cons/construct_size_value.pass.cpp | 34 -
.../construct_size_value_alloc.pass.cpp | 33 -
.../vector/vector.cons/copy.pass.cpp | 50 -
.../vector/vector.cons/copy_alloc.pass.cpp | 48 -
.../vector.cons/default_noexcept.pass.cpp | 50 -
.../vector/vector.cons/dtor_noexcept.pass.cpp | 52 -
.../vector.cons/initializer_list.pass.cpp | 27 -
.../initializer_list_alloc.pass.cpp | 30 -
.../vector/vector.cons/move.pass.cpp | 49 -
.../vector/vector.cons/move_alloc.pass.cpp | 62 -
.../vector.cons/move_assign_noexcept.pass.cpp | 52 -
.../vector/vector.cons/move_noexcept.pass.cpp | 50 -
.../op_equal_initializer_list.pass.cpp | 28 -
.../vector/vector.data/data.pass.cpp | 27 -
.../vector/vector.data/data_const.pass.cpp | 27 -
.../vector/vector.modifiers/emplace.pass.cpp | 106 -
.../vector.modifiers/emplace_back.pass.cpp | 84 -
.../vector.modifiers/erase_iter.pass.cpp | 38 -
.../vector.modifiers/erase_iter_iter.pass.cpp | 50 -
.../insert_iter_initializer_list.pass.cpp | 39 -
.../insert_iter_iter_iter.pass.cpp | 86 -
.../insert_iter_rvalue.pass.cpp | 47 -
.../insert_iter_size_value.pass.cpp | 46 -
.../insert_iter_value.pass.cpp | 44 -
.../vector.modifiers/push_back.pass.cpp | 66 -
.../push_back_rvalue.pass.cpp | 69 -
.../vector/vector.special/swap.pass.cpp | 88 -
.../vector.special/swap_noexcept.pass.cpp | 60 -
.../sequences/vector/version.pass.cpp | 20 -
libcxx/test/containers/stack_allocator.h | 52 -
libcxx/test/containers/test_allocator.h | 112 -
libcxx/test/containers/test_compare.h | 27 -
libcxx/test/containers/test_hash.h | 23 -
.../test/containers/unord/next_prime.pass.cpp | 49 -
.../unord/unord.map/bucket.pass.cpp | 42 -
.../unord/unord.map/bucket_count.pass.cpp | 49 -
.../unord/unord.map/bucket_size.pass.cpp | 44 -
.../containers/unord/unord.map/count.pass.cpp | 42 -
.../containers/unord/unord.map/eq.pass.cpp | 92 -
.../unord.map/equal_range_const.pass.cpp | 47 -
.../unord.map/equal_range_non_const.pass.cpp | 47 -
.../unord/unord.map/find_const.pass.cpp | 45 -
.../unord/unord.map/find_non_const.pass.cpp | 45 -
.../unord/unord.map/iterators.pass.cpp | 67 -
.../unord/unord.map/load_factor.pass.cpp | 48 -
.../unord/unord.map/local_iterators.pass.cpp | 221 -
.../unord/unord.map/max_bucket_count.pass.cpp | 31 -
.../unord/unord.map/max_load_factor.pass.cpp | 39 -
.../unord/unord.map/max_size.pass.cpp | 27 -
.../unord/unord.map/rehash.pass.cpp | 59 -
.../unord/unord.map/reserve.pass.cpp | 59 -
.../unord/unord.map/swap_member.pass.cpp | 389 -
.../containers/unord/unord.map/types.pass.cpp | 51 -
.../unord.map.cnstr/allocator.pass.cpp | 47 -
.../unord.map.cnstr/assign_copy.pass.cpp | 119 -
.../unord.map.cnstr/assign_init.pass.cpp | 62 -
.../unord.map.cnstr/assign_move.pass.cpp | 168 -
.../unord.map/unord.map.cnstr/copy.pass.cpp | 109 -
.../unord.map.cnstr/copy_alloc.pass.cpp | 68 -
.../unord.map.cnstr/default.pass.cpp | 47 -
.../unord.map.cnstr/default_noexcept.pass.cpp | 70 -
.../unord.map.cnstr/dtor_noexcept.pass.cpp | 67 -
.../unord.map/unord.map.cnstr/init.pass.cpp | 62 -
.../unord.map.cnstr/init_size.pass.cpp | 64 -
.../unord.map.cnstr/init_size_hash.pass.cpp | 65 -
.../init_size_hash_equal.pass.cpp | 67 -
.../init_size_hash_equal_allocator.pass.cpp | 68 -
.../unord.map/unord.map.cnstr/move.pass.cpp | 108 -
.../unord.map.cnstr/move_alloc.pass.cpp | 113 -
.../move_assign_noexcept.pass.cpp | 69 -
.../unord.map.cnstr/move_noexcept.pass.cpp | 66 -
.../unord.map/unord.map.cnstr/range.pass.cpp | 65 -
.../unord.map.cnstr/range_size.pass.cpp | 67 -
.../unord.map.cnstr/range_size_hash.pass.cpp | 69 -
.../range_size_hash_equal.pass.cpp | 70 -
.../range_size_hash_equal_allocator.pass.cpp | 72 -
.../unord.map/unord.map.cnstr/size.fail.cpp | 47 -
.../unord.map/unord.map.cnstr/size.pass.cpp | 47 -
.../unord.map.cnstr/size_hash.pass.cpp | 49 -
.../unord.map.cnstr/size_hash_equal.pass.cpp | 50 -
.../size_hash_equal_allocator.pass.cpp | 51 -
.../unord.map/unord.map.elem/at.pass.cpp | 78 -
.../unord.map/unord.map.elem/index.pass.cpp | 68 -
.../unord.map.swap/swap_noexcept.pass.cpp | 73 -
.../unord.map.swap/swap_non_member.pass.cpp | 389 -
.../unorder.map.modifiers/clear.pass.cpp | 40 -
.../unorder.map.modifiers/emplace.pass.cpp | 50 -
.../emplace_hint.pass.cpp | 48 -
.../erase_const_iter.pass.cpp | 44 -
.../unorder.map.modifiers/erase_key.pass.cpp | 80 -
.../erase_range.pass.cpp | 59 -
.../insert_const_lvalue.pass.cpp | 52 -
.../insert_hint_const_lvalue.pass.cpp | 49 -
.../insert_hint_rvalue.pass.cpp | 81 -
.../insert_init.pass.cpp | 48 -
.../insert_range.pass.cpp | 47 -
.../insert_rvalue.pass.cpp | 87 -
.../unord/unord.map/version.pass.cpp | 20 -
.../unord/unord.multimap/bucket.pass.cpp | 42 -
.../unord.multimap/bucket_count.pass.cpp | 49 -
.../unord/unord.multimap/bucket_size.pass.cpp | 46 -
.../unord/unord.multimap/count.pass.cpp | 45 -
.../unord/unord.multimap/eq.pass.cpp | 101 -
.../unord.multimap/equal_range_const.pass.cpp | 58 -
.../equal_range_non_const.pass.cpp | 58 -
.../unord/unord.multimap/find_const.pass.cpp | 45 -
.../unord.multimap/find_non_const.pass.cpp | 45 -
.../unord/unord.multimap/iterators.fail.cpp | 69 -
.../unord/unord.multimap/iterators.pass.cpp | 70 -
.../unord/unord.multimap/load_factor.pass.cpp | 48 -
.../unord.multimap/local_iterators.fail.cpp | 286 -
.../unord.multimap/local_iterators.pass.cpp | 285 -
.../unord.multimap/max_bucket_count.pass.cpp | 31 -
.../unord.multimap/max_load_factor.pass.cpp | 39 -
.../unord/unord.multimap/max_size.pass.cpp | 27 -
.../unord/unord.multimap/rehash.pass.cpp | 88 -
.../unord/unord.multimap/reserve.pass.cpp | 61 -
.../unord/unord.multimap/swap_member.pass.cpp | 397 -
.../unord/unord.multimap/types.pass.cpp | 51 -
.../unord.multimap.cnstr/allocator.pass.cpp | 47 -
.../unord.multimap.cnstr/assign_copy.pass.cpp | 147 -
.../unord.multimap.cnstr/assign_init.pass.cpp | 87 -
.../unord.multimap.cnstr/assign_move.pass.cpp | 226 -
.../unord.multimap.cnstr/copy.pass.cpp | 137 -
.../unord.multimap.cnstr/copy_alloc.pass.cpp | 82 -
.../unord.multimap.cnstr/default.pass.cpp | 47 -
.../default_noexcept.pass.cpp | 70 -
.../dtor_noexcept.pass.cpp | 67 -
.../unord.multimap.cnstr/init.pass.cpp | 84 -
.../unord.multimap.cnstr/init_size.pass.cpp | 86 -
.../init_size_hash.pass.cpp | 87 -
.../init_size_hash_equal.pass.cpp | 89 -
.../init_size_hash_equal_allocator.pass.cpp | 90 -
.../unord.multimap.cnstr/move.pass.cpp | 130 -
.../unord.multimap.cnstr/move_alloc.pass.cpp | 161 -
.../move_assign_noexcept.pass.cpp | 69 -
.../move_noexcept.pass.cpp | 66 -
.../unord.multimap.cnstr/range.pass.cpp | 87 -
.../unord.multimap.cnstr/range_size.pass.cpp | 89 -
.../range_size_hash.pass.cpp | 91 -
.../range_size_hash_equal.pass.cpp | 92 -
.../range_size_hash_equal_allocator.pass.cpp | 94 -
.../unord.multimap.cnstr/size.fail.cpp | 47 -
.../unord.multimap.cnstr/size.pass.cpp | 47 -
.../unord.multimap.cnstr/size_hash.pass.cpp | 49 -
.../size_hash_equal.pass.cpp | 50 -
.../size_hash_equal_allocator.pass.cpp | 51 -
.../unord.multimap.modifiers/clear.pass.cpp | 40 -
.../unord.multimap.modifiers/emplace.pass.cpp | 47 -
.../emplace_hint.pass.cpp | 56 -
.../erase_const_iter.pass.cpp | 68 -
.../erase_key.pass.cpp | 185 -
.../erase_range.pass.cpp | 99 -
.../insert_const_lvalue.pass.cpp | 48 -
.../insert_hint_const_lvalue.pass.cpp | 49 -
.../insert_hint_rvalue.pass.cpp | 81 -
.../insert_init.pass.cpp | 73 -
.../insert_range.pass.cpp | 72 -
.../insert_rvalue.pass.cpp | 79 -
.../swap_noexcept.pass.cpp | 73 -
.../swap_non_member.pass.cpp | 397 -
.../unord/unord.multiset/bucket.pass.cpp | 41 -
.../unord.multiset/bucket_count.pass.cpp | 48 -
.../unord/unord.multiset/bucket_size.pass.cpp | 45 -
.../unord/unord.multiset/clear.pass.cpp | 39 -
.../unord/unord.multiset/count.pass.cpp | 44 -
.../unord/unord.multiset/emplace.pass.cpp | 44 -
.../unord.multiset/emplace_hint.pass.cpp | 45 -
.../unord/unord.multiset/eq.pass.cpp | 100 -
.../unord.multiset/equal_range_const.pass.cpp | 54 -
.../equal_range_non_const.pass.cpp | 54 -
.../unord.multiset/erase_const_iter.pass.cpp | 44 -
.../unord/unord.multiset/erase_key.pass.cpp | 80 -
.../unord/unord.multiset/erase_range.pass.cpp | 56 -
.../unord/unord.multiset/find_const.pass.cpp | 43 -
.../unord.multiset/find_non_const.pass.cpp | 43 -
.../insert_const_lvalue.pass.cpp | 44 -
.../insert_hint_const_lvalue.pass.cpp | 45 -
.../insert_hint_rvalue.pass.cpp | 71 -
.../unord/unord.multiset/insert_init.pass.cpp | 47 -
.../unord.multiset/insert_range.pass.cpp | 46 -
.../unord.multiset/insert_rvalue.pass.cpp | 69 -
.../unord/unord.multiset/iterators.fail.cpp | 67 -
.../unord/unord.multiset/iterators.pass.cpp | 66 -
.../unord/unord.multiset/load_factor.pass.cpp | 47 -
.../unord.multiset/local_iterators.fail.cpp | 261 -
.../unord.multiset/local_iterators.pass.cpp | 260 -
.../unord.multiset/max_bucket_count.pass.cpp | 28 -
.../unord.multiset/max_load_factor.pass.cpp | 38 -
.../unord/unord.multiset/max_size.pass.cpp | 27 -
.../unord/unord.multiset/rehash.pass.cpp | 58 -
.../unord/unord.multiset/reserve.pass.cpp | 58 -
.../unord/unord.multiset/swap_member.pass.cpp | 388 -
.../unord/unord.multiset/types.pass.cpp | 49 -
.../unord.multiset.cnstr/allocator.pass.cpp | 45 -
.../unord.multiset.cnstr/assign_copy.pass.cpp | 134 -
.../unord.multiset.cnstr/assign_init.pass.cpp | 62 -
.../unord.multiset.cnstr/assign_move.pass.cpp | 173 -
.../unord.multiset.cnstr/copy.pass.cpp | 122 -
.../unord.multiset.cnstr/copy_alloc.pass.cpp | 74 -
.../unord.multiset.cnstr/default.pass.cpp | 45 -
.../default_noexcept.pass.cpp | 70 -
.../dtor_noexcept.pass.cpp | 67 -
.../unord.multiset.cnstr/init.pass.cpp | 60 -
.../unord.multiset.cnstr/init_size.pass.cpp | 62 -
.../init_size_hash.pass.cpp | 64 -
.../init_size_hash_equal.pass.cpp | 65 -
.../init_size_hash_equal_allocator.pass.cpp | 66 -
.../unord.multiset.cnstr/move.pass.cpp | 105 -
.../unord.multiset.cnstr/move_alloc.pass.cpp | 120 -
.../move_assign_noexcept.pass.cpp | 69 -
.../move_noexcept.pass.cpp | 66 -
.../unord.multiset.cnstr/range.pass.cpp | 62 -
.../unord.multiset.cnstr/range_size.pass.cpp | 64 -
.../range_size_hash.pass.cpp | 66 -
.../range_size_hash_equal.pass.cpp | 67 -
.../range_size_hash_equal_allocator.pass.cpp | 69 -
.../unord.multiset.cnstr/size.fail.cpp | 45 -
.../unord.multiset.cnstr/size.pass.cpp | 45 -
.../unord.multiset.cnstr/size_hash.pass.cpp | 47 -
.../size_hash_equal.pass.cpp | 48 -
.../size_hash_equal_allocator.pass.cpp | 49 -
.../swap_noexcept.pass.cpp | 73 -
.../swap_non_member.pass.cpp | 388 -
.../unord/unord.set/bucket.pass.cpp | 41 -
.../unord/unord.set/bucket_count.pass.cpp | 48 -
.../unord/unord.set/bucket_size.pass.cpp | 43 -
.../containers/unord/unord.set/clear.pass.cpp | 39 -
.../containers/unord/unord.set/count.pass.cpp | 44 -
.../unord/unord.set/emplace.pass.cpp | 47 -
.../unord/unord.set/emplace_hint.pass.cpp | 45 -
.../containers/unord/unord.set/eq.pass.cpp | 91 -
.../unord.set/equal_range_const.pass.cpp | 50 -
.../unord.set/equal_range_non_const.pass.cpp | 50 -
.../unord/unord.set/erase_const_iter.pass.cpp | 43 -
.../unord/unord.set/erase_key.pass.cpp | 80 -
.../unord/unord.set/erase_range.pass.cpp | 56 -
.../unord/unord.set/find_const.pass.cpp | 43 -
.../unord/unord.set/find_non_const.pass.cpp | 43 -
.../unord.set/insert_const_lvalue.pass.cpp | 48 -
.../insert_hint_const_lvalue.pass.cpp | 45 -
.../unord.set/insert_hint_rvalue.pass.cpp | 71 -
.../unord/unord.set/insert_init.pass.cpp | 47 -
.../unord/unord.set/insert_range.pass.cpp | 46 -
.../unord/unord.set/insert_rvalue.pass.cpp | 77 -
.../unord/unord.set/iterators.fail.cpp | 67 -
.../unord/unord.set/iterators.pass.cpp | 66 -
.../unord/unord.set/load_factor.pass.cpp | 47 -
.../unord/unord.set/local_iterators.fail.cpp | 261 -
.../unord/unord.set/local_iterators.pass.cpp | 204 -
.../unord/unord.set/max_bucket_count.pass.cpp | 28 -
.../unord/unord.set/max_load_factor.pass.cpp | 38 -
.../unord/unord.set/max_size.pass.cpp | 27 -
.../unord/unord.set/rehash.pass.cpp | 58 -
.../unord/unord.set/reserve.pass.cpp | 58 -
.../unord/unord.set/swap_member.pass.cpp | 388 -
.../containers/unord/unord.set/types.pass.cpp | 49 -
.../unord.set.cnstr/allocator.pass.cpp | 45 -
.../unord.set.cnstr/assign_copy.pass.cpp | 118 -
.../unord.set.cnstr/assign_init.pass.cpp | 62 -
.../unord.set.cnstr/assign_move.pass.cpp | 165 -
.../unord.set/unord.set.cnstr/copy.pass.cpp | 106 -
.../unord.set.cnstr/copy_alloc.pass.cpp | 66 -
.../unord.set.cnstr/default.pass.cpp | 45 -
.../unord.set.cnstr/default_noexcept.pass.cpp | 70 -
.../unord.set.cnstr/dtor_noexcept.pass.cpp | 67 -
.../unord.set/unord.set.cnstr/init.pass.cpp | 60 -
.../unord.set.cnstr/init_size.pass.cpp | 62 -
.../unord.set.cnstr/init_size_hash.pass.cpp | 64 -
.../init_size_hash_equal.pass.cpp | 65 -
.../init_size_hash_equal_allocator.pass.cpp | 66 -
.../unord.set/unord.set.cnstr/move.pass.cpp | 105 -
.../unord.set.cnstr/move_alloc.pass.cpp | 112 -
.../move_assign_noexcept.pass.cpp | 69 -
.../unord.set.cnstr/move_noexcept.pass.cpp | 66 -
.../unord.set/unord.set.cnstr/range.pass.cpp | 62 -
.../unord.set.cnstr/range_size.pass.cpp | 64 -
.../unord.set.cnstr/range_size_hash.pass.cpp | 66 -
.../range_size_hash_equal.pass.cpp | 67 -
.../range_size_hash_equal_allocator.pass.cpp | 69 -
.../unord.set/unord.set.cnstr/size.fail.cpp | 45 -
.../unord.set/unord.set.cnstr/size.pass.cpp | 45 -
.../unord.set.cnstr/size_hash.pass.cpp | 47 -
.../unord.set.cnstr/size_hash_equal.pass.cpp | 48 -
.../size_hash_equal_allocator.pass.cpp | 49 -
.../unord.set.swap/swap_noexcept.pass.cpp | 73 -
.../unord.set.swap/swap_non_member.pass.cpp | 388 -
.../unord/unord.set/version.pass.cpp | 20 -
libcxx/test/depr/depr.auto.ptr/auto.ptr/A.h | 30 -
libcxx/test/depr/depr.auto.ptr/auto.ptr/AB.h | 41 -
.../auto.ptr.cons/assignment.fail.cpp | 44 -
.../auto.ptr.cons/assignment.pass.cpp | 44 -
.../auto.ptr/auto.ptr.cons/convert.fail.cpp | 40 -
.../auto.ptr/auto.ptr.cons/convert.pass.cpp | 40 -
.../auto.ptr.cons/convert_assignment.fail.cpp | 47 -
.../auto.ptr.cons/convert_assignment.pass.cpp | 47 -
.../auto.ptr/auto.ptr.cons/copy.fail.cpp | 38 -
.../auto.ptr/auto.ptr.cons/copy.pass.cpp | 38 -
.../auto.ptr/auto.ptr.cons/explicit.fail.cpp | 40 -
.../auto.ptr/auto.ptr.cons/pointer.pass.cpp | 40 -
.../assign_from_auto_ptr_ref.pass.cpp | 40 -
.../convert_from_auto_ptr_ref.pass.cpp | 39 -
.../convert_to_auto_ptr.pass.cpp | 36 -
.../convert_to_auto_ptr_ref.pass.cpp | 33 -
.../auto.ptr/auto.ptr.members/arrow.pass.cpp | 37 -
.../auto.ptr/auto.ptr.members/deref.pass.cpp | 37 -
.../auto.ptr.members/release.pass.cpp | 38 -
.../auto.ptr/auto.ptr.members/reset.pass.cpp | 54 -
.../auto.ptr/element_type.pass.cpp | 36 -
.../depr/depr.auto.ptr/nothing_to_do.pass.cpp | 12 -
.../depr/depr.c.headers/assert_h.pass.cpp | 20 -
.../test/depr/depr.c.headers/ciso646.pass.cpp | 20 -
.../depr/depr.c.headers/complex.h.pass.cpp | 21 -
.../test/depr/depr.c.headers/ctype_h.pass.cpp | 103 -
.../test/depr/depr.c.headers/errno_h.pass.cpp | 33 -
.../test/depr/depr.c.headers/fenv_h.pass.cpp | 74 -
.../test/depr/depr.c.headers/float_h.pass.cpp | 140 -
.../depr/depr.c.headers/inttypes_h.pass.cpp | 643 -
.../depr/depr.c.headers/iso646_h.pass.cpp | 17 -
.../depr/depr.c.headers/limits_h.pass.cpp | 92 -
.../depr/depr.c.headers/locale_h.pass.cpp | 48 -
.../test/depr/depr.c.headers/math_h.pass.cpp | 681 -
.../depr/depr.c.headers/setjmp_h.pass.cpp | 20 -
.../depr/depr.c.headers/signal_h.pass.cpp | 57 -
.../depr/depr.c.headers/stdarg_h.pass.cpp | 33 -
.../depr/depr.c.headers/stdbool_h.pass.cpp | 32 -
.../depr/depr.c.headers/stddef_h.pass.cpp | 37 -
.../depr/depr.c.headers/stdint_h.pass.cpp | 290 -
.../test/depr/depr.c.headers/stdio_h.pass.cpp | 136 -
.../depr/depr.c.headers/stdlib_h.pass.cpp | 82 -
.../depr/depr.c.headers/string_h.pass.cpp | 48 -
.../depr/depr.c.headers/tgmath_h.pass.cpp | 22 -
.../test/depr/depr.c.headers/time_h.pass.cpp | 40 -
.../test/depr/depr.c.headers/uchar_h.pass.cpp | 16 -
.../test/depr/depr.c.headers/wchar_h.pass.cpp | 104 -
.../depr/depr.c.headers/wctype_h.pass.cpp | 114 -
.../pointer_to_binary_function.pass.cpp | 26 -
.../pointer_to_unary_function.pass.cpp | 26 -
.../ptr_fun1.pass.cpp | 25 -
.../ptr_fun2.pass.cpp | 25 -
.../const_mem_fun.pass.cpp | 31 -
.../const_mem_fun1.pass.cpp | 31 -
.../const_mem_fun1_ref_t.pass.cpp | 33 -
.../const_mem_fun1_t.pass.cpp | 33 -
.../const_mem_fun_ref.pass.cpp | 31 -
.../const_mem_fun_ref1.pass.cpp | 31 -
.../const_mem_fun_ref_t.pass.cpp | 33 -
.../const_mem_fun_t.pass.cpp | 33 -
.../mem_fun.pass.cpp | 31 -
.../mem_fun1.pass.cpp | 31 -
.../mem_fun1_ref_t.pass.cpp | 33 -
.../mem_fun1_t.pass.cpp | 33 -
.../mem_fun_ref.pass.cpp | 31 -
.../mem_fun_ref1.pass.cpp | 31 -
.../mem_fun_ref_t.pass.cpp | 33 -
.../mem_fun_t.pass.cpp | 33 -
.../depr.adaptors/nothing_to_do.pass.cpp | 12 -
.../depr.base/binary_function.pass.cpp | 28 -
.../depr.base/unary_function.pass.cpp | 26 -
.../nothing_to_do.pass.cpp | 12 -
.../depr/depr.ios.members/io_state.pass.cpp | 25 -
.../depr/depr.ios.members/open_mode.pass.cpp | 25 -
.../depr/depr.ios.members/seek_dir.pass.cpp | 25 -
.../depr/depr.ios.members/streamoff.pass.cpp | 25 -
.../depr/depr.ios.members/streampos.pass.cpp | 24 -
.../depr.lib.bind.1st/bind1st.pass.cpp | 24 -
.../depr.lib.bind.2nd/bind2nd.pass.cpp | 24 -
.../depr.lib.binder.1st/binder1st.pass.cpp | 58 -
.../depr.lib.binder.2nd/binder2nd.pass.cpp | 58 -
.../depr.lib.binders/nothing_to_do.pass.cpp | 12 -
libcxx/test/depr/depr.lib.binders/test_func.h | 33 -
.../depr.istrstream.cons/ccp.pass.cpp | 43 -
.../depr.istrstream.cons/ccp_size.pass.cpp | 43 -
.../depr.istrstream.cons/cp.pass.cpp | 43 -
.../depr.istrstream.cons/cp_size.pass.cpp | 43 -
.../depr.istrstream.members/rdbuf.pass.cpp | 27 -
.../depr.istrstream.members/str.pass.cpp | 26 -
.../depr.istrstream/types.pass.cpp | 23 -
.../cp_size_mode.pass.cpp | 41 -
.../depr.ostrstream.cons/default.pass.cpp | 27 -
.../depr.ostrstream.members/freeze.pass.cpp | 33 -
.../depr.ostrstream.members/pcount.pass.cpp | 27 -
.../depr.ostrstream.members/rdbuf.pass.cpp | 28 -
.../depr.ostrstream.members/str.pass.cpp | 26 -
.../depr.ostrstream/types.pass.cpp | 23 -
.../depr.strstream.cons/cp_size_mode.pass.cpp | 59 -
.../depr.strstream.cons/default.pass.cpp | 34 -
.../depr.strstream.dest/rdbuf.pass.cpp | 28 -
.../depr.strstream.oper/freeze.pass.cpp | 33 -
.../depr.strstream.oper/pcount.pass.cpp | 27 -
.../depr.strstream.oper/str.pass.cpp | 26 -
.../depr.strstream/types.pass.cpp | 32 -
.../depr.strstreambuf.cons/ccp_size.pass.cpp | 40 -
.../cp_size_cp.pass.cpp | 96 -
.../depr.strstreambuf.cons/cscp_size.pass.cpp | 40 -
.../depr.strstreambuf.cons/cucp_size.pass.cpp | 40 -
.../custom_alloc.pass.cpp | 51 -
.../depr.strstreambuf.cons/default.pass.cpp | 31 -
.../scp_size_scp.pass.cpp | 96 -
.../ucp_size_ucp.pass.cpp | 96 -
.../depr.strstreambuf.members/freeze.pass.cpp | 28 -
.../depr.strstreambuf.members/pcount.pass.cpp | 31 -
.../depr.strstreambuf.members/str.pass.cpp | 27 -
.../overflow.pass.cpp | 47 -
.../pbackfail.pass.cpp | 62 -
.../seekoff.pass.cpp | 57 -
.../seekpos.pass.cpp | 39 -
.../setbuf.pass.cpp | 27 -
.../underflow.pass.cpp | 51 -
.../depr.strstreambuf/types.pass.cpp | 21 -
.../depr/depr.str.strstreams/version.pass.cpp | 20 -
.../nothing_to_do.pass.cpp | 12 -
.../set.unexpected/get_unexpected.pass.cpp | 39 -
.../set.unexpected/set_unexpected.pass.cpp | 35 -
.../unexpected_handler.pass.cpp | 19 -
.../unexpected/unexpected.pass.cpp | 26 -
libcxx/test/depr/nothing_to_do.pass.cpp | 12 -
.../diagnostics/assertions/cassert.pass.cpp | 24 -
.../nothing_to_do.pass.cpp | 12 -
libcxx/test/diagnostics/errno/cerrno.pass.cpp | 349 -
.../test/diagnostics/nothing_to_do.pass.cpp | 12 -
.../domain.error/domain_error.pass.cpp | 42 -
.../invalid_argument.pass.cpp | 42 -
.../length.error/length_error.pass.cpp | 42 -
.../logic.error/logic_error.pass.cpp | 42 -
.../out.of.range/out_of_range.pass.cpp | 42 -
.../overflow.error/overflow_error.pass.cpp | 42 -
.../range.error/range_error.pass.cpp | 42 -
.../runtime.error/runtime_error.pass.cpp | 42 -
.../underflow.error/underflow_error.pass.cpp | 42 -
.../std.exceptions/version.pass.cpp | 20 -
libcxx/test/diagnostics/syserr/errc.pass.cpp | 104 -
.../eq_error_code_error_code.pass.cpp | 106 -
.../syserr.errcat/nothing_to_do.pass.cpp | 12 -
.../syserr.errcat.derived/message.pass.cpp | 34 -
.../syserr.errcat.nonvirtuals/eq.pass.cpp | 26 -
.../syserr.errcat.nonvirtuals/lt.pass.cpp | 26 -
.../syserr.errcat.nonvirtuals/neq.pass.cpp | 26 -
.../generic_category.pass.cpp | 25 -
.../system_category.pass.cpp | 29 -
.../error_category.pass.cpp | 19 -
.../default_error_condition.pass.cpp | 25 -
.../equivalent_error_code_int.pass.cpp | 24 -
.../equivalent_int_error_condition.pass.cpp | 25 -
.../syserr.errcode/nothing_to_do.pass.cpp | 12 -
.../ErrorCodeEnum.pass.cpp | 44 -
.../default.pass.cpp | 24 -
.../int_error_category.pass.cpp | 31 -
.../ErrorCodeEnum.pass.cpp | 45 -
.../syserr.errcode.modifiers/assign.pass.cpp | 33 -
.../syserr.errcode.modifiers/clear.pass.cpp | 30 -
.../syserr.errcode.nonmembers/lt.pass.cpp | 27 -
.../make_error_code.pass.cpp | 26 -
.../stream_inserter.pass.cpp | 27 -
.../syserr.errcode.observers/bool.pass.cpp | 30 -
.../category.pass.cpp | 23 -
.../default_error_condition.pass.cpp | 31 -
.../syserr.errcode.observers/message.pass.cpp | 24 -
.../syserr.errcode.observers/value.pass.cpp | 23 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../ErrorConditionEnum.pass.cpp | 26 -
.../default.pass.cpp | 24 -
.../int_error_category.pass.cpp | 31 -
.../ErrorConditionEnum.pass.cpp | 27 -
.../assign.pass.cpp | 33 -
.../clear.pass.cpp | 30 -
.../lt.pass.cpp | 27 -
.../make_error_condition.pass.cpp | 26 -
.../bool.pass.cpp | 30 -
.../category.pass.cpp | 23 -
.../message.pass.cpp | 24 -
.../value.pass.cpp | 23 -
.../nothing_to_do.pass.cpp | 12 -
.../syserr/syserr.hash/error_code.pass.cpp | 42 -
.../syserr.syserr/nothing_to_do.pass.cpp | 12 -
.../ctor_error_code.pass.cpp | 29 -
...tor_error_code_const_char_pointer.pass.cpp | 30 -
.../ctor_error_code_string.pass.cpp | 30 -
.../ctor_int_error_category.pass.cpp | 29 -
...error_category_const_char_pointer.pass.cpp | 31 -
.../ctor_int_error_category_string.pass.cpp | 31 -
.../nothing_to_do.pass.cpp | 12 -
.../test/diagnostics/syserr/version.pass.cpp | 20 -
libcxx/test/hexfloat.h | 38 -
.../file.streams/c.files/cinttypes.pass.cpp | 929 -
.../file.streams/c.files/cstdio.pass.cpp | 134 -
.../c.files/version_ccstdio.pass.cpp | 20 -
.../c.files/version_cinttypes.pass.cpp | 20 -
.../filebuf.assign/member_swap.pass.cpp | 54 -
.../filebuf.assign/move_assign.pass.cpp | 56 -
.../filebuf.assign/nonmember_swap.pass.cpp | 56 -
.../fstreams/filebuf.cons/default.pass.cpp | 30 -
.../fstreams/filebuf.cons/move.pass.cpp | 54 -
.../filebuf.members/open_pointer.pass.cpp | 51 -
.../filebuf.virtuals/overflow.pass.cpp | 142 -
.../filebuf.virtuals/pbackfail.pass.cpp | 56 -
.../filebuf.virtuals/seekoff.pass.cpp | 83 -
.../fstreams/filebuf.virtuals/underflow.dat | 1 -
.../filebuf.virtuals/underflow.pass.cpp | 121 -
.../filebuf.virtuals/underflow_utf8.dat | 1 -
.../fstreams/filebuf/types.pass.cpp | 34 -
.../fstream.assign/member_swap.pass.cpp | 71 -
.../fstream.assign/move_assign.pass.cpp | 50 -
.../fstream.assign/nonmember_swap.pass.cpp | 72 -
.../fstreams/fstream.cons/default.pass.cpp | 28 -
.../fstreams/fstream.cons/move.pass.cpp | 48 -
.../fstreams/fstream.cons/pointer.pass.cpp | 44 -
.../fstreams/fstream.cons/string.pass.cpp | 46 -
.../fstreams/fstream.members/close.pass.cpp | 42 -
.../fstream.members/open_pointer.pass.cpp | 50 -
.../fstream.members/open_string.pass.cpp | 50 -
.../fstreams/fstream.members/rdbuf.pass.cpp | 30 -
.../fstreams/fstream/types.pass.cpp | 34 -
.../ifstream.assign/member_swap.pass.cpp | 42 -
.../ifstream.assign/move_assign.pass.cpp | 40 -
.../ifstream.assign/nonmember_swap.pass.cpp | 43 -
.../fstreams/ifstream.assign/test.dat | 1 -
.../fstreams/ifstream.assign/test2.dat | 1 -
.../fstreams/ifstream.cons/default.pass.cpp | 28 -
.../fstreams/ifstream.cons/move.pass.cpp | 38 -
.../fstreams/ifstream.cons/pointer.pass.cpp | 46 -
.../fstreams/ifstream.cons/string.pass.cpp | 46 -
.../fstreams/ifstream.cons/test.dat | 1 -
.../fstreams/ifstream.members/close.pass.cpp | 38 -
.../ifstream.members/open_pointer.pass.cpp | 46 -
.../ifstream.members/open_string.pass.cpp | 46 -
.../fstreams/ifstream.members/rdbuf.pass.cpp | 32 -
.../fstreams/ifstream.members/test.dat | 1 -
.../fstreams/ifstream/types.pass.cpp | 34 -
.../ofstream.assign/member_swap.pass.cpp | 79 -
.../ofstream.assign/move_assign.pass.cpp | 52 -
.../ofstream.assign/nonmember_swap.pass.cpp | 80 -
.../fstreams/ofstream.cons/default.pass.cpp | 28 -
.../fstreams/ofstream.cons/move.pass.cpp | 50 -
.../fstreams/ofstream.cons/pointer.pass.cpp | 46 -
.../fstreams/ofstream.cons/string.pass.cpp | 46 -
.../fstreams/ofstream.members/close.pass.cpp | 42 -
.../ofstream.members/open_pointer.pass.cpp | 58 -
.../ofstream.members/open_string.pass.cpp | 58 -
.../fstreams/ofstream.members/rdbuf.pass.cpp | 36 -
.../fstreams/ofstream/types.pass.cpp | 34 -
.../file.streams/fstreams/version.pass.cpp | 20 -
.../file.streams/nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../ext.manip/get_money.pass.cpp | 73 -
.../ext.manip/get_time.pass.cpp | 73 -
.../ext.manip/put_money.pass.cpp | 89 -
.../ext.manip/put_time.pass.cpp | 83 -
.../iostream.assign/member_swap.pass.cpp | 85 -
.../iostream.assign/move_assign.pass.cpp | 92 -
.../iostreamclass/iostream.cons/move.pass.cpp | 78 -
.../iostream.cons/streambuf.pass.cpp | 55 -
.../iostream.dest/nothing_to_do.pass.cpp | 12 -
.../iostreamclass/types.pass.cpp | 37 -
.../bool.pass.cpp | 79 -
.../double.pass.cpp | 79 -
.../float.pass.cpp | 79 -
.../istream.formatted.arithmetic/int.pass.cpp | 79 -
.../long.pass.cpp | 79 -
.../long_double.pass.cpp | 79 -
.../long_long.pass.cpp | 79 -
.../pointer.pass.cpp | 79 -
.../short.pass.cpp | 79 -
.../unsigned_int.pass.cpp | 79 -
.../unsigned_long.pass.cpp | 79 -
.../unsigned_long_long.pass.cpp | 79 -
.../unsigned_short.pass.cpp | 79 -
.../tested_elsewhere.pass.cpp | 12 -
.../istream_extractors/basic_ios.pass.cpp | 38 -
.../istream_extractors/chart.pass.cpp | 87 -
.../istream_extractors/ios_base.pass.cpp | 36 -
.../istream_extractors/istream.pass.cpp | 38 -
.../istream_extractors/signed_char.pass.cpp | 70 -
.../signed_char_pointer.pass.cpp | 85 -
.../istream_extractors/streambuf.pass.cpp | 69 -
.../istream_extractors/unsigned_char.pass.cpp | 70 -
.../unsigned_char_pointer.pass.cpp | 85 -
.../wchar_t_pointer.pass.cpp | 85 -
.../istream.formatted/nothing_to_do.pass.cpp | 12 -
.../input.streams/istream.manip/ws.pass.cpp | 59 -
.../istream.rvalue/rvalue.pass.cpp | 63 -
.../istream.unformatted/get.pass.cpp | 100 -
.../istream.unformatted/get_chart.pass.cpp | 103 -
.../get_pointer_size.pass.cpp | 99 -
.../get_pointer_size_chart.pass.cpp | 99 -
.../get_streambuf.pass.cpp | 88 -
.../get_streambuf_chart.pass.cpp | 89 -
.../getline_pointer_size.pass.cpp | 83 -
.../getline_pointer_size_chart.pass.cpp | 83 -
.../istream.unformatted/ignore.pass.cpp | 76 -
.../istream.unformatted/peek.pass.cpp | 69 -
.../istream.unformatted/putback.pass.cpp | 89 -
.../istream.unformatted/read.pass.cpp | 81 -
.../istream.unformatted/readsome.pass.cpp | 83 -
.../istream.unformatted/seekg.pass.cpp | 66 -
.../istream.unformatted/seekg_off.pass.cpp | 68 -
.../istream.unformatted/sync.pass.cpp | 64 -
.../istream.unformatted/tellg.pass.cpp | 63 -
.../istream.unformatted/unget.pass.cpp | 81 -
.../istream.assign/member_swap.pass.cpp | 85 -
.../istream.assign/move_assign.pass.cpp | 92 -
.../istream/istream.cons/move.pass.cpp | 78 -
.../istream/istream.cons/streambuf.pass.cpp | 55 -
.../istream/istream_sentry/ctor.pass.cpp | 128 -
.../input.streams/istream/types.pass.cpp | 35 -
.../input.streams/version.pass.cpp | 20 -
.../iostream.format/nothing_to_do.pass.cpp | 12 -
.../ostream.assign/member_swap.pass.cpp | 85 -
.../ostream.assign/move_assign.pass.cpp | 92 -
.../output.streams/ostream.cons/move.pass.cpp | 74 -
.../ostream.cons/streambuf.pass.cpp | 53 -
.../ostream.formatted/nothing_to_do.pass.cpp | 12 -
.../tested_elsewhere.pass.cpp | 12 -
.../bool.pass.cpp | 91 -
.../double.pass.cpp | 83 -
.../float.pass.cpp | 83 -
.../ostream.inserters.arithmetic/int.pass.cpp | 83 -
.../long.pass.cpp | 83 -
.../long_double.pass.cpp | 83 -
.../long_long.pass.cpp | 83 -
.../pointer.pass.cpp | 76 -
.../short.pass.cpp | 83 -
.../unsigned_int.pass.cpp | 83 -
.../unsigned_long.pass.cpp | 83 -
.../unsigned_long_long.pass.cpp | 83 -
.../unsigned_short.pass.cpp | 83 -
.../CharT.pass.cpp | 88 -
.../CharT_pointer.pass.cpp | 88 -
.../ostream.inserters.character/char.pass.cpp | 88 -
.../char_pointer.pass.cpp | 88 -
.../char_to_wide.pass.cpp | 88 -
.../char_to_wide_pointer.pass.cpp | 88 -
.../signed_char.pass.cpp | 88 -
.../signed_char_pointer.pass.cpp | 88 -
.../unsigned_char.pass.cpp | 88 -
.../unsigned_char_pointer.pass.cpp | 88 -
.../ostream.inserters/basic_ios.pass.cpp | 70 -
.../ostream.inserters/ios_base.pass.cpp | 61 -
.../ostream.inserters/ostream.pass.cpp | 69 -
.../ostream.inserters/streambuf.pass.cpp | 69 -
.../ostream.manip/endl.pass.cpp | 80 -
.../ostream.manip/ends.pass.cpp | 71 -
.../ostream.manip/flush.pass.cpp | 58 -
.../ostream.rvalue/CharT_pointer.pass.cpp | 72 -
.../ostream.seeks/seekp.pass.cpp | 57 -
.../ostream.seeks/seekp2.pass.cpp | 59 -
.../ostream.seeks/tellp.pass.cpp | 54 -
.../ostream.unformatted/flush.pass.cpp | 54 -
.../ostream.unformatted/put.pass.cpp | 76 -
.../ostream.unformatted/write.pass.cpp | 76 -
.../output.streams/ostream/types.pass.cpp | 35 -
.../ostream_sentry/construct.pass.cpp | 61 -
.../ostream_sentry/destruct.pass.cpp | 75 -
.../output.streams/version.pass.cpp | 20 -
.../std.manip/resetiosflags.pass.cpp | 54 -
.../std.manip/setbase.pass.cpp | 74 -
.../std.manip/setfill.pass.cpp | 38 -
.../std.manip/setiosflags.pass.cpp | 54 -
.../std.manip/setprecision.pass.cpp | 50 -
.../iostream.format/std.manip/setw.pass.cpp | 50 -
.../std.manip/version.pass.cpp | 20 -
.../iostream.forward/iosfwd.pass.cpp | 142 -
.../iostream.forward/version.pass.cpp | 20 -
.../narrow.stream.objects/cerr.pass.cpp | 25 -
.../narrow.stream.objects/cin.pass.cpp | 28 -
.../narrow.stream.objects/clog.pass.cpp | 23 -
.../narrow.stream.objects/cout.pass.cpp | 27 -
.../iostream.objects/version.pass.cpp | 20 -
.../wide.stream.objects/wcerr.pass.cpp | 25 -
.../wide.stream.objects/wcin.pass.cpp | 28 -
.../wide.stream.objects/wclog.pass.cpp | 23 -
.../wide.stream.objects/wcout.pass.cpp | 23 -
.../fpos/fpos.members/state.pass.cpp | 24 -
.../fpos/fpos.operations/addition.pass.cpp | 28 -
.../fpos/fpos.operations/ctor_int.pass.cpp | 24 -
.../fpos/fpos.operations/difference.pass.cpp | 26 -
.../fpos/fpos.operations/eq_int.pass.cpp | 26 -
.../fpos/fpos.operations/offset.pass.cpp | 25 -
.../fpos/fpos.operations/streamsize.pass.cpp | 24 -
.../fpos/fpos.operations/subtraction.pass.cpp | 28 -
.../fpos/nothing_to_do.pass.cpp | 12 -
.../ios.base/fmtflags.state/flags.pass.cpp | 33 -
.../fmtflags.state/flags_fmtflags.pass.cpp | 36 -
.../fmtflags.state/precision.pass.cpp | 33 -
.../precision_streamsize.pass.cpp | 36 -
.../fmtflags.state/setf_fmtflags.pass.cpp | 36 -
.../setf_fmtflags_mask.pass.cpp | 36 -
.../fmtflags.state/unsetf_mask.pass.cpp | 35 -
.../ios.base/fmtflags.state/width.pass.cpp | 33 -
.../fmtflags.state/width_streamsize.pass.cpp | 36 -
.../register_callback.pass.cpp | 54 -
.../ios.base/ios.base.cons/dtor.pass.cpp | 86 -
.../ios.base/ios.base.locales/getloc.pass.cpp | 34 -
.../ios.base/ios.base.locales/imbue.pass.cpp | 89 -
.../ios.base/ios.base.storage/iword.pass.cpp | 42 -
.../ios.base/ios.base.storage/pword.pass.cpp | 42 -
.../ios.base/ios.base.storage/xalloc.pass.cpp | 26 -
.../sync_with_stdio.pass.cpp | 27 -
.../ios_Init/tested_elsewhere.pass.cpp | 12 -
.../ctor_char_pointer_error_code.pass.cpp | 39 -
.../ctor_string_error_code.pass.cpp | 39 -
.../ios.types/ios_fmtflags/fmtflags.pass.cpp | 81 -
.../ios.types/ios_iostate/iostate.pass.cpp | 36 -
.../ios.types/ios_openmode/openmode.pass.cpp | 42 -
.../ios.types/ios_seekdir/seekdir.pass.cpp | 26 -
.../ios.base/ios.types/nothing_to_do.pass.cpp | 12 -
.../ios.base/nothing_to_do.pass.cpp | 16 -
.../basic.ios.cons/ctor_streambuf.pass.cpp | 48 -
.../ios/basic.ios.members/copyfmt.pass.cpp | 187 -
.../ios/basic.ios.members/fill.pass.cpp | 23 -
.../basic.ios.members/fill_char_type.pass.cpp | 26 -
.../ios/basic.ios.members/imbue.pass.cpp | 101 -
.../ios/basic.ios.members/move.pass.cpp | 138 -
.../ios/basic.ios.members/narow.pass.cpp | 24 -
.../ios/basic.ios.members/rdbuf.pass.cpp | 31 -
.../rdbuf_streambuf.pass.cpp | 34 -
.../ios/basic.ios.members/set_rdbuf.pass.cpp | 57 -
.../ios/basic.ios.members/swap.pass.cpp | 165 -
.../ios/basic.ios.members/tie.pass.cpp | 23 -
.../basic.ios.members/tie_ostream.pass.cpp | 26 -
.../ios/basic.ios.members/widen.pass.cpp | 23 -
.../ios/iostate.flags/bad.pass.cpp | 41 -
.../ios/iostate.flags/bool.pass.cpp | 25 -
.../ios/iostate.flags/clear.pass.cpp | 65 -
.../ios/iostate.flags/eof.pass.cpp | 37 -
.../ios/iostate.flags/exceptions.pass.cpp | 33 -
.../iostate.flags/exceptions_iostate.pass.cpp | 48 -
.../ios/iostate.flags/fail.pass.cpp | 41 -
.../ios/iostate.flags/good.pass.cpp | 35 -
.../ios/iostate.flags/not.pass.cpp | 25 -
.../ios/iostate.flags/rdstate.pass.cpp | 25 -
.../ios/iostate.flags/setstate.pass.cpp | 64 -
.../iostreams.base/ios/types.pass.cpp | 33 -
.../adjustfield.manip/internal.pass.cpp | 29 -
.../adjustfield.manip/left.pass.cpp | 29 -
.../adjustfield.manip/right.pass.cpp | 29 -
.../basefield.manip/dec.pass.cpp | 29 -
.../basefield.manip/hex.pass.cpp | 29 -
.../basefield.manip/oct.pass.cpp | 29 -
.../iostream_category.pass.cpp | 23 -
.../error.reporting/make_error_code.pass.cpp | 24 -
.../make_error_condition.pass.cpp | 24 -
.../floatfield.manip/defaultfloat.pass.cpp | 30 -
.../floatfield.manip/fixed.pass.cpp | 29 -
.../floatfield.manip/hexfloat.pass.cpp | 30 -
.../floatfield.manip/scientific.pass.cpp | 29 -
.../fmtflags.manip/boolalpha.pass.cpp | 29 -
.../fmtflags.manip/noboolalpha.pass.cpp | 30 -
.../fmtflags.manip/noshowbase.pass.cpp | 30 -
.../fmtflags.manip/noshowpoint.pass.cpp | 30 -
.../fmtflags.manip/noshowpos.pass.cpp | 30 -
.../fmtflags.manip/noskipws.pass.cpp | 30 -
.../fmtflags.manip/nounitbuf.pass.cpp | 30 -
.../fmtflags.manip/nouppercase.pass.cpp | 30 -
.../fmtflags.manip/showbase.pass.cpp | 29 -
.../fmtflags.manip/showpoint.pass.cpp | 29 -
.../fmtflags.manip/showpos.pass.cpp | 29 -
.../fmtflags.manip/skipws.pass.cpp | 29 -
.../fmtflags.manip/unitbuf.pass.cpp | 29 -
.../fmtflags.manip/uppercase.pass.cpp | 29 -
.../std.ios.manip/nothing_to_do.pass.cpp | 12 -
.../stream.types/streamoff.pass.cpp | 21 -
.../stream.types/streamsize.pass.cpp | 21 -
.../iostreams.base/version.pass.cpp | 20 -
.../tested_elsewhere.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../test/input.output/nothing_to_do.pass.cpp | 12 -
.../streambuf.reqts/tested_elsewhere.pass.cpp | 12 -
.../streambuf/streambuf.cons/copy.fail.cpp | 25 -
.../streambuf/streambuf.cons/copy.pass.cpp | 84 -
.../streambuf/streambuf.cons/default.fail.cpp | 22 -
.../streambuf/streambuf.cons/default.pass.cpp | 56 -
.../streambuf.members/nothing_to_do.pass.cpp | 12 -
.../streambuf.buffer/pubseekoff.pass.cpp | 35 -
.../streambuf.buffer/pubseekpos.pass.cpp | 34 -
.../streambuf.buffer/pubsetbuf.pass.cpp | 33 -
.../streambuf.buffer/pubsync.pass.cpp | 33 -
.../streambuf.locales/locales.pass.cpp | 48 -
.../streambuf.pub.get/in_avail.pass.cpp | 52 -
.../streambuf.pub.get/sbumpc.pass.cpp | 56 -
.../streambuf.pub.get/sgetc.pass.cpp | 56 -
.../streambuf.pub.get/sgetn.pass.cpp | 41 -
.../streambuf.pub.get/snextc.pass.cpp | 56 -
.../streambuf.pub.pback/sputbackc.pass.cpp | 56 -
.../streambuf.pub.pback/sungetc.pass.cpp | 56 -
.../streambuf.pub.put/sputc.pass.cpp | 63 -
.../streambuf.pub.put/sputn.pass.cpp | 41 -
.../nothing_to_do.pass.cpp | 12 -
.../streambuf.assign/assign.pass.cpp | 91 -
.../streambuf.assign/swap.pass.cpp | 101 -
.../streambuf.get.area/gbump.pass.cpp | 59 -
.../streambuf.get.area/setg.pass.cpp | 49 -
.../streambuf.put.area/pbump.pass.cpp | 61 -
.../streambuf.put.area/setp.pass.cpp | 49 -
.../streambuf.virtuals/nothing_to_do.pass.cpp | 12 -
.../tested_elsewhere.pass.cpp | 12 -
.../streambuf.virt.get/showmanyc.pass.cpp | 33 -
.../streambuf.virt.get/uflow.pass.cpp | 33 -
.../streambuf.virt.get/underflow.pass.cpp | 30 -
.../streambuf.virt.get/xsgetn.pass.cpp | 41 -
.../nothing_to_do.pass.cpp | 12 -
.../streambuf.virt.pback/pbackfail.pass.cpp | 32 -
.../streambuf.virt.put/overflow.pass.cpp | 30 -
.../streambuf.virt.put/xsputn.pass.cpp | 44 -
.../stream.buffers/streambuf/types.pass.cpp | 39 -
.../stream.buffers/version.pass.cpp | 20 -
.../istringstream.assign/member_swap.pass.cpp | 56 -
.../istringstream.assign/move.pass.cpp | 50 -
.../nonmember_swap.pass.cpp | 59 -
.../istringstream.cons/default.pass.cpp | 46 -
.../istringstream.cons/move.pass.cpp | 48 -
.../istringstream.cons/string.pass.cpp | 67 -
.../istringstream.members/str.pass.cpp | 56 -
.../istringstream/types.pass.cpp | 36 -
.../ostringstream.assign/member_swap.pass.cpp | 48 -
.../ostringstream.assign/move.pass.cpp | 46 -
.../nonmember_swap.pass.cpp | 48 -
.../ostringstream.cons/default.pass.cpp | 46 -
.../ostringstream.cons/move.pass.cpp | 44 -
.../ostringstream.cons/string.pass.cpp | 59 -
.../ostringstream.members/str.pass.cpp | 52 -
.../ostringstream/types.pass.cpp | 36 -
.../stringbuf.assign/member_swap.pass.cpp | 64 -
.../stringbuf/stringbuf.assign/move.pass.cpp | 58 -
.../stringbuf.assign/nonmember_swap.pass.cpp | 66 -
.../stringbuf/stringbuf.cons/default.pass.cpp | 30 -
.../stringbuf/stringbuf.cons/move.pass.cpp | 52 -
.../stringbuf/stringbuf.cons/string.pass.cpp | 47 -
.../stringbuf/stringbuf.members/str.pass.cpp | 34 -
.../stringbuf.virtuals/overflow.pass.cpp | 97 -
.../stringbuf.virtuals/pbackfail.pass.cpp | 92 -
.../stringbuf.virtuals/seekoff.pass.cpp | 143 -
.../stringbuf.virtuals/seekpos.pass.cpp | 77 -
.../stringbuf.virtuals/setbuf.pass.cpp | 32 -
.../stringbuf.virtuals/underflow.pass.cpp | 70 -
.../string.streams/stringbuf/types.pass.cpp | 36 -
.../stringstream.cons/default.pass.cpp | 46 -
.../stringstream.cons/move.pass.cpp | 52 -
.../stringstream.cons/string.pass.cpp | 49 -
.../stringstream.assign/member_swap.pass.cpp | 56 -
.../stringstream.assign/move.pass.cpp | 54 -
.../nonmember_swap.pass.cpp | 59 -
.../stringstream.members/str.pass.cpp | 62 -
.../stringstream/types.pass.cpp | 36 -
.../string.streams/version.pass.cpp | 20 -
.../iterator.basic/iterator.pass.cpp | 82 -
.../iterator.operations/advance.pass.cpp | 45 -
.../iterator.operations/distance.pass.cpp | 40 -
.../iterator.operations/next.pass.cpp | 46 -
.../iterator.operations/prev.pass.cpp | 44 -
.../iterator.traits/const_pointer.pass.cpp | 35 -
.../iterator.traits/empty.pass.cpp | 26 -
.../iterator.traits/iterator.pass.cpp | 43 -
.../iterator.traits/pointer.pass.cpp | 35 -
.../nothing_to_do.pass.cpp | 12 -
.../bidirectional_iterator_tag.pass.cpp | 24 -
.../forward_iterator_tag.pass.cpp | 24 -
.../input_iterator_tag.pass.cpp | 22 -
.../output_iterator_tag.pass.cpp | 22 -
.../random_access_iterator_tag.pass.cpp | 24 -
.../nothing_to_do.pass.cpp | 12 -
.../forward.iterators/nothing_to_do.pass.cpp | 12 -
.../input.iterators/nothing_to_do.pass.cpp | 12 -
.../iterator.iterators/nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../output.iterators/nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../iterator.synopsis/nothing_to_do.pass.cpp | 12 -
.../iterators.general/nothing_to_do.pass.cpp | 12 -
libcxx/test/iterators/iterators.h | 251 -
.../back.insert.iter.cons/container.fail.cpp | 24 -
.../back.insert.iter.cons/container.pass.cpp | 29 -
.../back.insert.iter.op++/post.pass.cpp | 34 -
.../back.insert.iter.op++/pre.pass.cpp | 32 -
.../back.insert.iter.op=/lv_value.pass.cpp | 46 -
.../back.insert.iter.op=/rv_value.pass.cpp | 42 -
.../back.insert.iter.op_astrk/test.pass.cpp | 32 -
.../back.inserter/test.pass.cpp | 33 -
.../nothing_to_do.pass.cpp | 12 -
.../back.insert.iterator/types.pass.cpp | 59 -
.../front.insert.iter.cons/container.fail.cpp | 24 -
.../front.insert.iter.cons/container.pass.cpp | 29 -
.../front.insert.iter.op++/post.pass.cpp | 34 -
.../front.insert.iter.op++/pre.pass.cpp | 32 -
.../front.insert.iter.op=/lv_value.pass.cpp | 45 -
.../front.insert.iter.op=/rv_value.pass.cpp | 41 -
.../front.insert.iter.op_astrk/test.pass.cpp | 32 -
.../front.inserter/test.pass.cpp | 33 -
.../nothing_to_do.pass.cpp | 12 -
.../front.insert.iterator/types.pass.cpp | 60 -
.../insert.iter.cons/test.pass.cpp | 29 -
.../insert.iter.op++/post.pass.cpp | 34 -
.../insert.iter.op++/pre.pass.cpp | 32 -
.../insert.iter.op=/lv_value.pass.cpp | 64 -
.../insert.iter.op=/rv_value.pass.cpp | 95 -
.../insert.iter.op_astrk/test.pass.cpp | 32 -
.../insert.iter.ops/inserter/test.pass.cpp | 33 -
.../insert.iter.ops/nothing_to_do.pass.cpp | 12 -
.../insert.iterator/types.pass.cpp | 64 -
.../insert.iterators/nothing_to_do.pass.cpp | 12 -
.../make_move_iterator.pass.cpp | 39 -
.../move.iter.nonmember/minus.pass.cpp | 39 -
.../move.iter.nonmember/plus.pass.cpp | 37 -
.../move.iter.op.+/difference_type.pass.cpp | 36 -
.../move.iter.op.+=/difference_type.pass.cpp | 37 -
.../move.iter.op.-/difference_type.pass.cpp | 36 -
.../move.iter.op.-=/difference_type.pass.cpp | 37 -
.../move.iter.op.comp/op_eq.pass.cpp | 46 -
.../move.iter.op.comp/op_gt.pass.cpp | 42 -
.../move.iter.op.comp/op_gte.pass.cpp | 42 -
.../move.iter.op.comp/op_lt.pass.cpp | 42 -
.../move.iter.op.comp/op_lte.pass.cpp | 42 -
.../move.iter.op.comp/op_neq.pass.cpp | 46 -
.../move.iter.op.const/convert.fail.cpp | 38 -
.../move.iter.op.const/convert.pass.cpp | 44 -
.../move.iter.op.const/default.pass.cpp | 34 -
.../move.iter.op.const/iter.fail.cpp | 31 -
.../move.iter.op.const/iter.pass.cpp | 37 -
.../tested_elsewhere.pass.cpp | 12 -
.../move.iter.op.decr/post.pass.cpp | 37 -
.../move.iter.op.decr/pre.pass.cpp | 37 -
.../move.iter.op.incr/post.pass.cpp | 39 -
.../move.iter.op.incr/pre.pass.cpp | 39 -
.../difference_type.pass.cpp | 58 -
.../move.iter.op.ref/op_arrow.pass.cpp | 31 -
.../move.iter.op.star/op_star.pass.cpp | 61 -
.../move.iter.op=/move_iterator.fail.cpp | 39 -
.../move.iter.op=/move_iterator.pass.cpp | 47 -
.../move.iter.ops/nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../move.iterator/types.pass.cpp | 56 -
.../move.iterators/nothing_to_do.pass.cpp | 12 -
.../predef.iterators/nothing_to_do.pass.cpp | 12 -
.../reverse.iterators/nothing_to_do.pass.cpp | 12 -
.../reverse.iter.ops/nothing_to_do.pass.cpp | 12 -
.../reverse.iter.cons/default.pass.cpp | 33 -
.../reverse.iter.cons/iter.fail.cpp | 31 -
.../reverse.iter.cons/iter.pass.cpp | 35 -
.../reverse_iterator.fail.cpp | 38 -
.../reverse_iterator.pass.cpp | 42 -
.../tested_elsewhere.pass.cpp | 12 -
.../reverse.iter.op!=/test.pass.cpp | 42 -
.../reverse.iter.op++/post.pass.cpp | 37 -
.../reverse.iter.op++/pre.pass.cpp | 37 -
.../reverse.iter.op+/difference_type.pass.cpp | 36 -
.../difference_type.pass.cpp | 37 -
.../reverse.iter.op--/post.pass.cpp | 37 -
.../reverse.iter.op--/pre.pass.cpp | 37 -
.../reverse.iter.op-/difference_type.pass.cpp | 36 -
.../difference_type.pass.cpp | 37 -
.../reverse.iter.op.star/op_star.pass.cpp | 66 -
.../reverse_iterator.fail.cpp | 39 -
.../reverse_iterator.pass.cpp | 45 -
.../reverse.iter.op==/test.pass.cpp | 42 -
.../reverse.iter.opdiff/test.pass.cpp | 43 -
.../reverse.iter.opgt/test.pass.cpp | 42 -
.../reverse.iter.opgt=/test.pass.cpp | 42 -
.../difference_type.pass.cpp | 38 -
.../reverse.iter.oplt/test.pass.cpp | 42 -
.../reverse.iter.oplt=/test.pass.cpp | 42 -
.../reverse.iter.opref/op_arrow.pass.cpp | 69 -
.../difference_type.pass.cpp | 37 -
.../nothing_to_do.pass.cpp | 12 -
.../reverse.iterator/types.pass.cpp | 61 -
.../istream.iterator.cons/copy.pass.cpp | 36 -
.../istream.iterator.cons/default.pass.cpp | 23 -
.../istream.iterator.cons/istream.pass.cpp | 30 -
.../istream.iterator.ops/arrow.pass.cpp | 37 -
.../istream.iterator.ops/dereference.pass.cpp | 34 -
.../istream.iterator.ops/equal.pass.cpp | 52 -
.../post_increment.pass.cpp | 32 -
.../pre_increment.pass.cpp | 29 -
.../istream.iterator/types.pass.cpp | 42 -
.../istreambuf.iterator.cons/default.pass.cpp | 30 -
.../istreambuf.iterator.cons/istream.pass.cpp | 42 -
.../istreambuf.iterator.cons/proxy.pass.cpp | 36 -
.../streambuf.pass.cpp | 50 -
.../istreambuf.iterator_equal/equal.pass.cpp | 78 -
.../not_equal.pass.cpp | 80 -
.../dereference.pass.cpp | 40 -
.../istreambuf.iterator_op==/equal.pass.cpp | 80 -
.../arrow.pass.cpp | 28 -
.../post_increment.pass.cpp | 38 -
.../pre_increment.pass.cpp | 39 -
.../istreambuf.iterator_proxy/proxy.pass.cpp | 44 -
.../istreambuf.iterator/types.pass.cpp | 51 -
.../iterator.range/begin_array.pass.cpp | 24 -
.../iterator.range/begin_const.pass.cpp | 23 -
.../iterator.range/begin_non_const.pass.cpp | 25 -
.../iterator.range/end_array.pass.cpp | 24 -
.../iterator.range/end_const.pass.cpp | 23 -
.../iterator.range/end_non_const.pass.cpp | 23 -
.../stream.iterators/nothing_to_do.pass.cpp | 12 -
.../ostream.iterator.cons.des/copy.pass.cpp | 26 -
.../ostream.pass.cpp | 25 -
.../ostream_delem.pass.cpp | 32 -
.../ostream.iterator.ops/assign_t.pass.cpp | 46 -
.../ostream.iterator.ops/dereference.pass.cpp | 26 -
.../ostream.iterator.ops/increment.pass.cpp | 29 -
.../ostream.iterator/types.pass.cpp | 40 -
.../ostreambuf.iter.cons/ostream.pass.cpp | 32 -
.../ostreambuf.iter.cons/streambuf.pass.cpp | 32 -
.../ostreambuf.iter.ops/assign_c.pass.cpp | 39 -
.../ostreambuf.iter.ops/deref.pass.cpp | 34 -
.../ostreambuf.iter.ops/failed.pass.cpp | 30 -
.../ostreambuf.iter.ops/increment.pass.cpp | 39 -
.../ostreambuf.iterator/types.pass.cpp | 44 -
libcxx/test/iterators/version.pass.cpp | 20 -
.../cstdint/cstdint.syn/cstdint.pass.cpp | 290 -
.../language.support/cstdint/version.pass.cpp | 20 -
.../language.support/nothing_to_do.pass.cpp | 12 -
.../alloc.errors/bad.alloc/bad_alloc.pass.cpp | 27 -
.../bad_array_new_length.pass.cpp | 27 -
.../new.handler/new_handler.pass.cpp | 19 -
.../alloc.errors/nothing_to_do.pass.cpp | 12 -
.../set.new.handler/get_new_handler.pass.cpp | 25 -
.../set.new.handler/set_new_handler.pass.cpp | 22 -
.../new.delete.array/new_array.pass.cpp | 54 -
.../new_array_nothrow.pass.cpp | 51 -
.../new_array_nothrow_replace.pass.cpp | 49 -
.../new_array_replace.pass.cpp | 49 -
.../not_testable.pass.cpp | 12 -
.../new.delete.placement/new.pass.cpp | 30 -
.../new.delete.placement/new_array.pass.cpp | 30 -
.../new.delete/new.delete.single/new.pass.cpp | 54 -
.../new.delete.single/new_nothrow.pass.cpp | 51 -
.../new_nothrow_replace.pass.cpp | 49 -
.../new.delete.single/new_replace.pass.cpp | 49 -
.../new.delete/nothing_to_do.pass.cpp | 12 -
.../support.dynamic/version.pass.cpp | 20 -
.../bad.exception/bad_exception.pass.cpp | 27 -
.../except.nested/assign.pass.cpp | 59 -
.../except.nested/ctor_copy.pass.cpp | 57 -
.../except.nested/ctor_default.pass.cpp | 55 -
.../except.nested/rethrow_if_nested.pass.cpp | 89 -
.../except.nested/rethrow_nested.pass.cpp | 70 -
.../except.nested/throw_with_nested.pass.cpp | 103 -
.../nothing_to_do.pass.cpp | 12 -
.../set.terminate/get_terminate.pass.cpp | 25 -
.../set.terminate/set_terminate.pass.cpp | 23 -
.../terminate_handler.pass.cpp | 19 -
.../terminate/terminate.pass.cpp | 26 -
.../exception/exception.pass.cpp | 25 -
.../propagation/current_exception.pass.cpp | 269 -
.../propagation/exception_ptr.pass.cpp | 34 -
.../propagation/make_exception_ptr.pass.cpp | 49 -
.../propagation/rethrow_exception.pass.cpp | 57 -
.../uncaught/uncaught_exception.pass.cpp | 45 -
.../support.exception/version.pass.cpp | 20 -
.../support.general/nothing_to_do.pass.cpp | 12 -
.../support.initlist.access/access.pass.cpp | 42 -
.../support.initlist.cons/default.pass.cpp | 25 -
.../support.initlist.range/begin_end.pass.cpp | 40 -
.../support.initlist/types.pass.cpp | 37 -
.../support.initlist/version.pass.cpp | 20 -
.../support.limits/c.limits/cfloat.pass.cpp | 140 -
.../support.limits/c.limits/climits.pass.cpp | 92 -
.../c.limits/version_cfloat.pass.cpp | 20 -
.../c.limits/version_climits.pass.cpp | 20 -
.../limits/denorm.style/check_values.pass.cpp | 38 -
.../limits/is_specialized.pass.cpp | 67 -
.../denorm_min.pass.cpp | 49 -
.../numeric.limits.members/digits.pass.cpp | 49 -
.../numeric.limits.members/digits10.pass.cpp | 53 -
.../numeric.limits.members/epsilon.pass.cpp | 50 -
.../has_denorm.pass.cpp | 48 -
.../has_denorm_loss.pass.cpp | 48 -
.../has_infinity.pass.cpp | 48 -
.../has_quiet_NaN.pass.cpp | 48 -
.../has_signaling_NaN.pass.cpp | 48 -
.../numeric.limits.members/infinity.pass.cpp | 54 -
.../is_bounded.pass.cpp | 48 -
.../numeric.limits.members/is_exact.pass.cpp | 48 -
.../numeric.limits.members/is_iec559.pass.cpp | 48 -
.../is_integer.pass.cpp | 48 -
.../numeric.limits.members/is_modulo.pass.cpp | 48 -
.../numeric.limits.members/is_signed.pass.cpp | 48 -
.../numeric.limits.members/lowest.pass.cpp | 56 -
.../numeric.limits.members/max.pass.cpp | 56 -
.../max_digits10.pass.cpp | 49 -
.../max_exponent.pass.cpp | 49 -
.../max_exponent10.pass.cpp | 49 -
.../numeric.limits.members/min.pass.cpp | 56 -
.../min_exponent.pass.cpp | 49 -
.../min_exponent10.pass.cpp | 49 -
.../numeric.limits.members/quiet_NaN.pass.cpp | 69 -
.../numeric.limits.members/radix.pass.cpp | 49 -
.../round_error.pass.cpp | 50 -
.../round_style.pass.cpp | 48 -
.../signaling_NaN.pass.cpp | 69 -
.../tinyness_before.pass.cpp | 48 -
.../numeric.limits.members/traps.pass.cpp | 48 -
.../limits/numeric.limits/default.pass.cpp | 83 -
.../numeric.special/nothing_to_do.pass.cpp | 12 -
.../limits/round.style/check_values.pass.cpp | 34 -
.../support.limits/limits/version.pass.cpp | 20 -
.../support.limits/nothing_to_do.pass.cpp | 12 -
.../support.rtti/bad.cast/bad_cast.pass.cpp | 27 -
.../bad.typeid/bad_typeid.pass.cpp | 27 -
.../support.rtti/type.info/type_info.pass.cpp | 26 -
.../type.info/type_info_hash.pass.cpp | 23 -
.../support.rtti/version.pass.cpp | 20 -
.../support.runtime/csetjmp.pass.cpp | 24 -
.../support.runtime/csignal.pass.cpp | 57 -
.../support.runtime/cstdarg.pass.cpp | 33 -
.../support.runtime/cstdbool.pass.cpp | 32 -
.../support.runtime/cstdlib.pass.cpp | 86 -
.../support.runtime/ctime.pass.cpp | 40 -
.../support.runtime/version_csetjmp.pass.cpp | 20 -
.../support.runtime/version_csignal.pass.cpp | 20 -
.../support.runtime/version_cstdarg.pass.cpp | 20 -
.../support.runtime/version_cstdbool.pass.cpp | 20 -
.../support.runtime/version_cstdlib.pass.cpp | 20 -
.../support.runtime/version_ctime.pass.cpp | 20 -
.../support.start.term/quick_exit.pass.cpp | 21 -
.../support.types/max_align_t.pass.cpp | 34 -
.../support.types/null.pass.cpp | 18 -
.../support.types/nullptr_t.pass.cpp | 59 -
.../support.types/offsetof.pass.cpp | 18 -
.../support.types/ptrdiff_t.pass.cpp | 27 -
.../support.types/size_t.pass.cpp | 27 -
.../support.types/version.pass.cpp | 20 -
libcxx/test/lit.cfg | 154 -
libcxx/test/lit.site.cfg.in | 10 -
.../localization/c.locales/clocale.pass.cpp | 48 -
.../localization/c.locales/version.pass.cpp | 20 -
.../locale.categories/__scan_keyword.pass.cpp | 118 -
.../locale.collate.byname/compare.pass.cpp | 82 -
.../locale.collate.byname/hash.pass.cpp | 41 -
.../locale.collate.byname/transform.pass.cpp | 67 -
.../locale.collate.byname/types.pass.cpp | 45 -
.../locale.collate/ctor.pass.cpp | 67 -
.../locale.collate.members/compare.pass.cpp | 49 -
.../locale.collate.members/hash.pass.cpp | 39 -
.../locale.collate.members/transform.pass.cpp | 33 -
.../tested_elsewhere.pass.cpp | 12 -
.../locale.collate/types.pass.cpp | 49 -
.../category.collate/nothing_to_do.pass.cpp | 12 -
.../category.ctype/ctype_base.pass.cpp | 57 -
.../facet.ctype.char.dtor/dtor.pass.cpp | 50 -
.../facet.ctype.char.members/ctor.pass.cpp | 50 -
.../facet.ctype.char.members/is_1.pass.cpp | 59 -
.../facet.ctype.char.members/is_many.pass.cpp | 118 -
.../narrow_1.pass.cpp | 33 -
.../narrow_many.pass.cpp | 38 -
.../facet.ctype.char.members/scan_is.pass.cpp | 44 -
.../scan_not.pass.cpp | 44 -
.../facet.ctype.char.members/table.pass.cpp | 33 -
.../tolower_1.pass.cpp | 33 -
.../tolower_many.pass.cpp | 36 -
.../toupper_1.pass.cpp | 33 -
.../toupper_many.pass.cpp | 36 -
.../facet.ctype.char.members/widen_1.pass.cpp | 33 -
.../widen_many.pass.cpp | 38 -
.../classic_table.pass.cpp | 23 -
.../tested_elsewhere.pass.cpp | 12 -
.../facet.ctype.special/types.pass.cpp | 38 -
.../locale.codecvt.byname/ctor_char.pass.cpp | 70 -
.../ctor_char16_t.pass.cpp | 70 -
.../ctor_char32_t.pass.cpp | 70 -
.../ctor_wchar_t.pass.cpp | 72 -
.../locale.codecvt/codecvt_base.pass.cpp | 27 -
.../locale.codecvt/ctor_char.pass.cpp | 52 -
.../locale.codecvt/ctor_char16_t.pass.cpp | 58 -
.../locale.codecvt/ctor_char32_t.pass.cpp | 58 -
.../locale.codecvt/ctor_wchar_t.pass.cpp | 52 -
.../char16_t_always_noconv.pass.cpp | 26 -
.../char16_t_encoding.pass.cpp | 26 -
.../char16_t_in.pass.cpp | 40 -
.../char16_t_length.pass.cpp | 32 -
.../char16_t_max_length.pass.cpp | 26 -
.../char16_t_out.pass.cpp | 45 -
.../char16_t_unshift.pass.cpp | 33 -
.../char32_t_always_noconv.pass.cpp | 26 -
.../char32_t_encoding.pass.cpp | 26 -
.../char32_t_in.pass.cpp | 40 -
.../char32_t_length.pass.cpp | 32 -
.../char32_t_max_length.pass.cpp | 26 -
.../char32_t_out.pass.cpp | 45 -
.../char32_t_unshift.pass.cpp | 33 -
.../char_always_noconv.pass.cpp | 26 -
.../char_encoding.pass.cpp | 26 -
.../locale.codecvt.members/char_in.pass.cpp | 38 -
.../char_length.pass.cpp | 32 -
.../char_max_length.pass.cpp | 26 -
.../locale.codecvt.members/char_out.pass.cpp | 38 -
.../char_unshift.pass.cpp | 33 -
.../utf_sanity_check.pass.cpp | 127 -
.../wchar_t_always_noconv.pass.cpp | 26 -
.../wchar_t_encoding.pass.cpp | 26 -
.../wchar_t_in.pass.cpp | 42 -
.../wchar_t_length.pass.cpp | 32 -
.../wchar_t_max_length.pass.cpp | 26 -
.../wchar_t_out.pass.cpp | 69 -
.../wchar_t_unshift.pass.cpp | 35 -
.../tested_elsewhere.pass.cpp | 12 -
.../locale.codecvt/types_char.pass.cpp | 40 -
.../locale.codecvt/types_char16_t.pass.cpp | 42 -
.../locale.codecvt/types_char32_t.pass.cpp | 42 -
.../locale.codecvt/types_wchar_t.pass.cpp | 40 -
.../locale.ctype.byname/is_1.pass.cpp | 110 -
.../locale.ctype.byname/is_many.pass.cpp | 245 -
.../locale.ctype.byname/narrow_1.pass.cpp | 53 -
.../locale.ctype.byname/narrow_many.pass.cpp | 61 -
.../locale.ctype.byname/scan_is.pass.cpp | 69 -
.../locale.ctype.byname/scan_not.pass.cpp | 69 -
.../locale.ctype.byname/tolower_1.pass.cpp | 87 -
.../locale.ctype.byname/tolower_many.pass.cpp | 92 -
.../locale.ctype.byname/toupper_1.pass.cpp | 87 -
.../locale.ctype.byname/toupper_many.pass.cpp | 92 -
.../locale.ctype.byname/types.pass.cpp | 71 -
.../locale.ctype.byname/widen_1.pass.cpp | 56 -
.../locale.ctype.byname/widen_many.pass.cpp | 63 -
.../category.ctype/locale.ctype/ctor.pass.cpp | 51 -
.../locale.ctype.members/is_1.pass.cpp | 59 -
.../locale.ctype.members/is_many.pass.cpp | 118 -
.../locale.ctype.members/narrow_1.pass.cpp | 33 -
.../locale.ctype.members/narrow_many.pass.cpp | 38 -
.../locale.ctype.members/scan_is.pass.cpp | 44 -
.../locale.ctype.members/scan_not.pass.cpp | 44 -
.../locale.ctype.members/tolower_1.pass.cpp | 33 -
.../tolower_many.pass.cpp | 36 -
.../locale.ctype.members/toupper_1.pass.cpp | 33 -
.../toupper_many.pass.cpp | 36 -
.../locale.ctype.members/widen_1.pass.cpp | 33 -
.../locale.ctype.members/widen_many.pass.cpp | 38 -
.../tested_elsewhere.pass.cpp | 12 -
.../locale.ctype/types.pass.cpp | 38 -
.../nothing_to_do.pass.cpp | 12 -
.../locale.messages/ctor.pass.cpp | 52 -
.../not_testable.pass.cpp | 34 -
.../tested_elsewhere.pass.cpp | 12 -
.../locale.messages/messages_base.pass.cpp | 24 -
.../locale.messages/types.pass.cpp | 34 -
.../category.messages/nothing_to_do.pass.cpp | 12 -
.../locale.money.get/ctor.pass.cpp | 52 -
.../get_long_double_en_US.pass.cpp | 721 -
.../get_long_double_fr_FR.pass.cpp | 722 -
.../get_long_double_ru_RU.pass.cpp | 725 -
.../get_long_double_zh_CN.pass.cpp | 721 -
.../get_string_en_US.pass.cpp | 729 -
.../locale.money.get.members/iterators.h | 55 -
.../tested_elsewhere.pass.cpp | 12 -
.../locale.money.get/types.pass.cpp | 34 -
.../locale.money.put/ctor.pass.cpp | 52 -
.../locale.money.put.members/iterators.h | 33 -
.../put_long_double_en_US.pass.cpp | 492 -
.../put_long_double_fr_FR.pass.cpp | 491 -
.../put_long_double_ru_RU.pass.cpp | 491 -
.../put_long_double_zh_CN.pass.cpp | 491 -
.../put_string_en_US.pass.cpp | 492 -
.../tested_elsewhere.pass.cpp | 12 -
.../locale.money.put/types.pass.cpp | 34 -
.../curr_symbol.pass.cpp | 140 -
.../decimal_point.pass.cpp | 140 -
.../frac_digits.pass.cpp | 140 -
.../grouping.pass.cpp | 143 -
.../neg_format.pass.cpp | 220 -
.../negative_sign.pass.cpp | 140 -
.../pos_format.pass.cpp | 220 -
.../positive_sign.pass.cpp | 140 -
.../thousands_sep.pass.cpp | 140 -
.../locale.moneypunct/ctor.pass.cpp | 52 -
.../curr_symbol.pass.cpp | 75 -
.../decimal_point.pass.cpp | 75 -
.../frac_digits.pass.cpp | 75 -
.../grouping.pass.cpp | 75 -
.../neg_format.pass.cpp | 88 -
.../negative_sign.pass.cpp | 76 -
.../pos_format.pass.cpp | 88 -
.../positive_sign.pass.cpp | 75 -
.../thousands_sep.pass.cpp | 75 -
.../tested_elsewhere.pass.cpp | 12 -
.../locale.moneypunct/money_base.pass.cpp | 33 -
.../locale.moneypunct/types.pass.cpp | 34 -
.../category.monetary/nothing_to_do.pass.cpp | 12 -
.../locale.nm.put/ctor.pass.cpp | 52 -
.../facet.num.put.members/iterators.h | 33 -
.../facet.num.put.members/put_bool.pass.cpp | 100 -
.../facet.num.put.members/put_double.pass.cpp | 17887 ----------
.../facet.num.put.members/put_long.pass.cpp | 371 -
.../put_long_double.pass.cpp | 26245 --------------
.../put_long_long.pass.cpp | 344 -
.../put_pointer.pass.cpp | 43 -
.../put_unsigned_long.pass.cpp | 374 -
.../put_unsigned_long_long.pass.cpp | 344 -
.../tested_elsewhere.pass.cpp | 12 -
.../locale.nm.put/types.pass.cpp | 32 -
.../locale.num.get/ctor.pass.cpp | 52 -
.../facet.num.get.members/get_bool.pass.cpp | 230 -
.../facet.num.get.members/get_double.pass.cpp | 241 -
.../facet.num.get.members/get_float.pass.cpp | 171 -
.../facet.num.get.members/get_long.pass.cpp | 519 -
.../get_long_double.pass.cpp | 171 -
.../get_long_long.pass.cpp | 105 -
.../get_pointer.pass.cpp | 61 -
.../get_unsigned_int.pass.cpp | 83 -
.../get_unsigned_long.pass.cpp | 83 -
.../get_unsigned_long_long.pass.cpp | 83 -
.../get_unsigned_short.pass.cpp | 83 -
.../facet.num.get.members/iterators.h | 251 -
.../test_min_max.pass.cpp | 53 -
.../tested_elsewhere.pass.cpp | 12 -
.../locale.num.get/types.pass.cpp | 32 -
.../category.numeric/nothing_to_do.pass.cpp | 12 -
.../date_order.pass.cpp | 50 -
.../date_order_wide.pass.cpp | 50 -
.../locale.time.get.byname/get_date.pass.cpp | 89 -
.../get_date_wide.pass.cpp | 89 -
.../get_monthname.pass.cpp | 81 -
.../get_monthname_wide.pass.cpp | 90 -
.../locale.time.get.byname/get_one.pass.cpp | 160 -
.../get_one_wide.pass.cpp | 162 -
.../locale.time.get.byname/get_time.pass.cpp | 89 -
.../get_time_wide.pass.cpp | 89 -
.../get_weekday.pass.cpp | 83 -
.../get_weekday_wide.pass.cpp | 81 -
.../locale.time.get.byname/get_year.pass.cpp | 80 -
.../get_year_wide.pass.cpp | 80 -
.../locale.time.get.byname/iterators.h | 55 -
.../locale.time.get/ctor.pass.cpp | 52 -
.../date_order.pass.cpp | 34 -
.../locale.time.get.members/get_date.pass.cpp | 51 -
.../get_date_wide.pass.cpp | 51 -
.../locale.time.get.members/get_many.pass.cpp | 68 -
.../get_monthname.pass.cpp | 265 -
.../get_monthname_wide.pass.cpp | 265 -
.../locale.time.get.members/get_one.pass.cpp | 305 -
.../locale.time.get.members/get_time.pass.cpp | 117 -
.../get_time_wide.pass.cpp | 117 -
.../get_weekday.pass.cpp | 220 -
.../get_weekday_wide.pass.cpp | 220 -
.../locale.time.get.members/get_year.pass.cpp | 138 -
.../locale.time.get.members/iterators.h | 55 -
.../tested_elsewhere.pass.cpp | 12 -
.../locale.time.get/time_base.pass.cpp | 29 -
.../locale.time.get/types.pass.cpp | 41 -
.../locale.time.put.byname/iterators.h | 33 -
.../locale.time.put.byname/put1.pass.cpp | 72 -
.../locale.time.put/ctor.pass.cpp | 52 -
.../locale.time.put.members/iterators.h | 33 -
.../locale.time.put.members/put1.pass.cpp | 61 -
.../locale.time.put.members/put2.pass.cpp | 367 -
.../tested_elsewhere.pass.cpp | 12 -
.../locale.time.put/types.pass.cpp | 32 -
.../category.time/nothing_to_do.pass.cpp | 12 -
.../decimal_point.pass.cpp | 62 -
.../locale.numpunct.byname/grouping.pass.cpp | 62 -
.../thousands_sep.pass.cpp | 62 -
.../locale.numpunct/ctor.pass.cpp | 66 -
.../decimal_point.pass.cpp | 32 -
.../facet.numpunct.members/falsename.pass.cpp | 32 -
.../facet.numpunct.members/grouping.pass.cpp | 32 -
.../thousands_sep.pass.cpp | 32 -
.../facet.numpunct.members/truename.pass.cpp | 32 -
.../tested_elsewhere.pass.cpp | 12 -
.../locale.numpunct/types.pass.cpp | 48 -
.../facet.numpunct/nothing_to_do.pass.cpp | 12 -
.../facets.examples/nothing_to_do.pass.cpp | 12 -
.../locale.stdcvt/codecvt_mode.pass.cpp | 29 -
.../locale.stdcvt/codecvt_utf16.pass.cpp | 56 -
.../codecvt_utf16_always_noconv.pass.cpp | 45 -
.../codecvt_utf16_encoding.pass.cpp | 45 -
.../locale.stdcvt/codecvt_utf16_in.pass.cpp | 739 -
.../codecvt_utf16_length.pass.cpp | 449 -
.../codecvt_utf16_max_length.pass.cpp | 63 -
.../locale.stdcvt/codecvt_utf16_out.pass.cpp | 331 -
.../codecvt_utf16_unshift.pass.cpp | 56 -
.../locale.stdcvt/codecvt_utf8.pass.cpp | 56 -
.../codecvt_utf8_always_noconv.pass.cpp | 45 -
.../codecvt_utf8_encoding.pass.cpp | 45 -
.../locale.stdcvt/codecvt_utf8_in.pass.cpp | 360 -
.../codecvt_utf8_length.pass.cpp | 244 -
.../codecvt_utf8_max_length.pass.cpp | 63 -
.../locale.stdcvt/codecvt_utf8_out.pass.cpp | 456 -
.../codecvt_utf8_unshift.pass.cpp | 56 -
.../codecvt_utf8_utf16_always_noconv.pass.cpp | 45 -
.../codecvt_utf8_utf16_encoding.pass.cpp | 45 -
.../codecvt_utf8_utf16_in.pass.cpp | 372 -
.../codecvt_utf8_utf16_length.pass.cpp | 235 -
.../codecvt_utf8_utf16_max_length.pass.cpp | 63 -
.../codecvt_utf8_utf16_out.pass.cpp | 415 -
.../codecvt_utf8_utf16_unshift.pass.cpp | 56 -
.../locale.stdcvt/version.pass.cpp | 20 -
.../locale.syn/nothing_to_do.pass.cpp | 12 -
.../classification/isalnum.pass.cpp | 31 -
.../classification/isalpha.pass.cpp | 31 -
.../classification/iscntrl.pass.cpp | 31 -
.../classification/isdigit.pass.cpp | 31 -
.../classification/isgraph.pass.cpp | 31 -
.../classification/islower.pass.cpp | 31 -
.../classification/isprint.pass.cpp | 31 -
.../classification/ispunct.pass.cpp | 31 -
.../classification/isspace.pass.cpp | 31 -
.../classification/isupper.pass.cpp | 31 -
.../classification/isxdigit.pass.cpp | 31 -
.../conversions.buffer/ctor.pass.cpp | 67 -
.../conversions.buffer/overflow.pass.cpp | 100 -
.../conversions.buffer/pbackfail.pass.cpp | 59 -
.../conversions.buffer/rdbuf.pass.cpp | 31 -
.../conversions.buffer/seekoff.pass.cpp | 58 -
.../conversions.buffer/state.pass.cpp | 28 -
.../conversions.buffer/test.pass.cpp | 36 -
.../conversions.buffer/underflow.dat | 1 -
.../conversions.buffer/underflow.pass.cpp | 84 -
.../conversions.buffer/underflow_utf8.dat | 1 -
.../conversions.character/tolower.pass.cpp | 31 -
.../conversions.character/toupper.pass.cpp | 31 -
.../conversions.string/converted.pass.cpp | 32 -
.../conversions.string/ctor_codecvt.pass.cpp | 34 -
.../ctor_codecvt_state.pass.cpp | 28 -
.../ctor_err_string.pass.cpp | 64 -
.../conversions.string/from_bytes.pass.cpp | 37 -
.../conversions.string/state.pass.cpp | 25 -
.../conversions.string/to_bytes.pass.cpp | 37 -
.../conversions.string/types.pass.cpp | 35 -
.../conversions/nothing_to_do.pass.cpp | 12 -
.../locale.convenience/nothing_to_do.pass.cpp | 12 -
.../has_facet.pass.cpp | 32 -
.../use_facet.pass.cpp | 52 -
.../locale/locale.cons/assign.pass.cpp | 80 -
.../locale/locale.cons/char_pointer.pass.cpp | 100 -
.../locales/locale/locale.cons/copy.pass.cpp | 79 -
.../locale/locale.cons/default.pass.cpp | 89 -
.../locale_char_pointer_cat.pass.cpp | 78 -
.../locale.cons/locale_facetptr.pass.cpp | 103 -
.../locale.cons/locale_locale_cat.pass.cpp | 78 -
.../locale.cons/locale_string_cat.pass.cpp | 78 -
.../locale/locale.cons/string.pass.cpp | 83 -
.../locale/locale.members/combine.pass.cpp | 107 -
.../locale/locale.members/name.pass.cpp | 29 -
.../locale/locale.operators/compare.pass.cpp | 34 -
.../locale/locale.operators/eq.pass.cpp | 84 -
.../locale/locale.statics/classic.pass.cpp | 59 -
.../locale/locale.statics/global.pass.cpp | 63 -
.../locale.category/category.pass.cpp | 41 -
.../locale.types/locale.facet/facet.pass.cpp | 53 -
.../locale/locale.types/locale.id/id.pass.cpp | 50 -
.../locale.types/nothing_to_do.pass.cpp | 12 -
.../locales/locale/nothing_to_do.pass.cpp | 12 -
.../locales/nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
libcxx/test/localization/version.pass.cpp | 20 -
libcxx/test/nothing_to_do.pass.cpp | 13 -
libcxx/test/numerics/c.math/cmath.pass.cpp | 1339 -
libcxx/test/numerics/c.math/ctgmath.pass.cpp | 22 -
libcxx/test/numerics/c.math/tgmath_h.pass.cpp | 20 -
.../numerics/c.math/version_cmath.pass.cpp | 20 -
.../numerics/cfenv/cfenv.syn/cfenv.pass.cpp | 74 -
libcxx/test/numerics/cfenv/version.pass.cpp | 20 -
libcxx/test/numerics/complex.number/cases.h | 230 -
.../complex.number/ccmplx/ccomplex.pass.cpp | 21 -
.../complex.number/cmplx.over/arg.pass.cpp | 55 -
.../complex.number/cmplx.over/conj.pass.cpp | 66 -
.../complex.number/cmplx.over/imag.pass.cpp | 55 -
.../complex.number/cmplx.over/norm.pass.cpp | 55 -
.../complex.number/cmplx.over/pow.pass.cpp | 104 -
.../complex.number/cmplx.over/proj.pass.cpp | 66 -
.../complex.number/cmplx.over/real.pass.cpp | 55 -
.../assignment_complex.pass.cpp | 48 -
.../assignment_scalar.pass.cpp | 37 -
.../divide_equal_complex.pass.cpp | 38 -
.../divide_equal_scalar.pass.cpp | 44 -
.../minus_equal_complex.pass.cpp | 38 -
.../minus_equal_scalar.pass.cpp | 40 -
.../plus_equal_complex.pass.cpp | 38 -
.../plus_equal_scalar.pass.cpp | 40 -
.../times_equal_complex.pass.cpp | 38 -
.../times_equal_scalar.pass.cpp | 44 -
.../complex.members/construct.pass.cpp | 48 -
.../complex.members/real_imag.pass.cpp | 44 -
.../complex_divide_complex.pass.cpp | 159 -
.../complex_divide_scalar.pass.cpp | 41 -
.../complex_equals_complex.pass.cpp | 47 -
.../complex_equals_scalar.pass.cpp | 57 -
.../complex_minus_complex.pass.cpp | 49 -
.../complex.ops/complex_minus_scalar.pass.cpp | 49 -
.../complex_not_equals_complex.pass.cpp | 47 -
.../complex_not_equals_scalar.pass.cpp | 57 -
.../complex.ops/complex_plus_complex.pass.cpp | 49 -
.../complex.ops/complex_plus_scalar.pass.cpp | 49 -
.../complex_times_complex.pass.cpp | 161 -
.../complex.ops/complex_times_scalar.pass.cpp | 41 -
.../scalar_divide_complex.pass.cpp | 41 -
.../scalar_equals_complex.pass.cpp | 57 -
.../complex.ops/scalar_minus_complex.pass.cpp | 49 -
.../scalar_not_equals_complex.pass.cpp | 57 -
.../complex.ops/scalar_plus_complex.pass.cpp | 49 -
.../complex.ops/scalar_times_complex.pass.cpp | 41 -
.../complex.ops/stream_input.pass.cpp | 99 -
.../complex.ops/stream_output.pass.cpp | 26 -
.../complex.ops/unary_minus.pass.cpp | 36 -
.../complex.ops/unary_plus.pass.cpp | 36 -
.../double_float_explicit.pass.cpp | 27 -
.../double_float_implicit.pass.cpp | 27 -
.../double_long_double_explicit.pass.cpp | 27 -
.../double_long_double_implicit.fail.cpp | 27 -
.../float_double_explicit.pass.cpp | 27 -
.../float_double_implicit.fail.cpp | 27 -
.../float_long_double_explicit.pass.cpp | 27 -
.../float_long_double_implicit.fail.cpp | 27 -
.../long_double_double_explicit.pass.cpp | 27 -
.../long_double_double_implicit.pass.cpp | 27 -
.../long_double_float_explicit.pass.cpp | 27 -
.../long_double_float_implicit.pass.cpp | 27 -
.../complex.synopsis/nothing_to_do.pass.cpp | 12 -
.../complex.transcendentals/acos.pass.cpp | 140 -
.../complex.transcendentals/acosh.pass.cpp | 142 -
.../complex.transcendentals/asin.pass.cpp | 120 -
.../complex.transcendentals/asinh.pass.cpp | 119 -
.../complex.transcendentals/atan.pass.cpp | 68 -
.../complex.transcendentals/atanh.pass.cpp | 132 -
.../complex.transcendentals/cos.pass.cpp | 68 -
.../complex.transcendentals/cosh.pass.cpp | 118 -
.../complex.transcendentals/exp.pass.cpp | 114 -
.../complex.transcendentals/log.pass.cpp | 131 -
.../complex.transcendentals/log10.pass.cpp | 66 -
.../pow_complex_complex.pass.cpp | 71 -
.../pow_complex_scalar.pass.cpp | 69 -
.../pow_scalar_complex.pass.cpp | 69 -
.../complex.transcendentals/sin.pass.cpp | 69 -
.../complex.transcendentals/sinh.pass.cpp | 119 -
.../complex.transcendentals/sqrt.pass.cpp | 109 -
.../complex.transcendentals/tan.pass.cpp | 69 -
.../complex.transcendentals/tanh.pass.cpp | 101 -
.../complex.value.ops/abs.pass.cpp | 63 -
.../complex.value.ops/arg.pass.cpp | 135 -
.../complex.value.ops/conj.pass.cpp | 41 -
.../complex.value.ops/imag.pass.cpp | 32 -
.../complex.value.ops/norm.pass.cpp | 63 -
.../complex.value.ops/polar.pass.cpp | 112 -
.../complex.value.ops/proj.pass.cpp | 71 -
.../complex.value.ops/real.pass.cpp | 32 -
.../complex.number/complex/types.pass.cpp | 36 -
.../numerics/complex.number/layout.pass.cpp | 36 -
.../numerics/complex.number/version.pass.cpp | 20 -
libcxx/test/numerics/nothing_to_do.pass.cpp | 12 -
.../gslice.access/tested_elsewhere.pass.cpp | 12 -
.../class.gslice/gslice.cons/default.pass.cpp | 25 -
.../gslice.cons/start_size_stride.pass.cpp | 38 -
.../class.gslice/nothing_to_do.pass.cpp | 12 -
.../class.slice/cons.slice/default.pass.cpp | 25 -
.../cons.slice/start_size_stride.pass.cpp | 25 -
.../class.slice/nothing_to_do.pass.cpp | 12 -
.../slice.access/tested_elsewhere.pass.cpp | 12 -
.../template.gslice.array/default.fail.cpp | 22 -
.../gslice.array.assign/gslice_array.pass.cpp | 81 -
.../gslice.array.assign/valarray.pass.cpp | 77 -
.../addition.pass.cpp | 77 -
.../gslice.array.comp.assign/and.pass.cpp | 77 -
.../gslice.array.comp.assign/divide.pass.cpp | 77 -
.../gslice.array.comp.assign/modulo.pass.cpp | 77 -
.../multiply.pass.cpp | 77 -
.../gslice.array.comp.assign/or.pass.cpp | 77 -
.../shift_left.pass.cpp | 77 -
.../shift_right.pass.cpp | 77 -
.../subtraction.pass.cpp | 77 -
.../gslice.array.comp.assign/xor.pass.cpp | 77 -
.../gslice.array.fill/assign_value.pass.cpp | 74 -
.../template.gslice.array/types.pass.cpp | 24 -
.../template.indirect.array/default.fail.cpp | 22 -
.../indirect_array.pass.cpp | 80 -
.../indirect.array.assign/valarray.pass.cpp | 77 -
.../addition.pass.cpp | 77 -
.../indirect.array.comp.assign/and.pass.cpp | 77 -
.../divide.pass.cpp | 77 -
.../modulo.pass.cpp | 77 -
.../multiply.pass.cpp | 77 -
.../indirect.array.comp.assign/or.pass.cpp | 77 -
.../shift_left.pass.cpp | 77 -
.../shift_right.pass.cpp | 77 -
.../subtraction.pass.cpp | 77 -
.../indirect.array.comp.assign/xor.pass.cpp | 77 -
.../indirect.array.fill/assign_value.pass.cpp | 74 -
.../template.indirect.array/types.pass.cpp | 24 -
.../template.mask.array/default.fail.cpp | 22 -
.../mask.array.assign/mask_array.pass.cpp | 51 -
.../mask.array.assign/valarray.pass.cpp | 49 -
.../mask.array.comp.assign/addition.pass.cpp | 49 -
.../mask.array.comp.assign/and.pass.cpp | 49 -
.../mask.array.comp.assign/divide.pass.cpp | 49 -
.../mask.array.comp.assign/modulo.pass.cpp | 49 -
.../mask.array.comp.assign/multiply.pass.cpp | 49 -
.../mask.array.comp.assign/or.pass.cpp | 49 -
.../shift_left.pass.cpp | 49 -
.../shift_right.pass.cpp | 49 -
.../subtraction.pass.cpp | 49 -
.../mask.array.comp.assign/xor.pass.cpp | 49 -
.../mask.array.fill/assign_value.pass.cpp | 45 -
.../template.mask.array/types.pass.cpp | 24 -
.../template.slice.array/default.fail.cpp | 22 -
.../slice.arr.assign/slice_array.pass.cpp | 43 -
.../slice.arr.assign/valarray.pass.cpp | 43 -
.../slice.arr.comp.assign/addition.pass.cpp | 43 -
.../slice.arr.comp.assign/and.pass.cpp | 43 -
.../slice.arr.comp.assign/divide.pass.cpp | 43 -
.../slice.arr.comp.assign/modulo.pass.cpp | 43 -
.../slice.arr.comp.assign/multiply.pass.cpp | 43 -
.../slice.arr.comp.assign/or.pass.cpp | 43 -
.../slice.arr.comp.assign/shift_left.pass.cpp | 43 -
.../shift_right.pass.cpp | 43 -
.../subtraction.pass.cpp | 43 -
.../slice.arr.comp.assign/xor.pass.cpp | 43 -
.../slice.arr.fill/assign_value.pass.cpp | 41 -
.../template.slice.array/types.pass.cpp | 24 -
.../numarray/template.valarray/types.pass.cpp | 26 -
.../valarray.access/access.pass.cpp | 33 -
.../valarray.access/const_access.pass.cpp | 31 -
.../valarray.assign/copy_assign.pass.cpp | 58 -
.../gslice_array_assign.pass.cpp | 58 -
.../indirect_array_assign.pass.cpp | 58 -
.../initializer_list_assign.pass.cpp | 57 -
.../mask_array_assign.pass.cpp | 35 -
.../valarray.assign/move_assign.pass.cpp | 63 -
.../slice_array_assign.pass.cpp | 31 -
.../valarray.assign/value_assign.pass.cpp | 31 -
.../valarray.cassign/and_valarray.pass.cpp | 36 -
.../valarray.cassign/and_value.pass.cpp | 33 -
.../valarray.cassign/divide_valarray.pass.cpp | 36 -
.../valarray.cassign/divide_value.pass.cpp | 33 -
.../valarray.cassign/minus_valarray.pass.cpp | 36 -
.../valarray.cassign/minus_value.pass.cpp | 33 -
.../valarray.cassign/modulo_valarray.pass.cpp | 36 -
.../valarray.cassign/modulo_value.pass.cpp | 33 -
.../valarray.cassign/or_valarray.pass.cpp | 36 -
.../valarray.cassign/or_value.pass.cpp | 33 -
.../valarray.cassign/plus_valarray.pass.cpp | 36 -
.../valarray.cassign/plus_value.pass.cpp | 33 -
.../shift_left_valarray.pass.cpp | 36 -
.../shift_left_value.pass.cpp | 33 -
.../shift_right_valarray.pass.cpp | 36 -
.../shift_right_value.pass.cpp | 33 -
.../valarray.cassign/times_valarray.pass.cpp | 36 -
.../valarray.cassign/times_value.pass.cpp | 33 -
.../valarray.cassign/xor_valarray.pass.cpp | 36 -
.../valarray.cassign/xor_value.pass.cpp | 33 -
.../valarray.cons/copy.pass.cpp | 55 -
.../valarray.cons/default.pass.cpp | 37 -
.../valarray.cons/gslice_array.pass.cpp | 57 -
.../valarray.cons/indirect_array.pass.cpp | 57 -
.../valarray.cons/initializer_list.pass.cpp | 41 -
.../valarray.cons/mask_array.pass.cpp | 34 -
.../valarray.cons/move.pass.cpp | 61 -
.../valarray.cons/pointer_size.pass.cpp | 52 -
.../valarray.cons/size.pass.cpp | 39 -
.../valarray.cons/slice_array.pass.cpp | 30 -
.../valarray.cons/value_size.pass.cpp | 39 -
.../valarray.members/apply_cref.pass.cpp | 51 -
.../valarray.members/apply_value.pass.cpp | 51 -
.../valarray.members/cshift.pass.cpp | 127 -
.../valarray.members/max.pass.cpp | 40 -
.../valarray.members/min.pass.cpp | 40 -
.../valarray.members/resize.pass.cpp | 41 -
.../valarray.members/shift.pass.cpp | 127 -
.../valarray.members/size.pass.cpp | 41 -
.../valarray.members/sum.pass.cpp | 28 -
.../valarray.members/swap.pass.cpp | 89 -
.../valarray.sub/gslice_const.pass.cpp | 77 -
.../valarray.sub/gslice_non_const.pass.cpp | 57 -
.../indirect_array_const.pass.cpp | 57 -
.../indirect_array_non_const.pass.cpp | 58 -
.../valarray.sub/slice_const.pass.cpp | 30 -
.../valarray.sub/slice_non_const.pass.cpp | 43 -
.../valarray.sub/valarray_bool_const.pass.cpp | 34 -
.../valarray_bool_non_const.pass.cpp | 35 -
.../valarray.unary/bit_not.pass.cpp | 55 -
.../valarray.unary/negate.pass.cpp | 65 -
.../valarray.unary/not.pass.cpp | 41 -
.../valarray.unary/plus.pass.cpp | 65 -
.../nothing_to_do.pass.cpp | 12 -
.../and_valarray_valarray.pass.cpp | 35 -
.../and_valarray_value.pass.cpp | 32 -
.../and_value_valarray.pass.cpp | 32 -
.../divide_valarray_valarray.pass.cpp | 35 -
.../divide_valarray_value.pass.cpp | 32 -
.../divide_value_valarray.pass.cpp | 32 -
.../minus_valarray_valarray.pass.cpp | 35 -
.../minus_valarray_value.pass.cpp | 32 -
.../minus_value_valarray.pass.cpp | 32 -
.../modulo_valarray_valarray.pass.cpp | 35 -
.../modulo_valarray_value.pass.cpp | 32 -
.../modulo_value_valarray.pass.cpp | 32 -
.../or_valarray_valarray.pass.cpp | 35 -
.../or_valarray_value.pass.cpp | 32 -
.../or_value_valarray.pass.cpp | 32 -
.../plus_valarray_valarray.pass.cpp | 35 -
.../plus_valarray_value.pass.cpp | 32 -
.../plus_value_valarray.pass.cpp | 32 -
.../shift_left_valarray_valarray.pass.cpp | 35 -
.../shift_left_valarray_value.pass.cpp | 32 -
.../shift_left_value_valarray.pass.cpp | 32 -
.../shift_right_valarray_valarray.pass.cpp | 35 -
.../shift_right_valarray_value.pass.cpp | 32 -
.../shift_right_value_valarray.pass.cpp | 32 -
.../times_valarray_valarray.pass.cpp | 35 -
.../times_valarray_value.pass.cpp | 32 -
.../times_value_valarray.pass.cpp | 32 -
.../xor_valarray_valarray.pass.cpp | 35 -
.../xor_valarray_value.pass.cpp | 32 -
.../xor_value_valarray.pass.cpp | 32 -
.../and_valarray_valarray.pass.cpp | 37 -
.../and_valarray_value.pass.cpp | 45 -
.../and_value_valarray.pass.cpp | 45 -
.../equal_valarray_valarray.pass.cpp | 37 -
.../equal_valarray_value.pass.cpp | 34 -
.../equal_value_valarray.pass.cpp | 34 -
.../greater_equal_valarray_valarray.pass.cpp | 37 -
.../greater_equal_valarray_value.pass.cpp | 34 -
.../greater_equal_value_valarray.pass.cpp | 34 -
.../greater_valarray_valarray.pass.cpp | 37 -
.../greater_valarray_value.pass.cpp | 34 -
.../greater_value_valarray.pass.cpp | 34 -
.../less_equal_valarray_valarray.pass.cpp | 37 -
.../less_equal_valarray_value.pass.cpp | 34 -
.../less_equal_value_valarray.pass.cpp | 34 -
.../less_valarray_valarray.pass.cpp | 37 -
.../less_valarray_value.pass.cpp | 34 -
.../less_value_valarray.pass.cpp | 34 -
.../not_equal_valarray_valarray.pass.cpp | 37 -
.../not_equal_valarray_value.pass.cpp | 34 -
.../not_equal_value_valarray.pass.cpp | 34 -
.../or_valarray_valarray.pass.cpp | 37 -
.../or_valarray_value.pass.cpp | 45 -
.../or_value_valarray.pass.cpp | 45 -
.../valarray.special/swap.pass.cpp | 91 -
.../valarray.transcend/abs_valarray.pass.cpp | 34 -
.../valarray.transcend/acos_valarray.pass.cpp | 51 -
.../valarray.transcend/asin_valarray.pass.cpp | 51 -
.../atan2_valarray_valarray.pass.cpp | 53 -
.../atan2_valarray_value.pass.cpp | 51 -
.../atan2_value_valarray.pass.cpp | 51 -
.../valarray.transcend/atan_valarray.pass.cpp | 51 -
.../valarray.transcend/cos_valarray.pass.cpp | 51 -
.../valarray.transcend/cosh_valarray.pass.cpp | 51 -
.../valarray.transcend/exp_valarray.pass.cpp | 51 -
.../log10_valarray.pass.cpp | 51 -
.../valarray.transcend/log_valarray.pass.cpp | 51 -
.../pow_valarray_valarray.pass.cpp | 53 -
.../pow_valarray_value.pass.cpp | 51 -
.../pow_value_valarray.pass.cpp | 51 -
.../valarray.transcend/sin_valarray.pass.cpp | 51 -
.../valarray.transcend/sinh_valarray.pass.cpp | 51 -
.../valarray.transcend/sqrt_valarray.pass.cpp | 51 -
.../valarray.transcend/tan_valarray.pass.cpp | 51 -
.../valarray.transcend/tanh_valarray.pass.cpp | 51 -
.../valarray.range/begin_const.pass.cpp | 30 -
.../valarray.range/begin_non_const.pass.cpp | 31 -
.../valarray.range/end_const.pass.cpp | 31 -
.../valarray.range/end_non_const.pass.cpp | 32 -
.../valarray.syn/nothing_to_do.pass.cpp | 12 -
.../test/numerics/numarray/version.pass.cpp | 20 -
.../accumulate/accumulate.pass.cpp | 53 -
.../accumulate/accumulate_op.pass.cpp | 55 -
.../adjacent_difference.pass.cpp | 72 -
.../adjacent_difference_op.pass.cpp | 74 -
.../inner.product/inner_product.pass.cpp | 82 -
.../inner.product/inner_product_comp.pass.cpp | 85 -
libcxx/test/numerics/numeric.ops/iterators.h | 314 -
.../numeric.ops/numeric.iota/iota.pass.cpp | 38 -
.../partial.sum/partial_sum.pass.cpp | 70 -
.../partial.sum/partial_sum_op.pass.cpp | 72 -
.../numerics/numeric.ops/version.pass.cpp | 20 -
.../nothing_to_do.pass.cpp | 12 -
.../numerics.general/nothing_to_do.pass.cpp | 12 -
.../test/numerics/rand/nothing_to_do.pass.cpp | 12 -
.../rand/rand.adapt/nothing_to_do.pass.cpp | 12 -
.../rand.adapt.disc/assign.pass.cpp | 56 -
.../rand.adapt/rand.adapt.disc/copy.pass.cpp | 54 -
.../rand.adapt.disc/ctor_engine_copy.pass.cpp | 29 -
.../rand.adapt.disc/ctor_engine_move.pass.cpp | 30 -
.../rand.adapt.disc/ctor_result_type.pass.cpp | 51 -
.../rand.adapt.disc/ctor_sseq.pass.cpp | 55 -
.../rand.adapt.disc/default.pass.cpp | 42 -
.../rand.adapt.disc/discard.pass.cpp | 52 -
.../rand.adapt/rand.adapt.disc/eval.pass.cpp | 42 -
.../rand.adapt/rand.adapt.disc/io.pass.cpp | 63 -
.../rand.adapt.disc/result_type.pass.cpp | 42 -
.../rand.adapt.disc/seed_result_type.pass.cpp | 50 -
.../rand.adapt.disc/seed_sseq.pass.cpp | 48 -
.../rand.adapt.disc/values.pass.cpp | 53 -
.../rand.adapt.ibits/assign.pass.cpp | 56 -
.../rand.adapt/rand.adapt.ibits/copy.pass.cpp | 54 -
.../ctor_engine_copy.pass.cpp | 29 -
.../ctor_engine_move.pass.cpp | 30 -
.../ctor_result_type.pass.cpp | 51 -
.../rand.adapt.ibits/ctor_sseq.pass.cpp | 55 -
.../rand.adapt.ibits/default.pass.cpp | 42 -
.../rand.adapt.ibits/discard.pass.cpp | 52 -
.../rand.adapt/rand.adapt.ibits/eval.pass.cpp | 141 -
.../rand.adapt/rand.adapt.ibits/io.pass.cpp | 63 -
.../rand.adapt.ibits/result_type.pass.cpp | 83 -
.../seed_result_type.pass.cpp | 50 -
.../rand.adapt.ibits/seed_sseq.pass.cpp | 48 -
.../rand.adapt.ibits/values.pass.cpp | 47 -
.../rand.adapt.shuf/assign.pass.cpp | 39 -
.../rand.adapt/rand.adapt.shuf/copy.pass.cpp | 38 -
.../rand.adapt.shuf/ctor_engine_copy.pass.cpp | 31 -
.../rand.adapt.shuf/ctor_engine_move.pass.cpp | 32 -
.../rand.adapt.shuf/ctor_result_type.pass.cpp | 76 -
.../rand.adapt.shuf/ctor_sseq.pass.cpp | 79 -
.../rand.adapt.shuf/default.pass.cpp | 32 -
.../rand.adapt.shuf/discard.pass.cpp | 37 -
.../rand.adapt/rand.adapt.shuf/eval.pass.cpp | 93 -
.../rand.adapt/rand.adapt.shuf/io.pass.cpp | 48 -
.../rand.adapt.shuf/result_type.pass.cpp | 83 -
.../rand.adapt.shuf/seed_result_type.pass.cpp | 36 -
.../rand.adapt.shuf/seed_sseq.pass.cpp | 35 -
.../rand.adapt.shuf/values.pass.cpp | 40 -
.../numerics/rand/rand.device/ctor.pass.cpp | 38 -
.../rand/rand.device/entropy.pass.cpp | 23 -
.../numerics/rand/rand.device/eval.pass.cpp | 23 -
.../rand/rand.dis/nothing_to_do.pass.cpp | 12 -
.../rand.dist.bern/nothing_to_do.pass.cpp | 12 -
.../rand.dist.bern.bernoulli/assign.pass.cpp | 33 -
.../rand.dist.bern.bernoulli/copy.pass.cpp | 31 -
.../ctor_double.pass.cpp | 36 -
.../ctor_param.pass.cpp | 28 -
.../rand.dist.bern.bernoulli/eq.pass.cpp | 36 -
.../rand.dist.bern.bernoulli/eval.pass.cpp | 103 -
.../eval_param.pass.cpp | 107 -
.../get_param.pass.cpp | 28 -
.../rand.dist.bern.bernoulli/io.pass.cpp | 40 -
.../rand.dist.bern.bernoulli/max.pass.cpp | 26 -
.../rand.dist.bern.bernoulli/min.pass.cpp | 26 -
.../param_assign.pass.cpp | 30 -
.../param_copy.pass.cpp | 29 -
.../param_ctor.pass.cpp | 34 -
.../param_eq.pass.cpp | 36 -
.../param_types.pass.cpp | 27 -
.../set_param.pass.cpp | 29 -
.../rand.dist.bern.bernoulli/types.pass.cpp | 26 -
.../rand.dist.bern.bin/assign.pass.cpp | 34 -
.../rand.dist.bern.bin/copy.pass.cpp | 32 -
.../ctor_int_double.pass.cpp | 40 -
.../rand.dist.bern.bin/ctor_param.pass.cpp | 30 -
.../rand.dist.bern.bin/eq.pass.cpp | 43 -
.../rand.dist.bern.bin/eval.pass.cpp | 422 -
.../rand.dist.bern.bin/eval_param.pass.cpp | 158 -
.../rand.dist.bern.bin/get_param.pass.cpp | 29 -
.../rand.dist.bern.bin/io.pass.cpp | 41 -
.../rand.dist.bern.bin/max.pass.cpp | 27 -
.../rand.dist.bern.bin/min.pass.cpp | 27 -
.../rand.dist.bern.bin/param_assign.pass.cpp | 32 -
.../rand.dist.bern.bin/param_copy.pass.cpp | 31 -
.../rand.dist.bern.bin/param_ctor.pass.cpp | 44 -
.../rand.dist.bern.bin/param_eq.pass.cpp | 37 -
.../rand.dist.bern.bin/param_types.pass.cpp | 28 -
.../rand.dist.bern.bin/set_param.pass.cpp | 30 -
.../rand.dist.bern.bin/types.pass.cpp | 32 -
.../rand.dist.bern.geo/assign.pass.cpp | 34 -
.../rand.dist.bern.geo/copy.pass.cpp | 32 -
.../rand.dist.bern.geo/ctor_double.pass.cpp | 32 -
.../rand.dist.bern.geo/ctor_param.pass.cpp | 29 -
.../rand.dist.bern.geo/eq.pass.cpp | 37 -
.../rand.dist.bern.geo/eval.pass.cpp | 272 -
.../rand.dist.bern.geo/eval_param.pass.cpp | 158 -
.../rand.dist.bern.geo/get_param.pass.cpp | 29 -
.../rand.dist.bern.geo/io.pass.cpp | 41 -
.../rand.dist.bern.geo/max.pass.cpp | 27 -
.../rand.dist.bern.geo/min.pass.cpp | 27 -
.../rand.dist.bern.geo/param_assign.pass.cpp | 31 -
.../rand.dist.bern.geo/param_copy.pass.cpp | 30 -
.../rand.dist.bern.geo/param_ctor.pass.cpp | 35 -
.../rand.dist.bern.geo/param_eq.pass.cpp | 37 -
.../rand.dist.bern.geo/param_types.pass.cpp | 28 -
.../rand.dist.bern.geo/set_param.pass.cpp | 30 -
.../rand.dist.bern.geo/types.pass.cpp | 32 -
.../rand.dist.bern.negbin/assign.pass.cpp | 34 -
.../rand.dist.bern.negbin/copy.pass.cpp | 32 -
.../ctor_int_double.pass.cpp | 40 -
.../rand.dist.bern.negbin/ctor_param.pass.cpp | 30 -
.../rand.dist.bern.negbin/eq.pass.cpp | 43 -
.../rand.dist.bern.negbin/eval.pass.cpp | 270 -
.../rand.dist.bern.negbin/eval_param.pass.cpp | 158 -
.../rand.dist.bern.negbin/get_param.pass.cpp | 29 -
.../rand.dist.bern.negbin/io.pass.cpp | 41 -
.../rand.dist.bern.negbin/max.pass.cpp | 27 -
.../rand.dist.bern.negbin/min.pass.cpp | 27 -
.../param_assign.pass.cpp | 32 -
.../rand.dist.bern.negbin/param_copy.pass.cpp | 31 -
.../rand.dist.bern.negbin/param_ctor.pass.cpp | 44 -
.../rand.dist.bern.negbin/param_eq.pass.cpp | 37 -
.../param_types.pass.cpp | 28 -
.../rand.dist.bern.negbin/set_param.pass.cpp | 30 -
.../rand.dist.bern.negbin/types.pass.cpp | 32 -
.../rand.dist.norm/nothing_to_do.pass.cpp | 12 -
.../rand.dist.norm.cauchy/assign.pass.cpp | 34 -
.../rand.dist.norm.cauchy/copy.pass.cpp | 32 -
.../ctor_double_double.pass.cpp | 40 -
.../rand.dist.norm.cauchy/ctor_param.pass.cpp | 30 -
.../rand.dist.norm.cauchy/eq.pass.cpp | 37 -
.../rand.dist.norm.cauchy/eval.pass.cpp | 78 -
.../rand.dist.norm.cauchy/eval_param.pass.cpp | 81 -
.../rand.dist.norm.cauchy/get_param.pass.cpp | 29 -
.../rand.dist.norm.cauchy/io.pass.cpp | 41 -
.../rand.dist.norm.cauchy/max.pass.cpp | 28 -
.../rand.dist.norm.cauchy/min.pass.cpp | 27 -
.../param_assign.pass.cpp | 32 -
.../rand.dist.norm.cauchy/param_copy.pass.cpp | 31 -
.../rand.dist.norm.cauchy/param_ctor.pass.cpp | 44 -
.../rand.dist.norm.cauchy/param_eq.pass.cpp | 37 -
.../param_types.pass.cpp | 28 -
.../rand.dist.norm.cauchy/set_param.pass.cpp | 30 -
.../rand.dist.norm.cauchy/types.pass.cpp | 34 -
.../rand.dist.norm.chisq/assign.pass.cpp | 34 -
.../rand.dist.norm.chisq/copy.pass.cpp | 32 -
.../rand.dist.norm.chisq/ctor_double.pass.cpp | 32 -
.../rand.dist.norm.chisq/ctor_param.pass.cpp | 29 -
.../rand.dist.norm.chisq/eq.pass.cpp | 37 -
.../rand.dist.norm.chisq/eval.pass.cpp | 152 -
.../rand.dist.norm.chisq/eval_param.pass.cpp | 155 -
.../rand.dist.norm.chisq/get_param.pass.cpp | 29 -
.../rand.dist.norm.chisq/io.pass.cpp | 41 -
.../rand.dist.norm.chisq/max.pass.cpp | 28 -
.../rand.dist.norm.chisq/min.pass.cpp | 27 -
.../param_assign.pass.cpp | 31 -
.../rand.dist.norm.chisq/param_copy.pass.cpp | 30 -
.../rand.dist.norm.chisq/param_ctor.pass.cpp | 35 -
.../rand.dist.norm.chisq/param_eq.pass.cpp | 37 -
.../rand.dist.norm.chisq/param_types.pass.cpp | 28 -
.../rand.dist.norm.chisq/set_param.pass.cpp | 30 -
.../rand.dist.norm.chisq/types.pass.cpp | 34 -
.../rand.dist.norm.f/assign.pass.cpp | 34 -
.../rand.dist.norm.f/copy.pass.cpp | 32 -
.../ctor_double_double.pass.cpp | 40 -
.../rand.dist.norm.f/ctor_param.pass.cpp | 30 -
.../rand.dist.norm.f/eq.pass.cpp | 37 -
.../rand.dist.norm.f/eval.pass.cpp | 104 -
.../rand.dist.norm.f/eval_param.pass.cpp | 107 -
.../rand.dist.norm.f/get_param.pass.cpp | 29 -
.../rand.dist.norm.f/io.pass.cpp | 41 -
.../rand.dist.norm.f/max.pass.cpp | 28 -
.../rand.dist.norm.f/min.pass.cpp | 27 -
.../rand.dist.norm.f/param_assign.pass.cpp | 32 -
.../rand.dist.norm.f/param_copy.pass.cpp | 31 -
.../rand.dist.norm.f/param_ctor.pass.cpp | 44 -
.../rand.dist.norm.f/param_eq.pass.cpp | 37 -
.../rand.dist.norm.f/param_types.pass.cpp | 28 -
.../rand.dist.norm.f/set_param.pass.cpp | 30 -
.../rand.dist.norm.f/types.pass.cpp | 34 -
.../rand.dist.norm.lognormal/assign.pass.cpp | 34 -
.../rand.dist.norm.lognormal/copy.pass.cpp | 32 -
.../ctor_double_double.pass.cpp | 40 -
.../ctor_param.pass.cpp | 30 -
.../rand.dist.norm.lognormal/eq.pass.cpp | 37 -
.../rand.dist.norm.lognormal/eval.pass.cpp | 242 -
.../eval_param.pass.cpp | 248 -
.../get_param.pass.cpp | 29 -
.../rand.dist.norm.lognormal/io.pass.cpp | 41 -
.../rand.dist.norm.lognormal/max.pass.cpp | 28 -
.../rand.dist.norm.lognormal/min.pass.cpp | 27 -
.../param_assign.pass.cpp | 32 -
.../param_copy.pass.cpp | 31 -
.../param_ctor.pass.cpp | 44 -
.../param_eq.pass.cpp | 37 -
.../param_types.pass.cpp | 28 -
.../set_param.pass.cpp | 30 -
.../rand.dist.norm.lognormal/types.pass.cpp | 34 -
.../rand.dist.norm.normal/assign.pass.cpp | 34 -
.../rand.dist.norm.normal/copy.pass.cpp | 32 -
.../ctor_double_double.pass.cpp | 40 -
.../rand.dist.norm.normal/ctor_param.pass.cpp | 30 -
.../rand.dist.norm.normal/eq.pass.cpp | 37 -
.../rand.dist.norm.normal/eval.pass.cpp | 68 -
.../rand.dist.norm.normal/eval_param.pass.cpp | 69 -
.../rand.dist.norm.normal/get_param.pass.cpp | 29 -
.../rand.dist.norm.normal/io.pass.cpp | 41 -
.../rand.dist.norm.normal/max.pass.cpp | 28 -
.../rand.dist.norm.normal/min.pass.cpp | 27 -
.../param_assign.pass.cpp | 32 -
.../rand.dist.norm.normal/param_copy.pass.cpp | 31 -
.../rand.dist.norm.normal/param_ctor.pass.cpp | 44 -
.../rand.dist.norm.normal/param_eq.pass.cpp | 37 -
.../param_types.pass.cpp | 28 -
.../rand.dist.norm.normal/set_param.pass.cpp | 30 -
.../rand.dist.norm.normal/types.pass.cpp | 34 -
.../rand.dist.norm.t/assign.pass.cpp | 34 -
.../rand.dist.norm.t/copy.pass.cpp | 32 -
.../rand.dist.norm.t/ctor_double.pass.cpp | 32 -
.../rand.dist.norm.t/ctor_param.pass.cpp | 29 -
.../rand.dist.norm.t/eq.pass.cpp | 37 -
.../rand.dist.norm.t/eval.pass.cpp | 140 -
.../rand.dist.norm.t/eval_param.pass.cpp | 143 -
.../rand.dist.norm.t/get_param.pass.cpp | 29 -
.../rand.dist.norm.t/io.pass.cpp | 41 -
.../rand.dist.norm.t/max.pass.cpp | 28 -
.../rand.dist.norm.t/min.pass.cpp | 27 -
.../rand.dist.norm.t/param_assign.pass.cpp | 31 -
.../rand.dist.norm.t/param_copy.pass.cpp | 30 -
.../rand.dist.norm.t/param_ctor.pass.cpp | 35 -
.../rand.dist.norm.t/param_eq.pass.cpp | 37 -
.../rand.dist.norm.t/param_types.pass.cpp | 28 -
.../rand.dist.norm.t/set_param.pass.cpp | 30 -
.../rand.dist.norm.t/types.pass.cpp | 34 -
.../rand.dist.pois/nothing_to_do.pass.cpp | 12 -
.../rand.dist.pois.exp/assign.pass.cpp | 34 -
.../rand.dist.pois.exp/copy.pass.cpp | 32 -
.../rand.dist.pois.exp/ctor_double.pass.cpp | 32 -
.../rand.dist.pois.exp/ctor_param.pass.cpp | 29 -
.../rand.dist.pois.exp/eq.pass.cpp | 37 -
.../rand.dist.pois.exp/eval.pass.cpp | 152 -
.../rand.dist.pois.exp/eval_param.pass.cpp | 73 -
.../rand.dist.pois.exp/get_param.pass.cpp | 29 -
.../rand.dist.pois.exp/io.pass.cpp | 41 -
.../rand.dist.pois.exp/max.pass.cpp | 28 -
.../rand.dist.pois.exp/min.pass.cpp | 27 -
.../rand.dist.pois.exp/param_assign.pass.cpp | 31 -
.../rand.dist.pois.exp/param_copy.pass.cpp | 30 -
.../rand.dist.pois.exp/param_ctor.pass.cpp | 35 -
.../rand.dist.pois.exp/param_eq.pass.cpp | 37 -
.../rand.dist.pois.exp/param_types.pass.cpp | 28 -
.../rand.dist.pois.exp/set_param.pass.cpp | 30 -
.../rand.dist.pois.exp/types.pass.cpp | 34 -
.../rand.dist.pois.extreme/assign.pass.cpp | 34 -
.../rand.dist.pois.extreme/copy.pass.cpp | 32 -
.../ctor_double_double.pass.cpp | 40 -
.../ctor_param.pass.cpp | 30 -
.../rand.dist.pois.extreme/eq.pass.cpp | 37 -
.../rand.dist.pois.extreme/eval.pass.cpp | 188 -
.../eval_param.pass.cpp | 192 -
.../rand.dist.pois.extreme/get_param.pass.cpp | 29 -
.../rand.dist.pois.extreme/io.pass.cpp | 41 -
.../rand.dist.pois.extreme/max.pass.cpp | 28 -
.../rand.dist.pois.extreme/min.pass.cpp | 27 -
.../param_assign.pass.cpp | 32 -
.../param_copy.pass.cpp | 31 -
.../param_ctor.pass.cpp | 44 -
.../rand.dist.pois.extreme/param_eq.pass.cpp | 37 -
.../param_types.pass.cpp | 28 -
.../rand.dist.pois.extreme/set_param.pass.cpp | 30 -
.../rand.dist.pois.extreme/types.pass.cpp | 34 -
.../rand.dist.pois.gamma/assign.pass.cpp | 34 -
.../rand.dist.pois.gamma/copy.pass.cpp | 32 -
.../ctor_double_double.pass.cpp | 40 -
.../rand.dist.pois.gamma/ctor_param.pass.cpp | 30 -
.../rand.dist.pois.gamma/eq.pass.cpp | 37 -
.../rand.dist.pois.gamma/eval.pass.cpp | 152 -
.../rand.dist.pois.gamma/eval_param.pass.cpp | 155 -
.../rand.dist.pois.gamma/get_param.pass.cpp | 29 -
.../rand.dist.pois.gamma/io.pass.cpp | 41 -
.../rand.dist.pois.gamma/max.pass.cpp | 28 -
.../rand.dist.pois.gamma/min.pass.cpp | 27 -
.../param_assign.pass.cpp | 32 -
.../rand.dist.pois.gamma/param_copy.pass.cpp | 31 -
.../rand.dist.pois.gamma/param_ctor.pass.cpp | 44 -
.../rand.dist.pois.gamma/param_eq.pass.cpp | 37 -
.../rand.dist.pois.gamma/param_types.pass.cpp | 28 -
.../rand.dist.pois.gamma/set_param.pass.cpp | 30 -
.../rand.dist.pois.gamma/types.pass.cpp | 34 -
.../rand.dist.pois.poisson/assign.pass.cpp | 34 -
.../rand.dist.pois.poisson/copy.pass.cpp | 32 -
.../ctor_double.pass.cpp | 32 -
.../ctor_param.pass.cpp | 29 -
.../rand.dist.pois.poisson/eq.pass.cpp | 37 -
.../rand.dist.pois.poisson/eval.pass.cpp | 149 -
.../eval_param.pass.cpp | 155 -
.../rand.dist.pois.poisson/get_param.pass.cpp | 29 -
.../rand.dist.pois.poisson/io.pass.cpp | 41 -
.../rand.dist.pois.poisson/max.pass.cpp | 28 -
.../rand.dist.pois.poisson/min.pass.cpp | 27 -
.../param_assign.pass.cpp | 31 -
.../param_copy.pass.cpp | 30 -
.../param_ctor.pass.cpp | 35 -
.../rand.dist.pois.poisson/param_eq.pass.cpp | 37 -
.../param_types.pass.cpp | 28 -
.../rand.dist.pois.poisson/set_param.pass.cpp | 30 -
.../rand.dist.pois.poisson/types.pass.cpp | 34 -
.../rand.dist.pois.weibull/assign.pass.cpp | 34 -
.../rand.dist.pois.weibull/copy.pass.cpp | 32 -
.../ctor_double_double.pass.cpp | 40 -
.../ctor_param.pass.cpp | 30 -
.../rand.dist.pois.weibull/eq.pass.cpp | 37 -
.../rand.dist.pois.weibull/eval.pass.cpp | 164 -
.../eval_param.pass.cpp | 167 -
.../rand.dist.pois.weibull/get_param.pass.cpp | 29 -
.../rand.dist.pois.weibull/io.pass.cpp | 41 -
.../rand.dist.pois.weibull/max.pass.cpp | 28 -
.../rand.dist.pois.weibull/min.pass.cpp | 27 -
.../param_assign.pass.cpp | 32 -
.../param_copy.pass.cpp | 31 -
.../param_ctor.pass.cpp | 44 -
.../rand.dist.pois.weibull/param_eq.pass.cpp | 37 -
.../param_types.pass.cpp | 28 -
.../rand.dist.pois.weibull/set_param.pass.cpp | 30 -
.../rand.dist.pois.weibull/types.pass.cpp | 34 -
.../rand.dist.samp/nothing_to_do.pass.cpp | 12 -
.../rand.dist.samp.discrete/assign.pass.cpp | 35 -
.../rand.dist.samp.discrete/copy.pass.cpp | 33 -
.../ctor_default.pass.cpp | 29 -
.../ctor_func.pass.cpp | 60 -
.../ctor_init.pass.cpp | 81 -
.../ctor_iterator.pass.cpp | 87 -
.../ctor_param.pass.cpp | 33 -
.../rand.dist.samp.discrete/eq.pass.cpp | 45 -
.../rand.dist.samp.discrete/eval.pass.cpp | 277 -
.../eval_param.pass.cpp | 43 -
.../get_param.pass.cpp | 30 -
.../rand.dist.samp.discrete/io.pass.cpp | 42 -
.../rand.dist.samp.discrete/max.pass.cpp | 34 -
.../rand.dist.samp.discrete/min.pass.cpp | 28 -
.../param_assign.pass.cpp | 32 -
.../param_copy.pass.cpp | 31 -
.../param_ctor_default.pass.cpp | 32 -
.../param_ctor_func.pass.cpp | 64 -
.../param_ctor_init.pass.cpp | 88 -
.../param_ctor_iterator.pass.cpp | 94 -
.../rand.dist.samp.discrete/param_eq.pass.cpp | 39 -
.../param_types.pass.cpp | 28 -
.../set_param.pass.cpp | 31 -
.../rand.dist.samp.discrete/types.pass.cpp | 32 -
.../rand.dist.samp.pconst/assign.pass.cpp | 36 -
.../rand.dist.samp.pconst/copy.pass.cpp | 34 -
.../ctor_default.pass.cpp | 35 -
.../rand.dist.samp.pconst/ctor_func.pass.cpp | 64 -
.../ctor_init_func.pass.cpp | 78 -
.../ctor_iterator.pass.cpp | 96 -
.../rand.dist.samp.pconst/ctor_param.pass.cpp | 41 -
.../rand.dist.samp.pconst/eq.pass.cpp | 47 -
.../rand.dist.samp.pconst/eval.pass.cpp | 693 -
.../rand.dist.samp.pconst/eval_param.pass.cpp | 95 -
.../rand.dist.samp.pconst/get_param.pass.cpp | 32 -
.../rand.dist.samp.pconst/io.pass.cpp | 44 -
.../rand.dist.samp.pconst/max.pass.cpp | 30 -
.../rand.dist.samp.pconst/min.pass.cpp | 30 -
.../param_assign.pass.cpp | 34 -
.../rand.dist.samp.pconst/param_copy.pass.cpp | 33 -
.../param_ctor_default.pass.cpp | 34 -
.../param_ctor_func.pass.cpp | 67 -
.../param_ctor_init_func.pass.cpp | 79 -
.../param_ctor_iterator.pass.cpp | 100 -
.../rand.dist.samp.pconst/param_eq.pass.cpp | 41 -
.../param_types.pass.cpp | 28 -
.../rand.dist.samp.pconst/set_param.pass.cpp | 32 -
.../rand.dist.samp.pconst/types.pass.cpp | 32 -
.../rand.dist.samp.plinear/assign.pass.cpp | 36 -
.../rand.dist.samp.plinear/copy.pass.cpp | 34 -
.../ctor_default.pass.cpp | 36 -
.../rand.dist.samp.plinear/ctor_func.pass.cpp | 69 -
.../ctor_init_func.pass.cpp | 82 -
.../ctor_iterator.pass.cpp | 101 -
.../ctor_param.pass.cpp | 42 -
.../rand.dist.samp.plinear/eq.pass.cpp | 47 -
.../rand.dist.samp.plinear/eval.pass.cpp | 341 -
.../eval_param.pass.cpp | 90 -
.../rand.dist.samp.plinear/get_param.pass.cpp | 32 -
.../rand.dist.samp.plinear/io.pass.cpp | 44 -
.../rand.dist.samp.plinear/max.pass.cpp | 30 -
.../rand.dist.samp.plinear/min.pass.cpp | 30 -
.../param_assign.pass.cpp | 34 -
.../param_copy.pass.cpp | 33 -
.../param_ctor_default.pass.cpp | 35 -
.../param_ctor_func.pass.cpp | 70 -
.../param_ctor_init_func.pass.cpp | 83 -
.../param_ctor_iterator.pass.cpp | 105 -
.../rand.dist.samp.plinear/param_eq.pass.cpp | 41 -
.../param_types.pass.cpp | 28 -
.../rand.dist.samp.plinear/set_param.pass.cpp | 32 -
.../rand.dist.samp.plinear/types.pass.cpp | 32 -
.../rand.dist.uni/nothing_to_do.pass.cpp | 12 -
.../rand.dist.uni.int/assign.pass.cpp | 34 -
.../rand.dist.uni.int/copy.pass.cpp | 32 -
.../rand.dist.uni.int/ctor_int_int.pass.cpp | 41 -
.../rand.dist.uni.int/ctor_param.pass.cpp | 30 -
.../rand.dist.uni.int/eq.pass.cpp | 37 -
.../rand.dist.uni.int/eval.pass.cpp | 453 -
.../rand.dist.uni.int/eval_param.pass.cpp | 75 -
.../rand.dist.uni.int/get_param.pass.cpp | 29 -
.../rand.dist.uni.int/io.pass.cpp | 41 -
.../rand.dist.uni.int/max.pass.cpp | 27 -
.../rand.dist.uni.int/min.pass.cpp | 27 -
.../rand.dist.uni.int/param_assign.pass.cpp | 32 -
.../rand.dist.uni.int/param_copy.pass.cpp | 31 -
.../rand.dist.uni.int/param_ctor.pass.cpp | 44 -
.../rand.dist.uni.int/param_eq.pass.cpp | 37 -
.../rand.dist.uni.int/param_types.pass.cpp | 28 -
.../rand.dist.uni.int/set_param.pass.cpp | 30 -
.../rand.dist.uni.int/types.pass.cpp | 27 -
.../rand.dist.uni.real/assign.pass.cpp | 34 -
.../rand.dist.uni.real/copy.pass.cpp | 32 -
.../rand.dist.uni.real/ctor_int_int.pass.cpp | 41 -
.../rand.dist.uni.real/ctor_param.pass.cpp | 30 -
.../rand.dist.uni.real/eq.pass.cpp | 37 -
.../rand.dist.uni.real/eval.pass.cpp | 472 -
.../rand.dist.uni.real/eval_param.pass.cpp | 74 -
.../rand.dist.uni.real/get_param.pass.cpp | 29 -
.../rand.dist.uni.real/io.pass.cpp | 41 -
.../rand.dist.uni.real/max.pass.cpp | 27 -
.../rand.dist.uni.real/min.pass.cpp | 27 -
.../rand.dist.uni.real/param_assign.pass.cpp | 32 -
.../rand.dist.uni.real/param_copy.pass.cpp | 31 -
.../rand.dist.uni.real/param_ctor.pass.cpp | 44 -
.../rand.dist.uni.real/param_eq.pass.cpp | 37 -
.../rand.dist.uni.real/param_types.pass.cpp | 28 -
.../rand.dist.uni.real/set_param.pass.cpp | 30 -
.../rand.dist.uni.real/types.pass.cpp | 27 -
.../rand/rand.eng/nothing_to_do.pass.cpp | 12 -
.../rand.eng/rand.eng.lcong/assign.pass.cpp | 58 -
.../rand.eng/rand.eng.lcong/copy.pass.cpp | 58 -
.../rand.eng.lcong/ctor_result_type.pass.cpp | 154 -
.../rand.eng.lcong/ctor_sseq.pass.cpp | 29 -
.../rand.eng/rand.eng.lcong/default.pass.cpp | 57 -
.../rand.eng/rand.eng.lcong/discard.pass.cpp | 73 -
.../rand.eng/rand.eng.lcong/eval.pass.cpp | 87 -
.../rand/rand.eng/rand.eng.lcong/io.pass.cpp | 44 -
.../rand.eng.lcong/result_type.pass.cpp | 37 -
.../rand.eng.lcong/seed_result_type.pass.cpp | 40 -
.../rand.eng.lcong/seed_sseq.pass.cpp | 31 -
.../rand.eng/rand.eng.lcong/values.pass.cpp | 67 -
.../rand.eng/rand.eng.mers/assign.pass.cpp | 58 -
.../rand/rand.eng/rand.eng.mers/copy.pass.cpp | 56 -
.../rand.eng.mers/ctor_result_type.pass.cpp | 245 -
.../rand.eng/rand.eng.mers/ctor_sseq.pass.cpp | 309 -
.../rand.eng/rand.eng.mers/default.pass.cpp | 45 -
.../rand.eng/rand.eng.mers/discard.pass.cpp | 55 -
.../rand/rand.eng/rand.eng.mers/eval.pass.cpp | 45 -
.../rand/rand.eng/rand.eng.mers/io.pass.cpp | 69 -
.../rand.eng.mers/result_type.pass.cpp | 44 -
.../rand.eng.mers/seed_result_type.pass.cpp | 52 -
.../rand.eng/rand.eng.mers/seed_sseq.pass.cpp | 50 -
.../rand.eng/rand.eng.mers/values.pass.cpp | 91 -
.../rand.eng/rand.eng.sub/assign.pass.cpp | 56 -
.../rand/rand.eng/rand.eng.sub/copy.pass.cpp | 54 -
.../rand.eng.sub/ctor_result_type.pass.cpp | 51 -
.../rand.eng/rand.eng.sub/ctor_sseq.pass.cpp | 55 -
.../rand.eng/rand.eng.sub/default.pass.cpp | 42 -
.../rand.eng/rand.eng.sub/discard.pass.cpp | 52 -
.../rand/rand.eng/rand.eng.sub/eval.pass.cpp | 42 -
.../rand/rand.eng/rand.eng.sub/io.pass.cpp | 63 -
.../rand.eng.sub/result_type.pass.cpp | 42 -
.../rand.eng.sub/seed_result_type.pass.cpp | 50 -
.../rand.eng/rand.eng.sub/seed_sseq.pass.cpp | 48 -
.../rand.eng/rand.eng.sub/values.pass.cpp | 59 -
.../default_random_engine.pass.cpp | 22 -
.../rand/rand.predef/knuth_b.pass.cpp | 22 -
.../rand/rand.predef/minstd_rand.pass.cpp | 23 -
.../rand/rand.predef/minstd_rand0.pass.cpp | 23 -
.../rand/rand.predef/mt19937.pass.cpp | 27 -
.../rand/rand.predef/mt19937_64.pass.cpp | 27 -
.../rand/rand.predef/ranlux24.pass.cpp | 22 -
.../rand/rand.predef/ranlux24_base.pass.cpp | 22 -
.../rand/rand.predef/ranlux48.pass.cpp | 22 -
.../rand/rand.predef/ranlux48_base.pass.cpp | 22 -
.../rand/rand.req/nothing_to_do.pass.cpp | 12 -
.../rand.req.adapt/nothing_to_do.pass.cpp | 12 -
.../rand.req.dst/nothing_to_do.pass.cpp | 12 -
.../rand.req.eng/nothing_to_do.pass.cpp | 12 -
.../rand.req.genl/nothing_to_do.pass.cpp | 12 -
.../rand.req.seedseq/nothing_to_do.pass.cpp | 12 -
.../rand.req.urng/nothing_to_do.pass.cpp | 12 -
.../rand/rand.synopsis/version.pass.cpp | 20 -
.../rand/rand.util/nothing_to_do.pass.cpp | 12 -
.../generate_canonical.pass.cpp | 100 -
.../rand.util.seedseq/assign.fail.cpp | 23 -
.../rand.util/rand.util.seedseq/copy.fail.cpp | 22 -
.../rand.util.seedseq/default.pass.cpp | 23 -
.../rand.util.seedseq/generate.pass.cpp | 805 -
.../initializer_list.pass.cpp | 33 -
.../rand.util.seedseq/iterator.pass.cpp | 32 -
.../rand.util.seedseq/types.pass.cpp | 24 -
libcxx/test/platform_support.h | 37 -
libcxx/test/re/iterators.h | 277 -
libcxx/test/re/nothing_to_do.pass.cpp | 12 -
libcxx/test/re/re.alg/nothing_to_do.pass.cpp | 12 -
.../test/re/re.alg/re.alg.match/awk.pass.cpp | 1389 -
.../re/re.alg/re.alg.match/basic.pass.cpp | 1361 -
.../test/re/re.alg/re.alg.match/ecma.pass.cpp | 1331 -
.../re/re.alg/re.alg.match/egrep.pass.cpp | 81 -
.../re/re.alg/re.alg.match/extended.pass.cpp | 1357 -
.../test/re/re.alg/re.alg.match/grep.pass.cpp | 49 -
.../re/re.alg/re.alg.replace/test1.pass.cpp | 107 -
.../re/re.alg/re.alg.replace/test2.pass.cpp | 107 -
.../re/re.alg/re.alg.replace/test3.pass.cpp | 73 -
.../re/re.alg/re.alg.replace/test4.pass.cpp | 72 -
.../re/re.alg/re.alg.replace/test5.pass.cpp | 73 -
.../re/re.alg/re.alg.replace/test6.pass.cpp | 73 -
.../test/re/re.alg/re.alg.search/awk.pass.cpp | 1568 -
.../re/re.alg/re.alg.search/basic.pass.cpp | 1541 -
.../re/re.alg/re.alg.search/ecma.pass.cpp | 1583 -
.../re/re.alg/re.alg.search/egrep.pass.cpp | 90 -
.../re/re.alg/re.alg.search/extended.pass.cpp | 1537 -
.../re/re.alg/re.alg.search/grep.pass.cpp | 58 -
.../re.alg/re.except/nothing_to_do.pass.cpp | 12 -
libcxx/test/re/re.badexp/regex_error.pass.cpp | 96 -
.../test/re/re.const/nothing_to_do.pass.cpp | 13 -
.../re/re.const/re.err/error_type.pass.cpp | 143 -
.../re.matchflag/match_flag_type.pass.cpp | 128 -
.../re.synopt/syntax_option_type.pass.cpp | 114 -
.../nothing_to_do.pass.cpp | 13 -
.../nothing_to_do.pass.cpp | 13 -
.../nothing_to_do.pass.cpp | 13 -
.../nothing_to_do.pass.cpp | 13 -
.../nothing_to_do.pass.cpp | 13 -
.../nothing_to_do.pass.cpp | 13 -
.../nothing_to_do.pass.cpp | 13 -
libcxx/test/re/re.def/nothing_to_do.pass.cpp | 13 -
.../test/re/re.general/nothing_to_do.pass.cpp | 13 -
.../test/re/re.grammar/nothing_to_do.pass.cpp | 12 -
libcxx/test/re/re.iter/nothing_to_do.pass.cpp | 12 -
.../re.regiter.cnstr/cnstr.pass.cpp | 44 -
.../re.regiter.cnstr/default.pass.cpp | 32 -
.../re.regiter.comp/tested_elsewhere.pass.cpp | 19 -
.../re.regiter.deref/deref.pass.cpp | 42 -
.../re.regiter/re.regiter.incr/post.pass.cpp | 42 -
.../test/re/re.iter/re.regiter/types.pass.cpp | 45 -
.../re.tokiter.cnstr/array.pass.cpp | 64 -
.../re.tokiter.cnstr/default.pass.cpp | 32 -
.../re.tokiter/re.tokiter.cnstr/init.pass.cpp | 64 -
.../re.tokiter/re.tokiter.cnstr/int.pass.cpp | 75 -
.../re.tokiter.cnstr/vector.pass.cpp | 128 -
.../re.tokiter/re.tokiter.comp/equal.pass.cpp | 36 -
.../re.tokiter.deref/deref.pass.cpp | 72 -
.../re.tokiter/re.tokiter.incr/post.pass.cpp | 72 -
.../test/re/re.iter/re.tokiter/types.pass.cpp | 45 -
.../re.regex.assign/assign.il.pass.cpp | 33 -
.../re.regex/re.regex.assign/assign.pass.cpp | 26 -
.../assign_iter_iter_flag.pass.cpp | 46 -
.../re.regex.assign/assign_ptr_flag.pass.cpp | 29 -
.../assign_ptr_size_flag.pass.cpp | 25 -
.../assign_string_flag.pass.cpp | 31 -
.../re/re.regex/re.regex.assign/copy.pass.cpp | 26 -
.../re/re.regex/re.regex.assign/il.pass.cpp | 27 -
.../re/re.regex/re.regex.assign/ptr.pass.cpp | 25 -
.../re.regex/re.regex.assign/string.pass.cpp | 26 -
.../re.regex.const/constants.pass.cpp | 52 -
.../re.regex/re.regex.construct/copy.pass.cpp | 25 -
.../re.regex.construct/default.pass.cpp | 32 -
.../re.regex.construct/il_flg.pass.cpp | 70 -
.../re.regex.construct/iter_iter.pass.cpp | 43 -
.../re.regex.construct/iter_iter_flg.pass.cpp | 69 -
.../re.regex/re.regex.construct/ptr.pass.cpp | 34 -
.../re.regex.construct/ptr_flg.pass.cpp | 59 -
.../re.regex.construct/ptr_size_flg.pass.cpp | 60 -
.../re.regex.construct/string.pass.cpp | 35 -
.../re.regex.construct/string_flg.pass.cpp | 61 -
.../re.regex/re.regex.locale/imbue.pass.cpp | 31 -
.../re.regex.nonmemb/nothing_to_do.pass.cpp | 12 -
.../re.regex.nmswap/swap.pass.cpp | 29 -
.../tested_elsewhere.pass.cpp | 12 -
.../re/re.regex/re.regex.swap/swap.pass.cpp | 28 -
libcxx/test/re/re.regex/types.pass.cpp | 35 -
libcxx/test/re/re.req/nothing_to_do.pass.cpp | 13 -
.../re.results.acc/begin_end.pass.cpp | 38 -
.../re.results.acc/cbegin_cend.pass.cpp | 38 -
.../re.results/re.results.acc/index.pass.cpp | 50 -
.../re.results/re.results.acc/length.pass.cpp | 36 -
.../re.results.acc/position.pass.cpp | 36 -
.../re.results/re.results.acc/prefix.pass.cpp | 34 -
.../re/re.results/re.results.acc/str.pass.cpp | 36 -
.../re.results/re.results.acc/suffix.pass.cpp | 34 -
.../re.results.all/get_allocator.pass.cpp | 35 -
.../re.results.const/allocator.pass.cpp | 35 -
.../re.results.const/default.pass.cpp | 33 -
.../re.results/re.results.form/form1.pass.cpp | 103 -
.../re.results/re.results.form/form2.pass.cpp | 102 -
.../re.results/re.results.form/form3.pass.cpp | 85 -
.../re.results/re.results.form/form4.pass.cpp | 80 -
.../re.results.nonmember/equal.pass.cpp | 46 -
.../re.results/re.results.size/empty.pass.cpp | 36 -
.../re.results.size/max_size.pass.cpp | 31 -
.../re.results.state/ready.pass.cpp | 43 -
.../re.results.swap/member_swap.pass.cpp | 39 -
.../re.results.swap/non_member_swap.pass.cpp | 41 -
libcxx/test/re/re.results/types.pass.cpp | 51 -
.../compare_string_type.pass.cpp | 49 -
.../compare_sub_match.pass.cpp | 53 -
.../compare_value_type_ptr.pass.cpp | 47 -
.../re.submatch.members/default.pass.cpp | 33 -
.../re.submatch.members/length.pass.cpp | 43 -
.../operator_string.pass.cpp | 47 -
.../re.submatch.members/str.pass.cpp | 47 -
.../re.submatch.op/compare.pass.cpp | 283 -
.../re.submatch.op/stream.pass.cpp | 42 -
libcxx/test/re/re.submatch/types.pass.cpp | 64 -
libcxx/test/re/re.syn/cmatch.pass.cpp | 20 -
.../test/re/re.syn/cregex_iterator.pass.cpp | 20 -
.../re/re.syn/cregex_token_iterator.pass.cpp | 20 -
libcxx/test/re/re.syn/csub_match.pass.cpp | 20 -
libcxx/test/re/re.syn/regex.pass.cpp | 20 -
libcxx/test/re/re.syn/smatch.pass.cpp | 20 -
.../test/re/re.syn/sregex_iterator.pass.cpp | 20 -
.../re/re.syn/sregex_token_iterator.pass.cpp | 20 -
libcxx/test/re/re.syn/ssub_match.pass.cpp | 20 -
libcxx/test/re/re.syn/wcmatch.pass.cpp | 20 -
.../test/re/re.syn/wcregex_iterator.pass.cpp | 20 -
.../re/re.syn/wcregex_token_iterator.pass.cpp | 20 -
libcxx/test/re/re.syn/wcsub_match.pass.cpp | 20 -
libcxx/test/re/re.syn/wregex.pass.cpp | 20 -
libcxx/test/re/re.syn/wsmatch.pass.cpp | 20 -
.../test/re/re.syn/wsregex_iterator.pass.cpp | 20 -
.../re/re.syn/wsregex_token_iterator.pass.cpp | 20 -
libcxx/test/re/re.syn/wssub_match.pass.cpp | 20 -
libcxx/test/re/re.traits/default.pass.cpp | 37 -
libcxx/test/re/re.traits/getloc.pass.cpp | 36 -
libcxx/test/re/re.traits/imbue.pass.cpp | 30 -
libcxx/test/re/re.traits/isctype.pass.cpp | 279 -
libcxx/test/re/re.traits/iterators.h | 251 -
libcxx/test/re/re.traits/length.pass.cpp | 31 -
.../re/re.traits/lookup_classname.pass.cpp | 209 -
.../re/re.traits/lookup_collatename.pass.cpp | 185 -
libcxx/test/re/re.traits/transform.pass.cpp | 42 -
.../re/re.traits/transform_primary.pass.cpp | 47 -
libcxx/test/re/re.traits/translate.pass.cpp | 34 -
.../re/re.traits/translate_nocase.pass.cpp | 64 -
libcxx/test/re/re.traits/types.pass.cpp | 32 -
libcxx/test/re/re.traits/value.pass.cpp | 125 -
libcxx/test/re/test_allocator.h | 112 -
.../basic.string.hash/strings.pass.cpp | 48 -
.../strings/basic.string/input_iterator.h | 32 -
.../basic.string/string.access/at.pass.cpp | 44 -
.../basic.string/string.access/back.pass.cpp | 34 -
.../basic.string/string.access/front.pass.cpp | 34 -
.../basic.string/string.access/index.pass.cpp | 31 -
.../string.capacity/capacity.pass.cpp | 48 -
.../string.capacity/clear.pass.cpp | 38 -
.../string.capacity/empty.pass.cpp | 30 -
.../string.capacity/length.pass.cpp | 30 -
.../string.capacity/max_size.pass.cpp | 30 -
.../string.capacity/reserve.pass.cpp | 81 -
.../string.capacity/resize_size.pass.cpp | 54 -
.../string.capacity/resize_size_char.pass.cpp | 54 -
.../string.capacity/shrink_to_fit.pass.cpp | 43 -
.../string.capacity/size.pass.cpp | 30 -
.../basic.string/string.cons/alloc.pass.cpp | 44 -
.../string.cons/char_assignment.pass.cpp | 36 -
.../basic.string/string.cons/copy.pass.cpp | 37 -
.../string.cons/copy_alloc.pass.cpp | 37 -
.../string.cons/copy_assignment.pass.cpp | 46 -
.../string.cons/default_noexcept.pass.cpp | 45 -
.../string.cons/dtor_noexcept.pass.cpp | 47 -
.../string.cons/initializer_list.pass.cpp | 32 -
.../initializer_list_assignment.pass.cpp | 26 -
.../string.cons/iter_alloc.pass.cpp | 87 -
.../basic.string/string.cons/move.pass.cpp | 45 -
.../string.cons/move_alloc.pass.cpp | 45 -
.../string.cons/move_assign_noexcept.pass.cpp | 47 -
.../string.cons/move_assignment.pass.cpp | 56 -
.../string.cons/move_noexcept.pass.cpp | 45 -
.../string.cons/pointer_alloc.pass.cpp | 69 -
.../string.cons/pointer_assignment.pass.cpp | 48 -
.../string.cons/pointer_size_alloc.pass.cpp | 67 -
.../string.cons/size_char_alloc.pass.cpp | 106 -
.../basic.string/string.cons/substr.pass.cpp | 130 -
.../string.iterators/begin.pass.cpp | 37 -
.../string.iterators/cbegin.pass.cpp | 34 -
.../string.iterators/cend.pass.cpp | 30 -
.../string.iterators/crbegin.pass.cpp | 34 -
.../string.iterators/crend.pass.cpp | 30 -
.../string.iterators/end.pass.cpp | 39 -
.../string.iterators/rbegin.pass.cpp | 37 -
.../string.iterators/rend.pass.cpp | 39 -
.../string.modifiers/nothing_to_do.pass.cpp | 12 -
.../string_append/initializer_list.pass.cpp | 26 -
.../string_append/iterator.pass.cpp | 87 -
.../string_append/pointer.pass.cpp | 42 -
.../string_append/pointer_size.pass.cpp | 47 -
.../string_append/push_back.pass.cpp | 32 -
.../string_append/size_char.pass.cpp | 42 -
.../string_append/string.pass.cpp | 50 -
.../string_append/string_size_size.pass.cpp | 60 -
.../string_assign/initializer_list.pass.cpp | 26 -
.../string_assign/iterator.pass.cpp | 87 -
.../string_assign/pointer.pass.cpp | 42 -
.../string_assign/pointer_size.pass.cpp | 47 -
.../string_assign/rv_string.pass.cpp | 50 -
.../string_assign/size_char.pass.cpp | 42 -
.../string_assign/string.pass.cpp | 50 -
.../string_assign/string_size_size.pass.cpp | 60 -
.../string_copy/copy.pass.cpp | 102 -
.../string_erase/iter.pass.cpp | 43 -
.../string_erase/iter_iter.pass.cpp | 86 -
.../string_erase/pop_back.pass.cpp | 32 -
.../string_erase/size_size.pass.cpp | 171 -
.../string_insert/iter_char.pass.cpp | 51 -
.../iter_initializer_list.pass.cpp | 27 -
.../string_insert/iter_iter_iter.pass.cpp | 76 -
.../string_insert/iter_size_char.pass.cpp | 96 -
.../string_insert/size_pointer.pass.cpp | 122 -
.../string_insert/size_pointer_size.pass.cpp | 363 -
.../string_insert/size_size_char.pass.cpp | 123 -
.../string_insert/size_string.pass.cpp | 122 -
.../size_string_size_size.pass.cpp | 1674 -
.../string_op_plus_equal/char.pass.cpp | 33 -
.../initializer_list.pass.cpp | 26 -
.../string_op_plus_equal/pointer.pass.cpp | 49 -
.../string_op_plus_equal/string.pass.cpp | 50 -
.../iter_iter_initializer_list.pass.cpp | 26 -
.../iter_iter_iter_iter.pass.cpp | 952 -
.../string_replace/iter_iter_pointer.pass.cpp | 270 -
.../iter_iter_pointer_size.pass.cpp | 949 -
.../iter_iter_size_char.pass.cpp | 271 -
.../string_replace/iter_iter_string.pass.cpp | 270 -
.../string_replace/size_size_pointer.pass.cpp | 360 -
.../size_size_pointer_size.pass.cpp | 1294 -
.../size_size_size_char.pass.cpp | 359 -
.../string_replace/size_size_string.pass.cpp | 359 -
.../size_size_string_size_size.pass.cpp | 5802 ---
.../string_swap/swap.pass.cpp | 51 -
.../string.nonmembers/nothing_to_do.pass.cpp | 12 -
.../string.io/get_line.pass.cpp | 49 -
.../string.io/get_line_delim.pass.cpp | 55 -
.../string.io/get_line_delim_rv.pass.cpp | 35 -
.../string.io/get_line_rv.pass.cpp | 35 -
.../string.io/stream_extract.pass.cpp | 67 -
.../string.io/stream_insert.pass.cpp | 53 -
.../string.special/swap.pass.cpp | 53 -
.../string.special/swap_noexcept.pass.cpp | 54 -
.../string_op!=/pointer_string.pass.cpp | 45 -
.../string_op!=/string_pointer.pass.cpp | 45 -
.../string_op!=/string_string.pass.cpp | 46 -
.../string_op+/char_string.pass.cpp | 58 -
.../string_op+/pointer_string.pass.cpp | 82 -
.../string_op+/string_char.pass.cpp | 58 -
.../string_op+/string_pointer.pass.cpp | 82 -
.../string_op+/string_string.pass.cpp | 142 -
.../string_operator==/pointer_string.pass.cpp | 45 -
.../string_operator==/string_pointer.pass.cpp | 45 -
.../string_operator==/string_string.pass.cpp | 46 -
.../string_opgt/pointer_string.pass.cpp | 45 -
.../string_opgt/string_pointer.pass.cpp | 45 -
.../string_opgt/string_string.pass.cpp | 46 -
.../string_opgt=/pointer_string.pass.cpp | 45 -
.../string_opgt=/string_pointer.pass.cpp | 45 -
.../string_opgt=/string_string.pass.cpp | 46 -
.../string_oplt/pointer_string.pass.cpp | 45 -
.../string_oplt/string_pointer.pass.cpp | 45 -
.../string_oplt/string_string.pass.cpp | 46 -
.../string_oplt=/pointer_string.pass.cpp | 45 -
.../string_oplt=/string_pointer.pass.cpp | 45 -
.../string_oplt=/string_string.pass.cpp | 46 -
.../string.ops/nothing_to_do.pass.cpp | 12 -
.../string.accessors/c_str.pass.cpp | 39 -
.../string.ops/string.accessors/data.pass.cpp | 39 -
.../string.accessors/get_allocator.pass.cpp | 34 -
.../string_compare/pointer.pass.cpp | 53 -
.../string_compare/size_size_pointer.pass.cpp | 358 -
.../size_size_pointer_size.pass.cpp | 1291 -
.../string_compare/size_size_string.pass.cpp | 358 -
.../size_size_string_size_size.pass.cpp | 5800 ---
.../string.ops/string_compare/string.pass.cpp | 53 -
.../char_size.pass.cpp | 65 -
.../pointer_size.pass.cpp | 146 -
.../pointer_size_size.pass.cpp | 371 -
.../string_size.pass.cpp | 145 -
.../string_find.first.of/char_size.pass.cpp | 65 -
.../pointer_size.pass.cpp | 146 -
.../pointer_size_size.pass.cpp | 371 -
.../string_find.first.of/string_size.pass.cpp | 145 -
.../char_size.pass.cpp | 65 -
.../pointer_size.pass.cpp | 146 -
.../pointer_size_size.pass.cpp | 371 -
.../string_size.pass.cpp | 145 -
.../string_find.last.of/char_size.pass.cpp | 65 -
.../string_find.last.of/pointer_size.pass.cpp | 146 -
.../pointer_size_size.pass.cpp | 371 -
.../string_find.last.of/string_size.pass.cpp | 145 -
.../string.ops/string_find/char_size.pass.cpp | 65 -
.../string_find/pointer_size.pass.cpp | 152 -
.../string_find/pointer_size_size.pass.cpp | 371 -
.../string_find/string_size.pass.cpp | 145 -
.../string_rfind/char_size.pass.cpp | 65 -
.../string_rfind/pointer_size.pass.cpp | 153 -
.../string_rfind/pointer_size_size.pass.cpp | 371 -
.../string_rfind/string_size.pass.cpp | 145 -
.../string.ops/string_substr/substr.pass.cpp | 100 -
.../string.require/nothing_to_do.pass.cpp | 12 -
.../strings/basic.string/test_allocator.h | 70 -
.../test/strings/basic.string/test_traits.h | 10 -
.../test/strings/basic.string/types.pass.cpp | 81 -
libcxx/test/strings/c.strings/cctype.pass.cpp | 103 -
.../test/strings/c.strings/cstring.pass.cpp | 53 -
libcxx/test/strings/c.strings/cuchar.pass.cpp | 16 -
libcxx/test/strings/c.strings/cwchar.pass.cpp | 109 -
.../test/strings/c.strings/cwctype.pass.cpp | 114 -
.../strings/c.strings/version_cctype.pass.cpp | 20 -
.../c.strings/version_cstring.pass.cpp | 20 -
.../strings/c.strings/version_cuchar.pass.cpp | 20 -
.../strings/c.strings/version_cwchar.pass.cpp | 20 -
.../c.strings/version_cwctype.pass.cpp | 20 -
.../nothing_to_do.pass.cpp | 12 -
.../assign2.pass.cpp | 24 -
.../assign3.pass.cpp | 27 -
.../compare.pass.cpp | 40 -
.../copy.pass.cpp | 27 -
.../eof.pass.cpp | 22 -
.../eq.pass.cpp | 24 -
.../eq_int_type.pass.cpp | 26 -
.../find.pass.cpp | 27 -
.../length.pass.cpp | 26 -
.../lt.pass.cpp | 28 -
.../move.pass.cpp | 31 -
.../not_eof.pass.cpp | 26 -
.../to_char_type.pass.cpp | 24 -
.../to_int_type.pass.cpp | 24 -
.../types.pass.cpp | 30 -
.../assign2.pass.cpp | 26 -
.../assign3.pass.cpp | 29 -
.../compare.pass.cpp | 42 -
.../copy.pass.cpp | 29 -
.../eof.pass.cpp | 24 -
.../eq.pass.cpp | 26 -
.../eq_int_type.pass.cpp | 28 -
.../find.pass.cpp | 29 -
.../length.pass.cpp | 28 -
.../lt.pass.cpp | 26 -
.../move.pass.cpp | 33 -
.../not_eof.pass.cpp | 28 -
.../to_char_type.pass.cpp | 26 -
.../to_int_type.pass.cpp | 26 -
.../types.pass.cpp | 33 -
.../assign2.pass.cpp | 26 -
.../assign3.pass.cpp | 29 -
.../compare.pass.cpp | 42 -
.../copy.pass.cpp | 29 -
.../eof.pass.cpp | 24 -
.../eq.pass.cpp | 26 -
.../eq_int_type.pass.cpp | 28 -
.../find.pass.cpp | 29 -
.../length.pass.cpp | 28 -
.../lt.pass.cpp | 26 -
.../move.pass.cpp | 33 -
.../not_eof.pass.cpp | 28 -
.../to_char_type.pass.cpp | 26 -
.../to_int_type.pass.cpp | 26 -
.../types.pass.cpp | 33 -
.../assign2.pass.cpp | 24 -
.../assign3.pass.cpp | 27 -
.../compare.pass.cpp | 40 -
.../copy.pass.cpp | 27 -
.../eof.pass.cpp | 22 -
.../eq.pass.cpp | 24 -
.../eq_int_type.pass.cpp | 26 -
.../find.pass.cpp | 27 -
.../length.pass.cpp | 26 -
.../lt.pass.cpp | 24 -
.../move.pass.cpp | 31 -
.../not_eof.pass.cpp | 26 -
.../to_char_type.pass.cpp | 24 -
.../to_int_type.pass.cpp | 24 -
.../types.pass.cpp | 30 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../char.traits/nothing_to_do.pass.cpp | 12 -
.../strings/string.classes/typedefs.pass.cpp | 30 -
.../strings/string.conversions/stod.pass.cpp | 166 -
.../strings/string.conversions/stof.pass.cpp | 166 -
.../strings/string.conversions/stoi.pass.cpp | 108 -
.../strings/string.conversions/stol.pass.cpp | 89 -
.../strings/string.conversions/stold.pass.cpp | 168 -
.../strings/string.conversions/stoll.pass.cpp | 89 -
.../strings/string.conversions/stoul.pass.cpp | 87 -
.../string.conversions/stoull.pass.cpp | 88 -
.../string.conversions/to_string.pass.cpp | 126 -
.../string.conversions/to_wstring.pass.cpp | 126 -
.../strings.general/nothing_to_do.pass.cpp | 13 -
libcxx/test/strings/version.pass.cpp | 20 -
libcxx/test/testit | 134 -
.../futures/futures.async/async.pass.cpp | 177 -
.../default_error_condition.pass.cpp | 25 -
.../equivalent_error_code_int.pass.cpp | 24 -
.../equivalent_int_error_condition.pass.cpp | 25 -
.../futures.errors/future_category.pass.cpp | 22 -
.../futures.errors/make_error_code.pass.cpp | 26 -
.../make_error_condition.pass.cpp | 28 -
.../futures.future_error/code.pass.cpp | 41 -
.../futures.future_error/types.pass.cpp | 21 -
.../futures.future_error/what.pass.cpp | 41 -
.../futures.overview/future_errc.pass.cpp | 28 -
.../futures.overview/future_status.pass.cpp | 26 -
.../is_error_code_enum_future_errc.pass.cpp | 19 -
.../futures/futures.overview/launch.pass.cpp | 27 -
.../futures.promise/alloc_ctor.pass.cpp | 49 -
.../futures.promise/copy_assign.fail.cpp | 87 -
.../futures.promise/copy_ctor.fail.cpp | 81 -
.../futures/futures.promise/default.pass.cpp | 36 -
.../futures/futures.promise/dtor.pass.cpp | 106 -
.../futures.promise/get_future.pass.cpp | 53 -
.../futures.promise/move_assign.pass.cpp | 89 -
.../futures.promise/move_ctor.pass.cpp | 83 -
.../futures.promise/set_exception.pass.cpp | 45 -
.../set_exception_at_thread_exit.pass.cpp | 42 -
.../futures.promise/set_lvalue.pass.cpp | 41 -
.../set_lvalue_at_thread_exit.pass.cpp | 36 -
.../futures.promise/set_rvalue.pass.cpp | 67 -
.../set_rvalue_at_thread_exit.pass.cpp | 39 -
.../set_value_at_thread_exit_const.pass.cpp | 33 -
.../set_value_at_thread_exit_void.pass.cpp | 37 -
.../futures.promise/set_value_const.pass.cpp | 61 -
.../futures.promise/set_value_void.pass.cpp | 37 -
.../futures/futures.promise/swap.pass.cpp | 82 -
.../futures.promise/uses_allocator.pass.cpp | 26 -
.../copy_assign.pass.cpp | 74 -
.../futures.shared_future/copy_ctor.pass.cpp | 66 -
.../ctor_future.pass.cpp | 66 -
.../futures.shared_future/default.pass.cpp | 33 -
.../futures.shared_future/dtor.pass.cpp | 66 -
.../futures.shared_future/get.pass.cpp | 143 -
.../move_assign.pass.cpp | 74 -
.../futures.shared_future/move_ctor.pass.cpp | 66 -
.../futures.shared_future/wait.pass.cpp | 86 -
.../futures.shared_future/wait_for.pass.cpp | 95 -
.../futures.shared_future/wait_until.pass.cpp | 95 -
.../futures.state/nothing_to_do.pass.cpp | 13 -
.../futures.task.members/assign_copy.fail.cpp | 48 -
.../futures.task.members/assign_move.pass.cpp | 48 -
.../futures.task.members/ctor_copy.fail.cpp | 46 -
.../ctor_default.pass.cpp | 25 -
.../futures.task.members/ctor_func.pass.cpp | 61 -
.../ctor_func_alloc.pass.cpp | 69 -
.../futures.task.members/ctor_move.pass.cpp | 46 -
.../futures.task.members/dtor.pass.cpp | 60 -
.../futures.task.members/get_future.pass.cpp | 62 -
.../make_ready_at_thread_exit.pass.cpp | 104 -
.../futures.task.members/operator.pass.cpp | 105 -
.../futures.task.members/reset.pass.cpp | 58 -
.../futures.task.members/swap.pass.cpp | 48 -
.../futures.task.nonmembers/swap.pass.cpp | 50 -
.../uses_allocator.pass.cpp | 24 -
.../thread/futures/futures.tas/types.pass.cpp | 26 -
.../copy_assign.fail.cpp | 74 -
.../futures.unique_future/copy_ctor.fail.cpp | 66 -
.../futures.unique_future/default.pass.cpp | 33 -
.../futures.unique_future/dtor.pass.cpp | 66 -
.../futures.unique_future/get.pass.cpp | 143 -
.../move_assign.pass.cpp | 74 -
.../futures.unique_future/move_ctor.pass.cpp | 68 -
.../futures.unique_future/share.pass.cpp | 66 -
.../futures.unique_future/wait.pass.cpp | 86 -
.../futures.unique_future/wait_for.pass.cpp | 95 -
.../futures.unique_future/wait_until.pass.cpp | 95 -
libcxx/test/thread/futures/test_allocator.h | 143 -
libcxx/test/thread/futures/version.pass.cpp | 20 -
libcxx/test/thread/macro.pass.cpp | 21 -
.../thread.condition/cv_status.pass.cpp | 21 -
.../notify_all_at_thread_exit.pass.cpp | 42 -
.../thread.condition.condvar/assign.fail.cpp | 24 -
.../thread.condition.condvar/copy.fail.cpp | 23 -
.../thread.condition.condvar/default.pass.cpp | 22 -
.../destructor.pass.cpp | 56 -
.../native_handle.pass.cpp | 27 -
.../notify_all.pass.cpp | 67 -
.../notify_one.pass.cpp | 92 -
.../thread.condition.condvar/wait.pass.cpp | 50 -
.../wait_for.pass.cpp | 85 -
.../wait_for_pred.pass.cpp | 93 -
.../wait_pred.pass.cpp | 60 -
.../wait_until.pass.cpp | 100 -
.../wait_until_pred.pass.cpp | 111 -
.../assign.fail.cpp | 24 -
.../thread.condition.condvarany/copy.fail.cpp | 23 -
.../default.pass.cpp | 22 -
.../destructor.pass.cpp | 57 -
.../notify_all.pass.cpp | 71 -
.../notify_one.pass.cpp | 96 -
.../thread.condition.condvarany/wait.pass.cpp | 55 -
.../wait_for.pass.cpp | 88 -
.../wait_for_pred.pass.cpp | 96 -
.../wait_pred.pass.cpp | 64 -
.../wait_until.pass.cpp | 103 -
.../wait_until_pred.pass.cpp | 115 -
.../thread/thread.condition/version.pass.cpp | 20 -
.../thread.general/nothing_to_do.pass.cpp | 12 -
.../thread.lock.algorithm/lock.pass.cpp | 505 -
.../thread.lock.algorithm/try_lock.pass.cpp | 514 -
.../thread.lock.guard/adopt_lock.pass.cpp | 49 -
.../thread.lock.guard/assign.fail.cpp | 25 -
.../thread.lock.guard/copy.fail.cpp | 23 -
.../thread.lock.guard/mutex.fail.cpp | 48 -
.../thread.lock.guard/mutex.pass.cpp | 48 -
.../thread.lock.guard/types.pass.cpp | 27 -
.../copy_assign.fail.cpp | 31 -
.../copy_ctor.fail.cpp | 29 -
.../thread.lock.unique.cons/default.pass.cpp | 24 -
.../move_assign.pass.cpp | 33 -
.../move_ctor.pass.cpp | 31 -
.../thread.lock.unique.cons/mutex.pass.cpp | 48 -
.../mutex_adopt_lock.pass.cpp | 26 -
.../mutex_defer_lock.pass.cpp | 25 -
.../mutex_duration.pass.cpp | 66 -
.../mutex_time_point.pass.cpp | 66 -
.../mutex_try_to_lock.pass.cpp | 63 -
.../thread.lock.unique.locking/lock.pass.cpp | 67 -
.../try_lock.pass.cpp | 62 -
.../try_lock_for.pass.cpp | 67 -
.../try_lock_until.pass.cpp | 67 -
.../unlock.pass.cpp | 54 -
.../member_swap.pass.cpp | 36 -
.../nonmember_swap.pass.cpp | 37 -
.../thread.lock.unique.mod/release.pass.cpp | 44 -
.../thread.lock.unique.obs/mutex.pass.cpp | 29 -
.../thread.lock.unique.obs/op_bool.pass.cpp | 29 -
.../thread.lock.unique.obs/owns_lock.pass.cpp | 29 -
.../thread.lock.unique/types.pass.cpp | 27 -
.../thread.mutex/thread.lock/types.pass.cpp | 32 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../thread.mutex.class/assign.fail.cpp | 23 -
.../thread.mutex.class/copy.fail.cpp | 22 -
.../thread.mutex.class/default.pass.cpp | 21 -
.../thread.mutex.class/lock.pass.cpp | 48 -
.../thread.mutex.class/native_handle.pass.cpp | 25 -
.../thread.mutex.class/try_lock.pass.cpp | 50 -
.../thread.mutex.recursive/assign.fail.cpp | 23 -
.../thread.mutex.recursive/copy.fail.cpp | 22 -
.../thread.mutex.recursive/default.pass.cpp | 21 -
.../thread.mutex.recursive/lock.pass.cpp | 50 -
.../native_handle.pass.cpp | 25 -
.../thread.mutex.recursive/try_lock.pass.cpp | 52 -
.../nothing_to_do.pass.cpp | 12 -
.../thread.timedmutex.class/assign.fail.cpp | 23 -
.../thread.timedmutex.class/copy.fail.cpp | 22 -
.../thread.timedmutex.class/default.pass.cpp | 21 -
.../thread.timedmutex.class/lock.pass.cpp | 48 -
.../thread.timedmutex.class/try_lock.pass.cpp | 50 -
.../try_lock_for.pass.cpp | 65 -
.../try_lock_until.pass.cpp | 65 -
.../assign.fail.cpp | 23 -
.../thread.timedmutex.recursive/copy.fail.cpp | 22 -
.../default.pass.cpp | 21 -
.../thread.timedmutex.recursive/lock.pass.cpp | 50 -
.../try_lock.pass.cpp | 52 -
.../try_lock_for.pass.cpp | 67 -
.../try_lock_until.pass.cpp | 67 -
.../thread.once/nothing_to_do.pass.cpp | 12 -
.../thread.once.callonce/call_once.pass.cpp | 198 -
.../thread.once.onceflag/assign.fail.cpp | 23 -
.../thread.once.onceflag/copy.fail.cpp | 22 -
.../thread.once.onceflag/default.pass.cpp | 21 -
.../test/thread/thread.mutex/version.pass.cpp | 20 -
.../thread/thread.req/nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../thread.req.native/nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../thread.req.timing/nothing_to_do.pass.cpp | 12 -
.../thread.thread.algorithm/swap.pass.cpp | 55 -
.../thread.thread.assign/copy.fail.cpp | 51 -
.../thread.thread.assign/move.pass.cpp | 82 -
.../thread.thread.constr/F.pass.cpp | 150 -
.../thread.thread.constr/copy.fail.cpp | 66 -
.../thread.thread.constr/default.pass.cpp | 23 -
.../thread.thread.constr/move.pass.cpp | 68 -
.../thread.thread.destr/dtor.pass.cpp | 58 -
.../thread.thread.id/assign.pass.cpp | 27 -
.../thread.thread.id/copy.pass.cpp | 24 -
.../thread.thread.id/default.pass.cpp | 23 -
.../thread.thread.id/eq.pass.cpp | 30 -
.../thread.thread.id/lt.pass.cpp | 35 -
.../thread.thread.id/stream.pass.cpp | 27 -
.../thread.thread.id/thread_id.pass.cpp | 31 -
.../thread.thread.member/detach.pass.cpp | 54 -
.../thread.thread.member/get_id.pass.cpp | 54 -
.../thread.thread.member/join.pass.cpp | 51 -
.../thread.thread.member/joinable.pass.cpp | 51 -
.../native_handle.pass.cpp | 51 -
.../thread.thread.member/swap.pass.cpp | 55 -
.../hardware_concurrency.pass.cpp | 22 -
.../thread.thread.class/types.pass.cpp | 25 -
.../thread.thread.this/get_id.pass.cpp | 21 -
.../thread.thread.this/sleep_for.pass.cpp | 32 -
.../thread.thread.this/sleep_until.pass.cpp | 32 -
.../thread.thread.this/yield.pass.cpp | 20 -
.../thread/thread.threads/version.pass.cpp | 20 -
.../allocator.adaptor.cnstr/allocs.pass.cpp | 112 -
.../converting_copy.pass.cpp | 69 -
.../converting_move.pass.cpp | 75 -
.../allocator.adaptor.cnstr/copy.pass.cpp | 70 -
.../allocator.adaptor.cnstr/default.pass.cpp | 58 -
.../allocate_size.pass.cpp | 49 -
.../allocate_size_hint.pass.cpp | 70 -
.../construct.pass.cpp | 193 -
.../deallocate.pass.cpp | 46 -
.../destroy.pass.cpp | 70 -
.../inner_allocator.pass.cpp | 45 -
.../max_size.pass.cpp | 43 -
.../outer_allocator.pass.cpp | 44 -
...ct_on_container_copy_construction.pass.cpp | 55 -
.../inner_allocator_type.pass.cpp | 39 -
...gate_on_container_copy_assignment.pass.cpp | 39 -
...gate_on_container_move_assignment.pass.cpp | 39 -
.../propagate_on_container_swap.pass.cpp | 39 -
.../utilities/allocator.adaptor/allocators.h | 174 -
.../scoped.adaptor.operators/eq.pass.cpp | 64 -
.../allocator.adaptor/types.pass.cpp | 102 -
.../date.time/tested_elsewhere.pass.cpp | 37 -
.../arithmetic.operations/divides.pass.cpp | 24 -
.../arithmetic.operations/minus.pass.cpp | 24 -
.../arithmetic.operations/modulus.pass.cpp | 24 -
.../arithmetic.operations/multiplies.pass.cpp | 24 -
.../arithmetic.operations/negate.pass.cpp | 24 -
.../arithmetic.operations/plus.pass.cpp | 24 -
.../func.bind.bind/invoke_int_0.pass.cpp | 53 -
.../func.bind.bind/invoke_lvalue.pass.cpp | 268 -
.../func.bind.bind/invoke_rvalue.pass.cpp | 266 -
.../func.bind.bind/invoke_void_0.pass.cpp | 59 -
.../is_bind_expression.pass.cpp | 32 -
.../func.bind.isbind/is_placeholder.pass.cpp | 41 -
.../func.bind.place/placeholders.pass.cpp | 36 -
.../bind/func.bind/nothing_to_do.pass.cpp | 12 -
.../bind/nothing_to_do.pass.cpp | 12 -
.../bitwise.operations/bit_and.pass.cpp | 28 -
.../bitwise.operations/bit_or.pass.cpp | 28 -
.../bitwise.operations/bit_xor.pass.cpp | 28 -
.../comparisons/equal_to.pass.cpp | 25 -
.../comparisons/greater.pass.cpp | 26 -
.../comparisons/greater_equal.pass.cpp | 26 -
.../comparisons/less.pass.cpp | 26 -
.../comparisons/less_equal.pass.cpp | 26 -
.../comparisons/not_equal_to.pass.cpp | 25 -
.../func.def/nothing_to_do.pass.cpp | 12 -
.../func.memfn/member_data.fail.cpp | 42 -
.../func.memfn/member_data.pass.cpp | 41 -
.../func.memfn/member_function.pass.cpp | 66 -
.../func.memfn/member_function_const.pass.cpp | 72 -
.../member_function_const_volatile.pass.cpp | 72 -
.../member_function_volatile.pass.cpp | 72 -
.../func.require/binary_function.pass.cpp | 23 -
.../func.require/unary_function.pass.cpp | 22 -
.../bad_function_call.pass.cpp | 26 -
.../bad_function_call_ctor.pass.cpp | 20 -
.../func.wrap.func.alg/swap.pass.cpp | 135 -
.../func.wrap.func.cap/operator_bool.pass.cpp | 29 -
.../func.wrap.func.con/F.pass.cpp | 98 -
.../func.wrap.func.con/F_assign.pass.cpp | 105 -
.../func.wrap.func.con/alloc.pass.cpp | 25 -
.../func.wrap.func.con/alloc_F.pass.cpp | 80 -
.../alloc_function.pass.cpp | 104 -
.../func.wrap.func.con/alloc_nullptr.pass.cpp | 25 -
.../alloc_rfunction.pass.cpp | 81 -
.../func.wrap.func.con/copy.pass.cpp | 119 -
.../func.wrap.func.con/copy_assign.pass.cpp | 123 -
.../func.wrap.func.con/default.pass.cpp | 23 -
.../func.wrap.func.con/nullptr_t.pass.cpp | 23 -
.../nullptr_t_assign.pass.cpp | 86 -
.../func.wrap.func.inv/invoke.fail.cpp | 46 -
.../func.wrap.func.inv/invoke.pass.cpp | 335 -
.../func.wrap.func.inv/invoke_int_0.pass.cpp | 58 -
.../func.wrap.func.inv/invoke_void_0.pass.cpp | 67 -
.../assign_F_alloc.pass.cpp | 60 -
.../func.wrap.func.mod/swap.pass.cpp | 134 -
.../operator_==.pass.cpp | 41 -
.../func.wrap.func.targ/target.pass.cpp | 89 -
.../func.wrap.func.targ/target_type.pass.cpp | 61 -
.../func.wrap/func.wrap.func/test_allocator.h | 112 -
.../func.wrap/func.wrap.func/types.pass.cpp | 49 -
.../func.wrap/nothing_to_do.pass.cpp | 12 -
.../logical.operations/logical_and.pass.cpp | 27 -
.../logical.operations/logical_not.pass.cpp | 25 -
.../logical.operations/logical_or.pass.cpp | 27 -
.../negators/binary_negate.pass.cpp | 27 -
.../function.objects/negators/not1.pass.cpp | 22 -
.../function.objects/negators/not2.pass.cpp | 24 -
.../negators/unary_negate.pass.cpp | 25 -
.../function.objects/refwrap/binary.pass.cpp | 80 -
.../refwrap.access/conversion.pass.cpp | 46 -
.../refwrap.assign/copy_assign.pass.cpp | 58 -
.../refwrap/refwrap.const/copy_ctor.pass.cpp | 46 -
.../refwrap/refwrap.const/type_ctor.fail.cpp | 22 -
.../refwrap/refwrap.const/type_ctor.pass.cpp | 45 -
.../refwrap/refwrap.helpers/cref_1.pass.cpp | 24 -
.../refwrap/refwrap.helpers/cref_2.pass.cpp | 25 -
.../refwrap/refwrap.helpers/ref_1.fail.cpp | 27 -
.../refwrap/refwrap.helpers/ref_1.pass.cpp | 24 -
.../refwrap/refwrap.helpers/ref_2.pass.cpp | 25 -
.../refwrap/refwrap.invoke/invoke.fail.cpp | 52 -
.../refwrap/refwrap.invoke/invoke.pass.cpp | 329 -
.../refwrap.invoke/invoke_int_0.pass.cpp | 76 -
.../refwrap.invoke/invoke_void_0.pass.cpp | 68 -
.../function.objects/refwrap/type.pass.cpp | 37 -
.../function.objects/refwrap/unary.pass.cpp | 78 -
.../refwrap/weak_result.pass.cpp | 82 -
.../unord.hash/floating.pass.cpp | 68 -
.../unord.hash/integral.pass.cpp | 58 -
.../unord.hash/pointer.pass.cpp | 42 -
.../function.objects/version.pass.cpp | 20 -
.../allocator.tag/allocator_arg.pass.cpp | 22 -
.../allocate.pass.cpp | 38 -
.../allocate_hint.pass.cpp | 60 -
.../construct.pass.cpp | 143 -
.../deallocate.pass.cpp | 42 -
.../allocator.traits.members/destroy.pass.cpp | 80 -
.../max_size.pass.cpp | 64 -
...ct_on_container_copy_construction.pass.cpp | 68 -
.../const_pointer.pass.cpp | 55 -
.../const_void_pointer.pass.cpp | 55 -
.../difference_type.pass.cpp | 62 -
.../allocator.traits.types/pointer.pass.cpp | 42 -
...gate_on_container_copy_assignment.pass.cpp | 40 -
...gate_on_container_move_assignment.pass.cpp | 40 -
.../propagate_on_container_swap.pass.cpp | 40 -
.../rebind_alloc.pass.cpp | 79 -
.../allocator.traits.types/size_type.pass.cpp | 63 -
.../void_pointer.pass.cpp | 55 -
.../allocator.traits/allocator_type.pass.cpp | 31 -
.../allocator.traits/rebind_traits.pass.cpp | 79 -
.../allocator.traits/value_type.pass.cpp | 31 -
.../tested_elsewhere.pass.cpp | 12 -
.../uses_allocator.pass.cpp | 33 -
.../allocator.uses/nothing_to_do.pass.cpp | 12 -
.../memory/c.malloc/nothing_to_do.pass.cpp | 14 -
.../allocator.globals/eq.pass.cpp | 31 -
.../allocator.members/address.pass.cpp | 39 -
.../allocator.members/allocate.pass.cpp | 63 -
.../allocator.members/construct.pass.cpp | 153 -
.../allocator.members/max_size.pass.cpp | 27 -
.../allocator_types.pass.cpp | 49 -
.../default.allocator/allocator_void.pass.cpp | 36 -
.../pointer.traits/difference_type.pass.cpp | 25 -
.../pointer.traits/element_type.pass.cpp | 25 -
.../memory/pointer.traits/pointer.pass.cpp | 32 -
.../pointer_to.pass.cpp | 48 -
.../difference_type.pass.cpp | 48 -
.../element_type.pass.cpp | 49 -
.../pointer.traits.types/rebind.pass.cpp | 69 -
.../memory/pointer.traits/pointer_to.pass.cpp | 32 -
.../memory/pointer.traits/rebind.pass.cpp | 29 -
.../utilities/memory/ptr.align/align.pass.cpp | 85 -
.../nothing_to_do.pass.cpp | 12 -
.../specialized.addressof/addressof.pass.cpp | 33 -
.../uninitialized_copy.pass.cpp | 51 -
.../uninitialized_copy_n.pass.cpp | 51 -
.../uninitialized_fill_n.pass.cpp | 50 -
.../uninitialized_fill.pass.cpp | 50 -
.../raw_storag_iterator.pass.cpp | 44 -
.../temporary_buffer.pass.cpp | 29 -
.../utilities/memory/unique.ptr/deleter.h | 181 -
.../memory/unique.ptr/nothing_to_do.pass.cpp | 12 -
.../unique.ptr.dltr/nothing_to_do.pass.cpp | 12 -
.../convert_ctor.pass.cpp | 48 -
.../unique.ptr.dltr.dflt/default.pass.cpp | 34 -
.../unique.ptr.dltr.dflt/incomplete.fail.cpp | 26 -
.../convert_ctor.fail.cpp | 32 -
.../unique.ptr.dltr.dflt1/default.pass.cpp | 36 -
.../unique.ptr.dltr.dflt1/incomplete.fail.cpp | 26 -
.../nothing_to_do.pass.cpp | 12 -
.../unique.ptr.runtime/move01.fail.cpp | 38 -
.../unique.ptr.runtime/move01.pass.cpp | 78 -
.../unique.ptr.runtime/move02.fail.cpp | 38 -
.../unique.ptr.runtime/move03.fail.cpp | 56 -
.../unique.ptr.runtime/move04.fail.cpp | 56 -
.../move_convert01.fail.cpp | 56 -
.../move_convert02.fail.cpp | 60 -
.../move_convert03.fail.cpp | 61 -
.../move_convert04.fail.cpp | 56 -
.../move_convert05.fail.cpp | 60 -
.../move_convert06.fail.cpp | 61 -
.../move_convert07.fail.cpp | 55 -
.../move_convert08.fail.cpp | 59 -
.../move_convert09.fail.cpp | 61 -
.../unique.ptr.runtime/null_asgn.pass.cpp | 41 -
.../unique.ptr.runtime/null_ctor.pass.cpp | 44 -
.../unique.ptr.runtime/nullptr_asgn.pass.cpp | 41 -
.../unique.ptr.runtime/pointer_type.pass.cpp | 34 -
.../default01.fail.cpp | 36 -
.../default01.pass.cpp | 47 -
.../default02.fail.cpp | 30 -
.../default02.pass.cpp | 87 -
.../default03.fail.cpp | 23 -
.../unique.ptr.runtime.ctor/move01.fail.cpp | 42 -
.../unique.ptr.runtime.ctor/move01.pass.cpp | 85 -
.../unique.ptr.runtime.ctor/move02.fail.cpp | 42 -
.../unique.ptr.runtime.ctor/move02.pass.cpp | 87 -
.../unique.ptr.runtime.ctor/move03.fail.cpp | 55 -
.../unique.ptr.runtime.ctor/move04.fail.cpp | 55 -
.../move_convert01.fail.cpp | 57 -
.../move_convert02.fail.cpp | 61 -
.../move_convert03.fail.cpp | 78 -
.../move_convert04.fail.cpp | 57 -
.../move_convert05.fail.cpp | 61 -
.../move_convert06.fail.cpp | 78 -
.../move_convert07.fail.cpp | 57 -
.../move_convert08.fail.cpp | 61 -
.../move_convert09.fail.cpp | 78 -
.../move_convert10.fail.cpp | 57 -
.../move_convert11.fail.cpp | 61 -
.../move_convert12.fail.cpp | 78 -
.../move_convert13.fail.cpp | 57 -
.../move_convert14.fail.cpp | 61 -
.../move_convert15.fail.cpp | 78 -
.../move_convert16.fail.cpp | 57 -
.../move_convert17.fail.cpp | 61 -
.../move_convert18.fail.cpp | 78 -
.../unique.ptr.runtime.ctor/nullptr.pass.cpp | 46 -
.../pointer01.fail.cpp | 36 -
.../pointer01.pass.cpp | 63 -
.../pointer02.fail.cpp | 29 -
.../pointer02.pass.cpp | 95 -
.../pointer03.fail.cpp | 23 -
.../pointer04.fail.cpp | 67 -
.../pointer_deleter01.pass.cpp | 43 -
.../pointer_deleter02.pass.cpp | 58 -
.../pointer_deleter03.pass.cpp | 60 -
.../pointer_deleter04.fail.cpp | 55 -
.../pointer_deleter04.pass.cpp | 58 -
.../pointer_deleter05.fail.cpp | 58 -
.../release.pass.cpp | 27 -
.../reset1.pass.cpp | 48 -
.../reset2.fail.cpp | 64 -
.../swap.pass.cpp | 56 -
.../dereference.fail.cpp | 23 -
.../explicit_bool.pass.cpp | 39 -
.../unique.ptr.runtime.observers/get.pass.cpp | 24 -
.../get_deleter.pass.cpp | 37 -
.../index.pass.cpp | 47 -
.../op_arrow.fail.cpp | 30 -
.../unique.ptr.single/pointer_type.pass.cpp | 34 -
.../unique.ptr.single.asgn/move01.fail.cpp | 38 -
.../unique.ptr.single.asgn/move01.pass.cpp | 74 -
.../unique.ptr.single.asgn/move02.fail.cpp | 38 -
.../unique.ptr.single.asgn/move03.fail.cpp | 56 -
.../unique.ptr.single.asgn/move04.fail.cpp | 56 -
.../move_convert01.fail.cpp | 56 -
.../move_convert01.pass.cpp | 55 -
.../move_convert02.fail.cpp | 60 -
.../move_convert02.pass.cpp | 59 -
.../move_convert03.fail.cpp | 61 -
.../move_convert03.pass.cpp | 62 -
.../move_convert04.fail.cpp | 56 -
.../move_convert05.fail.cpp | 60 -
.../move_convert06.fail.cpp | 61 -
.../move_convert13.fail.cpp | 35 -
.../unique.ptr.single.asgn/null.pass.cpp | 41 -
.../unique.ptr.single.asgn/nullptr.pass.cpp | 41 -
.../auto_pointer.pass.cpp | 67 -
.../auto_pointer01.fail.cpp | 67 -
.../auto_pointer02.fail.cpp | 61 -
.../unique.ptr.single.ctor/default01.fail.cpp | 35 -
.../unique.ptr.single.ctor/default01.pass.cpp | 46 -
.../unique.ptr.single.ctor/default02.fail.cpp | 29 -
.../unique.ptr.single.ctor/default02.pass.cpp | 84 -
.../unique.ptr.single.ctor/default03.fail.cpp | 23 -
.../unique.ptr.single.ctor/move01.fail.cpp | 42 -
.../unique.ptr.single.ctor/move01.pass.cpp | 141 -
.../unique.ptr.single.ctor/move02.fail.cpp | 42 -
.../unique.ptr.single.ctor/move02.pass.cpp | 143 -
.../unique.ptr.single.ctor/move03.fail.cpp | 55 -
.../unique.ptr.single.ctor/move04.fail.cpp | 55 -
.../move_convert01.fail.cpp | 55 -
.../move_convert01.pass.cpp | 57 -
.../move_convert02.fail.cpp | 61 -
.../move_convert02.pass.cpp | 61 -
.../move_convert03.fail.cpp | 78 -
.../move_convert03.pass.cpp | 78 -
.../move_convert04.fail.cpp | 57 -
.../move_convert04.pass.cpp | 57 -
.../move_convert05.fail.cpp | 50 -
.../move_convert05.pass.cpp | 61 -
.../move_convert06.fail.cpp | 78 -
.../move_convert06.pass.cpp | 78 -
.../move_convert07.fail.cpp | 57 -
.../move_convert07.pass.cpp | 62 -
.../move_convert08.fail.cpp | 117 -
.../move_convert09.fail.cpp | 78 -
.../move_convert10.fail.cpp | 57 -
.../move_convert11.fail.cpp | 117 -
.../move_convert12.fail.cpp | 78 -
.../move_convert13.fail.cpp | 34 -
.../unique.ptr.single.ctor/nullptr.pass.cpp | 46 -
.../unique.ptr.single.ctor/pointer01.fail.cpp | 35 -
.../unique.ptr.single.ctor/pointer01.pass.cpp | 63 -
.../unique.ptr.single.ctor/pointer02.fail.cpp | 29 -
.../unique.ptr.single.ctor/pointer02.pass.cpp | 95 -
.../unique.ptr.single.ctor/pointer03.fail.cpp | 23 -
.../unique.ptr.single.ctor/pointer03.pass.cpp | 78 -
.../pointer_deleter01.pass.cpp | 99 -
.../pointer_deleter02.pass.cpp | 58 -
.../pointer_deleter03.pass.cpp | 60 -
.../pointer_deleter04.fail.cpp | 55 -
.../pointer_deleter04.pass.cpp | 58 -
.../pointer_deleter05.pass.cpp | 66 -
.../pointer_deleter06.pass.cpp | 39 -
.../unique.ptr.single.dtor/null.pass.cpp | 44 -
.../release.pass.cpp | 27 -
.../reset1.pass.cpp | 48 -
.../reset2.pass.cpp | 64 -
.../reset_self.pass.cpp | 29 -
.../unique.ptr.single.modifiers/swap.pass.cpp | 59 -
.../dereference.pass.cpp | 23 -
.../explicit_bool.pass.cpp | 39 -
.../unique.ptr.single.observers/get.pass.cpp | 24 -
.../get_deleter.pass.cpp | 37 -
.../index.fail.cpp | 47 -
.../op_arrow.pass.cpp | 30 -
.../unique.ptr.special/cmp_nullptr.pass.cpp | 71 -
.../unique.ptr/unique.ptr.special/eq.pass.cpp | 86 -
.../unique.ptr.special/rel.pass.cpp | 100 -
.../unique.ptr.special/swap.pass.cpp | 77 -
.../declare_no_pointers.pass.cpp | 23 -
.../declare_reachable.pass.cpp | 24 -
.../get_pointer_safety.pass.cpp | 23 -
.../util.smartptr/nothing_to_do.pass.cpp | 12 -
.../enable_shared_from_this.pass.cpp | 49 -
.../hash_shared_ptr.pass.cpp | 30 -
.../hash_unique_ptr.pass.cpp | 30 -
.../util.smartptr.shared/test_allocator.h | 77 -
.../util.smartptr.shared/test_deleter.h | 60 -
.../util.smartptr.shared/types.pass.cpp | 26 -
.../get_deleter.pass.cpp | 67 -
.../auto_ptr_Y.pass.cpp | 113 -
.../shared_ptr.pass.cpp | 121 -
.../shared_ptr_Y.pass.cpp | 121 -
.../shared_ptr_Y_rv.pass.cpp | 123 -
.../shared_ptr_rv.pass.cpp | 123 -
.../unique_ptr_Y.pass.cpp | 113 -
.../const_pointer_cast.pass.cpp | 57 -
.../dynamic_pointer_cast.pass.cpp | 57 -
.../static_pointer_cast.pass.cpp | 69 -
.../cmp_nullptr.pass.cpp | 71 -
.../util.smartptr.shared.cmp/eq.pass.cpp | 31 -
.../util.smartptr.shared.cmp/lt.pass.cpp | 30 -
.../auto_ptr.pass.cpp | 102 -
.../default.pass.cpp | 22 -
.../nullptr_t.pass.cpp | 22 -
.../nullptr_t_deleter.pass.cpp | 47 -
.../nullptr_t_deleter_allocator.pass.cpp | 50 -
...nullptr_t_deleter_allocator_throw.pass.cpp | 46 -
.../nullptr_t_deleter_throw.pass.cpp | 61 -
.../pointer.pass.cpp | 46 -
.../pointer_deleter.pass.cpp | 48 -
.../pointer_deleter_allocator.pass.cpp | 51 -
.../pointer_deleter_allocator_throw.pass.cpp | 47 -
.../pointer_deleter_throw.pass.cpp | 62 -
.../pointer_throw.pass.cpp | 60 -
.../shared_ptr.pass.cpp | 62 -
.../shared_ptr_Y.pass.cpp | 97 -
.../shared_ptr_Y_rv.pass.cpp | 109 -
.../shared_ptr_pointer.pass.cpp | 61 -
.../shared_ptr_rv.pass.cpp | 73 -
.../unique_ptr.pass.cpp | 92 -
.../weak_ptr.pass.cpp | 79 -
.../allocate_shared.pass.cpp | 57 -
.../make_shared.pass.cpp | 77 -
.../tested_elsewhere.pass.cpp | 12 -
.../util.smartptr.shared.io/io.pass.cpp | 29 -
.../util.smartptr.shared.mod/reset.pass.cpp | 62 -
.../reset_pointer.pass.cpp | 64 -
.../reset_pointer_deleter.pass.cpp | 79 -
.../reset_pointer_deleter_allocator.pass.cpp | 88 -
.../util.smartptr.shared.mod/swap.pass.cpp | 104 -
.../util.smartptr.shared.obs/arrow.pass.cpp | 29 -
.../dereference.pass.cpp | 25 -
.../util.smartptr.shared.obs/op_bool.pass.cpp | 29 -
.../owner_before_shared_ptr.pass.cpp | 28 -
.../owner_before_weak_ptr.pass.cpp | 31 -
.../util.smartptr.shared.obs/unique.pass.cpp | 28 -
.../util.smartptr.shared.spec/swap.pass.cpp | 104 -
.../util.smartptr.weak/types.pass.cpp | 26 -
.../owner_less.pass.cpp | 74 -
.../shared_ptr_Y.pass.cpp | 61 -
.../weak_ptr.pass.cpp | 62 -
.../weak_ptr_Y.pass.cpp | 62 -
.../util.smartptr.weak.const/default.pass.cpp | 25 -
.../shared_ptr_Y.pass.cpp | 95 -
.../weak_ptr.pass.cpp | 93 -
.../weak_ptr_Y.pass.cpp | 95 -
.../tested_elsewhere.pass.cpp | 12 -
.../util.smartptr.weak.mod/reset.pass.cpp | 41 -
.../util.smartptr.weak.mod/swap.pass.cpp | 49 -
.../util.smartptr.weak.obs/expired.pass.cpp | 46 -
.../util.smartptr.weak.obs/lock.pass.cpp | 58 -
.../not_less_than.fail.cpp | 27 -
.../owner_before_shared_ptr.pass.cpp | 31 -
.../owner_before_weak_ptr.pass.cpp | 31 -
.../util.smartptr.weak.spec/swap.pass.cpp | 49 -
.../bad_weak_ptr.pass.cpp | 31 -
libcxx/test/utilities/memory/version.pass.cpp | 20 -
.../meta/meta.hel/integral_constant.pass.cpp | 42 -
.../meta/meta.rel/is_base_of.pass.cpp | 49 -
.../meta/meta.rel/is_convertible.pass.cpp | 382 -
.../utilities/meta/meta.rel/is_same.pass.cpp | 59 -
.../meta/meta.rqmts/nothing_to_do.pass.cpp | 12 -
.../remove_all_extents.pass.cpp | 32 -
.../meta.trans.arr/remove_extent.pass.cpp | 32 -
.../meta.trans.cv/add_const.pass.cpp | 40 -
.../meta.trans/meta.trans.cv/add_cv.pass.cpp | 40 -
.../meta.trans.cv/add_volatile.pass.cpp | 40 -
.../meta.trans.cv/remove_const.pass.cpp | 40 -
.../meta.trans.cv/remove_cv.pass.cpp | 40 -
.../meta.trans.cv/remove_volatile.pass.cpp | 40 -
.../meta.trans.other/aligned_storage.pass.cpp | 123 -
.../meta.trans.other/common_type.pass.cpp | 26 -
.../meta.trans.other/conditional.pass.cpp | 20 -
.../meta.trans.other/decay.pass.cpp | 31 -
.../meta.trans.other/enable_if.fail.cpp | 19 -
.../meta.trans.other/enable_if.pass.cpp | 20 -
.../meta.trans.other/result_of.pass.cpp | 43 -
.../meta.trans.other/underlying_type.pass.cpp | 33 -
.../meta.trans.ptr/add_pointer.pass.cpp | 31 -
.../meta.trans.ptr/remove_pointer.pass.cpp | 40 -
.../meta.trans.ref/add_lvalue_ref.pass.cpp | 31 -
.../meta.trans.ref/add_rvalue_ref.pass.cpp | 37 -
.../meta.trans.ref/remove_ref.pass.cpp | 43 -
.../meta.trans.sign/make_signed.pass.cpp | 42 -
.../meta.trans.sign/make_unsigned.pass.cpp | 42 -
.../meta/meta.trans/nothing_to_do.pass.cpp | 12 -
.../meta.type.synop/nothing_to_do.pass.cpp | 12 -
.../alignment_of.pass.cpp | 42 -
.../meta.unary.prop.query/extent.pass.cpp | 60 -
.../meta/meta.unary.prop.query/rank.pass.cpp | 46 -
.../meta.unary/meta.unary.cat/array.pass.cpp | 52 -
.../meta.unary/meta.unary.cat/class.pass.cpp | 52 -
.../meta.unary/meta.unary.cat/enum.pass.cpp | 48 -
.../meta.unary.cat/floating_point.pass.cpp | 48 -
.../meta.unary.cat/function.pass.cpp | 49 -
.../meta.unary.cat/integral.pass.cpp | 58 -
.../meta.unary.cat/lvalue_ref.pass.cpp | 38 -
.../member_function_pointer.pass.cpp | 52 -
.../member_object_pointer.pass.cpp | 50 -
.../meta.unary.cat/pointer.pass.cpp | 49 -
.../meta.unary.cat/rvalue_ref.pass.cpp | 40 -
.../meta.unary/meta.unary.cat/union.pass.cpp | 52 -
.../meta.unary/meta.unary.cat/void.pass.cpp | 46 -
.../meta.unary/meta.unary.comp/array.pass.cpp | 46 -
.../meta.unary/meta.unary.comp/class.pass.cpp | 46 -
.../meta.unary/meta.unary.comp/enum.pass.cpp | 42 -
.../meta.unary.comp/floating_point.pass.cpp | 42 -
.../meta.unary.comp/function.pass.cpp | 43 -
.../meta.unary.comp/integral.pass.cpp | 52 -
.../meta.unary.comp/lvalue_ref.pass.cpp | 32 -
.../member_function_pointer.pass.cpp | 46 -
.../member_object_pointer.pass.cpp | 44 -
.../meta.unary.comp/pointer.pass.cpp | 43 -
.../meta.unary.comp/rvalue_ref.pass.cpp | 34 -
.../meta.unary/meta.unary.comp/union.pass.cpp | 46 -
.../meta.unary/meta.unary.comp/void.pass.cpp | 40 -
.../has_virtual_destructor.pass.cpp | 77 -
.../meta.unary.prop/is_abstract.pass.cpp | 71 -
.../meta.unary.prop/is_assignable.pass.cpp | 38 -
.../meta.unary.prop/is_const.pass.cpp | 37 -
.../meta.unary.prop/is_constructible.pass.cpp | 37 -
.../is_copy_assignable.pass.cpp | 57 -
.../is_copy_constructible.pass.cpp | 73 -
.../is_default_constructible.pass.cpp | 76 -
.../meta.unary.prop/is_destructible.pass.cpp | 66 -
.../meta.unary.prop/is_empty.pass.cpp | 65 -
.../meta.unary.prop/is_literal_type.pass.cpp | 33 -
.../is_move_assignable.pass.cpp | 51 -
.../is_move_constructible.pass.cpp | 73 -
.../is_nothrow_assignable.pass.cpp | 34 -
.../is_nothrow_constructible.pass.cpp | 52 -
.../is_nothrow_copy_assignable.pass.cpp | 58 -
.../is_nothrow_copy_constructible.pass.cpp | 61 -
.../is_nothrow_default_constructible.pass.cpp | 64 -
.../is_nothrow_destructible.pass.cpp | 77 -
.../is_nothrow_move_assignable.pass.cpp | 57 -
.../is_nothrow_move_constructible.pass.cpp | 61 -
.../meta.unary.prop/is_pod.pass.cpp | 52 -
.../meta.unary.prop/is_polymorphic.pass.cpp | 71 -
.../meta.unary.prop/is_signed.pass.cpp | 54 -
.../is_standard_layout.pass.cpp | 30 -
.../meta.unary.prop/is_trivial.pass.cpp | 31 -
.../is_trivialially_copyable.pass.cpp | 44 -
.../is_trivially_assignable.pass.cpp | 34 -
.../is_trivially_constructible.pass.cpp | 30 -
.../is_trivially_copy_assignable.pass.cpp | 64 -
.../is_trivially_copy_constructible.pass.cpp | 73 -
...s_trivially_default_constructible.pass.cpp | 76 -
.../is_trivially_destructible.pass.cpp | 77 -
.../is_trivially_move_assignable.pass.cpp | 64 -
.../is_trivially_move_constructible.pass.cpp | 89 -
.../meta.unary.prop/is_unsigned.pass.cpp | 54 -
.../meta.unary.prop/is_volatile.pass.cpp | 37 -
.../meta/meta.unary/nothing_to_do.pass.cpp | 12 -
libcxx/test/utilities/meta/version.pass.cpp | 20 -
libcxx/test/utilities/nothing_to_do.pass.cpp | 12 -
.../ratio/ratio.arithmetic/ratio_add.fail.cpp | 19 -
.../ratio/ratio.arithmetic/ratio_add.pass.cpp | 76 -
.../ratio.arithmetic/ratio_divide.fail.cpp | 19 -
.../ratio.arithmetic/ratio_divide.pass.cpp | 58 -
.../ratio.arithmetic/ratio_multiply.fail.cpp | 19 -
.../ratio.arithmetic/ratio_multiply.pass.cpp | 58 -
.../ratio.arithmetic/ratio_subtract.fail.cpp | 19 -
.../ratio.arithmetic/ratio_subtract.pass.cpp | 76 -
.../ratio.comparison/ratio_equal.pass.cpp | 56 -
.../ratio.comparison/ratio_greater.pass.cpp | 56 -
.../ratio_greater_equal.pass.cpp | 56 -
.../ratio.comparison/ratio_less.pass.cpp | 86 -
.../ratio_less_equal.pass.cpp | 56 -
.../ratio.comparison/ratio_not_equal.pass.cpp | 56 -
.../ratio/ratio.ratio/ratio.pass.cpp | 44 -
.../ratio/ratio.ratio/ratio1.fail.cpp | 18 -
.../ratio/ratio.ratio/ratio2.fail.cpp | 19 -
.../ratio/ratio.ratio/ratio3.fail.cpp | 19 -
.../ratio/ratio.si/nothing_to_do.pass.cpp | 12 -
libcxx/test/utilities/ratio/typedefs.pass.cpp | 32 -
libcxx/test/utilities/ratio/version.pass.cpp | 20 -
.../bitset.cons/char_ptr_ctor.pass.cpp | 56 -
.../bitset.cons/default.pass.cpp | 39 -
.../bitset.cons/string_ctor.pass.cpp | 88 -
.../bitset.cons/ull_ctor.pass.cpp | 42 -
.../bitset.hash/bitset.pass.cpp | 44 -
.../bitset.members/all.pass.cpp | 41 -
.../bitset.members/any.pass.cpp | 44 -
.../bitset.members/count.pass.cpp | 51 -
.../bitset.members/flip_all.pass.cpp | 49 -
.../bitset.members/flip_one.pass.cpp | 60 -
.../bitset.members/index.pass.cpp | 67 -
.../bitset.members/index_const.pass.cpp | 49 -
.../bitset.members/left_shift.pass.cpp | 50 -
.../bitset.members/left_shift_eq.pass.cpp | 55 -
.../bitset.members/none.pass.cpp | 44 -
.../bitset.members/not_all.pass.cpp | 48 -
.../bitset.members/op_and_eq.pass.cpp | 50 -
.../bitset.members/op_eq_eq.pass.cpp | 55 -
.../bitset.members/op_or_eq.pass.cpp | 50 -
.../bitset.members/op_xor_eq.pass.cpp | 50 -
.../bitset.members/reset_all.pass.cpp | 38 -
.../bitset.members/reset_one.pass.cpp | 47 -
.../bitset.members/right_shift.pass.cpp | 50 -
.../bitset.members/right_shift_eq.pass.cpp | 55 -
.../bitset.members/set_all.pass.cpp | 37 -
.../bitset.members/set_one.pass.cpp | 52 -
.../bitset.members/size.pass.cpp | 33 -
.../bitset.members/test.pass.cpp | 55 -
.../bitset.members/to_string.pass.cpp | 162 -
.../bitset.members/to_ullong.pass.cpp | 50 -
.../bitset.members/to_ulong.pass.cpp | 50 -
.../bitset.operators/op_and.pass.cpp | 48 -
.../bitset.operators/op_not.pass.cpp | 48 -
.../bitset.operators/op_or.pass.cpp | 48 -
.../bitset.operators/stream_in.pass.cpp | 26 -
.../bitset.operators/stream_out.pass.cpp | 26 -
.../template.bitset/includes.pass.cpp | 32 -
.../template.bitset/version.pass.cpp | 20 -
libcxx/test/utilities/time/clock.h | 17 -
libcxx/test/utilities/time/hours.pass.cpp | 27 -
.../test/utilities/time/microseconds.pass.cpp | 27 -
.../test/utilities/time/milliseconds.pass.cpp | 27 -
libcxx/test/utilities/time/minutes.pass.cpp | 27 -
.../test/utilities/time/nanoseconds.pass.cpp | 27 -
libcxx/test/utilities/time/rep.h | 18 -
libcxx/test/utilities/time/seconds.pass.cpp | 27 -
.../time.clock.req/nothing_to_do.pass.cpp | 12 -
.../time/time.clock/nothing_to_do.pass.cpp | 12 -
.../time.clock.hires/consistency.pass.cpp | 25 -
.../time.clock/time.clock.hires/now.pass.cpp | 22 -
.../time.clock.steady/consistency.pass.cpp | 25 -
.../time.clock/time.clock.steady/now.pass.cpp | 25 -
.../time.clock.system/consistency.pass.cpp | 26 -
.../time.clock.system/from_time_t.pass.cpp | 23 -
.../time.clock/time.clock.system/now.pass.cpp | 22 -
.../time.clock.system/rep_signed.pass.cpp | 23 -
.../time.clock.system/to_time_t.pass.cpp | 23 -
.../time/time.duration/default_ratio.pass.cpp | 26 -
.../time/time.duration/duration.fail.cpp | 23 -
.../time/time.duration/positive_num.fail.cpp | 22 -
.../time/time.duration/ratio.fail.cpp | 30 -
.../time.duration.arithmetic/op_++.pass.cpp | 25 -
.../op_++int.pass.cpp | 25 -
.../time.duration.arithmetic/op_+.pass.cpp | 24 -
.../time.duration.arithmetic/op_+=.pass.cpp | 26 -
.../time.duration.arithmetic/op_--.pass.cpp | 25 -
.../op_--int.pass.cpp | 25 -
.../time.duration.arithmetic/op_-.pass.cpp | 24 -
.../time.duration.arithmetic/op_-=.pass.cpp | 26 -
.../op_divide=.pass.cpp | 24 -
.../op_mod=duration.pass.cpp | 27 -
.../op_mod=rep.pass.cpp | 24 -
.../op_times=.pass.cpp | 24 -
.../time.duration.cast/duration_cast.pass.cpp | 43 -
.../time.duration.cast/toduration.fail.cpp | 25 -
.../op_equal.pass.cpp | 69 -
.../op_less.pass.cpp | 91 -
.../time.duration.cons/convert_exact.pass.cpp | 27 -
.../convert_float_to_int.fail.cpp | 25 -
.../convert_inexact.fail.cpp | 25 -
.../convert_inexact.pass.cpp | 27 -
.../convert_int_to_float.pass.cpp | 27 -
.../time.duration.cons/default.pass.cpp | 34 -
.../time.duration.cons/rep.pass.cpp | 36 -
.../time.duration.cons/rep01.fail.cpp | 26 -
.../time.duration.cons/rep02.fail.cpp | 26 -
.../time.duration.cons/rep02.pass.cpp | 26 -
.../time.duration.cons/rep03.fail.cpp | 24 -
.../time.duration.nonmember/op_+.pass.cpp | 47 -
.../time.duration.nonmember/op_-.pass.cpp | 47 -
.../op_divide_duration.pass.cpp | 43 -
.../op_divide_rep.fail.cpp | 26 -
.../op_divide_rep.pass.cpp | 26 -
.../op_mod_duration.pass.cpp | 41 -
.../op_mod_rep.fail.cpp | 26 -
.../op_mod_rep.pass.cpp | 26 -
.../op_times_rep.pass.cpp | 32 -
.../op_times_rep1.fail.cpp | 30 -
.../op_times_rep2.fail.cpp | 30 -
.../tested_elsewhere.pass.cpp | 12 -
.../time.duration.special/max.pass.cpp | 34 -
.../time.duration.special/min.pass.cpp | 34 -
.../time.duration.special/zero.pass.cpp | 33 -
.../time/time.duration/types.pass.cpp | 27 -
.../time/time.point/default_duration.pass.cpp | 26 -
.../time/time.point/duration.fail.cpp | 22 -
.../time.point.arithmetic/op_+=.pass.cpp | 26 -
.../time.point.arithmetic/op_-=.pass.cpp | 26 -
.../time.point.cast/time_point_cast.pass.cpp | 48 -
.../time.point.cast/toduration.fail.cpp | 28 -
.../time.point.comparisons/op_equal.fail.cpp | 40 -
.../time.point.comparisons/op_equal.pass.cpp | 57 -
.../time.point.comparisons/op_less.fail.cpp | 48 -
.../time.point.comparisons/op_less.pass.cpp | 73 -
.../time.point.cons/convert.fail.cpp | 30 -
.../time.point.cons/convert.pass.cpp | 30 -
.../time.point.cons/default.pass.cpp | 27 -
.../time.point.cons/duration.fail.cpp | 25 -
.../time.point.cons/duration.pass.cpp | 31 -
.../time.point.nonmember/op_+.pass.cpp | 35 -
.../op_-duration.pass.cpp | 29 -
.../op_-time_point.pass.cpp | 29 -
.../tested_elsewhere.pass.cpp | 12 -
.../time.point.special/max.pass.cpp | 25 -
.../time.point.special/min.pass.cpp | 25 -
.../time/time.traits/nothing_to_do.pass.cpp | 12 -
.../time.traits.duration_values/max.pass.cpp | 28 -
.../time.traits.duration_values/min.pass.cpp | 28 -
.../time.traits.duration_values/zero.pass.cpp | 23 -
.../treat_as_floating_point.pass.cpp | 37 -
.../duration.pass.cpp | 42 -
.../time_point.pass.cpp | 46 -
libcxx/test/utilities/time/version.pass.cpp | 20 -
.../tuple.general/nothing_to_do.pass.cpp | 12 -
.../utilities/tuple/tuple.tuple/DefaultOnly.h | 26 -
.../utilities/tuple/tuple.tuple/MoveOnly.h | 41 -
.../utilities/tuple/tuple.tuple/alloc_first.h | 49 -
.../utilities/tuple/tuple.tuple/alloc_last.h | 49 -
.../utilities/tuple/tuple.tuple/allocators.h | 174 -
.../tuple/tuple.tuple/empty_member.pass.cpp | 44 -
.../tuple.assign/const_pair.pass.cpp | 32 -
.../tuple.assign/convert_copy.pass.cpp | 75 -
.../tuple.assign/convert_move.pass.cpp | 88 -
.../tuple.tuple/tuple.assign/copy.fail.cpp | 29 -
.../tuple.tuple/tuple.assign/copy.pass.cpp | 52 -
.../tuple.tuple/tuple.assign/move.pass.cpp | 53 -
.../tuple.assign/move_pair.pass.cpp | 48 -
.../tuple.tuple/tuple.cnstr/UTypes.fail.cpp | 49 -
.../tuple.tuple/tuple.cnstr/UTypes.pass.cpp | 55 -
.../tuple.tuple/tuple.cnstr/alloc.pass.cpp | 79 -
.../tuple.cnstr/alloc_UTypes.pass.cpp | 71 -
.../tuple.cnstr/alloc_const_Types.pass.cpp | 74 -
.../tuple.cnstr/alloc_const_pair.pass.cpp | 57 -
.../tuple.cnstr/alloc_convert_copy.pass.cpp | 67 -
.../tuple.cnstr/alloc_convert_move.pass.cpp | 82 -
.../tuple.cnstr/alloc_copy.pass.cpp | 76 -
.../tuple.cnstr/alloc_move.pass.cpp | 75 -
.../tuple.cnstr/alloc_move_pair.pass.cpp | 53 -
.../tuple.cnstr/const_Types.fail.cpp | 25 -
.../tuple.cnstr/const_Types.pass.cpp | 62 -
.../tuple.cnstr/const_Types2.fail.cpp | 25 -
.../tuple.cnstr/const_pair.pass.cpp | 30 -
.../tuple.cnstr/convert_copy.pass.cpp | 70 -
.../tuple.cnstr/convert_move.pass.cpp | 82 -
.../tuple.tuple/tuple.cnstr/copy.fail.cpp | 28 -
.../tuple.tuple/tuple.cnstr/copy.pass.cpp | 48 -
.../tuple.tuple/tuple.cnstr/default.pass.cpp | 49 -
.../tuple.tuple/tuple.cnstr/move.pass.cpp | 49 -
.../tuple.cnstr/move_pair.pass.cpp | 46 -
.../tuple.creation/forward_as_tuple.pass.cpp | 71 -
.../tuple.creation/make_tuple.pass.cpp | 41 -
.../tuple.tuple/tuple.creation/tie.pass.cpp | 30 -
.../tuple.creation/tuple_cat.pass.cpp | 190 -
.../tuple.tuple/tuple.elem/get_const.fail.cpp | 39 -
.../tuple.tuple/tuple.elem/get_const.pass.cpp | 48 -
.../tuple.elem/get_non_const.pass.cpp | 56 -
.../tuple.tuple/tuple.elem/get_rv.pass.cpp | 30 -
.../tuple.helper/tuple_element.pass.cpp | 40 -
.../tuple.helper/tuple_size.pass.cpp | 40 -
.../tuple/tuple.tuple/tuple.rel/eq.pass.cpp | 144 -
.../tuple/tuple.tuple/tuple.rel/lt.pass.cpp | 196 -
.../tuple.special/non_member_swap.pass.cpp | 60 -
.../tuple.swap/member_swap.pass.cpp | 59 -
.../tuple.traits/uses_allocator.pass.cpp | 44 -
libcxx/test/utilities/tuple/version.pass.cpp | 20 -
.../type.index/type.index.hash/hash.pass.cpp | 28 -
.../type.index.members/ctor.pass.cpp | 22 -
.../type.index/type.index.members/eq.pass.cpp | 27 -
.../type.index.members/hash_code.pass.cpp | 24 -
.../type.index/type.index.members/lt.pass.cpp | 45 -
.../type.index.members/name.pass.cpp | 25 -
.../type.index.overview/copy_assign.pass.cpp | 26 -
.../type.index.overview/copy_ctor.pass.cpp | 24 -
.../hash_type_index.pass.cpp | 25 -
.../utilities/type.index/version.pass.cpp | 20 -
.../utilities.general/nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../hash.requirements/nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../nothing_to_do.pass.cpp | 12 -
.../utility/declval/declval.pass.cpp | 30 -
.../utility/forward/forward.pass.cpp | 73 -
.../utility/forward/forward1.fail.cpp | 24 -
.../utility/forward/forward2.fail.cpp | 25 -
.../utility/forward/forward3.fail.cpp | 24 -
.../utility/forward/forward4.fail.cpp | 25 -
.../utility/forward/forward5.fail.cpp | 25 -
.../utility/forward/forward6.fail.cpp | 22 -
.../utility/forward/move_copy.pass.cpp | 71 -
.../utility/forward/move_if_noexcept.pass.cpp | 63 -
.../utility/forward/move_only.pass.cpp | 49 -
.../utility/forward/move_only1.fail.cpp | 52 -
.../utility/forward/move_only2.fail.cpp | 52 -
.../utility/forward/move_only3.fail.cpp | 49 -
.../utility/forward/move_only4.fail.cpp | 52 -
.../utility/operators/rel_ops.pass.cpp | 49 -
.../utility/pairs/nothing_to_do.pass.cpp | 12 -
.../pairs/pair.astuple/get_const.fail.cpp | 30 -
.../pairs/pair.astuple/get_const.pass.cpp | 29 -
.../pairs/pair.astuple/get_non_const.pass.cpp | 33 -
.../pairs/pair.astuple/get_rv.pass.cpp | 32 -
.../pairs/pair.astuple/tuple_element.pass.cpp | 30 -
.../pairs/pair.astuple/tuple_size.pass.cpp | 24 -
.../piecewise_construct.pass.cpp | 55 -
.../pairs.general/nothing_to_do.pass.cpp | 12 -
.../utility/pairs/pairs.pair/U_V.pass.cpp | 30 -
.../pairs.pair/assign_const_pair_U_V.pass.cpp | 30 -
.../pairs/pairs.pair/assign_rv_pair.pass.cpp | 32 -
.../pairs.pair/assign_rv_pair_U_V.pass.cpp | 43 -
.../const_first_const_second.pass.cpp | 42 -
.../pairs/pairs.pair/const_pair_U_V.pass.cpp | 29 -
.../pairs/pairs.pair/copy_ctor.pass.cpp | 28 -
.../utility/pairs/pairs.pair/default.pass.cpp | 25 -
.../pairs/pairs.pair/piecewise.pass.cpp | 35 -
.../pairs/pairs.pair/rv_pair_U_V.pass.cpp | 42 -
.../utility/pairs/pairs.pair/swap.pass.cpp | 31 -
.../utility/pairs/pairs.pair/types.pass.cpp | 26 -
.../pairs/pairs.spec/comparison.pass.cpp | 81 -
.../pairs/pairs.spec/make_pair.pass.cpp | 40 -
.../pairs/pairs.spec/non_member_swap.pass.cpp | 31 -
.../utility/utility.swap/swap.pass.cpp | 53 -
.../utility/utility.swap/swap_array.pass.cpp | 65 -
.../test/utilities/utility/version.pass.cpp | 20 -
libcxx/www/atomic_design.html | 92 -
libcxx/www/atomic_design_a.html | 309 -
libcxx/www/atomic_design_b.html | 250 -
libcxx/www/atomic_design_c.html | 458 -
libcxx/www/content.css | 27 -
libcxx/www/index.html | 225 -
libcxx/www/libcxx_by_chapter.pdf | Bin 36793 -> 0 bytes
libcxx/www/menu.css | 39 -
libcxx/www/results.Windows.html | 670 -
libcxx/www/type_traits_design.html | 286 -
libcxxabi/CREDITS.TXT | 22 -
libcxxabi/LICENSE.TXT | 76 -
libcxxabi/include/cxa_demangle.h | 167 -
libcxxabi/include/cxxabi.h | 175 -
libcxxabi/lib/buildit | 99 -
libcxxabi/src/abort_message.cpp | 50 -
libcxxabi/src/abort_message.h | 33 -
libcxxabi/src/cxa_aux_runtime.cpp | 34 -
libcxxabi/src/cxa_default_handlers.cpp | 124 -
libcxxabi/src/cxa_demangle.cpp | 10878 ------
libcxxabi/src/cxa_exception.cpp | 622 -
libcxxabi/src/cxa_exception.hpp | 123 -
libcxxabi/src/cxa_exception_storage.cpp | 91 -
libcxxabi/src/cxa_guard.cpp | 231 -
libcxxabi/src/cxa_handlers.cpp | 125 -
libcxxabi/src/cxa_handlers.hpp | 54 -
libcxxabi/src/cxa_new_delete.cpp | 231 -
libcxxabi/src/cxa_personality.cpp | 1051 -
libcxxabi/src/cxa_unexpected.cpp | 27 -
libcxxabi/src/cxa_vector.cpp | 367 -
libcxxabi/src/cxa_virtual.cpp | 31 -
libcxxabi/src/exception.cpp | 41 -
libcxxabi/src/fallback_malloc.ipp | 174 -
libcxxabi/src/private_typeinfo.cpp | 1052 -
libcxxabi/src/private_typeinfo.h | 248 -
libcxxabi/src/stdexcept.cpp | 122 -
libcxxabi/src/typeinfo.cpp | 53 -
libcxxabi/test/catch_array_01.cpp | 30 -
libcxxabi/test/catch_array_02.cpp | 30 -
libcxxabi/test/catch_class_01.cpp | 58 -
libcxxabi/test/catch_class_02.cpp | 83 -
libcxxabi/test/catch_class_03.cpp | 190 -
libcxxabi/test/catch_class_04.cpp | 213 -
.../test/catch_const_pointer_nullptr.cpp | 133 -
libcxxabi/test/catch_function_01.cpp | 31 -
libcxxabi/test/catch_function_02.cpp | 31 -
.../test/catch_member_data_pointer_01.cpp | 57 -
.../test/catch_member_function_pointer_01.cpp | 57 -
.../test/catch_member_pointer_nullptr.cpp | 71 -
libcxxabi/test/catch_pointer_nullptr.cpp | 64 -
libcxxabi/test/catch_ptr.cpp | 181 -
libcxxabi/test/catch_ptr_02.cpp | 86 -
libcxxabi/test/dynamic_cast14.cpp | 2189 --
libcxxabi/test/dynamic_cast3.cpp | 2461 --
libcxxabi/test/dynamic_cast5.cpp | 1321 -
libcxxabi/test/dynamic_cast_stress.cpp | 81 -
libcxxabi/test/test_aux_runtime.cpp | 64 -
libcxxabi/test/test_demangle.cpp | 29643 ----------------
libcxxabi/test/test_exception_storage.cpp | 74 -
libcxxabi/test/test_fallback_malloc.cpp | 189 -
libcxxabi/test/test_guard.cpp | 134 -
libcxxabi/test/test_vector1.cpp | 262 -
libcxxabi/test/test_vector2.cpp | 83 -
libcxxabi/test/test_vector3.cpp | 57 -
libcxxabi/test/testit | 127 -
libcxxabi/test/unwind_01.cpp | 96 -
libcxxabi/test/unwind_02.cpp | 96 -
libcxxabi/test/unwind_03.cpp | 102 -
libcxxabi/test/unwind_04.cpp | 108 -
libcxxabi/test/unwind_05.cpp | 112 -
libcxxabi/www/content.css | 27 -
libcxxabi/www/index.html | 87 -
libcxxabi/www/menu.css | 39 -
libcxxabi/www/spec.html | 1016 -
lld/.gitignore | 22 -
lld/CMakeLists.txt | 131 -
lld/LICENSE.TXT | 62 -
lld/README.md | 10 -
lld/docs/Makefile | 155 -
lld/docs/README.txt | 7 -
lld/docs/_static/favicon.ico | Bin 1150 -> 0 bytes
lld/docs/_templates/indexsidebar.html | 4 -
lld/docs/_templates/layout.html | 12 -
lld/docs/conf.py | 251 -
lld/docs/design.rst | 405 -
lld/docs/development.rst | 13 -
lld/docs/hello.png | Bin 27616 -> 0 bytes
lld/docs/index.rst | 79 -
lld/docs/llvm-theme/layout.html | 22 -
lld/docs/llvm-theme/static/contents.png | Bin 202 -> 0 bytes
lld/docs/llvm-theme/static/llvm.css | 345 -
lld/docs/llvm-theme/static/logo.png | Bin 9864 -> 0 bytes
lld/docs/llvm-theme/static/navigation.png | Bin 218 -> 0 bytes
lld/docs/llvm-theme/theme.conf | 4 -
lld/docs/make.bat | 190 -
lld/docs/open_projects.rst | 13 -
lld/docs/sphinx_intro.rst | 147 -
lld/include/lld/Core/AbsoluteAtom.h | 35 -
lld/include/lld/Core/AliasAtom.h | 56 -
lld/include/lld/Core/Atom.h | 73 -
lld/include/lld/Core/DefinedAtom.h | 315 -
lld/include/lld/Core/Error.h | 76 -
lld/include/lld/Core/File.h | 185 -
lld/include/lld/Core/InputFiles.h | 51 -
lld/include/lld/Core/LLVM.h | 75 -
lld/include/lld/Core/NativeReader.h | 40 -
lld/include/lld/Core/NativeWriter.h | 34 -
lld/include/lld/Core/Pass.h | 79 -
lld/include/lld/Core/Platform.h | 174 -
lld/include/lld/Core/Reference.h | 78 -
lld/include/lld/Core/Resolver.h | 131 -
lld/include/lld/Core/SharedLibraryAtom.h | 46 -
lld/include/lld/Core/SymbolTable.h | 103 -
lld/include/lld/Core/TODO.txt | 17 -
lld/include/lld/Core/UndefinedAtom.h | 66 -
lld/include/lld/Core/YamlReader.h | 48 -
lld/include/lld/Core/YamlWriter.h | 31 -
lld/lib/CMakeLists.txt | 3 -
lld/lib/Core/CMakeLists.txt | 14 -
lld/lib/Core/Error.cpp | 92 -
lld/lib/Core/File.cpp | 25 -
lld/lib/Core/NativeFileFormat.h | 243 -
lld/lib/Core/NativeReader.cpp | 839 -
lld/lib/Core/NativeWriter.cpp | 555 -
lld/lib/Core/Platform.cpp | 19 -
lld/lib/Core/Resolver.cpp | 407 -
lld/lib/Core/SymbolTable.cpp | 306 -
lld/lib/Core/TODO.txt | 26 -
lld/lib/Core/YamlKeyValues.cpp | 435 -
lld/lib/Core/YamlKeyValues.h | 99 -
lld/lib/Core/YamlReader.cpp | 1010 -
lld/lib/Core/YamlWriter.cpp | 489 -
lld/lib/Passes/CMakeLists.txt | 4 -
lld/lib/Passes/GOTPass.cpp | 112 -
lld/lib/Passes/StubsPass.cpp | 71 -
lld/lib/Platforms/CMakeLists.txt | 1 -
lld/lib/Platforms/Darwin/CMakeLists.txt | 5 -
lld/lib/Platforms/Darwin/DarwinPlatform.cpp | 264 -
lld/lib/Platforms/Darwin/DarwinPlatform.h | 87 -
.../Platforms/Darwin/DarwinReferenceKinds.cpp | 89 -
.../Platforms/Darwin/DarwinReferenceKinds.h | 54 -
lld/lib/Platforms/Darwin/ExecutableWriter.cpp | 1436 -
lld/lib/Platforms/Darwin/ExecutableWriter.h | 35 -
lld/lib/Platforms/Darwin/MachOFormat.hpp | 346 -
lld/lib/Platforms/Darwin/StubAtoms.hpp | 372 -
lld/test/CMakeLists.txt | 55 -
lld/test/absolute-basic.objtxt | 25 -
lld/test/auto-hide-coalesce.objtxt | 68 -
lld/test/cstring-coalesce.objtxt | 37 -
lld/test/custom-section.objtxt | 34 -
lld/test/darwin/hello-world.objtxt | 35 -
lld/test/dead-strip-attributes.objtxt | 29 -
lld/test/empty.objtxt | 11 -
lld/test/fixups-addend.objtxt | 50 -
lld/test/fixups-dup-named.objtxt | 31 -
lld/test/fixups-named.objtxt | 35 -
lld/test/fixups-unnamed.objtxt | 40 -
lld/test/inline-coalesce.objtxt | 34 -
lld/test/lit.cfg | 110 -
lld/test/lit.site.cfg.in | 21 -
lld/test/multiple-def-error.objtxt | 21 -
lld/test/pass-got-basic.objtxt | 81 -
lld/test/pass-stubs-basic.objtxt | 50 -
lld/test/shared-library-basic.objtxt | 34 -
lld/test/shared-library-coalesce.objtxt | 110 -
lld/test/tent-merge.objtxt | 27 -
lld/test/undef-coalesce.objtxt | 46 -
lld/test/undef-weak-coalesce.objtxt | 117 -
lld/test/weak-coalesce.objtxt | 33 -
lld/tools/CMakeLists.txt | 2 -
lld/tools/lld-core/CMakeLists.txt | 16 -
lld/tools/lld-core/lld-core.cpp | 604 -
lld/tools/lld/CMakeLists.txt | 6 -
lld/tools/lld/TODO.txt | 14 -
lld/tools/lld/lld.cpp | 17 -
lld/utils/astyle-options | 7 -
lldb/.gitignore | 6 -
lldb/INSTALL.txt | 9 -
lldb/LICENSE.TXT | 38 -
lldb/Makefile | 105 -
lldb/docs/building-with-debug-llvm.txt | 50 -
lldb/docs/code-signing.txt | 53 -
lldb/docs/lldb-for-gdb-users.txt | 488 -
lldb/docs/lldb-gdb-remote.txt | 736 -
...gsCommandTestCase.test_set_output_path.log | 43 -
.../docs/testsuite/a-detailed-walkthrough.txt | 309 -
lldb/docs/testsuite/best-practices.txt | 93 -
lldb/docs/try.me | 0
.../customization/bin-utils/.lldbinit | 5 -
lldb/examples/customization/bin-utils/README | 36 -
.../customization/bin-utils/binutils.py | 122 -
.../customization/import-python/README | 40 -
.../customization/import-python/importcmd.py | 31 -
.../customization/pwd-cd-and-system/.lldbinit | 7 -
.../customization/pwd-cd-and-system/README | 41 -
.../customization/pwd-cd-and-system/utils.py | 49 -
lldb/examples/darwin/heap_find/Makefile | 7 -
lldb/examples/darwin/heap_find/heap.py | 221 -
lldb/examples/darwin/heap_find/heap_find.cpp | 329 -
.../darwin/fd_interposing/FDInterposing.cpp | 1152 -
.../darwin/fd_interposing/Makefile | 7 -
lldb/examples/lookup/Makefile | 13 -
lldb/examples/lookup/main.cpp | 122 -
lldb/examples/python/cmdtemplate.py | 50 -
lldb/examples/python/crashlog.py | 473 -
lldb/examples/python/delta.py | 115 -
lldb/examples/python/disasm-stress-test.py | 168 -
lldb/examples/python/disasm.py | 119 -
lldb/examples/python/gdbremote.py | 197 -
lldb/examples/python/sbvalue.py | 255 -
lldb/examples/python/symbolication.py | 524 -
lldb/examples/scripting/dictionary.c | 200 -
lldb/examples/scripting/tree_utils.py | 118 -
lldb/examples/summaries/cocoa/CFArray.py | 203 -
lldb/examples/summaries/cocoa/CFBag.py | 145 -
lldb/examples/summaries/cocoa/CFBinaryHeap.py | 141 -
lldb/examples/summaries/cocoa/CFBitVector.py | 175 -
lldb/examples/summaries/cocoa/CFDictionary.py | 233 -
lldb/examples/summaries/cocoa/CFString.py | 320 -
lldb/examples/summaries/cocoa/Class.py | 21 -
lldb/examples/summaries/cocoa/Logger.py | 122 -
lldb/examples/summaries/cocoa/NSBundle.py | 126 -
lldb/examples/summaries/cocoa/NSData.py | 162 -
lldb/examples/summaries/cocoa/NSDate.py | 264 -
lldb/examples/summaries/cocoa/NSException.py | 114 -
lldb/examples/summaries/cocoa/NSIndexSet.py | 142 -
lldb/examples/summaries/cocoa/NSMachPort.py | 122 -
.../summaries/cocoa/NSNotification.py | 109 -
lldb/examples/summaries/cocoa/NSNumber.py | 232 -
lldb/examples/summaries/cocoa/NSSet.py | 263 -
lldb/examples/summaries/cocoa/NSURL.py | 134 -
lldb/examples/summaries/cocoa/Selector.py | 14 -
.../summaries/cocoa/attrib_fromdict.py | 38 -
lldb/examples/summaries/cocoa/cache.py | 35 -
lldb/examples/summaries/cocoa/metrics.py | 73 -
lldb/examples/summaries/cocoa/objc_lldb.py | 133 -
lldb/examples/summaries/cocoa/objc_runtime.py | 777 -
lldb/examples/summaries/essentials | 5 -
lldb/examples/summaries/lldb | 15 -
lldb/examples/summaries/objc.py | 9 -
lldb/examples/synthetic/bitfield/example.py | 94 -
lldb/examples/synthetic/bitfield/program.cpp | 74 -
lldb/examples/synthetic/gnu_libstdcpp.py | 414 -
lldb/examples/synthetic/libcxx.py | 577 -
lldb/examples/test/.lldb-pre-post-flight | 12 -
lldb/examples/test/.lldb-pre-post-flight.bad | 8 -
lldb/examples/test/.lldbtest-config | 6 -
lldb/examples/test/.lldbtest-config2 | 19 -
lldb/examples/test/lldbtest-stderr | 39 -
lldb/examples/test/lldbtest-stdout | 0
lldb/examples/test/usage-config | 10 -
lldb/examples/test/usage-pre-post-flight | 65 -
lldb/include/Makefile | 13 -
lldb/include/lldb/API/LLDB.h | 52 -
lldb/include/lldb/API/SBAddress.h | 150 -
lldb/include/lldb/API/SBBlock.h | 123 -
lldb/include/lldb/API/SBBreakpoint.h | 163 -
lldb/include/lldb/API/SBBreakpointLocation.h | 107 -
lldb/include/lldb/API/SBBroadcaster.h | 97 -
lldb/include/lldb/API/SBCommandInterpreter.h | 126 -
lldb/include/lldb/API/SBCommandReturnObject.h | 114 -
lldb/include/lldb/API/SBCommunication.h | 99 -
lldb/include/lldb/API/SBCompileUnit.h | 98 -
lldb/include/lldb/API/SBData.h | 180 -
lldb/include/lldb/API/SBDebugger.h | 317 -
lldb/include/lldb/API/SBDefines.h | 77 -
lldb/include/lldb/API/SBError.h | 106 -
lldb/include/lldb/API/SBEvent.h | 100 -
lldb/include/lldb/API/SBFileSpec.h | 92 -
lldb/include/lldb/API/SBFileSpecList.h | 72 -
lldb/include/lldb/API/SBFrame.h | 231 -
lldb/include/lldb/API/SBFunction.h | 90 -
lldb/include/lldb/API/SBHostOS.h | 54 -
lldb/include/lldb/API/SBInputReader.h | 97 -
lldb/include/lldb/API/SBInstruction.h | 94 -
lldb/include/lldb/API/SBInstructionList.h | 71 -
lldb/include/lldb/API/SBLineEntry.h | 99 -
lldb/include/lldb/API/SBListener.h | 135 -
lldb/include/lldb/API/SBModule.h | 242 -
lldb/include/lldb/API/SBProcess.h | 221 -
lldb/include/lldb/API/SBSection.h | 97 -
lldb/include/lldb/API/SBSourceManager.h | 53 -
lldb/include/lldb/API/SBStream.h | 108 -
lldb/include/lldb/API/SBStringList.h | 70 -
lldb/include/lldb/API/SBSymbol.h | 106 -
lldb/include/lldb/API/SBSymbolContext.h | 94 -
lldb/include/lldb/API/SBSymbolContextList.h | 69 -
lldb/include/lldb/API/SBTarget.h | 767 -
lldb/include/lldb/API/SBThread.h | 181 -
lldb/include/lldb/API/SBType.h | 220 -
lldb/include/lldb/API/SBTypeCategory.h | 168 -
lldb/include/lldb/API/SBTypeFilter.h | 92 -
lldb/include/lldb/API/SBTypeFormat.h | 84 -
lldb/include/lldb/API/SBTypeNameSpecifier.h | 76 -
lldb/include/lldb/API/SBTypeSummary.h | 115 -
lldb/include/lldb/API/SBTypeSynthetic.h | 102 -
lldb/include/lldb/API/SBValue.h | 389 -
lldb/include/lldb/API/SBValueList.h | 86 -
lldb/include/lldb/API/SBWatchpoint.h | 95 -
lldb/include/lldb/Breakpoint/Breakpoint.h | 580 -
lldb/include/lldb/Breakpoint/BreakpointID.h | 117 -
.../lldb/Breakpoint/BreakpointIDList.h | 82 -
lldb/include/lldb/Breakpoint/BreakpointList.h | 190 -
.../lldb/Breakpoint/BreakpointLocation.h | 404 -
.../Breakpoint/BreakpointLocationCollection.h | 201 -
.../lldb/Breakpoint/BreakpointLocationList.h | 269 -
.../lldb/Breakpoint/BreakpointOptions.h | 268 -
.../lldb/Breakpoint/BreakpointResolver.h | 148 -
.../Breakpoint/BreakpointResolverAddress.h | 74 -
.../Breakpoint/BreakpointResolverFileLine.h | 72 -
.../Breakpoint/BreakpointResolverFileRegex.h | 68 -
.../lldb/Breakpoint/BreakpointResolverName.h | 102 -
lldb/include/lldb/Breakpoint/BreakpointSite.h | 276 -
.../lldb/Breakpoint/BreakpointSiteList.h | 237 -
lldb/include/lldb/Breakpoint/Stoppoint.h | 63 -
.../Breakpoint/StoppointCallbackContext.h | 58 -
.../lldb/Breakpoint/StoppointLocation.h | 146 -
lldb/include/lldb/Breakpoint/Watchpoint.h | 129 -
lldb/include/lldb/Breakpoint/WatchpointList.h | 276 -
lldb/include/lldb/Core/Address.h | 573 -
lldb/include/lldb/Core/AddressRange.h | 284 -
lldb/include/lldb/Core/AddressResolver.h | 89 -
.../lldb/Core/AddressResolverFileLine.h | 59 -
lldb/include/lldb/Core/AddressResolverName.h | 68 -
lldb/include/lldb/Core/ArchSpec.h | 403 -
lldb/include/lldb/Core/Baton.h | 62 -
lldb/include/lldb/Core/Broadcaster.h | 468 -
lldb/include/lldb/Core/ClangForward.h | 136 -
lldb/include/lldb/Core/Communication.h | 413 -
lldb/include/lldb/Core/Connection.h | 162 -
.../lldb/Core/ConnectionFileDescriptor.h | 128 -
lldb/include/lldb/Core/ConnectionMachPort.h | 92 -
.../lldb/Core/ConnectionSharedMemory.h | 70 -
lldb/include/lldb/Core/ConstString.h | 502 -
lldb/include/lldb/Core/DataBuffer.h | 94 -
lldb/include/lldb/Core/DataBufferHeap.h | 136 -
lldb/include/lldb/Core/DataBufferMemoryMap.h | 160 -
lldb/include/lldb/Core/DataEncoder.h | 447 -
lldb/include/lldb/Core/DataExtractor.h | 1239 -
lldb/include/lldb/Core/DataVisualization.h | 156 -
lldb/include/lldb/Core/Debugger.h | 547 -
lldb/include/lldb/Core/Disassembler.h | 388 -
lldb/include/lldb/Core/EmulateInstruction.h | 642 -
lldb/include/lldb/Core/Error.h | 299 -
lldb/include/lldb/Core/Event.h | 217 -
lldb/include/lldb/Core/FileLineResolver.h | 80 -
lldb/include/lldb/Core/FileSpecList.h | 199 -
lldb/include/lldb/Core/Flags.h | 256 -
lldb/include/lldb/Core/FormatClasses.h | 1437 -
lldb/include/lldb/Core/FormatManager.h | 708 -
lldb/include/lldb/Core/FormatNavigator.h | 631 -
lldb/include/lldb/Core/History.h | 177 -
lldb/include/lldb/Core/IOStreamMacros.h | 38 -
lldb/include/lldb/Core/InputReader.h | 274 -
lldb/include/lldb/Core/InputReaderEZ.h | 87 -
lldb/include/lldb/Core/InputReaderStack.h | 58 -
lldb/include/lldb/Core/Language.h | 117 -
lldb/include/lldb/Core/Listener.h | 195 -
lldb/include/lldb/Core/Log.h | 229 -
lldb/include/lldb/Core/Mangled.h | 532 -
lldb/include/lldb/Core/MappedHash.h | 527 -
lldb/include/lldb/Core/Module.h | 1192 -
lldb/include/lldb/Core/ModuleChild.h | 94 -
lldb/include/lldb/Core/ModuleList.h | 439 -
lldb/include/lldb/Core/Opcode.h | 251 -
lldb/include/lldb/Core/PluginInterface.h | 40 -
lldb/include/lldb/Core/PluginManager.h | 302 -
lldb/include/lldb/Core/RangeMap.h | 952 -
lldb/include/lldb/Core/RegisterValue.h | 404 -
lldb/include/lldb/Core/RegularExpression.h | 189 -
lldb/include/lldb/Core/STLUtils.h | 94 -
lldb/include/lldb/Core/Scalar.h | 321 -
lldb/include/lldb/Core/SearchFilter.h | 480 -
lldb/include/lldb/Core/Section.h | 303 -
lldb/include/lldb/Core/SourceManager.h | 195 -
lldb/include/lldb/Core/State.h | 78 -
lldb/include/lldb/Core/Stream.h | 609 -
lldb/include/lldb/Core/StreamAsynchronousIO.h | 42 -
lldb/include/lldb/Core/StreamBuffer.h | 83 -
lldb/include/lldb/Core/StreamCallback.h | 47 -
lldb/include/lldb/Core/StreamFile.h | 75 -
lldb/include/lldb/Core/StreamString.h | 58 -
lldb/include/lldb/Core/StreamTee.h | 173 -
lldb/include/lldb/Core/StringList.h | 89 -
lldb/include/lldb/Core/ThreadSafeSTLMap.h | 184 -
lldb/include/lldb/Core/ThreadSafeValue.h | 96 -
lldb/include/lldb/Core/Timer.h | 97 -
lldb/include/lldb/Core/UUID.h | 79 -
lldb/include/lldb/Core/UniqueCStringMap.h | 307 -
lldb/include/lldb/Core/UserID.h | 131 -
.../lldb/Core/UserSettingsController.h | 462 -
lldb/include/lldb/Core/VMRange.h | 181 -
lldb/include/lldb/Core/Value.h | 186 -
lldb/include/lldb/Core/ValueObject.h | 1276 -
lldb/include/lldb/Core/ValueObjectChild.h | 130 -
.../lldb/Core/ValueObjectConstResult.h | 202 -
.../lldb/Core/ValueObjectConstResultChild.h | 78 -
.../lldb/Core/ValueObjectConstResultImpl.h | 96 -
.../lldb/Core/ValueObjectDynamicValue.h | 190 -
lldb/include/lldb/Core/ValueObjectList.h | 90 -
lldb/include/lldb/Core/ValueObjectMemory.h | 94 -
lldb/include/lldb/Core/ValueObjectRegister.h | 198 -
.../lldb/Core/ValueObjectSyntheticFilter.h | 137 -
lldb/include/lldb/Core/ValueObjectVariable.h | 83 -
lldb/include/lldb/Core/dwarf.h | 65 -
lldb/include/lldb/Expression/ASTDumper.h | 42 -
.../lldb/Expression/ASTResultSynthesizer.h | 184 -
.../lldb/Expression/ASTStructExtractor.h | 156 -
lldb/include/lldb/Expression/ClangASTSource.h | 512 -
.../include/lldb/Expression/ClangExpression.h | 178 -
.../lldb/Expression/ClangExpressionDeclMap.h | 1154 -
.../lldb/Expression/ClangExpressionParser.h | 197 -
.../lldb/Expression/ClangExpressionVariable.h | 426 -
lldb/include/lldb/Expression/ClangFunction.h | 631 -
.../Expression/ClangPersistentVariables.h | 75 -
.../lldb/Expression/ClangUserExpression.h | 417 -
.../lldb/Expression/ClangUtilityFunction.h | 181 -
.../include/lldb/Expression/DWARFExpression.h | 401 -
.../lldb/Expression/ExpressionSourceCode.h | 76 -
.../include/lldb/Expression/IRDynamicChecks.h | 169 -
lldb/include/lldb/Expression/IRForTarget.h | 706 -
lldb/include/lldb/Expression/IRInterpreter.h | 113 -
lldb/include/lldb/Expression/IRToDWARF.h | 111 -
.../lldb/Expression/ProcessDataAllocator.h | 72 -
.../lldb/Expression/RecordingMemoryManager.h | 401 -
lldb/include/lldb/Host/Condition.h | 123 -
lldb/include/lldb/Host/Config.h | 35 -
lldb/include/lldb/Host/Endian.h | 33 -
lldb/include/lldb/Host/File.h | 486 -
lldb/include/lldb/Host/FileSpec.h | 615 -
lldb/include/lldb/Host/Host.h | 464 -
lldb/include/lldb/Host/Mutex.h | 245 -
lldb/include/lldb/Host/Predicate.h | 446 -
lldb/include/lldb/Host/ReadWriteLock.h | 234 -
lldb/include/lldb/Host/SocketAddress.h | 256 -
lldb/include/lldb/Host/Symbols.h | 37 -
lldb/include/lldb/Host/Terminal.h | 251 -
lldb/include/lldb/Host/TimeValue.h | 107 -
lldb/include/lldb/Host/freebsd/Config.h | 30 -
lldb/include/lldb/Host/linux/Config.h | 30 -
lldb/include/lldb/Host/macosx/Config.h | 30 -
lldb/include/lldb/Host/mingw/Config.h | 30 -
lldb/include/lldb/Interpreter/Args.h | 432 -
.../lldb/Interpreter/CommandCompletions.h | 295 -
.../lldb/Interpreter/CommandInterpreter.h | 486 -
lldb/include/lldb/Interpreter/CommandObject.h | 407 -
.../lldb/Interpreter/CommandObjectCrossref.h | 59 -
.../lldb/Interpreter/CommandObjectMultiword.h | 75 -
.../Interpreter/CommandObjectRegexCommand.h | 79 -
.../lldb/Interpreter/CommandReturnObject.h | 180 -
.../lldb/Interpreter/NamedOptionValue.h | 1230 -
.../Interpreter/OptionGroupArchitecture.h | 73 -
.../lldb/Interpreter/OptionGroupBoolean.h | 82 -
.../lldb/Interpreter/OptionGroupFile.h | 141 -
.../lldb/Interpreter/OptionGroupFormat.h | 121 -
.../lldb/Interpreter/OptionGroupOutputFile.h | 75 -
.../lldb/Interpreter/OptionGroupPlatform.h | 119 -
.../lldb/Interpreter/OptionGroupUInt64.h | 82 -
.../lldb/Interpreter/OptionGroupUUID.h | 61 -
.../OptionGroupValueObjectDisplay.h | 79 -
.../lldb/Interpreter/OptionGroupVariable.h | 63 -
.../lldb/Interpreter/OptionGroupWatchpoint.h | 68 -
lldb/include/lldb/Interpreter/Options.h | 478 -
.../lldb/Interpreter/ScriptInterpreter.h | 297 -
.../lldb/Interpreter/ScriptInterpreterNone.h | 35 -
.../Interpreter/ScriptInterpreterPython.h | 287 -
lldb/include/lldb/Makefile | 31 -
lldb/include/lldb/Symbol/Block.h | 481 -
lldb/include/lldb/Symbol/ClangASTContext.h | 987 -
lldb/include/lldb/Symbol/ClangASTImporter.h | 282 -
lldb/include/lldb/Symbol/ClangASTType.h | 341 -
.../Symbol/ClangExternalASTSourceCallbacks.h | 172 -
.../Symbol/ClangExternalASTSourceCommon.h | 63 -
lldb/include/lldb/Symbol/ClangNamespaceDecl.h | 103 -
lldb/include/lldb/Symbol/CompileUnit.h | 412 -
lldb/include/lldb/Symbol/DWARFCallFrameInfo.h | 141 -
lldb/include/lldb/Symbol/Declaration.h | 278 -
lldb/include/lldb/Symbol/FuncUnwinders.h | 102 -
lldb/include/lldb/Symbol/Function.h | 648 -
lldb/include/lldb/Symbol/LineEntry.h | 174 -
lldb/include/lldb/Symbol/LineTable.h | 354 -
lldb/include/lldb/Symbol/ObjectContainer.h | 235 -
lldb/include/lldb/Symbol/ObjectFile.h | 601 -
lldb/include/lldb/Symbol/Symbol.h | 294 -
lldb/include/lldb/Symbol/SymbolContext.h | 450 -
lldb/include/lldb/Symbol/SymbolContextScope.h | 137 -
lldb/include/lldb/Symbol/SymbolFile.h | 162 -
lldb/include/lldb/Symbol/SymbolVendor.h | 202 -
lldb/include/lldb/Symbol/Symtab.h | 156 -
lldb/include/lldb/Symbol/TaggedASTType.h | 47 -
lldb/include/lldb/Symbol/Type.h | 520 -
.../lldb/Symbol/TypeHierarchyNavigator.h | 75 -
lldb/include/lldb/Symbol/TypeList.h | 77 -
lldb/include/lldb/Symbol/UnwindPlan.h | 466 -
lldb/include/lldb/Symbol/UnwindTable.h | 60 -
lldb/include/lldb/Symbol/Variable.h | 178 -
lldb/include/lldb/Symbol/VariableList.h | 90 -
lldb/include/lldb/Symbol/VerifyDecl.h | 20 -
lldb/include/lldb/Target/ABI.h | 115 -
lldb/include/lldb/Target/CPPLanguageRuntime.h | 74 -
lldb/include/lldb/Target/DynamicLoader.h | 227 -
lldb/include/lldb/Target/ExecutionContext.h | 792 -
.../lldb/Target/ExecutionContextScope.h | 74 -
lldb/include/lldb/Target/LanguageRuntime.h | 145 -
lldb/include/lldb/Target/Memory.h | 196 -
.../include/lldb/Target/ObjCLanguageRuntime.h | 282 -
lldb/include/lldb/Target/OperatingSystem.h | 90 -
lldb/include/lldb/Target/PathMappingList.h | 155 -
lldb/include/lldb/Target/Platform.h | 660 -
lldb/include/lldb/Target/Process.h | 3407 --
lldb/include/lldb/Target/RegisterContext.h | 203 -
lldb/include/lldb/Target/SectionLoadList.h | 86 -
lldb/include/lldb/Target/StackFrame.h | 211 -
lldb/include/lldb/Target/StackFrameList.h | 133 -
lldb/include/lldb/Target/StackID.h | 149 -
lldb/include/lldb/Target/StopInfo.h | 164 -
lldb/include/lldb/Target/Target.h | 1184 -
lldb/include/lldb/Target/TargetList.h | 236 -
lldb/include/lldb/Target/Thread.h | 864 -
lldb/include/lldb/Target/ThreadList.h | 134 -
lldb/include/lldb/Target/ThreadPlan.h | 502 -
lldb/include/lldb/Target/ThreadPlanBase.h | 70 -
.../lldb/Target/ThreadPlanCallFunction.h | 179 -
.../Target/ThreadPlanCallUserExpression.h | 64 -
.../lldb/Target/ThreadPlanRunToAddress.h | 85 -
.../lldb/Target/ThreadPlanShouldStopHere.h | 94 -
.../lldb/Target/ThreadPlanStepInRange.h | 85 -
.../lldb/Target/ThreadPlanStepInstruction.h | 61 -
lldb/include/lldb/Target/ThreadPlanStepOut.h | 89 -
.../Target/ThreadPlanStepOverBreakpoint.h | 54 -
.../lldb/Target/ThreadPlanStepOverRange.h | 57 -
.../include/lldb/Target/ThreadPlanStepRange.h | 93 -
.../lldb/Target/ThreadPlanStepThrough.h | 66 -
.../include/lldb/Target/ThreadPlanStepUntil.h | 79 -
.../lldb/Target/ThreadPlanTestCondition.h | 65 -
lldb/include/lldb/Target/ThreadPlanTracer.h | 131 -
lldb/include/lldb/Target/ThreadSpec.h | 155 -
lldb/include/lldb/Target/UnixSignals.h | 144 -
lldb/include/lldb/Target/Unwind.h | 120 -
lldb/include/lldb/Target/UnwindAssembly.h | 58 -
lldb/include/lldb/Utility/AnsiTerminal.h | 86 -
lldb/include/lldb/Utility/CleanUp.h | 322 -
.../lldb/Utility/PriorityPointerPair.h | 150 -
lldb/include/lldb/Utility/PseudoTerminal.h | 266 -
lldb/include/lldb/Utility/PythonPointer.h | 78 -
lldb/include/lldb/Utility/RefCounter.h | 56 -
lldb/include/lldb/Utility/SharedCluster.h | 108 -
lldb/include/lldb/Utility/SharingPtr.h | 816 -
lldb/include/lldb/Utility/Utils.h | 20 -
lldb/include/lldb/lldb-defines.h | 120 -
lldb/include/lldb/lldb-enumerations.h | 653 -
lldb/include/lldb/lldb-forward.h | 346 -
lldb/include/lldb/lldb-private-enumerations.h | 232 -
lldb/include/lldb/lldb-private-interfaces.h | 44 -
lldb/include/lldb/lldb-private-log.h | 85 -
lldb/include/lldb/lldb-private-types.h | 74 -
lldb/include/lldb/lldb-private.h | 84 -
lldb/include/lldb/lldb-public.h | 18 -
lldb/include/lldb/lldb-types.h | 83 -
lldb/lib/Makefile | 143 -
lldb/lldb.xcodeproj/project.pbxproj | 5206 ---
.../contents.xcworkspacedata | 7 -
.../xcshareddata/xcschemes/LLDB.xcscheme | 102 -
.../xcschemes/darwin-debug.xcscheme | 102 -
.../xcschemes/launcherRootXPCService.xcscheme | 58 -
.../xcschemes/launcherXPCService.xcscheme | 62 -
.../xcshareddata/xcschemes/lldb-tool.xcscheme | 209 -
.../lldb.xcworkspace/contents.xcworkspacedata | 10 -
lldb/resources/LLDB-Info.plist | 24 -
lldb/resources/lldb-framework-exports | 3 -
lldb/scripts/Python/build-swig-Python.sh | 310 -
.../Python/edit-swig-python-wrapper-file.py | 53 -
.../scripts/Python/finish-swig-Python-LLDB.sh | 556 -
lldb/scripts/Python/interface/SBAddress.i | 200 -
lldb/scripts/Python/interface/SBBlock.i | 175 -
lldb/scripts/Python/interface/SBBreakpoint.i | 199 -
.../Python/interface/SBBreakpointLocation.i | 104 -
lldb/scripts/Python/interface/SBBroadcaster.i | 62 -
.../Python/interface/SBCommandInterpreter.i | 122 -
.../Python/interface/SBCommandReturnObject.i | 82 -
.../Python/interface/SBCommunication.i | 82 -
lldb/scripts/Python/interface/SBCompileUnit.i | 101 -
lldb/scripts/Python/interface/SBData.i | 300 -
lldb/scripts/Python/interface/SBDebugger.i | 363 -
lldb/scripts/Python/interface/SBError.i | 126 -
lldb/scripts/Python/interface/SBEvent.i | 153 -
lldb/scripts/Python/interface/SBFileSpec.i | 97 -
.../scripts/Python/interface/SBFileSpecList.i | 45 -
lldb/scripts/Python/interface/SBFrame.i | 343 -
lldb/scripts/Python/interface/SBFunction.i | 117 -
lldb/scripts/Python/interface/SBHostOS.i | 41 -
lldb/scripts/Python/interface/SBInputReader.i | 53 -
lldb/scripts/Python/interface/SBInstruction.i | 103 -
.../Python/interface/SBInstructionList.i | 91 -
lldb/scripts/Python/interface/SBLineEntry.i | 100 -
lldb/scripts/Python/interface/SBListener.i | 99 -
lldb/scripts/Python/interface/SBModule.i | 400 -
lldb/scripts/Python/interface/SBProcess.i | 386 -
lldb/scripts/Python/interface/SBSection.i | 125 -
.../Python/interface/SBSourceManager.i | 54 -
lldb/scripts/Python/interface/SBStream.i | 94 -
lldb/scripts/Python/interface/SBStringList.i | 44 -
lldb/scripts/Python/interface/SBSymbol.i | 98 -
.../Python/interface/SBSymbolContext.i | 112 -
.../Python/interface/SBSymbolContextList.i | 140 -
lldb/scripts/Python/interface/SBTarget.i | 778 -
lldb/scripts/Python/interface/SBThread.i | 240 -
lldb/scripts/Python/interface/SBType.i | 303 -
.../scripts/Python/interface/SBTypeCategory.i | 140 -
lldb/scripts/Python/interface/SBTypeFilter.i | 69 -
lldb/scripts/Python/interface/SBTypeFormat.i | 64 -
.../Python/interface/SBTypeNameSpecifier.i | 62 -
lldb/scripts/Python/interface/SBTypeSummary.i | 93 -
.../Python/interface/SBTypeSynthetic.i | 74 -
lldb/scripts/Python/interface/SBValue.i | 474 -
lldb/scripts/Python/interface/SBValueList.i | 138 -
lldb/scripts/Python/interface/SBWatchpoint.i | 89 -
lldb/scripts/Python/modify-python-lldb.py | 437 -
lldb/scripts/Python/python-extensions.swig | 680 -
lldb/scripts/Python/python-typemaps.swig | 332 -
lldb/scripts/Python/python-wrapper.swig | 748 -
lldb/scripts/build-lldb-llvm-clang | 74 -
lldb/scripts/build-llvm.pl | 440 -
lldb/scripts/build-swig-wrapper-classes.sh | 126 -
lldb/scripts/buildbot.py | 152 -
lldb/scripts/checkpoint-llvm.pl | 126 -
...ang.check-definition-for-superclasses.diff | 15 -
.../clang.complete-type-getObjCLayout.diff | 13 -
.../clang.decl-printer-reference-type.diff | 13 -
.../scripts/clang.template-keyword-fixes.diff | 13 -
lldb/scripts/disasm-gdb-remote.pl | 2198 --
lldb/scripts/finish-swig-wrapper-classes.sh | 85 -
lldb/scripts/generate-vers.pl | 46 -
lldb/scripts/install-lldb.sh | 59 -
lldb/scripts/lldb.swig | 155 -
lldb/scripts/llvm.fix-target-amalgamated.diff | 191 -
lldb/scripts/llvm.full-i386-relocations.diff | 841 -
lldb/scripts/llvm.info-leak.diff | 60 -
lldb/scripts/llvm.template-keyword-fixes.diff | 35 -
lldb/scripts/sed-sources | 251 -
lldb/source/API/Makefile | 14 -
lldb/source/API/SBAddress.cpp | 323 -
lldb/source/API/SBBlock.cpp | 368 -
lldb/source/API/SBBreakpoint.cpp | 601 -
lldb/source/API/SBBreakpointLocation.cpp | 308 -
lldb/source/API/SBBroadcaster.cpp | 196 -
lldb/source/API/SBCommandInterpreter.cpp | 360 -
lldb/source/API/SBCommandReturnObject.cpp | 287 -
lldb/source/API/SBCommunication.cpp | 279 -
lldb/source/API/SBCompileUnit.cpp | 248 -
lldb/source/API/SBData.cpp | 785 -
lldb/source/API/SBDebugger.cpp | 1244 -
lldb/source/API/SBError.cpp | 233 -
lldb/source/API/SBEvent.cpp | 243 -
lldb/source/API/SBFileSpec.cpp | 215 -
lldb/source/API/SBFileSpecList.cpp | 142 -
lldb/source/API/SBFrame.cpp | 1171 -
lldb/source/API/SBFunction.cpp | 218 -
lldb/source/API/SBHostOS.cpp | 73 -
lldb/source/API/SBInputReader.cpp | 216 -
lldb/source/API/SBInstruction.cpp | 247 -
lldb/source/API/SBInstructionList.cpp | 132 -
lldb/source/API/SBLineEntry.cpp | 250 -
lldb/source/API/SBListener.cpp | 443 -
lldb/source/API/SBModule.cpp | 555 -
lldb/source/API/SBProcess.cpp | 1050 -
lldb/source/API/SBSection.cpp | 259 -
lldb/source/API/SBSourceManager.cpp | 134 -
lldb/source/API/SBStream.cpp | 187 -
lldb/source/API/SBStringList.cpp | 136 -
lldb/source/API/SBSymbol.cpp | 218 -
lldb/source/API/SBSymbolContext.cpp | 285 -
lldb/source/API/SBSymbolContextList.cpp | 117 -
lldb/source/API/SBTarget.cpp | 2221 --
lldb/source/API/SBThread.cpp | 1132 -
lldb/source/API/SBType.cpp | 685 -
lldb/source/API/SBTypeCategory.cpp | 574 -
lldb/source/API/SBTypeFilter.cpp | 197 -
lldb/source/API/SBTypeFormat.cpp | 153 -
lldb/source/API/SBTypeNameSpecifier.cpp | 146 -
lldb/source/API/SBTypeSummary.cpp | 302 -
lldb/source/API/SBTypeSynthetic.cpp | 207 -
lldb/source/API/SBValue.cpp | 1720 -
lldb/source/API/SBValueList.cpp | 217 -
lldb/source/API/SBWatchpoint.cpp | 276 -
lldb/source/Breakpoint/Breakpoint.cpp | 694 -
lldb/source/Breakpoint/BreakpointID.cpp | 120 -
lldb/source/Breakpoint/BreakpointIDList.cpp | 399 -
lldb/source/Breakpoint/BreakpointList.cpp | 227 -
lldb/source/Breakpoint/BreakpointLocation.cpp | 527 -
.../BreakpointLocationCollection.cpp | 179 -
.../Breakpoint/BreakpointLocationList.cpp | 287 -
lldb/source/Breakpoint/BreakpointOptions.cpp | 360 -
lldb/source/Breakpoint/BreakpointResolver.cpp | 61 -
.../Breakpoint/BreakpointResolverAddress.cpp | 111 -
.../Breakpoint/BreakpointResolverFileLine.cpp | 198 -
.../BreakpointResolverFileRegex.cpp | 133 -
.../Breakpoint/BreakpointResolverName.cpp | 361 -
lldb/source/Breakpoint/BreakpointSite.cpp | 229 -
lldb/source/Breakpoint/BreakpointSiteList.cpp | 275 -
lldb/source/Breakpoint/Makefile | 14 -
lldb/source/Breakpoint/Stoppoint.cpp | 46 -
.../Breakpoint/StoppointCallbackContext.cpp | 39 -
lldb/source/Breakpoint/StoppointLocation.cpp | 48 -
lldb/source/Breakpoint/Watchpoint.cpp | 237 -
lldb/source/Breakpoint/WatchpointList.cpp | 277 -
lldb/source/Commands/CommandCompletions.cpp | 710 -
lldb/source/Commands/CommandObjectApropos.cpp | 131 -
lldb/source/Commands/CommandObjectApropos.h | 43 -
lldb/source/Commands/CommandObjectArgs.cpp | 274 -
lldb/source/Commands/CommandObjectArgs.h | 74 -
.../Commands/CommandObjectBreakpoint.cpp | 1636 -
.../source/Commands/CommandObjectBreakpoint.h | 365 -
.../CommandObjectBreakpointCommand.cpp | 866 -
.../Commands/CommandObjectBreakpointCommand.h | 174 -
.../source/Commands/CommandObjectCommands.cpp | 1923 -
lldb/source/Commands/CommandObjectCommands.h | 40 -
.../source/Commands/CommandObjectCrossref.cpp | 92 -
.../Commands/CommandObjectDisassemble.cpp | 482 -
.../Commands/CommandObjectDisassemble.h | 99 -
.../Commands/CommandObjectExpression.cpp | 511 -
.../source/Commands/CommandObjectExpression.h | 105 -
lldb/source/Commands/CommandObjectFrame.cpp | 644 -
lldb/source/Commands/CommandObjectFrame.h | 40 -
lldb/source/Commands/CommandObjectHelp.cpp | 295 -
lldb/source/Commands/CommandObjectHelp.h | 117 -
lldb/source/Commands/CommandObjectLog.cpp | 491 -
lldb/source/Commands/CommandObjectLog.h | 48 -
lldb/source/Commands/CommandObjectMemory.cpp | 1228 -
lldb/source/Commands/CommandObjectMemory.h | 33 -
.../Commands/CommandObjectMultiword.cpp | 312 -
.../source/Commands/CommandObjectPlatform.cpp | 966 -
lldb/source/Commands/CommandObjectPlatform.h | 40 -
lldb/source/Commands/CommandObjectProcess.cpp | 1643 -
lldb/source/Commands/CommandObjectProcess.h | 37 -
lldb/source/Commands/CommandObjectQuit.cpp | 46 -
lldb/source/Commands/CommandObjectQuit.h | 42 -
.../source/Commands/CommandObjectRegister.cpp | 483 -
lldb/source/Commands/CommandObjectRegister.h | 45 -
.../source/Commands/CommandObjectSettings.cpp | 1301 -
lldb/source/Commands/CommandObjectSettings.h | 396 -
lldb/source/Commands/CommandObjectSource.cpp | 653 -
lldb/source/Commands/CommandObjectSource.h | 40 -
lldb/source/Commands/CommandObjectSyntax.cpp | 117 -
lldb/source/Commands/CommandObjectSyntax.h | 43 -
lldb/source/Commands/CommandObjectTarget.cpp | 4350 ---
lldb/source/Commands/CommandObjectTarget.h | 41 -
lldb/source/Commands/CommandObjectThread.cpp | 1287 -
lldb/source/Commands/CommandObjectThread.h | 34 -
lldb/source/Commands/CommandObjectType.cpp | 3991 ---
lldb/source/Commands/CommandObjectType.h | 37 -
lldb/source/Commands/CommandObjectVersion.cpp | 47 -
lldb/source/Commands/CommandObjectVersion.h | 42 -
.../Commands/CommandObjectWatchpoint.cpp | 1213 -
.../source/Commands/CommandObjectWatchpoint.h | 318 -
lldb/source/Commands/Makefile | 14 -
lldb/source/Core/Address.cpp | 1029 -
lldb/source/Core/AddressRange.cpp | 208 -
lldb/source/Core/AddressResolver.cpp | 67 -
lldb/source/Core/AddressResolverFileLine.cpp | 100 -
lldb/source/Core/AddressResolverName.cpp | 251 -
lldb/source/Core/ArchSpec.cpp | 737 -
lldb/source/Core/Baton.cpp | 24 -
lldb/source/Core/Broadcaster.cpp | 499 -
lldb/source/Core/Communication.cpp | 434 -
lldb/source/Core/Connection.cpp | 24 -
lldb/source/Core/ConnectionFileDescriptor.cpp | 1055 -
lldb/source/Core/ConnectionMachPort.cpp | 323 -
lldb/source/Core/ConnectionSharedMemory.cpp | 131 -
lldb/source/Core/ConstString.cpp | 296 -
lldb/source/Core/DataBufferHeap.cpp | 105 -
lldb/source/Core/DataBufferMemoryMap.cpp | 224 -
lldb/source/Core/DataEncoder.cpp | 361 -
lldb/source/Core/DataExtractor.cpp | 2048 --
lldb/source/Core/DataVisualization.cpp | 247 -
lldb/source/Core/Debugger.cpp | 2845 --
lldb/source/Core/Disassembler.cpp | 1147 -
lldb/source/Core/DynamicLoader.cpp | 75 -
lldb/source/Core/EmulateInstruction.cpp | 673 -
lldb/source/Core/Error.cpp | 389 -
lldb/source/Core/Event.cpp | 207 -
lldb/source/Core/FileLineResolver.cpp | 118 -
lldb/source/Core/FileSpecList.cpp | 235 -
lldb/source/Core/FormatClasses.cpp | 357 -
lldb/source/Core/FormatManager.cpp | 1048 -
lldb/source/Core/History.cpp | 25 -
lldb/source/Core/InputReader.cpp | 385 -
lldb/source/Core/InputReaderEZ.cpp | 91 -
lldb/source/Core/InputReaderStack.cpp | 80 -
lldb/source/Core/Language.cpp | 151 -
lldb/source/Core/Listener.cpp | 526 -
lldb/source/Core/Log.cpp | 524 -
lldb/source/Core/Makefile | 14 -
lldb/source/Core/Mangled.cpp | 744 -
lldb/source/Core/Module.cpp | 1194 -
lldb/source/Core/ModuleChild.cpp | 46 -
lldb/source/Core/ModuleList.cpp | 820 -
lldb/source/Core/Opcode.cpp | 116 -
lldb/source/Core/PluginManager.cpp | 1804 -
lldb/source/Core/RegisterValue.cpp | 1205 -
lldb/source/Core/RegularExpression.cpp | 223 -
lldb/source/Core/Scalar.cpp | 2262 --
lldb/source/Core/SearchFilter.cpp | 846 -
lldb/source/Core/Section.cpp | 633 -
lldb/source/Core/SourceManager.cpp | 597 -
lldb/source/Core/State.cpp | 117 -
lldb/source/Core/Stream.cpp | 784 -
lldb/source/Core/StreamAsynchronousIO.cpp | 52 -
lldb/source/Core/StreamCallback.cpp | 64 -
lldb/source/Core/StreamFile.cpp | 72 -
lldb/source/Core/StreamString.cpp | 73 -
lldb/source/Core/StringList.cpp | 239 -
lldb/source/Core/Timer.cpp | 252 -
lldb/source/Core/UUID.cpp | 214 -
lldb/source/Core/UserID.cpp | 25 -
lldb/source/Core/UserSettingsController.cpp | 2501 --
lldb/source/Core/VMRange.cpp | 112 -
lldb/source/Core/Value.cpp | 714 -
lldb/source/Core/ValueObject.cpp | 3961 ---
lldb/source/Core/ValueObjectChild.cpp | 234 -
lldb/source/Core/ValueObjectConstResult.cpp | 377 -
.../Core/ValueObjectConstResultChild.cpp | 82 -
.../Core/ValueObjectConstResultImpl.cpp | 242 -
lldb/source/Core/ValueObjectDynamicValue.cpp | 361 -
lldb/source/Core/ValueObjectList.cpp | 166 -
lldb/source/Core/ValueObjectMemory.cpp | 281 -
lldb/source/Core/ValueObjectRegister.cpp | 433 -
.../Core/ValueObjectSyntheticFilter.cpp | 176 -
lldb/source/Core/ValueObjectVariable.cpp | 314 -
lldb/source/Expression/ASTDumper.cpp | 125 -
.../Expression/ASTResultSynthesizer.cpp | 503 -
lldb/source/Expression/ASTStructExtractor.cpp | 191 -
lldb/source/Expression/ClangASTSource.cpp | 1552 -
.../Expression/ClangExpressionDeclMap.cpp | 3306 --
.../Expression/ClangExpressionParser.cpp | 802 -
.../Expression/ClangExpressionVariable.cpp | 147 -
lldb/source/Expression/ClangFunction.cpp | 570 -
.../Expression/ClangPersistentVariables.cpp | 89 -
.../source/Expression/ClangUserExpression.cpp | 780 -
.../Expression/ClangUtilityFunction.cpp | 181 -
lldb/source/Expression/DWARFExpression.cpp | 3186 --
.../Expression/ExpressionSourceCode.cpp | 109 -
lldb/source/Expression/IRDynamicChecks.cpp | 655 -
lldb/source/Expression/IRForTarget.cpp | 2820 --
lldb/source/Expression/IRInterpreter.cpp | 1724 -
lldb/source/Expression/Makefile | 14 -
.../Expression/ProcessDataAllocator.cpp | 43 -
.../Expression/RecordingMemoryManager.cpp | 340 -
lldb/source/Host/Makefile | 28 -
lldb/source/Host/common/Condition.cpp | 106 -
lldb/source/Host/common/File.cpp | 665 -
lldb/source/Host/common/FileSpec.cpp | 952 -
lldb/source/Host/common/Host.cpp | 1423 -
lldb/source/Host/common/Makefile | 14 -
lldb/source/Host/common/Mutex.cpp | 380 -
lldb/source/Host/common/SocketAddress.cpp | 260 -
lldb/source/Host/common/Symbols.cpp | 31 -
lldb/source/Host/common/Terminal.cpp | 299 -
lldb/source/Host/common/TimeValue.cpp | 210 -
lldb/source/Host/freebsd/Host.cpp | 328 -
lldb/source/Host/freebsd/Makefile | 16 -
lldb/source/Host/linux/Host.cpp | 98 -
lldb/source/Host/linux/Makefile | 14 -
lldb/source/Host/macosx/Host.mm | 1845 -
lldb/source/Host/macosx/Makefile | 26 -
lldb/source/Host/macosx/Symbols.cpp | 576 -
lldb/source/Host/macosx/cfcpp/CFCBundle.cpp | 99 -
lldb/source/Host/macosx/cfcpp/CFCBundle.h | 50 -
lldb/source/Host/macosx/cfcpp/CFCData.cpp | 82 -
lldb/source/Host/macosx/cfcpp/CFCData.h | 35 -
.../Host/macosx/cfcpp/CFCMutableArray.cpp | 166 -
.../Host/macosx/cfcpp/CFCMutableArray.h | 39 -
.../macosx/cfcpp/CFCMutableDictionary.cpp | 491 -
.../Host/macosx/cfcpp/CFCMutableDictionary.h | 77 -
.../Host/macosx/cfcpp/CFCMutableSet.cpp | 114 -
lldb/source/Host/macosx/cfcpp/CFCMutableSet.h | 53 -
lldb/source/Host/macosx/cfcpp/CFCReleaser.h | 158 -
lldb/source/Host/macosx/cfcpp/CFCString.cpp | 195 -
lldb/source/Host/macosx/cfcpp/CFCString.h | 41 -
.../Host/macosx/cfcpp/CoreFoundationCPP.h | 30 -
.../LauncherRootXPCService-Info.plist | 44 -
.../LauncherRootXPCService.mm | 42 -
.../LauncherXPCService-Info.plist | 44 -
.../LauncherXPCService.entitlements | 8 -
.../launcherXPCService/LauncherXPCService.h | 16 -
.../launcherXPCService/LauncherXPCService.mm | 17 -
.../Host/macosx/launcherXPCService/main.mm | 193 -
lldb/source/Interpreter/Args.cpp | 1465 -
.../source/Interpreter/CommandInterpreter.cpp | 2672 --
lldb/source/Interpreter/CommandObject.cpp | 934 -
.../Interpreter/CommandObjectRegexCommand.cpp | 119 -
.../Interpreter/CommandObjectScript.cpp | 94 -
lldb/source/Interpreter/CommandObjectScript.h | 51 -
.../Interpreter/CommandReturnObject.cpp | 221 -
lldb/source/Interpreter/Makefile | 75 -
lldb/source/Interpreter/NamedOptionValue.cpp | 503 -
.../Interpreter/OptionGroupArchitecture.cpp | 86 -
.../source/Interpreter/OptionGroupBoolean.cpp | 58 -
lldb/source/Interpreter/OptionGroupFile.cpp | 97 -
lldb/source/Interpreter/OptionGroupFormat.cpp | 233 -
.../Interpreter/OptionGroupOutputFile.cpp | 81 -
.../Interpreter/OptionGroupPlatform.cpp | 132 -
lldb/source/Interpreter/OptionGroupUInt64.cpp | 58 -
lldb/source/Interpreter/OptionGroupUUID.cpp | 76 -
.../OptionGroupValueObjectDisplay.cpp | 147 -
.../Interpreter/OptionGroupVariable.cpp | 115 -
.../Interpreter/OptionGroupWatchpoint.cpp | 103 -
lldb/source/Interpreter/Options.cpp | 1044 -
lldb/source/Interpreter/ScriptInterpreter.cpp | 86 -
.../Interpreter/ScriptInterpreterNone.cpp | 41 -
.../Interpreter/ScriptInterpreterPython.cpp | 1993 --
.../Interpreter/embedded_interpreter.py | 103 -
lldb/source/Makefile | 20 -
.../Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp | 735 -
.../Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h | 129 -
lldb/source/Plugins/ABI/MacOSX-arm/Makefile | 14 -
.../ABI/MacOSX-i386/ABIMacOSX_i386.cpp | 948 -
.../Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h | 130 -
lldb/source/Plugins/ABI/MacOSX-i386/Makefile | 14 -
.../ABI/SysV-x86_64/ABISysV_x86_64.cpp | 1133 -
.../Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h | 128 -
lldb/source/Plugins/ABI/SysV-x86_64/Makefile | 14 -
.../Disassembler/llvm/DisassemblerLLVM.cpp | 799 -
.../Disassembler/llvm/DisassemblerLLVM.h | 113 -
.../Disassembler/llvm/DisassemblerLLVMC.cpp | 693 -
.../Disassembler/llvm/DisassemblerLLVMC.h | 126 -
.../source/Plugins/Disassembler/llvm/Makefile | 14 -
.../DynamicLoaderDarwinKernel.cpp | 819 -
.../Darwin-Kernel/DynamicLoaderDarwinKernel.h | 351 -
.../DynamicLoader/Darwin-Kernel/Makefile | 14 -
.../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 1764 -
.../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 434 -
.../DynamicLoader/MacOSX-DYLD/Makefile | 14 -
.../DynamicLoader/POSIX-DYLD/AuxVector.cpp | 153 -
.../DynamicLoader/POSIX-DYLD/AuxVector.h | 97 -
.../POSIX-DYLD/DYLDRendezvous.cpp | 330 -
.../DynamicLoader/POSIX-DYLD/DYLDRendezvous.h | 230 -
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 426 -
.../POSIX-DYLD/DynamicLoaderPOSIXDYLD.h | 165 -
.../Plugins/DynamicLoader/POSIX-DYLD/Makefile | 14 -
.../Static/DynamicLoaderStatic.cpp | 208 -
.../Static/DynamicLoaderStatic.h | 91 -
.../Plugins/DynamicLoader/Static/Makefile | 14 -
.../Instruction/ARM/EmulateInstructionARM.cpp | 13585 -------
.../Instruction/ARM/EmulateInstructionARM.h | 999 -
.../Instruction/ARM/EmulationStateARM.cpp | 404 -
.../Instruction/ARM/EmulationStateARM.h | 101 -
lldb/source/Plugins/Instruction/ARM/Makefile | 14 -
.../ItaniumABI/ItaniumABILanguageRuntime.cpp | 429 -
.../ItaniumABI/ItaniumABILanguageRuntime.h | 91 -
.../CPlusPlus/ItaniumABI/Makefile | 14 -
.../AppleObjCRuntime/AppleObjCRuntime.cpp | 360 -
.../ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 136 -
.../AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 154 -
.../AppleObjCRuntime/AppleObjCRuntimeV1.h | 105 -
.../AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 780 -
.../AppleObjCRuntime/AppleObjCRuntimeV2.h | 136 -
.../AppleObjCSymbolVendor.cpp | 76 -
.../AppleObjCRuntime/AppleObjCSymbolVendor.h | 47 -
.../AppleObjCTrampolineHandler.cpp | 997 -
.../AppleObjCTrampolineHandler.h | 212 -
...pleThreadPlanStepThroughObjCTrampoline.cpp | 221 -
...AppleThreadPlanStepThroughObjCTrampoline.h | 102 -
.../ObjC/AppleObjCRuntime/Makefile | 14 -
lldb/source/Plugins/Makefile | 42 -
.../ObjectContainer/BSD-Archive/Makefile | 14 -
.../BSD-Archive/ObjectContainerBSDArchive.cpp | 428 -
.../BSD-Archive/ObjectContainerBSDArchive.h | 190 -
.../ObjectContainer/Universal-Mach-O/Makefile | 14 -
.../ObjectContainerUniversalMachO.cpp | 246 -
.../ObjectContainerUniversalMachO.h | 91 -
.../Plugins/ObjectFile/ELF/ELFHeader.cpp | 373 -
.../source/Plugins/ObjectFile/ELF/ELFHeader.h | 417 -
lldb/source/Plugins/ObjectFile/ELF/Makefile | 14 -
.../Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 1520 -
.../Plugins/ObjectFile/ELF/ObjectFileELF.h | 302 -
.../source/Plugins/ObjectFile/Mach-O/Makefile | 14 -
.../ObjectFile/Mach-O/ObjectFileMachO.cpp | 2800 --
.../ObjectFile/Mach-O/ObjectFileMachO.h | 171 -
.../source/Plugins/ObjectFile/PECOFF/Makefile | 14 -
.../ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 945 -
.../ObjectFile/PECOFF/ObjectFilePECOFF.h | 238 -
.../OperatingSystem/Darwin-Kernel/Makefile | 14 -
.../OperatingSystemDarwinKernel.cpp | 306 -
.../OperatingSystemDarwinKernel.h | 90 -
lldb/source/Plugins/Platform/FreeBSD/Makefile | 14 -
.../Platform/FreeBSD/PlatformFreeBSD.cpp | 618 -
.../Platform/FreeBSD/PlatformFreeBSD.h | 171 -
lldb/source/Plugins/Platform/Linux/Makefile | 14 -
.../Plugins/Platform/Linux/PlatformLinux.cpp | 397 -
.../Plugins/Platform/Linux/PlatformLinux.h | 123 -
lldb/source/Plugins/Platform/MacOSX/Makefile | 15 -
.../Platform/MacOSX/PlatformDarwin.cpp | 785 -
.../Plugins/Platform/MacOSX/PlatformDarwin.h | 117 -
.../Platform/MacOSX/PlatformMacOSX.cpp | 152 -
.../Plugins/Platform/MacOSX/PlatformMacOSX.h | 93 -
.../Platform/MacOSX/PlatformRemoteiOS.cpp | 604 -
.../Platform/MacOSX/PlatformRemoteiOS.h | 160 -
.../Platform/MacOSX/PlatformiOSSimulator.cpp | 395 -
.../Platform/MacOSX/PlatformiOSSimulator.h | 128 -
lldb/source/Plugins/Platform/Makefile | 28 -
.../Plugins/Platform/gdb-server/Makefile | 14 -
.../gdb-server/PlatformRemoteGDBServer.cpp | 408 -
.../gdb-server/PlatformRemoteGDBServer.h | 153 -
lldb/source/Plugins/Process/FreeBSD/Makefile | 17 -
.../Process/FreeBSD/ProcessFreeBSD.cpp | 137 -
.../Plugins/Process/FreeBSD/ProcessFreeBSD.h | 85 -
.../Process/FreeBSD/ProcessMonitor.cpp | 1560 -
.../Plugins/Process/FreeBSD/ProcessMonitor.h | 292 -
.../FreeBSD/RegisterContextFreeBSD_x86_64.h | 43 -
.../Plugins/Process/Linux/LinuxSignals.cpp | 67 -
.../Plugins/Process/Linux/LinuxSignals.h | 31 -
lldb/source/Plugins/Process/Linux/Makefile | 17 -
.../Plugins/Process/Linux/ProcessLinux.cpp | 157 -
.../Plugins/Process/Linux/ProcessLinux.h | 88 -
.../Plugins/Process/Linux/ProcessMonitor.cpp | 1722 -
.../Plugins/Process/Linux/ProcessMonitor.h | 294 -
.../Linux/RegisterContextLinux_x86_64.h | 44 -
.../MacOSX-Kernel/CommunicationKDP.cpp | 1103 -
.../Process/MacOSX-Kernel/CommunicationKDP.h | 326 -
.../Plugins/Process/MacOSX-Kernel/Makefile | 14 -
.../Process/MacOSX-Kernel/ProcessKDP.cpp | 821 -
.../Process/MacOSX-Kernel/ProcessKDP.h | 277 -
.../Process/MacOSX-Kernel/ProcessKDPLog.cpp | 181 -
.../Process/MacOSX-Kernel/ProcessKDPLog.h | 54 -
.../MacOSX-Kernel/RegisterContextKDP_arm.cpp | 121 -
.../MacOSX-Kernel/RegisterContextKDP_arm.h | 61 -
.../MacOSX-Kernel/RegisterContextKDP_i386.cpp | 99 -
.../MacOSX-Kernel/RegisterContextKDP_i386.h | 53 -
.../RegisterContextKDP_x86_64.cpp | 67 -
.../MacOSX-Kernel/RegisterContextKDP_x86_64.h | 54 -
.../Process/MacOSX-Kernel/ThreadKDP.cpp | 216 -
.../Plugins/Process/MacOSX-Kernel/ThreadKDP.h | 103 -
lldb/source/Plugins/Process/POSIX/Makefile | 28 -
.../Plugins/Process/POSIX/POSIXStopInfo.cpp | 60 -
.../Plugins/Process/POSIX/POSIXStopInfo.h | 92 -
.../Plugins/Process/POSIX/POSIXThread.cpp | 355 -
.../Plugins/Process/POSIX/POSIXThread.h | 106 -
.../Plugins/Process/POSIX/ProcessMessage.cpp | 245 -
.../Plugins/Process/POSIX/ProcessMessage.h | 171 -
.../Plugins/Process/POSIX/ProcessPOSIX.cpp | 598 -
.../Plugins/Process/POSIX/ProcessPOSIX.h | 180 -
.../Plugins/Process/POSIX/ProcessPOSIXLog.cpp | 188 -
.../Plugins/Process/POSIX/ProcessPOSIXLog.h | 106 -
.../Process/POSIX/RegisterContextPOSIX.h | 40 -
.../Process/POSIX/RegisterContext_i386.cpp | 644 -
.../Process/POSIX/RegisterContext_i386.h | 169 -
.../Process/POSIX/RegisterContext_x86_64.cpp | 758 -
.../Process/POSIX/RegisterContext_x86_64.h | 143 -
.../Plugins/Process/Utility/ARMDefines.h | 110 -
.../source/Plugins/Process/Utility/ARMUtils.h | 390 -
.../Process/Utility/DynamicRegisterInfo.cpp | 142 -
.../Process/Utility/DynamicRegisterInfo.h | 82 -
.../Process/Utility/InferiorCallPOSIX.cpp | 190 -
.../Process/Utility/InferiorCallPOSIX.h | 41 -
.../Process/Utility/InstructionUtils.h | 136 -
lldb/source/Plugins/Process/Utility/Makefile | 14 -
.../Utility/RegisterContextDarwin_arm.cpp | 1226 -
.../Utility/RegisterContextDarwin_arm.h | 348 -
.../Utility/RegisterContextDarwin_i386.cpp | 980 -
.../Utility/RegisterContextDarwin_i386.h | 287 -
.../Utility/RegisterContextDarwin_x86_64.cpp | 1066 -
.../Utility/RegisterContextDarwin_x86_64.h | 292 -
.../Process/Utility/RegisterContextLLDB.cpp | 1497 -
.../Process/Utility/RegisterContextLLDB.h | 208 -
.../RegisterContextMacOSXFrameBackchain.cpp | 206 -
.../RegisterContextMacOSXFrameBackchain.h | 77 -
.../Utility/RegisterContextMach_arm.cpp | 87 -
.../Process/Utility/RegisterContextMach_arm.h | 56 -
.../Utility/RegisterContextMach_i386.cpp | 72 -
.../Utility/RegisterContextMach_i386.h | 49 -
.../Utility/RegisterContextMach_x86_64.cpp | 72 -
.../Utility/RegisterContextMach_x86_64.h | 49 -
.../Process/Utility/RegisterContextMemory.cpp | 166 -
.../Process/Utility/RegisterContextMemory.h | 100 -
.../Process/Utility/StopInfoMachException.cpp | 400 -
.../Process/Utility/StopInfoMachException.h | 75 -
.../Plugins/Process/Utility/ThreadMemory.cpp | 121 -
.../Plugins/Process/Utility/ThreadMemory.h | 64 -
.../Plugins/Process/Utility/UnwindLLDB.cpp | 277 -
.../Plugins/Process/Utility/UnwindLLDB.h | 118 -
.../Utility/UnwindMacOSXFrameBackchain.cpp | 272 -
.../Utility/UnwindMacOSXFrameBackchain.h | 74 -
.../gdb-remote/GDBRemoteCommunication.cpp | 641 -
.../gdb-remote/GDBRemoteCommunication.h | 264 -
.../GDBRemoteCommunicationClient.cpp | 1897 -
.../gdb-remote/GDBRemoteCommunicationClient.h | 402 -
.../GDBRemoteCommunicationServer.cpp | 834 -
.../gdb-remote/GDBRemoteCommunicationServer.h | 147 -
.../gdb-remote/GDBRemoteRegisterContext.cpp | 865 -
.../gdb-remote/GDBRemoteRegisterContext.h | 262 -
.../Plugins/Process/gdb-remote/Makefile | 14 -
.../Process/gdb-remote/ProcessGDBRemote.cpp | 2732 --
.../Process/gdb-remote/ProcessGDBRemote.h | 382 -
.../gdb-remote/ProcessGDBRemoteLog.cpp | 190 -
.../Process/gdb-remote/ProcessGDBRemoteLog.h | 57 -
.../Process/gdb-remote/ThreadGDBRemote.cpp | 243 -
.../Process/gdb-remote/ThreadGDBRemote.h | 110 -
.../source/Plugins/Process/mach-core/Makefile | 14 -
.../Process/mach-core/ProcessMachCore.cpp | 455 -
.../Process/mach-core/ProcessMachCore.h | 147 -
.../Process/mach-core/ThreadMachCore.cpp | 159 -
.../Process/mach-core/ThreadMachCore.h | 92 -
.../DWARF/DWARFAbbreviationDeclaration.cpp | 211 -
.../DWARF/DWARFAbbreviationDeclaration.h | 81 -
.../Plugins/SymbolFile/DWARF/DWARFAttribute.h | 45 -
.../SymbolFile/DWARF/DWARFCompileUnit.cpp | 927 -
.../SymbolFile/DWARF/DWARFCompileUnit.h | 193 -
.../SymbolFile/DWARF/DWARFDIECollection.cpp | 62 -
.../SymbolFile/DWARF/DWARFDIECollection.h | 51 -
.../SymbolFile/DWARF/DWARFDebugAbbrev.cpp | 202 -
.../SymbolFile/DWARF/DWARFDebugAbbrev.h | 74 -
.../SymbolFile/DWARF/DWARFDebugArangeSet.cpp | 274 -
.../SymbolFile/DWARF/DWARFDebugArangeSet.h | 76 -
.../SymbolFile/DWARF/DWARFDebugAranges.cpp | 174 -
.../SymbolFile/DWARF/DWARFDebugAranges.h | 94 -
.../SymbolFile/DWARF/DWARFDebugInfo.cpp | 780 -
.../Plugins/SymbolFile/DWARF/DWARFDebugInfo.h | 88 -
.../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 2141 --
.../SymbolFile/DWARF/DWARFDebugInfoEntry.h | 433 -
.../SymbolFile/DWARF/DWARFDebugLine.cpp | 1436 -
.../Plugins/SymbolFile/DWARF/DWARFDebugLine.h | 225 -
.../SymbolFile/DWARF/DWARFDebugMacinfo.cpp | 48 -
.../SymbolFile/DWARF/DWARFDebugMacinfo.h | 29 -
.../DWARF/DWARFDebugMacinfoEntry.cpp | 132 -
.../SymbolFile/DWARF/DWARFDebugMacinfoEntry.h | 57 -
.../SymbolFile/DWARF/DWARFDebugPubnames.cpp | 298 -
.../SymbolFile/DWARF/DWARFDebugPubnames.h | 38 -
.../DWARF/DWARFDebugPubnamesSet.cpp | 166 -
.../SymbolFile/DWARF/DWARFDebugPubnamesSet.h | 91 -
.../SymbolFile/DWARF/DWARFDebugRanges.cpp | 243 -
.../SymbolFile/DWARF/DWARFDebugRanges.h | 46 -
.../Plugins/SymbolFile/DWARF/DWARFDefines.cpp | 497 -
.../Plugins/SymbolFile/DWARF/DWARFDefines.h | 116 -
.../SymbolFile/DWARF/DWARFFormValue.cpp | 585 -
.../Plugins/SymbolFile/DWARF/DWARFFormValue.h | 78 -
.../DWARF/DWARFLocationDescription.cpp | 172 -
.../DWARF/DWARFLocationDescription.h | 24 -
.../SymbolFile/DWARF/DWARFLocationList.cpp | 93 -
.../SymbolFile/DWARF/DWARFLocationList.h | 34 -
.../SymbolFile/DWARF/HashedNameToDIE.h | 850 -
.../SymbolFile/DWARF/LogChannelDWARF.cpp | 233 -
.../SymbolFile/DWARF/LogChannelDWARF.h | 92 -
lldb/source/Plugins/SymbolFile/DWARF/Makefile | 14 -
.../Plugins/SymbolFile/DWARF/NameToDIE.cpp | 75 -
.../Plugins/SymbolFile/DWARF/NameToDIE.h | 59 -
.../SymbolFile/DWARF/SymbolFileDWARF.cpp | 6787 ----
.../SymbolFile/DWARF/SymbolFileDWARF.h | 579 -
.../DWARF/SymbolFileDWARFDebugMap.cpp | 1211 -
.../DWARF/SymbolFileDWARFDebugMap.h | 259 -
.../SymbolFile/DWARF/UniqueDWARFASTType.cpp | 94 -
.../SymbolFile/DWARF/UniqueDWARFASTType.h | 175 -
.../source/Plugins/SymbolFile/Symtab/Makefile | 14 -
.../SymbolFile/Symtab/SymbolFileSymtab.cpp | 462 -
.../SymbolFile/Symtab/SymbolFileSymtab.h | 140 -
.../Plugins/SymbolVendor/MacOSX/Makefile | 14 -
.../MacOSX/SymbolVendorMacOSX.cpp | 210 -
.../SymbolVendor/MacOSX/SymbolVendorMacOSX.h | 61 -
.../UnwindAssembly/InstEmulation/Makefile | 14 -
.../UnwindAssemblyInstEmulation.cpp | 521 -
.../UnwindAssemblyInstEmulation.h | 174 -
.../Plugins/UnwindAssembly/x86/Makefile | 14 -
.../UnwindAssembly/x86/UnwindAssembly-x86.cpp | 936 -
.../UnwindAssembly/x86/UnwindAssembly-x86.h | 73 -
lldb/source/Symbol/Block.cpp | 624 -
lldb/source/Symbol/ClangASTContext.cpp | 6325 ----
lldb/source/Symbol/ClangASTImporter.cpp | 550 -
lldb/source/Symbol/ClangASTType.cpp | 1771 -
.../ClangExternalASTSourceCallbacks.cpp | 157 -
.../Symbol/ClangExternalASTSourceCommon.cpp | 52 -
lldb/source/Symbol/ClangNamespaceDecl.cpp | 25 -
lldb/source/Symbol/CompileUnit.cpp | 415 -
lldb/source/Symbol/DWARFCallFrameInfo.cpp | 754 -
lldb/source/Symbol/Declaration.cpp | 117 -
lldb/source/Symbol/FuncUnwinders.cpp | 238 -
lldb/source/Symbol/Function.cpp | 576 -
lldb/source/Symbol/LineEntry.cpp | 246 -
lldb/source/Symbol/LineTable.cpp | 452 -
lldb/source/Symbol/Makefile | 14 -
lldb/source/Symbol/ObjectFile.cpp | 457 -
lldb/source/Symbol/Symbol.cpp | 414 -
lldb/source/Symbol/SymbolContext.cpp | 1062 -
lldb/source/Symbol/SymbolFile.cpp | 72 -
lldb/source/Symbol/SymbolVendor.cpp | 437 -
lldb/source/Symbol/Symtab.cpp | 952 -
lldb/source/Symbol/Type.cpp | 894 -
lldb/source/Symbol/TypeHierarchyNavigator.cpp | 121 -
lldb/source/Symbol/TypeList.cpp | 333 -
lldb/source/Symbol/UnwindPlan.cpp | 448 -
lldb/source/Symbol/UnwindTable.cpp | 128 -
lldb/source/Symbol/Variable.cpp | 519 -
lldb/source/Symbol/VariableList.cpp | 178 -
lldb/source/Symbol/VerifyDecl.cpp | 16 -
lldb/source/Target/ABI.cpp | 174 -
lldb/source/Target/CPPLanguageRuntime.cpp | 269 -
lldb/source/Target/ExecutionContext.cpp | 745 -
lldb/source/Target/LanguageRuntime.cpp | 210 -
lldb/source/Target/Makefile | 14 -
lldb/source/Target/Memory.cpp | 459 -
lldb/source/Target/ObjCLanguageRuntime.cpp | 262 -
lldb/source/Target/OperatingSystem.cpp | 56 -
lldb/source/Target/PathMappingList.cpp | 318 -
lldb/source/Target/Platform.cpp | 666 -
lldb/source/Target/Process.cpp | 4827 ---
lldb/source/Target/RegisterContext.cpp | 559 -
lldb/source/Target/SectionLoadList.cpp | 255 -
lldb/source/Target/StackFrame.cpp | 1369 -
lldb/source/Target/StackFrameList.cpp | 627 -
lldb/source/Target/StackID.cpp | 110 -
lldb/source/Target/StopInfo.cpp | 801 -
lldb/source/Target/Target.cpp | 2887 --
lldb/source/Target/TargetList.cpp | 436 -
lldb/source/Target/Thread.cpp | 1591 -
lldb/source/Target/ThreadList.cpp | 608 -
lldb/source/Target/ThreadPlan.cpp | 188 -
lldb/source/Target/ThreadPlanBase.cpp | 212 -
lldb/source/Target/ThreadPlanCallFunction.cpp | 509 -
.../Target/ThreadPlanCallUserExpression.cpp | 74 -
lldb/source/Target/ThreadPlanRunToAddress.cpp | 267 -
.../Target/ThreadPlanShouldStopHere.cpp | 74 -
lldb/source/Target/ThreadPlanStepInRange.cpp | 297 -
.../Target/ThreadPlanStepInstruction.cpp | 194 -
lldb/source/Target/ThreadPlanStepOut.cpp | 470 -
.../Target/ThreadPlanStepOverBreakpoint.cpp | 142 -
.../source/Target/ThreadPlanStepOverRange.cpp | 172 -
lldb/source/Target/ThreadPlanStepRange.cpp | 438 -
lldb/source/Target/ThreadPlanStepThrough.cpp | 276 -
lldb/source/Target/ThreadPlanStepUntil.cpp | 416 -
.../source/Target/ThreadPlanTestCondition.cpp | 194 -
lldb/source/Target/ThreadPlanTracer.cpp | 280 -
lldb/source/Target/ThreadSpec.cpp | 158 -
lldb/source/Target/UnixSignals.cpp | 293 -
lldb/source/Target/UnwindAssembly.cpp | 41 -
lldb/source/Utility/ARM_DWARF_Registers.cpp | 391 -
lldb/source/Utility/ARM_DWARF_Registers.h | 217 -
lldb/source/Utility/ARM_GCC_Registers.h | 146 -
lldb/source/Utility/Makefile | 14 -
lldb/source/Utility/PseudoTerminal.cpp | 339 -
lldb/source/Utility/RefCounter.cpp | 25 -
lldb/source/Utility/SharingPtr.cpp | 158 -
lldb/source/Utility/StringExtractor.cpp | 387 -
lldb/source/Utility/StringExtractor.h | 141 -
.../Utility/StringExtractorGDBRemote.cpp | 182 -
.../source/Utility/StringExtractorGDBRemote.h | 103 -
lldb/source/lldb-log.cpp | 247 -
lldb/source/lldb.cpp | 323 -
lldb/test/Makefile | 37 -
lldb/test/README-TestSuite | 135 -
.../api/check_public_api_headers/Makefile | 16 -
.../TestPublicAPIHeaders.py | 102 -
.../main.cpp.template | 24 -
lldb/test/arm_emulation/TestEmulations.py | 57 -
.../new-test-files/test-add-1-arm.dat | 111 -
.../new-test-files/test-add-1-thumb.dat | 111 -
.../new-test-files/test-add-10-thumb.dat | 111 -
.../new-test-files/test-add-11-thumb.dat | 111 -
.../new-test-files/test-add-12-thumb.dat | 111 -
.../new-test-files/test-add-2-arm.dat | 111 -
.../new-test-files/test-add-2-thumb.dat | 111 -
.../new-test-files/test-add-3-arm.dat | 111 -
.../new-test-files/test-add-3-thumb.dat | 111 -
.../new-test-files/test-add-4-arm.dat | 111 -
.../new-test-files/test-add-4-thumb.dat | 111 -
.../new-test-files/test-add-5-arm.dat | 111 -
.../new-test-files/test-add-5-thumb.dat | 111 -
.../new-test-files/test-add-6-arm.dat | 111 -
.../new-test-files/test-add-6-thumb.dat | 111 -
.../new-test-files/test-add-7-arm.dat | 111 -
.../new-test-files/test-add-7-thumb.dat | 111 -
.../new-test-files/test-add-8-arm.dat | 111 -
.../new-test-files/test-add-8-thumb.dat | 111 -
.../new-test-files/test-add-9-thumb.dat | 111 -
.../new-test-files/test-bic-1-arm.dat | 111 -
.../new-test-files/test-bic-1-thumb.dat | 111 -
.../new-test-files/test-ldmia-1-arm.dat | 119 -
.../new-test-files/test-ldmia-1-thumb.dat | 119 -
.../new-test-files/test-ldmia-2-arm.dat | 123 -
.../new-test-files/test-ldmia-2-thumb.dat | 123 -
.../new-test-files/test-ldmia-3-arm.dat | 119 -
.../new-test-files/test-ldmia-3-thumb.dat | 119 -
.../new-test-files/test-ldr-1-arm.dat | 118 -
.../new-test-files/test-ldr-1-thumb.dat | 118 -
.../new-test-files/test-ldr-10-thumb.dat | 118 -
.../new-test-files/test-ldr-11-thumb.dat | 118 -
.../new-test-files/test-ldr-12-thumb.dat | 118 -
.../new-test-files/test-ldr-2-arm.dat | 118 -
.../new-test-files/test-ldr-2-thumb.dat | 118 -
.../new-test-files/test-ldr-3-arm.dat | 118 -
.../new-test-files/test-ldr-3-thumb.dat | 118 -
.../new-test-files/test-ldr-4-arm.dat | 118 -
.../new-test-files/test-ldr-4-thumb.dat | 118 -
.../new-test-files/test-ldr-5-arm.dat | 118 -
.../new-test-files/test-ldr-5-thumb.dat | 118 -
.../new-test-files/test-ldr-6-arm.dat | 118 -
.../new-test-files/test-ldr-6-thumb.dat | 118 -
.../new-test-files/test-ldr-7-arm.dat | 118 -
.../new-test-files/test-ldr-7-thumb.dat | 118 -
.../new-test-files/test-ldr-8-arm.dat | 118 -
.../new-test-files/test-ldr-8-thumb.dat | 118 -
.../new-test-files/test-ldr-9-thumb.dat | 118 -
.../new-test-files/test-ldrd-1-arm.dat | 119 -
.../new-test-files/test-ldrd-1-thumb.dat | 119 -
.../new-test-files/test-ldrd-2-thumb.dat | 119 -
.../new-test-files/test-ldrh-1-thumb.dat | 118 -
.../new-test-files/test-ldrsh-1-arm.dat | 118 -
.../new-test-files/test-ldrsh-2-arm.dat | 118 -
.../new-test-files/test-mov-1-arm.dat | 111 -
.../new-test-files/test-mov-1-thumb.dat | 111 -
.../new-test-files/test-mov-10-thumb.dat | 111 -
.../new-test-files/test-mov-11-thumb.dat | 111 -
.../new-test-files/test-mov-12-thumb.dat | 111 -
.../new-test-files/test-mov-13-thumb.dat | 111 -
.../new-test-files/test-mov-14-thumb.dat | 111 -
.../new-test-files/test-mov-15-thumb.dat | 111 -
.../new-test-files/test-mov-16-thumb.dat | 111 -
.../new-test-files/test-mov-17-thumb.dat | 111 -
.../new-test-files/test-mov-18-thumb.dat | 111 -
.../new-test-files/test-mov-19-thumb.dat | 111 -
.../new-test-files/test-mov-2-arm.dat | 111 -
.../new-test-files/test-mov-2-thumb.dat | 111 -
.../new-test-files/test-mov-20-thumb.dat | 111 -
.../new-test-files/test-mov-21-thumb.dat | 111 -
.../new-test-files/test-mov-22-thumb.dat | 111 -
.../new-test-files/test-mov-23-thumb.dat | 111 -
.../new-test-files/test-mov-24-thumb.dat | 111 -
.../new-test-files/test-mov-25-thumb.dat | 111 -
.../new-test-files/test-mov-26-thumb.dat | 111 -
.../new-test-files/test-mov-27-thumb.dat | 111 -
.../new-test-files/test-mov-28-thumb.dat | 111 -
.../new-test-files/test-mov-29-thumb.dat | 111 -
.../new-test-files/test-mov-3-arm.dat | 111 -
.../new-test-files/test-mov-3-thumb.dat | 111 -
.../new-test-files/test-mov-30-thumb.dat | 111 -
.../new-test-files/test-mov-31-thumb.dat | 111 -
.../new-test-files/test-mov-4-arm.dat | 111 -
.../new-test-files/test-mov-4-thumb.dat | 111 -
.../new-test-files/test-mov-5-arm.dat | 111 -
.../new-test-files/test-mov-5-thumb.dat | 111 -
.../new-test-files/test-mov-6-arm.dat | 111 -
.../new-test-files/test-mov-6-thumb.dat | 111 -
.../new-test-files/test-mov-7-thumb.dat | 111 -
.../new-test-files/test-mov-8-thumb.dat | 111 -
.../new-test-files/test-mov-9-thumb.dat | 111 -
.../new-test-files/test-moveq-1-arm.dat | 111 -
.../new-test-files/test-movs-1-arm.dat | 111 -
.../new-test-files/test-mvn-1-arm.dat | 111 -
.../new-test-files/test-mvn-1-thumb.dat | 111 -
.../new-test-files/test-mvn-2-arm.dat | 111 -
.../new-test-files/test-mvn-2-thumb.dat | 111 -
.../new-test-files/test-mvn-3-arm.dat | 111 -
.../new-test-files/test-mvn-3-thumb.dat | 111 -
.../new-test-files/test-mvn-4-arm.dat | 111 -
.../new-test-files/test-mvn-4-thumb.dat | 111 -
.../new-test-files/test-pop-1-arm.dat | 121 -
.../new-test-files/test-pop-1-thumb.dat | 121 -
.../new-test-files/test-pop-2-arm.dat | 118 -
.../new-test-files/test-pop-2-thumb.dat | 118 -
.../new-test-files/test-pop-3-thumb.dat | 118 -
.../new-test-files/test-push-1-arm.dat | 111 -
.../new-test-files/test-push-1-thumb.dat | 111 -
.../new-test-files/test-push-2-arm.dat | 111 -
.../new-test-files/test-push-2-thumb.dat | 111 -
.../new-test-files/test-push-3-arm.dat | 111 -
.../new-test-files/test-push-3-thumb.dat | 111 -
.../new-test-files/test-str-1-arm.dat | 111 -
.../new-test-files/test-str-1-thumb.dat | 111 -
.../new-test-files/test-str-2-arm.dat | 111 -
.../new-test-files/test-str-2-thumb.dat | 111 -
.../new-test-files/test-str-3-arm.dat | 111 -
.../new-test-files/test-str-3-thumb.dat | 111 -
.../new-test-files/test-str-4-arm.dat | 111 -
.../new-test-files/test-str-4-thumb.dat | 111 -
.../new-test-files/test-str-5-arm.dat | 111 -
.../new-test-files/test-strb-1-arm.dat | 111 -
.../new-test-files/test-strb-2-arm.dat | 111 -
.../new-test-files/test-strbt-1-arm.dat | 111 -
.../new-test-files/test-strd-1-thumb.dat | 111 -
.../new-test-files/test-strt-1-arm.dat | 111 -
.../new-test-files/test-sub-1-arm.dat | 111 -
.../new-test-files/test-sub-1-thumb.dat | 111 -
.../new-test-files/test-sub-10-arm.dat | 111 -
.../new-test-files/test-sub-2-arm.dat | 111 -
.../new-test-files/test-sub-2-thumb.dat | 111 -
.../new-test-files/test-sub-3-arm.dat | 111 -
.../new-test-files/test-sub-3-thumb.dat | 111 -
.../new-test-files/test-sub-4-arm.dat | 111 -
.../new-test-files/test-sub-4-thumb.dat | 111 -
.../new-test-files/test-sub-5-arm.dat | 111 -
.../new-test-files/test-sub-5-thumb.dat | 111 -
.../new-test-files/test-sub-6-arm.dat | 111 -
.../new-test-files/test-sub-6-thumb.dat | 111 -
.../new-test-files/test-sub-8-arm.dat | 111 -
.../new-test-files/test-sub-9-arm.dat | 111 -
.../new-test-files/test-subs-1-arm.dat | 111 -
.../new-test-files/test-subs-1-thumb.dat | 111 -
.../new-test-files/test-subs-10-thumb.dat | 111 -
.../new-test-files/test-subs-2-thumb.dat | 111 -
.../new-test-files/test-subs-3-thumb.dat | 111 -
.../new-test-files/test-subs-4-thumb.dat | 111 -
.../new-test-files/test-subs-5-thumb.dat | 111 -
.../new-test-files/test-subs-6-thumb.dat | 111 -
.../new-test-files/test-subs-8-thumb.dat | 111 -
.../new-test-files/test-subs-9-thumb.dat | 111 -
.../new-test-files/test-vpop-1-thumb.dat | 125 -
.../new-test-files/test-vpop-2-thumb.dat | 118 -
.../new-test-files/test-vpop-3-thumb.dat | 121 -
.../new-test-files/test-vpush-1-thumb.dat | 111 -
.../new-test-files/test-vpush-2-thumb.dat | 111 -
.../new-test-files/test-vpush-3-thumb.dat | 111 -
lldb/test/attic/dotest.pl | 44 -
lldb/test/attic/tester.py | 109 -
lldb/test/bench-history | 206 -
lldb/test/bench.py | 71 -
.../benchmarks/disassembly/TestDisassembly.py | 155 -
.../TestDoAttachThenDisassembly.py | 75 -
.../TestFlintVsSlateGDBDisassembly.py | 95 -
lldb/test/benchmarks/expression/Makefile | 5 -
.../expression/TestExpressionCmd.py | 76 -
.../expression/TestRepeatedExprs.py | 133 -
lldb/test/benchmarks/expression/main.cpp | 51 -
.../TestFrameVariableResponse.py | 79 -
.../benchmarks/startup/TestStartupDelays.py | 89 -
.../stepping/TestRunHooksThenSteppings.py | 66 -
.../benchmarks/stepping/TestSteppingSpeed.py | 78 -
.../TestCompileRunToBreakpointTurnaround.py | 122 -
lldb/test/blacklist.py | 18 -
lldb/test/dosep.ty | 51 -
lldb/test/dotest.py | 1357 -
lldb/test/example/TestSequenceFunctions.py | 34 -
.../expression_command/call-function/Makefile | 5 -
.../TestCallStdStringFunction.py | 61 -
.../expression_command/call-function/main.cpp | 15 -
.../expression_command/formatters/Makefile | 5 -
.../formatters/TestFormatters.py | 177 -
.../expression_command/formatters/foosynth.py | 29 -
.../formatters/formatters.py | 17 -
.../expression_command/formatters/main.cpp | 48 -
.../expression_command/issue_11588/Makefile | 5 -
.../issue_11588/Test11588.py | 76 -
.../expression_command/issue_11588/main.cpp | 54 -
.../expression_command/issue_11588/s11588.py | 26 -
.../persistent_types/Makefile | 5 -
.../persistent_types/TestPersistentTypes.py | 41 -
.../persistent_types/main.c | 13 -
.../persistent_variables/Makefile | 5 -
.../TestPersistentVariables.py | 49 -
.../persistent_variables/main.c | 13 -
.../expression_command/radar_8638051/Makefile | 5 -
.../radar_8638051/Test8638051.py | 43 -
.../expression_command/radar_8638051/main.c | 54 -
.../expression_command/radar_9531204/Makefile | 5 -
.../radar_9531204/TestPrintfAfterUp.py | 46 -
.../expression_command/radar_9531204/main.c | 25 -
.../expression_command/radar_9673664/Makefile | 5 -
.../radar_9673664/TestExprHelpExamples.py | 47 -
.../expression_command/radar_9673664/main.c | 16 -
lldb/test/expression_command/test/Makefile | 5 -
.../test/expression_command/test/TestExprs.py | 221 -
.../expression_command/test/TestExprs2.py | 66 -
lldb/test/expression_command/test/main.cpp | 33 -
.../expression_command/two-files/Makefile | 7 -
.../TestObjCTypeQueryFromOtherCompileUnit.py | 56 -
lldb/test/expression_command/two-files/foo.m | 28 -
lldb/test/expression_command/two-files/main.m | 22 -
.../functionalities/abbreviation/Makefile | 5 -
.../abbreviation/TestAbbreviations.py | 169 -
.../abbreviation/TestCommonShortSpellings.py | 65 -
.../abbreviation/change_prompt.lldb | 2 -
.../functionalities/abbreviation/main.cpp | 62 -
lldb/test/functionalities/alias/Makefile | 5 -
.../test/functionalities/alias/TestAliases.py | 148 -
lldb/test/functionalities/alias/main.cpp | 62 -
lldb/test/functionalities/archives/Makefile | 9 -
lldb/test/functionalities/archives/README | 62 -
.../archives/TestBSDArchives.py | 65 -
lldb/test/functionalities/archives/a.c | 19 -
lldb/test/functionalities/archives/b.c | 19 -
lldb/test/functionalities/archives/main.c | 17 -
.../backticks/TestBackticksWithoutATarget.py | 23 -
.../breakpoint/breakpoint_command/Makefile | 5 -
.../TestBreakpointCommand.py | 222 -
.../breakpoint/breakpoint_command/a.c | 9 -
.../breakpoint/breakpoint_command/b.c | 9 -
.../breakpoint/breakpoint_command/bktptcmd.py | 4 -
.../breakpoint/breakpoint_command/main.c | 13 -
.../breakpoint/breakpoint_conditions/Makefile | 5 -
.../TestBreakpointConditions.py | 168 -
.../breakpoint/breakpoint_conditions/main.c | 51 -
.../breakpoint/breakpoint_ids/Makefile | 5 -
.../breakpoint_ids/TestBreakpointIDs.py | 63 -
.../breakpoint/breakpoint_ids/main.cpp | 65 -
.../breakpoint_ignore_count/Makefile | 5 -
.../TestBreakpointIgnoreCount.py | 135 -
.../breakpoint/breakpoint_ignore_count/main.c | 52 -
.../breakpoint/breakpoint_locations/Makefile | 5 -
.../TestBreakpointLocations.py | 100 -
.../breakpoint/breakpoint_locations/main.c | 43 -
.../breakpoint/inlined_breakpoints/Makefile | 5 -
.../TestInlinedBreakpoints.py | 59 -
.../inlined_breakpoints/basic_type.cpp | 178 -
.../breakpoint/inlined_breakpoints/int.cpp | 9 -
.../command_regex/TestCommandRegex.py | 44 -
.../functionalities/command_script/Makefile | 5 -
.../command_script/TestCommandScript.py | 132 -
.../command_script/bug11569.py | 7 -
.../command_script/import/Makefile | 6 -
.../command_script/import/TestImport.py | 72 -
.../command_script/import/bar/bar.py | 10 -
.../command_script/import/bar/barutil.py | 2 -
.../command_script/import/dummymodule.py | 2 -
.../command_script/import/foo/bar/foobar.py | 3 -
.../command_script/import/foo/foo.py | 3 -
.../command_script/import/foo/foo2.py | 7 -
.../command_script/import/main.c | 15 -
.../functionalities/command_script/main.cpp | 69 -
.../functionalities/command_script/mysto.py | 21 -
.../functionalities/command_script/py_import | 11 -
.../functionalities/command_script/welcome.py | 34 -
.../test/functionalities/command_source/.lldb | 1 -
.../command_source/TestCommandSource.py | 46 -
.../test/functionalities/command_source/my.py | 4 -
.../completion/TestCompletion.py | 192 -
.../functionalities/conditional_break/.lldb | 7 -
.../conditional_break/Makefile | 5 -
.../conditional_break/TestConditionalBreak.py | 145 -
.../conditional_break/conditional_break.py | 37 -
.../functionalities/conditional_break/main.c | 54 -
.../connect_remote/EchoServer.py | 23 -
.../connect_remote/TestConnectRemote.py | 41 -
.../data-formatter-advanced/Makefile | 5 -
.../TestDataFormatterAdv.py | 290 -
.../data-formatter-advanced/main.cpp | 171 -
.../data-formatter-categories/Makefile | 5 -
.../TestDataFormatterCategories.py | 341 -
.../data-formatter-categories/main.cpp | 46 -
.../data-formatter-cpp/Makefile | 5 -
.../TestDataFormatterCpp.py | 281 -
.../data-formatter-cpp/main.cpp | 118 -
.../data-formatter-globals/Makefile | 5 -
.../TestDataFormatterGlobals.py | 85 -
.../data-formatter-globals/main.cpp | 27 -
.../data-formatter-named-summaries/Makefile | 5 -
.../TestDataFormatterNamedSummaries.py | 139 -
.../data-formatter-named-summaries/main.cpp | 59 -
.../data-formatter-objc/Makefile | 9 -
.../TestDataFormatterObjC.py | 552 -
.../data-formatter/data-formatter-objc/main.m | 658 -
.../data-formatter-python-synth/Makefile | 5 -
.../TestDataFormatterPythonSynth.py | 278 -
.../fooSynthProvider.py | 23 -
.../data-formatter-python-synth/ftsp.py | 32 -
.../data-formatter-python-synth/main.cpp | 67 -
.../data-formatter-script/Makefile | 5 -
.../TestDataFormatterScript.py | 184 -
.../data-formatter-script/main.cpp | 53 -
.../data-formatter-skip-summary/Makefile | 5 -
.../TestDataFormatterSkipSummary.py | 187 -
.../data-formatter-skip-summary/main.cpp | 57 -
.../data-formatter-smart-array/Makefile | 5 -
.../TestDataFormatterSmartArray.py | 363 -
.../data-formatter-smart-array/main.cpp | 65 -
.../data-formatter-stl/libcxx/list/Makefile | 8 -
.../list/TestDataFormatterLibcxxList.py | 177 -
.../data-formatter-stl/libcxx/list/main.cpp | 38 -
.../data-formatter-stl/libcxx/map/Makefile | 8 -
.../libcxx/map/TestDataFormatterLibccMap.py | 318 -
.../data-formatter-stl/libcxx/map/main.cpp | 59 -
.../data-formatter-stl/libcxx/vector/Makefile | 8 -
.../vector/TestDataFormatterLibcxxVector.py | 206 -
.../data-formatter-stl/libcxx/vector/main.cpp | 35 -
.../libstdcpp/list/Makefile | 5 -
.../list/TestDataFormatterStdList.py | 190 -
.../libstdcpp/list/main.cpp | 33 -
.../data-formatter-stl/libstdcpp/map/Makefile | 5 -
.../libstdcpp/map/TestDataFormatterStdMap.py | 328 -
.../data-formatter-stl/libstdcpp/map/main.cpp | 55 -
.../libstdcpp/vector/Makefile | 5 -
.../vector/TestDataFormatterStdVector.py | 218 -
.../libstdcpp/vector/main.cpp | 31 -
.../data-formatter-synth/Makefile | 5 -
.../TestDataFormatterSynth.py | 217 -
.../data-formatter-synth/main.cpp | 83 -
.../data-formatter/rdar-10642615/Makefile | 7 -
.../rdar-10642615/Test-rdar-10642615.py | 78 -
.../data-formatter/rdar-10642615/main.cpp | 27 -
.../data-formatter/rdar-10887661/Makefile | 5 -
.../rdar-10887661/TestRdar10887661.py | 96 -
.../rdar-10887661/fooSynthProvider.py | 21 -
.../data-formatter/rdar-10887661/main.cpp | 62 -
.../data-formatter/rdar-3534688/Makefile | 9 -
.../TestFormattersOneIsSingular.py | 109 -
.../data-formatter/rdar-3534688/main.m | 42 -
.../data-formatter/rdar-9973865/Makefile | 5 -
.../rdar-9973865/Test-rdar-9973865.py | 78 -
.../data-formatter/rdar-9973865/main.cpp | 30 -
.../data-formatter/rdar-9973992/Makefile | 5 -
.../rdar-9973992/Test-rdar-9973992.py | 92 -
.../data-formatter/rdar-9973992/main.cpp | 41 -
.../data-formatter/rdar-9974002/Makefile | 5 -
.../rdar-9974002/Test-rdar-9974002.py | 148 -
.../data-formatter/rdar-9974002/main.cpp | 30 -
lldb/test/functionalities/dead-strip/Makefile | 7 -
.../dead-strip/TestDeadStrip.py | 73 -
lldb/test/functionalities/dead-strip/cmds.txt | 4 -
lldb/test/functionalities/dead-strip/main.c | 53 -
.../embedded_interpreter/Makefile | 5 -
.../TestConvenienceVariables.py | 89 -
.../embedded_interpreter/main.c | 6 -
.../expr-doesnt-deadlock/Makefile | 5 -
.../TestExprDoesntBlock.py | 69 -
.../expr-doesnt-deadlock/locking.c | 80 -
.../functionalities/inferior-changed/Makefile | 5 -
.../inferior-changed/TestInferiorChanged.py | 90 -
.../functionalities/inferior-changed/main.c | 16 -
.../functionalities/inferior-changed/main2.c | 18 -
.../inferior-crashing/Makefile | 5 -
.../inferior-crashing/TestInferiorCrashing.py | 80 -
.../functionalities/inferior-crashing/main.c | 16 -
.../test/functionalities/load_unload/Makefile | 48 -
.../load_unload/TestLoadUnload.py | 230 -
lldb/test/functionalities/load_unload/a.c | 15 -
lldb/test/functionalities/load_unload/b.c | 13 -
lldb/test/functionalities/load_unload/c.c | 13 -
.../test/functionalities/load_unload/cmds.txt | 2 -
lldb/test/functionalities/load_unload/d.c | 13 -
lldb/test/functionalities/load_unload/main.c | 75 -
.../test/functionalities/memory/read/Makefile | 5 -
.../memory/read/TestMemoryRead.py | 108 -
.../test/functionalities/memory/read/main.cpp | 18 -
.../non-overlapping-index-variable-i/Makefile | 5 -
.../TestIndexVariable.py | 52 -
.../non-overlapping-index-variable-i/main.cpp | 51 -
.../platform/TestPlatformCommand.py | 39 -
.../functionalities/process_launch/Makefile | 7 -
.../process_launch/TestProcessLaunch.py | 185 -
.../process_launch/input-file.txt | 2 -
.../functionalities/process_launch/main.cpp | 17 -
.../process_launch/print_cwd.cpp | 13 -
lldb/test/functionalities/register/Makefile | 5 -
.../functionalities/register/TestRegisters.py | 55 -
lldb/test/functionalities/register/main.cpp | 18 -
.../functionalities/return-value/Makefile | 5 -
.../return-value/TestReturnValue.py | 219 -
.../functionalities/return-value/call-func.c | 356 -
lldb/test/functionalities/signal/Makefile | 5 -
.../functionalities/signal/TestSendSignal.py | 88 -
lldb/test/functionalities/signal/main.c | 27 -
lldb/test/functionalities/stop-hook/Makefile | 5 -
.../stop-hook/TestStopHookCmd.py | 86 -
.../stop-hook/TestStopHookMechanism.py | 96 -
lldb/test/functionalities/stop-hook/main.cpp | 54 -
.../stop-hook/multiple_threads/Makefile | 5 -
.../TestStopHookMultipleThreads.py | 76 -
.../stop-hook/multiple_threads/main.cpp | 88 -
.../functionalities/target_command/Makefile | 8 -
.../target_command/TestTargetCommand.py | 208 -
lldb/test/functionalities/target_command/a.c | 16 -
lldb/test/functionalities/target_command/b.c | 13 -
lldb/test/functionalities/target_command/c.c | 29 -
.../functionalities/target_command/globals.c | 25 -
.../functionalities/type_completion/Makefile | 5 -
.../type_completion/TestTypeCompletion.py | 141 -
.../functionalities/type_completion/main.cpp | 52 -
.../watchpoint/hello_watchlocation/Makefile | 5 -
.../hello_watchlocation/TestWatchLocation.py | 115 -
.../watchpoint/hello_watchlocation/main.cpp | 100 -
.../watchpoint/hello_watchpoint/Makefile | 5 -
.../hello_watchpoint/TestMyFirstWatchpoint.py | 95 -
.../watchpoint/hello_watchpoint/main.c | 30 -
.../watchpoint/multiple_threads/Makefile | 5 -
.../TestWatchpointMultipleThreads.py | 104 -
.../watchpoint/multiple_threads/main.cpp | 92 -
.../watchpoint/watchpoint_commands/Makefile | 5 -
.../TestWatchpointCommands.py | 377 -
.../watchpoint_commands/condition/Makefile | 5 -
.../condition/TestWatchpointConditionCmd.py | 93 -
.../watchpoint_commands/condition/main.cpp | 28 -
.../watchpoint/watchpoint_commands/main.c | 24 -
.../watchpoint_set_command/Makefile | 5 -
.../TestWatchLocationWithWatchSet.py | 104 -
.../TestWatchpointSetErrorCases.py | 77 -
.../watchpoint_set_command/main.cpp | 109 -
lldb/test/help/TestHelp.py | 137 -
lldb/test/lang/c/anonymous/Makefile | 5 -
lldb/test/lang/c/anonymous/TestAnonymous.py | 61 -
lldb/test/lang/c/anonymous/main.c | 28 -
lldb/test/lang/c/array_types/Makefile | 5 -
.../test/lang/c/array_types/TestArrayTypes.py | 221 -
lldb/test/lang/c/array_types/cmds.txt | 3 -
lldb/test/lang/c/array_types/main.c | 51 -
lldb/test/lang/c/bitfields/Makefile | 5 -
lldb/test/lang/c/bitfields/TestBitfields.py | 159 -
lldb/test/lang/c/bitfields/main.c | 47 -
lldb/test/lang/c/blocks/Makefile | 5 -
lldb/test/lang/c/blocks/TestBlocks.py | 76 -
lldb/test/lang/c/blocks/main.c | 21 -
lldb/test/lang/c/enum_types/Makefile | 5 -
lldb/test/lang/c/enum_types/TestEnumTypes.py | 74 -
lldb/test/lang/c/enum_types/main.c | 29 -
lldb/test/lang/c/forward/Makefile | 5 -
lldb/test/lang/c/forward/README.txt | 5 -
.../lang/c/forward/TestForwardDeclaration.py | 67 -
lldb/test/lang/c/forward/foo.c | 8 -
lldb/test/lang/c/forward/foo.h | 4 -
lldb/test/lang/c/forward/main.c | 18 -
lldb/test/lang/c/function_types/Makefile | 5 -
.../c/function_types/TestFunctionTypes.py | 106 -
lldb/test/lang/c/function_types/main.c | 22 -
lldb/test/lang/c/global_variables/Makefile | 8 -
.../c/global_variables/TestGlobalVariables.py | 85 -
lldb/test/lang/c/global_variables/a.c | 15 -
lldb/test/lang/c/global_variables/cmds.txt | 3 -
lldb/test/lang/c/global_variables/main.c | 23 -
lldb/test/lang/c/inlines/Makefile | 5 -
lldb/test/lang/c/inlines/inlines.c | 53 -
lldb/test/lang/c/inlines/inlines.h | 4 -
lldb/test/lang/c/recurse/Makefile | 5 -
lldb/test/lang/c/recurse/main.c | 28 -
lldb/test/lang/c/set_values/Makefile | 5 -
lldb/test/lang/c/set_values/TestSetValues.py | 142 -
lldb/test/lang/c/set_values/main.c | 116 -
lldb/test/lang/c/shared_lib/Makefile | 7 -
lldb/test/lang/c/shared_lib/TestSharedLib.py | 83 -
lldb/test/lang/c/shared_lib/foo.c | 22 -
lldb/test/lang/c/shared_lib/foo.h | 12 -
lldb/test/lang/c/shared_lib/main.c | 13 -
lldb/test/lang/c/stepping/Makefile | 5 -
.../lang/c/stepping/TestThreadStepping.py | 97 -
lldb/test/lang/c/stepping/main.c | 48 -
lldb/test/lang/c/strings/Makefile | 5 -
lldb/test/lang/c/strings/TestCStrings.py | 68 -
lldb/test/lang/c/strings/main.c | 18 -
lldb/test/lang/c/struct_types/Makefile | 5 -
.../lang/c/struct_types/TestStructTypes.py | 65 -
lldb/test/lang/c/struct_types/cmds.txt | 3 -
lldb/test/lang/c/struct_types/main.c | 23 -
lldb/test/lang/cpp/breakpoints/Makefile | 5 -
.../cpp/breakpoints/TestCPPBreakpoints.py | 104 -
lldb/test/lang/cpp/breakpoints/nested.cpp | 76 -
lldb/test/lang/cpp/class_static/Makefile | 5 -
.../cpp/class_static/TestStaticVariables.py | 150 -
lldb/test/lang/cpp/class_static/main.cpp | 53 -
lldb/test/lang/cpp/class_types/Makefile | 5 -
.../lang/cpp/class_types/TestClassTypes.py | 216 -
.../class_types/TestClassTypesDisassembly.py | 122 -
lldb/test/lang/cpp/class_types/cmds.txt | 3 -
lldb/test/lang/cpp/class_types/main.cpp | 126 -
lldb/test/lang/cpp/dynamic-value/Makefile | 5 -
.../cpp/dynamic-value/TestCppValueCast.py | 154 -
.../cpp/dynamic-value/TestDynamicValue.py | 234 -
.../lang/cpp/dynamic-value/pass-to-base.cpp | 68 -
.../lang/cpp/dynamic-value/sbvalue-cast.cpp | 80 -
lldb/test/lang/cpp/exceptions/Makefile | 5 -
.../exceptions/TestCPPExceptionBreakpoints.py | 81 -
lldb/test/lang/cpp/exceptions/exceptions.cpp | 42 -
lldb/test/lang/cpp/namespace/Makefile | 5 -
lldb/test/lang/cpp/namespace/TestNamespace.py | 115 -
lldb/test/lang/cpp/namespace/cmds.txt | 3 -
lldb/test/lang/cpp/namespace/main.cpp | 72 -
lldb/test/lang/cpp/signed_types/Makefile | 5 -
.../lang/cpp/signed_types/TestSignedTypes.py | 71 -
lldb/test/lang/cpp/signed_types/main.cpp | 31 -
lldb/test/lang/cpp/static_methods/Makefile | 5 -
.../static_methods/TestCPPStaticMethods.py | 53 -
lldb/test/lang/cpp/static_methods/main.cpp | 38 -
lldb/test/lang/cpp/stl/Makefile | 6 -
lldb/test/lang/cpp/stl/TestSTL.py | 149 -
.../lang/cpp/stl/TestStdCXXDisassembly.py | 114 -
lldb/test/lang/cpp/stl/cmds.txt | 3 -
lldb/test/lang/cpp/stl/main.cpp | 29 -
lldb/test/lang/cpp/this/Makefile | 5 -
lldb/test/lang/cpp/this/TestCPPThis.py | 73 -
lldb/test/lang/cpp/this/main.cpp | 53 -
lldb/test/lang/cpp/unique-types/Makefile | 5 -
.../lang/cpp/unique-types/TestUniqueTypes.py | 89 -
lldb/test/lang/cpp/unique-types/main.cpp | 24 -
lldb/test/lang/cpp/unsigned_types/Makefile | 5 -
.../cpp/unsigned_types/TestUnsignedTypes.py | 69 -
lldb/test/lang/cpp/unsigned_types/main.cpp | 22 -
lldb/test/lang/cpp/virtual/Makefile | 5 -
lldb/test/lang/cpp/virtual/TestVirtual.py | 86 -
lldb/test/lang/cpp/virtual/main.cpp | 112 -
lldb/test/lang/objc/forward-decl/Container.h | 13 -
lldb/test/lang/objc/forward-decl/Container.m | 27 -
lldb/test/lang/objc/forward-decl/Makefile | 9 -
.../lang/objc/forward-decl/TestForwardDecl.py | 60 -
lldb/test/lang/objc/forward-decl/main.m | 14 -
lldb/test/lang/objc/foundation/Makefile | 8 -
.../lang/objc/foundation/TestConstStrings.py | 70 -
.../foundation/TestFoundationDisassembly.py | 135 -
.../lang/objc/foundation/TestObjCMethods.py | 263 -
.../lang/objc/foundation/TestObjCMethods2.py | 251 -
.../foundation/TestObjectDescriptionAPI.py | 89 -
.../lang/objc/foundation/TestSymbolTable.py | 84 -
.../test/lang/objc/foundation/const-strings.m | 24 -
lldb/test/lang/objc/foundation/main.m | 141 -
lldb/test/lang/objc/foundation/my-base.h | 8 -
lldb/test/lang/objc/foundation/my-base.m | 10 -
.../lang/objc/hidden-ivars/InternalDefiner.h | 10 -
.../lang/objc/hidden-ivars/InternalDefiner.m | 18 -
lldb/test/lang/objc/hidden-ivars/Makefile | 9 -
.../lang/objc/hidden-ivars/TestHiddenIvars.py | 93 -
lldb/test/lang/objc/hidden-ivars/main.m | 33 -
.../lang/objc/objc-builtin-types/Makefile | 5 -
.../TestObjCBuiltinTypes.py | 71 -
.../lang/objc/objc-builtin-types/main.cpp | 9 -
lldb/test/lang/objc/objc-checker/Makefile | 6 -
.../objc/objc-checker/TestObjCCheckers.py | 87 -
lldb/test/lang/objc/objc-checker/main.m | 30 -
.../test/lang/objc/objc-class-method/Makefile | 6 -
.../objc-class-method/TestObjCClassMethod.py | 71 -
lldb/test/lang/objc/objc-class-method/class.m | 24 -
.../lang/objc/objc-dynamic-value/Makefile | 6 -
.../TestObjCDynamicValue.py | 191 -
.../objc/objc-dynamic-value/dynamic-value.m | 147 -
.../test/lang/objc/objc-ivar-offsets/Makefile | 6 -
.../objc-ivar-offsets/TestObjCIvarOffsets.py | 89 -
lldb/test/lang/objc/objc-ivar-offsets/main.m | 15 -
.../objc-ivar-offsets/objc-ivar-offsets.h | 27 -
.../objc-ivar-offsets/objc-ivar-offsets.m | 19 -
lldb/test/lang/objc/objc-new-syntax/Makefile | 7 -
.../objc/objc-new-syntax/TestObjCNewSyntax.py | 124 -
lldb/test/lang/objc/objc-new-syntax/main.m | 19 -
lldb/test/lang/objc/objc-optimized/Makefile | 8 -
.../objc/objc-optimized/TestObjcOptimized.py | 65 -
lldb/test/lang/objc/objc-optimized/main.m | 44 -
lldb/test/lang/objc/objc-property/Makefile | 6 -
.../objc/objc-property/TestObjCProperty.py | 131 -
lldb/test/lang/objc/objc-property/main.m | 91 -
.../lang/objc/objc-static-method/Makefile | 6 -
.../TestObjCStaticMethod.py | 78 -
.../lang/objc/objc-static-method/static.m | 29 -
lldb/test/lang/objc/objc-stepping/Makefile | 6 -
.../objc/objc-stepping/TestObjCStepping.py | 163 -
.../lang/objc/objc-stepping/stepping-tests.m | 133 -
lldb/test/lang/objc/print-obj/Makefile | 6 -
lldb/test/lang/objc/print-obj/TestPrintObj.py | 104 -
lldb/test/lang/objc/print-obj/blocked.m | 73 -
lldb/test/lang/objc/radar-9691614/Makefile | 7 -
.../TestObjCMethodReturningBOOL.py | 63 -
lldb/test/lang/objc/radar-9691614/main.m | 67 -
lldb/test/lang/objc/rdar-10967107/Makefile | 7 -
.../objc/rdar-10967107/TestRdar10967107.py | 61 -
lldb/test/lang/objc/rdar-10967107/main.m | 13 -
lldb/test/lang/objc/real-definition/Bar.h | 12 -
lldb/test/lang/objc/real-definition/Bar.m | 43 -
lldb/test/lang/objc/real-definition/Foo.h | 11 -
lldb/test/lang/objc/real-definition/Foo.m | 25 -
lldb/test/lang/objc/real-definition/Makefile | 6 -
.../real-definition/TestRealDefinition.py | 118 -
lldb/test/lang/objc/real-definition/main.m | 13 -
lldb/test/lang/objc/sample/Makefile | 6 -
lldb/test/lang/objc/sample/main.m | 70 -
lldb/test/lang/objc/self/Makefile | 6 -
lldb/test/lang/objc/self/TestObjCSelf.py | 57 -
lldb/test/lang/objc/self/main.m | 54 -
lldb/test/lldbbench.py | 112 -
lldb/test/lldbtest.py | 1289 -
lldb/test/lldbutil.py | 657 -
lldb/test/logging/Makefile | 5 -
lldb/test/logging/TestLogging.py | 98 -
lldb/test/logging/main.cpp | 62 -
.../macosx/debug-info/apple_types/Makefile | 6 -
.../apple_types/TestAppleTypesIsProduced.py | 87 -
.../test/macosx/debug-info/apple_types/main.c | 27 -
lldb/test/macosx/order/Makefile | 7 -
lldb/test/macosx/order/TestOrderFile.py | 52 -
lldb/test/macosx/order/cmds.txt | 3 -
lldb/test/macosx/order/main.c | 54 -
lldb/test/macosx/order/order-file | 4 -
lldb/test/macosx/universal/Makefile | 19 -
lldb/test/macosx/universal/TestUniversal.py | 114 -
lldb/test/macosx/universal/main.c | 7 -
lldb/test/make/Makefile.rules | 310 -
lldb/test/pexpect-2.4/ANSI.py | 334 -
lldb/test/pexpect-2.4/FSM.py | 331 -
lldb/test/pexpect-2.4/INSTALL | 31 -
lldb/test/pexpect-2.4/LICENSE | 21 -
lldb/test/pexpect-2.4/PKG-INFO | 10 -
lldb/test/pexpect-2.4/README | 45 -
lldb/test/pexpect-2.4/doc/clean.css | 103 -
lldb/test/pexpect-2.4/doc/email.png | Bin 322 -> 0 bytes
lldb/test/pexpect-2.4/doc/examples.html | 135 -
lldb/test/pexpect-2.4/doc/index.html | 868 -
lldb/test/pexpect-2.4/doc/index.template.html | 868 -
lldb/test/pexpect-2.4/examples/README | 72 -
lldb/test/pexpect-2.4/examples/astat.py | 74 -
lldb/test/pexpect-2.4/examples/bd_client.py | 38 -
lldb/test/pexpect-2.4/examples/bd_serv.py | 316 -
lldb/test/pexpect-2.4/examples/cgishell.cgi | 762 -
lldb/test/pexpect-2.4/examples/chess.py | 131 -
lldb/test/pexpect-2.4/examples/chess2.py | 131 -
lldb/test/pexpect-2.4/examples/chess3.py | 138 -
lldb/test/pexpect-2.4/examples/df.py | 34 -
.../pexpect-2.4/examples/fix_cvs_files.py | 95 -
lldb/test/pexpect-2.4/examples/ftp.py | 47 -
lldb/test/pexpect-2.4/examples/hive.py | 437 -
lldb/test/pexpect-2.4/examples/monitor.py | 208 -
lldb/test/pexpect-2.4/examples/passmass.py | 90 -
lldb/test/pexpect-2.4/examples/python.py | 22 -
lldb/test/pexpect-2.4/examples/rippy.py | 993 -
lldb/test/pexpect-2.4/examples/script.py | 103 -
lldb/test/pexpect-2.4/examples/ssh_session.py | 94 -
lldb/test/pexpect-2.4/examples/ssh_tunnel.py | 72 -
lldb/test/pexpect-2.4/examples/sshls.py | 56 -
.../test/pexpect-2.4/examples/table_test.html | 106 -
lldb/test/pexpect-2.4/examples/topip.py | 267 -
lldb/test/pexpect-2.4/examples/uptime.py | 57 -
lldb/test/pexpect-2.4/fdpexpect.py | 82 -
lldb/test/pexpect-2.4/pexpect.py | 1850 -
lldb/test/pexpect-2.4/pxssh.py | 311 -
lldb/test/pexpect-2.4/screen.py | 380 -
lldb/test/pexpect-2.4/setup.py | 39 -
lldb/test/plugins/builder_base.py | 109 -
lldb/test/plugins/builder_darwin.py | 25 -
lldb/test/plugins/builder_linux2.py | 4 -
.../python_api/debugger/TestDebuggerAPI.py | 38 -
.../TestDefaultConstructorForAPIObjects.py | 373 -
.../default-constructor/sb_address.py | 22 -
.../default-constructor/sb_block.py | 17 -
.../default-constructor/sb_breakpoint.py | 35 -
.../sb_breakpointlocation.py | 28 -
.../default-constructor/sb_broadcaster.py | 20 -
.../default-constructor/sb_communication.py | 28 -
.../default-constructor/sb_compileunit.py | 15 -
.../default-constructor/sb_debugger.py | 56 -
.../default-constructor/sb_error.py | 22 -
.../default-constructor/sb_event.py | 17 -
.../default-constructor/sb_filespec.py | 14 -
.../default-constructor/sb_frame.py | 37 -
.../default-constructor/sb_function.py | 19 -
.../default-constructor/sb_inputreader.py | 13 -
.../default-constructor/sb_instruction.py | 16 -
.../default-constructor/sb_instructionlist.py | 17 -
.../default-constructor/sb_lineentry.py | 14 -
.../default-constructor/sb_listener.py | 23 -
.../default-constructor/sb_module.py | 29 -
.../default-constructor/sb_process.py | 48 -
.../default-constructor/sb_section.py | 22 -
.../default-constructor/sb_stringlist.py | 17 -
.../default-constructor/sb_symbol.py | 16 -
.../default-constructor/sb_symbolcontext.py | 15 -
.../default-constructor/sb_target.py | 64 -
.../default-constructor/sb_thread.py | 37 -
.../python_api/default-constructor/sb_type.py | 22 -
.../default-constructor/sb_value.py | 66 -
.../default-constructor/sb_valuelist.py | 14 -
.../default-constructor/sb_watchpoint.py | 22 -
.../TestDisassembleRawData.py | 45 -
.../TestDisassemble_VST1_64.py | 64 -
lldb/test/python_api/event/Makefile | 5 -
lldb/test/python_api/event/TestEvents.py | 306 -
lldb/test/python_api/event/main.c | 49 -
lldb/test/python_api/formatters/Makefile | 5 -
.../formatters/TestFormattersSBAPI.py | 359 -
lldb/test/python_api/formatters/jas_synth.py | 24 -
lldb/test/python_api/formatters/main.cpp | 40 -
lldb/test/python_api/frame/Makefile | 5 -
lldb/test/python_api/frame/TestFrames.py | 224 -
lldb/test/python_api/frame/inlines/Makefile | 5 -
.../frame/inlines/TestInlinedFrame.py | 95 -
lldb/test/python_api/frame/inlines/inlines.c | 53 -
lldb/test/python_api/frame/inlines/inlines.h | 4 -
lldb/test/python_api/frame/main.c | 58 -
lldb/test/python_api/function_symbol/Makefile | 5 -
.../function_symbol/TestDisasmAPI.py | 127 -
.../function_symbol/TestSymbolAPI.py | 96 -
lldb/test/python_api/function_symbol/main.c | 60 -
lldb/test/python_api/hello_world/Makefile | 7 -
.../python_api/hello_world/TestHelloWorld.py | 198 -
lldb/test/python_api/hello_world/main.c | 15 -
lldb/test/python_api/interpreter/Makefile | 5 -
.../interpreter/TestCommandInterpreterAPI.py | 91 -
lldb/test/python_api/interpreter/main.c | 6 -
lldb/test/python_api/lldbutil/frame/Makefile | 6 -
.../lldbutil/frame/TestFrameUtils.py | 66 -
lldb/test/python_api/lldbutil/frame/main.c | 47 -
lldb/test/python_api/lldbutil/iter/Makefile | 6 -
.../lldbutil/iter/TestLLDBIterator.py | 134 -
.../lldbutil/iter/TestRegistersIterator.py | 92 -
lldb/test/python_api/lldbutil/iter/main.cpp | 128 -
.../test/python_api/lldbutil/process/Makefile | 6 -
.../lldbutil/process/TestPrintStackTraces.py | 58 -
.../test/python_api/lldbutil/process/main.cpp | 128 -
lldb/test/python_api/module_section/Makefile | 6 -
.../module_section/TestModuleAndSection.py | 139 -
lldb/test/python_api/module_section/b.cpp | 3 -
lldb/test/python_api/module_section/c.cpp | 3 -
lldb/test/python_api/module_section/main.cpp | 128 -
lldb/test/python_api/process/Makefile | 5 -
.../test/python_api/process/TestProcessAPI.py | 318 -
lldb/test/python_api/process/io/Makefile | 6 -
.../python_api/process/io/TestProcessIO.py | 68 -
lldb/test/python_api/process/io/main.c | 14 -
lldb/test/python_api/process/main.cpp | 31 -
lldb/test/python_api/sbdata/Makefile | 5 -
lldb/test/python_api/sbdata/TestSBData.py | 317 -
lldb/test/python_api/sbdata/main.cpp | 43 -
lldb/test/python_api/symbol-context/Makefile | 5 -
.../symbol-context/TestSymbolContext.py | 104 -
lldb/test/python_api/symbol-context/main.c | 51 -
lldb/test/python_api/target/Makefile | 5 -
lldb/test/python_api/target/TestTargetAPI.py | 314 -
lldb/test/python_api/target/main.c | 59 -
lldb/test/python_api/thread/Makefile | 5 -
lldb/test/python_api/thread/TestThreadAPI.py | 293 -
lldb/test/python_api/thread/main.cpp | 26 -
lldb/test/python_api/thread/main2.cpp | 54 -
lldb/test/python_api/type/Makefile | 5 -
lldb/test/python_api/type/TestTypeList.py | 123 -
lldb/test/python_api/type/main.cpp | 49 -
lldb/test/python_api/value/Makefile | 5 -
lldb/test/python_api/value/TestValueAPI.py | 145 -
.../python_api/value/change_values/Makefile | 5 -
.../value/change_values/TestChangeValueAPI.py | 151 -
.../python_api/value/change_values/main.c | 29 -
.../python_api/value/linked_list/Makefile | 5 -
.../linked_list/TestValueAPILinkedList.py | 150 -
.../python_api/value/linked_list/main.cpp | 56 -
lldb/test/python_api/value/main.c | 42 -
lldb/test/python_api/watchpoint/Makefile | 5 -
.../watchpoint/TestSetWatchpoint.py | 106 -
.../watchpoint/TestWatchpointIgnoreCount.py | 102 -
.../watchpoint/TestWatchpointIter.py | 127 -
.../python_api/watchpoint/condition/Makefile | 5 -
.../condition/TestWatchpointConditionAPI.py | 103 -
.../python_api/watchpoint/condition/main.cpp | 28 -
lldb/test/python_api/watchpoint/main.c | 24 -
.../watchpoint/watchlocation/Makefile | 5 -
.../watchlocation/TestSetWatchlocation.py | 103 -
.../watchlocation/TestTargetWatchAddress.py | 103 -
.../watchpoint/watchlocation/main.cpp | 98 -
lldb/test/redo.py | 164 -
lldb/test/settings/Makefile | 5 -
lldb/test/settings/TestSettings.py | 331 -
lldb/test/settings/main.cpp | 70 -
lldb/test/source-manager/Makefile | 5 -
lldb/test/source-manager/TestSourceManager.py | 191 -
lldb/test/source-manager/main.c | 6 -
lldb/test/terminal/TestSTTYBeforeAndAfter.py | 124 -
lldb/test/types/AbstractBase.py | 242 -
lldb/test/types/HideTestFailures.py | 143 -
lldb/test/types/Makefile | 7 -
lldb/test/types/TestFloatTypes.py | 54 -
lldb/test/types/TestFloatTypesExpr.py | 57 -
lldb/test/types/TestIntegerTypes.py | 193 -
lldb/test/types/TestIntegerTypesExpr.py | 193 -
lldb/test/types/basic_type.cpp | 211 -
lldb/test/types/char.cpp | 9 -
lldb/test/types/double.cpp | 9 -
lldb/test/types/float.cpp | 9 -
lldb/test/types/int.cpp | 9 -
lldb/test/types/long.cpp | 18 -
lldb/test/types/long_long.cpp | 18 -
lldb/test/types/short.cpp | 9 -
lldb/test/types/unsigned_char.cpp | 9 -
lldb/test/types/unsigned_int.cpp | 9 -
lldb/test/types/unsigned_long.cpp | 18 -
lldb/test/types/unsigned_long_long.cpp | 18 -
lldb/test/types/unsigned_short.cpp | 9 -
lldb/test/unittest2/__init__.py | 68 -
lldb/test/unittest2/__main__.py | 10 -
lldb/test/unittest2/case.py | 1084 -
lldb/test/unittest2/collector.py | 9 -
lldb/test/unittest2/compatibility.py | 64 -
lldb/test/unittest2/loader.py | 322 -
lldb/test/unittest2/main.py | 241 -
lldb/test/unittest2/result.py | 183 -
lldb/test/unittest2/runner.py | 206 -
lldb/test/unittest2/signals.py | 57 -
lldb/test/unittest2/suite.py | 287 -
lldb/test/unittest2/test/__init__.py | 1 -
lldb/test/unittest2/test/dummy.py | 0
lldb/test/unittest2/test/support.py | 177 -
lldb/test/unittest2/test/test_assertions.py | 254 -
lldb/test/unittest2/test/test_break.py | 260 -
lldb/test/unittest2/test/test_case.py | 1065 -
lldb/test/unittest2/test/test_discovery.py | 371 -
.../unittest2/test/test_functiontestcase.py | 149 -
lldb/test/unittest2/test/test_loader.py | 1286 -
lldb/test/unittest2/test/test_new_tests.py | 46 -
lldb/test/unittest2/test/test_program.py | 239 -
lldb/test/unittest2/test/test_result.py | 416 -
lldb/test/unittest2/test/test_runner.py | 129 -
lldb/test/unittest2/test/test_setups.py | 502 -
lldb/test/unittest2/test/test_skipping.py | 143 -
lldb/test/unittest2/test/test_suite.py | 341 -
.../unittest2/test/test_unittest2_with.py | 143 -
lldb/test/unittest2/util.py | 99 -
lldb/test/warnings/uuid/Makefile | 5 -
.../warnings/uuid/TestUUIDMismatchWanring.py | 113 -
lldb/test/warnings/uuid/main.cpp.template | 19 -
lldb/tools/Makefile | 13 -
lldb/tools/darwin-debug/darwin-debug.cpp | 322 -
lldb/tools/darwin-threads/examine-threads.c | 426 -
lldb/tools/debugserver/debugnub-exports | 2 -
.../debugserver.xcodeproj/project.pbxproj | 736 -
.../contents.xcworkspacedata | 7 -
.../xcschemes/debugserver.xcscheme | 111 -
.../resources/lldb-debugserver-Info.plist | 21 -
.../debugserver/scripts/dbgnub-config.pl | 71 -
.../debugserver/source/ARM_DWARF_Registers.h | 190 -
.../debugserver/source/ARM_GCC_Registers.h | 35 -
lldb/tools/debugserver/source/ChangeLog | 1515 -
lldb/tools/debugserver/source/DNB.cpp | 2104 --
lldb/tools/debugserver/source/DNB.h | 162 -
lldb/tools/debugserver/source/DNBArch.cpp | 99 -
lldb/tools/debugserver/source/DNBArch.h | 93 -
.../debugserver/source/DNBBreakpoint.cpp | 303 -
lldb/tools/debugserver/source/DNBBreakpoint.h | 159 -
lldb/tools/debugserver/source/DNBDataRef.cpp | 485 -
lldb/tools/debugserver/source/DNBDataRef.h | 111 -
lldb/tools/debugserver/source/DNBDefs.h | 362 -
lldb/tools/debugserver/source/DNBError.cpp | 108 -
lldb/tools/debugserver/source/DNBError.h | 96 -
lldb/tools/debugserver/source/DNBLog.cpp | 354 -
lldb/tools/debugserver/source/DNBLog.h | 97 -
.../debugserver/source/DNBRegisterInfo.cpp | 220 -
.../debugserver/source/DNBRegisterInfo.h | 31 -
.../debugserver/source/DNBRuntimeAction.h | 25 -
.../source/DNBThreadResumeActions.cpp | 116 -
.../source/DNBThreadResumeActions.h | 102 -
lldb/tools/debugserver/source/DNBTimer.h | 162 -
.../debugserver/source/FunctionProfiler.cpp | 288 -
.../debugserver/source/FunctionProfiler.h | 70 -
.../debugserver/source/MacOSX/CFBundle.cpp | 87 -
.../debugserver/source/MacOSX/CFBundle.h | 37 -
.../debugserver/source/MacOSX/CFData.cpp | 85 -
lldb/tools/debugserver/source/MacOSX/CFData.h | 39 -
.../debugserver/source/MacOSX/CFString.cpp | 201 -
.../debugserver/source/MacOSX/CFString.h | 43 -
.../tools/debugserver/source/MacOSX/CFUtils.h | 81 -
lldb/tools/debugserver/source/MacOSX/HasAVX.h | 27 -
lldb/tools/debugserver/source/MacOSX/HasAVX.s | 50 -
.../debugserver/source/MacOSX/MachDYLD.cpp | 679 -
.../debugserver/source/MacOSX/MachDYLD.h | 145 -
.../source/MacOSX/MachException.cpp | 566 -
.../debugserver/source/MacOSX/MachException.h | 134 -
.../debugserver/source/MacOSX/MachProcess.cpp | 2148 --
.../debugserver/source/MacOSX/MachProcess.h | 286 -
.../debugserver/source/MacOSX/MachTask.cpp | 805 -
.../debugserver/source/MacOSX/MachTask.h | 130 -
.../debugserver/source/MacOSX/MachThread.cpp | 745 -
.../debugserver/source/MacOSX/MachThread.h | 141 -
.../source/MacOSX/MachThreadList.cpp | 524 -
.../source/MacOSX/MachThreadList.h | 71 -
.../source/MacOSX/MachVMMemory.cpp | 223 -
.../debugserver/source/MacOSX/MachVMMemory.h | 41 -
.../source/MacOSX/MachVMRegion.cpp | 202 -
.../debugserver/source/MacOSX/MachVMRegion.h | 77 -
.../source/MacOSX/arm/DNBArchImpl.cpp | 3292 --
.../source/MacOSX/arm/DNBArchImpl.h | 274 -
.../debugserver/source/MacOSX/dbgnub-mig.defs | 16 -
.../source/MacOSX/i386/DNBArchImplI386.cpp | 1572 -
.../source/MacOSX/i386/DNBArchImplI386.h | 239 -
.../MacOSX/i386/MachRegisterStatesI386.h | 180 -
.../source/MacOSX/ppc/DNBArchImpl.cpp | 569 -
.../source/MacOSX/ppc/DNBArchImpl.h | 179 -
.../debugserver/source/MacOSX/stack_logging.h | 122 -
.../MacOSX/x86_64/DNBArchImplX86_64.cpp | 1891 -
.../source/MacOSX/x86_64/DNBArchImplX86_64.h | 246 -
.../MacOSX/x86_64/MachRegisterStatesX86_64.h | 210 -
.../debugserver/source/PThreadCondition.h | 53 -
.../tools/debugserver/source/PThreadEvent.cpp | 227 -
lldb/tools/debugserver/source/PThreadEvent.h | 59 -
.../tools/debugserver/source/PThreadMutex.cpp | 84 -
lldb/tools/debugserver/source/PThreadMutex.h | 148 -
.../debugserver/source/ProfileObjectiveC.cpp | 393 -
.../debugserver/source/ProfileObjectiveC.h | 82 -
.../debugserver/source/PseudoTerminal.cpp | 227 -
.../tools/debugserver/source/PseudoTerminal.h | 94 -
lldb/tools/debugserver/source/RNBContext.cpp | 251 -
lldb/tools/debugserver/source/RNBContext.h | 147 -
lldb/tools/debugserver/source/RNBDefs.h | 76 -
lldb/tools/debugserver/source/RNBRemote.cpp | 3580 --
lldb/tools/debugserver/source/RNBRemote.h | 363 -
lldb/tools/debugserver/source/RNBServices.cpp | 146 -
lldb/tools/debugserver/source/RNBServices.h | 29 -
lldb/tools/debugserver/source/RNBSocket.cpp | 328 -
lldb/tools/debugserver/source/RNBSocket.h | 76 -
lldb/tools/debugserver/source/SysSignal.cpp | 66 -
lldb/tools/debugserver/source/SysSignal.h | 23 -
lldb/tools/debugserver/source/TTYState.cpp | 122 -
lldb/tools/debugserver/source/TTYState.h | 61 -
.../source/com.apple.debugserver-secure.plist | 15 -
.../com.apple.debugserver.applist.plist | 16 -
.../source/com.apple.debugserver.plist | 15 -
.../source/debugserver-entitlements.plist | 14 -
lldb/tools/debugserver/source/debugserver.cpp | 1464 -
lldb/tools/driver/Driver.cpp | 1546 -
lldb/tools/driver/Driver.h | 192 -
lldb/tools/driver/IOChannel.cpp | 598 -
lldb/tools/driver/IOChannel.h | 156 -
lldb/tools/driver/Makefile | 30 -
lldb/tools/driver/lldb-Info.plist | 21 -
lldb/tools/install-headers/Makefile | 17 -
lldb/tools/lldb-platform/Makefile | 23 -
lldb/tools/lldb-platform/lldb-platform.cpp | 229 -
lldb/utils/git-svn/convert.py | 65 -
lldb/utils/misc/grep-svn-log.py | 85 -
lldb/utils/test/README-disasm | 406 -
lldb/utils/test/README-lldb-disasm | 94 -
lldb/utils/test/README-run-until-faulted | 18 -
lldb/utils/test/disasm.py | 198 -
lldb/utils/test/lldb-disasm.py | 243 -
lldb/utils/test/llvm-mc-shell.py | 100 -
lldb/utils/test/main.c | 14 -
lldb/utils/test/ras.py | 176 -
lldb/utils/test/run-dis.py | 125 -
lldb/utils/test/run-until-faulted.py | 111 -
lldb/www/architecture.html | 264 -
lldb/www/build.html | 132 -
lldb/www/customization.html | 33 -
lldb/www/docs.html | 33 -
lldb/www/download.html | 47 -
lldb/www/faq.html | 30 -
lldb/www/features.html | 60 -
lldb/www/formats.html | 258 -
lldb/www/goals.html | 63 -
lldb/www/index.html | 126 -
lldb/www/lldb-gdb.html | 884 -
lldb/www/python-reference.html | 478 -
lldb/www/scripting.html | 586 -
lldb/www/sidebar.incl | 51 -
lldb/www/status.html | 61 -
lldb/www/style.css | 161 -
lldb/www/tutorial.html | 715 -
lldb/www/varformats.html | 1290 -
polly/CMakeLists.txt | 179 -
polly/CREDITS.txt | 30 -
polly/LICENSE.txt | 61 -
polly/Makefile | 17 -
polly/Makefile.common.in | 34 -
polly/Makefile.config.in | 42 -
polly/README | 10 -
polly/autoconf/AutoRegen.sh | 33 -
polly/autoconf/LICENSE.TXT | 24 -
polly/autoconf/aclocal.m4 | 75 -
polly/autoconf/config.guess | 1388 -
polly/autoconf/config.sub | 1489 -
polly/autoconf/configure.ac | 114 -
polly/autoconf/configure.bak | 65 -
polly/autoconf/m4/find_lib_and_headers.m4 | 46 -
polly/cmake/FindCloog.cmake | 19 -
polly/cmake/FindGmp.cmake | 19 -
polly/cmake/FindIsl.cmake | 19 -
polly/cmake/FindOpenScop.cmake | 19 -
polly/cmake/FindSCoPLib.cmake | 19 -
polly/configure | 4088 ---
polly/docs/index.html | 6 -
polly/docs/polly.png | Bin 15526 -> 0 bytes
polly/docs/polly.svg | 149 -
polly/include/CMakeLists.txt | 1 -
polly/include/polly/CMakeLists.txt | 9 -
polly/include/polly/Cloog.h | 69 -
polly/include/polly/CodeGeneration.h | 20 -
polly/include/polly/Config/config.h.cmake | 19 -
polly/include/polly/Config/config.h.in | 28 -
polly/include/polly/Dependences.h | 131 -
polly/include/polly/LinkAllPasses.h | 130 -
polly/include/polly/LoopGenerators.h | 108 -
polly/include/polly/MayAliasSet.h | 157 -
polly/include/polly/RegisterPasses.h | 27 -
polly/include/polly/ScheduleOptimizer.h | 19 -
polly/include/polly/ScopDetection.h | 279 -
polly/include/polly/ScopInfo.h | 634 -
polly/include/polly/ScopLib.h | 72 -
polly/include/polly/ScopPass.h | 64 -
polly/include/polly/Support/GICHelper.h | 50 -
polly/include/polly/Support/SCEVValidator.h | 36 -
polly/include/polly/Support/ScopHelper.h | 85 -
polly/include/polly/TempScopInfo.h | 298 -
polly/lib/Analysis/CMakeLists.txt | 8 -
polly/lib/Analysis/Dependences.cpp | 277 -
polly/lib/Analysis/Makefile | 17 -
polly/lib/Analysis/ScopDetection.cpp | 612 -
polly/lib/Analysis/ScopGraphPrinter.cpp | 216 -
polly/lib/Analysis/ScopInfo.cpp | 1020 -
polly/lib/Analysis/ScopPass.cpp | 42 -
polly/lib/Analysis/TempScopInfo.cpp | 319 -
polly/lib/CMakeLists.txt | 47 -
polly/lib/Cloog.cpp | 335 -
polly/lib/CodeGen/CMakeLists.txt | 4 -
polly/lib/CodeGen/CodeGeneration.cpp | 1768 -
polly/lib/CodeGen/LoopGenerators.cpp | 335 -
polly/lib/CodeGen/Makefile | 16 -
polly/lib/CodePreparation.cpp | 174 -
polly/lib/DeadCodeElimination.cpp | 75 -
polly/lib/Exchange/CMakeLists.txt | 18 -
polly/lib/Exchange/JSONExporter.cpp | 341 -
polly/lib/Exchange/Makefile | 16 -
polly/lib/Exchange/OpenScopExporter.cpp | 587 -
polly/lib/Exchange/OpenScopImporter.cpp | 252 -
polly/lib/Exchange/ScopLib.cpp | 756 -
polly/lib/Exchange/ScopLibExporter.cpp | 99 -
polly/lib/Exchange/ScopLibImporter.cpp | 120 -
polly/lib/IndVarSimplify.cpp | 2003 --
polly/lib/IndependentBlocks.cpp | 556 -
polly/lib/JSON/CMakeLists.txt | 6 -
polly/lib/JSON/LICENSE.txt | 1 -
polly/lib/JSON/Makefile | 16 -
polly/lib/JSON/include/json/autolink.h | 19 -
polly/lib/JSON/include/json/config.h | 43 -
polly/lib/JSON/include/json/features.h | 42 -
polly/lib/JSON/include/json/forwards.h | 39 -
polly/lib/JSON/include/json/json.h | 10 -
polly/lib/JSON/include/json/reader.h | 196 -
polly/lib/JSON/include/json/value.h | 1069 -
polly/lib/JSON/include/json/writer.h | 174 -
polly/lib/JSON/json_batchallocator.h | 125 -
polly/lib/JSON/json_internalarray.inl | 448 -
polly/lib/JSON/json_internalmap.inl | 607 -
polly/lib/JSON/json_reader.cpp | 890 -
polly/lib/JSON/json_value.cpp | 1727 -
polly/lib/JSON/json_valueiterator.inl | 292 -
polly/lib/JSON/json_writer.cpp | 829 -
polly/lib/JSON/sconscript | 8 -
polly/lib/Makefile | 95 -
polly/lib/MayAliasSet.cpp | 47 -
polly/lib/Pocc.cpp | 282 -
polly/lib/RegionSimplify.cpp | 222 -
polly/lib/RegisterPasses.cpp | 269 -
polly/lib/ScheduleOptimizer.cpp | 567 -
polly/lib/Support/CMakeLists.txt | 5 -
polly/lib/Support/GICHelper.cpp | 112 -
polly/lib/Support/Makefile | 16 -
polly/lib/Support/SCEVValidator.cpp | 332 -
polly/lib/Support/ScopHelper.cpp | 247 -
polly/test/CMakeLists.txt | 72 -
polly/test/Cloog/ambigous_schedule.ll | 118 -
...us_schedule___%for.cond---%for.end30.jscop | 28 -
polly/test/CodeGen/20100617.ll | 20 -
polly/test/CodeGen/20100622.ll | 44 -
polly/test/CodeGen/20100707.ll | 28 -
polly/test/CodeGen/20100707_2.ll | 116 -
polly/test/CodeGen/20100708.ll | 19 -
polly/test/CodeGen/20100708_2.ll | 29 -
polly/test/CodeGen/20100713.ll | 35 -
polly/test/CodeGen/20100713_2.ll | 35 -
polly/test/CodeGen/20100717.ll | 40 -
polly/test/CodeGen/20100718-DomInfo-2.ll | 36 -
polly/test/CodeGen/20100718-DomInfo.ll | 29 -
.../CodeGen/20100720-MultipleConditions.c | 23 -
.../CodeGen/20100720-MultipleConditions.ll | 73 -
.../test/CodeGen/20100809-IndependentBlock.ll | 31 -
...0100811-ScalarDependencyBetweenBrAndCnd.ll | 30 -
polly/test/CodeGen/20101030-Overflow.ll | 22 -
polly/test/CodeGen/20101103-Overflow3.ll | 24 -
polly/test/CodeGen/20101103-signmissmatch.ll | 38 -
.../test/CodeGen/20110226-Ignore-Dead-Code.ll | 60 -
.../test/CodeGen/20110226-PHI-Node-removed.ll | 30 -
.../CodeGen/20110312-Fail-without-basicaa.ll | 28 -
polly/test/CodeGen/20120316-InvalidCast.ll | 20 -
.../CodeGen/20120403-RHS-type-mismatch.ll | 27 -
.../MemAccess/codegen_constant_offset.c | 8 -
.../MemAccess/codegen_constant_offset.ll | 34 -
...nstant_offset___%for.cond---%for.end.jscop | 25 -
...t___%for.cond---%for.end.jscop.transformed | 25 -
polly/test/CodeGen/MemAccess/codegen_simple.c | 8 -
.../test/CodeGen/MemAccess/codegen_simple.ll | 34 -
...odegen_simple___%for.cond---%for.end.jscop | 25 -
...e___%for.cond---%for.end.jscop.transformed | 25 -
.../CodeGen/MemAccess/codegen_simple_md.c | 9 -
.../CodeGen/MemAccess/codegen_simple_md.ll | 64 -
...en_simple_md___%for.cond---%for.end6.jscop | 17 -
...nd---%for.end6.jscop.transformed+withconst | 17 -
...--%for.end6.jscop.transformed+withoutconst | 17 -
polly/test/CodeGen/MemAccess/simple.c | 17 -
polly/test/CodeGen/MemAccess/simple.ll | 47 -
.../simple___%for.cond---%for.end.jscop | 17 -
...e___%for.cond---%for.end.jscop.transformed | 17 -
.../simple___%for.cond4---%for.end14.jscop | 17 -
..._%for.cond4---%for.end14.jscop.transformed | 17 -
.../test/CodeGen/MemAccess/simple_analyze.ll | 48 -
.../CodeGen/OpenMP/20120330-argument-use.c | 28 -
.../CodeGen/OpenMP/20120330-argument-use.ll | 41 -
polly/test/CodeGen/OpenMP/add_memref.c | 10 -
polly/test/CodeGen/OpenMP/add_memref.ll | 29 -
polly/test/CodeGen/OpenMP/extract_memref.c | 17 -
polly/test/CodeGen/OpenMP/extract_memref.ll | 39 -
.../CodeGen/OpenMP/invalidate_subfn_scops.c | 11 -
.../CodeGen/OpenMP/invalidate_subfn_scops.ll | 38 -
polly/test/CodeGen/OpenMP/parallel_loop.c | 21 -
polly/test/CodeGen/OpenMP/parallel_loop.ll | 186 -
.../parallel_loop___%bb18---%bb50.jscop | 42 -
.../parallel_loop___%bb18---%bb50.jscop.tiled | 42 -
.../CodeGen/OpenMP/parallel_loop_simple.c | 15 -
.../CodeGen/OpenMP/parallel_loop_simple.ll | 56 -
.../CodeGen/OpenMP/parallel_loop_simple2.c | 15 -
.../CodeGen/OpenMP/parallel_loop_simple2.ll | 64 -
.../test/CodeGen/OpenMP/simple_nested_loop.c | 22 -
.../test/CodeGen/OpenMP/simple_nested_loop.ll | 67 -
polly/test/CodeGen/OpenMP/structnames.c | 26 -
polly/test/CodeGen/OpenMP/structnames.ll | 77 -
polly/test/CodeGen/OpenMP/two_loop.c | 24 -
polly/test/CodeGen/OpenMP/two_loop.ll | 56 -
polly/test/CodeGen/PHIInExit.ll | 77 -
polly/test/CodeGen/constant_condition.c | 23 -
polly/test/CodeGen/constant_condition.ll | 32 -
polly/test/CodeGen/do_pluto_matmult.c | 74 -
polly/test/CodeGen/do_pluto_matmult.ll | 229 -
polly/test/CodeGen/do_pluto_matmult.ll.result | 36 -
...pluto_matmult___%do.body---%do.end45.jscop | 25 -
...%do.body---%do.end45.jscop.invalid_reverse | 25 -
...__%do.body---%do.end45.jscop.valid_reverse | 25 -
polly/test/CodeGen/loop_with_condition.c | 39 -
polly/test/CodeGen/loop_with_condition.ll | 140 -
polly/test/CodeGen/loop_with_condition_2.ll | 141 -
polly/test/CodeGen/loop_with_condition_ineq.c | 39 -
.../test/CodeGen/loop_with_condition_ineq.ll | 141 -
.../test/CodeGen/loop_with_condition_nested.c | 45 -
.../CodeGen/loop_with_condition_nested.ll | 172 -
polly/test/CodeGen/matmul_vec.c | 46 -
polly/test/CodeGen/matmul_vec.ll | 92 -
.../test/CodeGen/matmul_vec___%1---%17.jscop | 25 -
polly/test/CodeGen/pluto_matmult.c | 36 -
polly/test/CodeGen/pluto_matmult.ll | 111 -
...uto_matmult___%for.cond---%for.end47.jscop | 25 -
polly/test/CodeGen/reduction.c | 27 -
polly/test/CodeGen/reduction.ll | 63 -
polly/test/CodeGen/reduction_2.c | 23 -
polly/test/CodeGen/reduction_2.ll | 71 -
polly/test/CodeGen/scev.ll | 23 -
polly/test/CodeGen/sequential_loops.c | 31 -
polly/test/CodeGen/sequential_loops.ll | 108 -
polly/test/CodeGen/simple_nonaffine_loop.c | 15 -
polly/test/CodeGen/simple_nonaffine_loop.ll | 43 -
polly/test/CodeGen/simple_vec_assign_scalar.c | 15 -
.../test/CodeGen/simple_vec_assign_scalar.ll | 43 -
.../test/CodeGen/simple_vec_assign_scalar_2.c | 15 -
.../CodeGen/simple_vec_assign_scalar_2.ll | 49 -
polly/test/CodeGen/simple_vec_call.ll | 43 -
polly/test/CodeGen/simple_vec_call_2.ll | 45 -
polly/test/CodeGen/simple_vec_cast.ll | 33 -
polly/test/CodeGen/simple_vec_const.c | 15 -
polly/test/CodeGen/simple_vec_const.ll | 43 -
polly/test/CodeGen/simple_vec_impossible.ll | 38 -
polly/test/CodeGen/simple_vec_large_width.ll | 41 -
polly/test/CodeGen/simple_vec_stride_one.c | 15 -
polly/test/CodeGen/simple_vec_stride_one.ll | 71 -
.../simple_vec_stride_one___%1---%5.jscop | 17 -
polly/test/CodeGen/simple_vec_stride_x.c | 15 -
polly/test/CodeGen/simple_vec_stride_x.ll | 59 -
polly/test/CodeGen/simple_vec_two_stmts.ll | 52 -
.../single_do_loop_int_max_iterations.c | 34 -
.../single_do_loop_int_max_iterations.ll | 59 -
..._max_iterations___%do.body---%do.end.jscop | 13 -
.../single_do_loop_int_param_iterations.c | 25 -
.../single_do_loop_int_param_iterations.ll | 51 -
.../single_do_loop_ll_max_iterations.c | 25 -
.../single_do_loop_ll_max_iterations.ll | 43 -
.../CodeGen/single_do_loop_one_iteration.c | 25 -
.../CodeGen/single_do_loop_one_iteration.ll | 45 -
.../CodeGen/single_do_loop_scev_replace.c | 32 -
.../CodeGen/single_do_loop_scev_replace.ll | 64 -
polly/test/CodeGen/single_loop.c | 20 -
polly/test/CodeGen/single_loop.ll | 66 -
.../CodeGen/single_loop_int_max_iterations.c | 21 -
.../CodeGen/single_loop_int_max_iterations.ll | 51 -
.../CodeGen/single_loop_ll_max_iterations.c | 21 -
.../CodeGen/single_loop_ll_max_iterations.ll | 51 -
.../test/CodeGen/single_loop_one_iteration.c | 20 -
.../test/CodeGen/single_loop_one_iteration.ll | 49 -
polly/test/CodeGen/single_loop_param.ll | 76 -
.../CodeGen/single_loop_uint_max_iterations.c | 21 -
.../single_loop_uint_max_iterations.ll | 50 -
.../CodeGen/single_loop_ull_max_iterations.c | 21 -
.../CodeGen/single_loop_ull_max_iterations.ll | 50 -
.../CodeGen/single_loop_zero_iterations.c | 20 -
.../CodeGen/single_loop_zero_iterations.ll | 50 -
polly/test/CodeGen/split_edges.ll | 34 -
polly/test/CodeGen/split_edges_2.ll | 33 -
polly/test/CodeGen/test.c | 19 -
polly/test/CodeGen/test.ll | 48 -
polly/test/Makefile | 61 -
polly/test/README | 1 -
.../2011-08-25-crash_in_vectorizer.ll | 44 -
.../2012-03-16-Empty-Domain.ll | 17 -
...2012-04-16-Trivially-vectorizable-loops.ll | 205 -
.../ScopDetection/single_function_only.ll | 122 -
.../20111108-Parameter-not-detected.ll | 56 -
...03-16-Crash-because-of-unsigned-in-scev.ll | 32 -
polly/test/ScopInfo/Alias-0.ll | 35 -
polly/test/ScopInfo/Alias-1.ll | 36 -
polly/test/ScopInfo/Alias-2.ll | 33 -
polly/test/ScopInfo/Alias-3.ll | 27 -
polly/test/ScopInfo/Alias-4.ll | 27 -
polly/test/ScopInfo/bad_loop_0.ll | 45 -
polly/test/ScopInfo/bug_2010_10_22.ll | 47 -
polly/test/ScopInfo/bug_2011_1_5.ll | 61 -
.../test/ScopInfo/bug_scev_not_fully_eval.ll | 36 -
polly/test/ScopInfo/cond_in_loop.ll | 48 -
polly/test/ScopInfo/indvar_out_of_loop.ll | 41 -
polly/test/ScopInfo/indvar_out_of_loop_1.ll | 47 -
polly/test/ScopInfo/indvar_out_of_loop_2.ll | 45 -
polly/test/ScopInfo/loop_affine_bound_0.ll | 56 -
polly/test/ScopInfo/loop_affine_bound_1.ll | 54 -
polly/test/ScopInfo/loop_affine_bound_2.ll | 65 -
polly/test/ScopInfo/loop_carry.ll | 81 -
polly/test/ScopInfo/loop_complex_parameter.ll | 57 -
polly/test/ScopInfo/loop_depth_0.ll | 56 -
polly/test/ScopInfo/loop_multi_exits.ll | 101 -
polly/test/ScopInfo/out_of_loop_0.ll | 35 -
polly/test/ScopInfo/phi_not_grouped_at_top.ll | 30 -
polly/test/ScopInfo/phi_with_invoke_edge.ll | 27 -
polly/test/ScopInfo/simple_loop_1.ll | 30 -
polly/test/ScopInfo/simple_nonaffine_loop.ll | 41 -
.../ScopInfo/simple_nonaffine_loop_not.ll | 41 -
polly/test/ScopInfo/undef_in_cond.ll | 24 -
polly/test/TempScop/not-a-reduction.c | 13 -
polly/test/TempScop/not-a-reduction.ll | 37 -
polly/test/create_ll.sh | 11 -
polly/test/lit.cfg | 97 -
polly/test/lit.site.cfg.in | 34 -
polly/test/polly.ll | 12 -
polly/test/polybench/README | 87 -
.../datamining/correlation/correlation.c | 165 -
.../correlation/correlation_with_param.ll | 169 -
.../correlation/correlation_without_param.ll | 117 -
.../datamining/covariance/covariance.c | 138 -
.../covariance/covariance_with_param.ll | 203 -
.../covariance/covariance_without_param.ll | 135 -
.../linear-algebra/kernels/2mm/2mm.c | 168 -
.../kernels/2mm/2mm_with_param.ll | 164 -
.../kernels/2mm/2mm_without_param.ll | 101 -
.../linear-algebra/kernels/2mm/compiler.opts | 1 -
.../linear-algebra/kernels/3mm/3mm.c | 217 -
.../kernels/3mm/3mm_with_param.ll | 213 -
.../kernels/3mm/3mm_without_param.ll | 137 -
.../linear-algebra/kernels/3mm/compiler.opts | 1 -
.../linear-algebra/kernels/atax/atax.c | 119 -
.../kernels/atax/atax_with_param.ll | 91 -
.../kernels/atax/atax_without_param.ll | 77 -
.../linear-algebra/kernels/bicg/bicg.c | 126 -
.../kernels/bicg/bicg_with_param.ll | 101 -
.../kernels/bicg/bicg_without_param.ll | 69 -
.../linear-algebra/kernels/doitgen/doitgen.c | 141 -
.../kernels/doitgen/doitgen_with_param.ll | 104 -
.../kernels/doitgen/doitgen_without_param.ll | 79 -
.../linear-algebra/kernels/gemm/compiler.opts | 1 -
.../linear-algebra/kernels/gemm/gemm.c | 139 -
.../kernels/gemm/gemm_with_param.ll | 98 -
.../kernels/gemm/gemm_without_param.ll | 64 -
.../linear-algebra/kernels/gemver/gemver.c | 146 -
.../kernels/gemver/gemver_with_param.ll | 154 -
.../kernels/gemver/gemver_without_param.ll | 138 -
.../linear-algebra/kernels/gesummv/gesummv.c | 127 -
.../kernels/gesummv/gesummv_with_param.ll | 73 -
.../kernels/gesummv/gesummv_without_param.ll | 66 -
.../solvers/gramschmidt/gramschmidt.c | 133 -
.../gramschmidt/gramschmidt_with_param.ll | 175 -
.../gramschmidt/gramschmidt_without_param.ll | 162 -
.../polybench/linear-algebra/solvers/lu/lu.c | 110 -
.../solvers/lu/lu_with_param.ll | 97 -
.../solvers/lu/lu_without_param.ll | 89 -
.../linear-algebra/solvers/ludcmp/ludcmp.c | 145 -
.../solvers/ludcmp/ludcmp_with_param.ll | 301 -
.../solvers/ludcmp/ludcmp_without_param.ll | 249 -
polly/test/polybench/scripts/compile.sh | 14 -
polly/test/polybench/scripts/runall.sh | 40 -
polly/test/polybench/stencils/adi/adi.c | 147 -
.../polybench/stencils/adi/adi_with_param.ll | 251 -
.../stencils/adi/adi_without_param.ll | 200 -
.../jacobi-2d-imper/jacobi-2d-imper.c | 123 -
.../jacobi-2d-imper_with_param.ll | 109 -
.../jacobi-2d-imper_without_param.ll | 93 -
polly/test/polybench/stencils/seidel/seidel.c | 112 -
.../stencils/seidel/seidel_with_param.ll | 96 -
.../stencils/seidel/seidel_without_param.ll | 81 -
polly/test/polybench/utilities/instrument.c | 87 -
polly/test/polybench/utilities/instrument.h | 25 -
.../utilities/template-for-new-benchmark.c | 99 -
polly/tools/CMakeLists.txt | 1 -
polly/tools/Makefile | 13 -
polly/utils/argparse.py | 2353 --
polly/utils/checkout_cloog.sh | 92 -
polly/utils/jscop2cloog.py | 68 -
polly/utils/pyscop/isl.py | 578 -
polly/utils/pyscop/jscop2iscc.py | 68 -
polly/utils/pyscop/pyscop.py | 68 -
polly/www/.htaccess | 1 -
polly/www/bugs.html | 35 -
polly/www/content.css | 39 -
polly/www/contributors.html | 58 -
polly/www/documentation.html | 47 -
polly/www/documentation/architecture.html | 21 -
polly/www/documentation/memaccess.html | 126 -
polly/www/documentation/passes.html | 68 -
polly/www/example_load_Polly_into_clang.html | 131 -
polly/www/example_manual_matmul.html | 454 -
polly/www/examples.html | 22 -
polly/www/experiments/matmul/.htaccess | 1 -
.../matmul/init_array___%1---%19.jscop | 21 -
.../experiments/matmul/main___%1---%17.jscop | 40 -
.../matmul/main___%1---%17.jscop.interchanged | 40 -
.../main___%1---%17.jscop.interchanged+tiled | 40 -
...__%1---%17.jscop.interchanged+tiled+vector | 40 -
polly/www/experiments/matmul/matmul.c | 52 -
.../experiments/matmul/matmul.normalopt.exe | Bin 8644 -> 0 bytes
.../experiments/matmul/matmul.normalopt.ll | Bin 1744 -> 0 bytes
.../www/experiments/matmul/matmul.normalopt.s | 203 -
...polly.interchanged+tiled+vector+openmp.exe | Bin 13208 -> 0 bytes
....polly.interchanged+tiled+vector+openmp.ll | Bin 4784 -> 0 bytes
...l.polly.interchanged+tiled+vector+openmp.s | 628 -
...matmul.polly.interchanged+tiled+vector.exe | Bin 8718 -> 0 bytes
.../matmul.polly.interchanged+tiled+vector.ll | Bin 2820 -> 0 bytes
.../matmul.polly.interchanged+tiled+vector.s | 318 -
.../matmul.polly.interchanged+tiled.exe | Bin 8711 -> 0 bytes
.../matmul/matmul.polly.interchanged+tiled.ll | Bin 2748 -> 0 bytes
.../matmul/matmul.polly.interchanged+tiled.s | 323 -
.../matmul/matmul.polly.interchanged.exe | Bin 8705 -> 0 bytes
.../matmul/matmul.polly.interchanged.ll | Bin 2308 -> 0 bytes
.../matmul/matmul.polly.interchanged.s | 217 -
polly/www/experiments/matmul/matmul.preopt.ll | 180 -
polly/www/experiments/matmul/matmul.s | 255 -
polly/www/experiments/matmul/runall.sh | 94 -
.../experiments/matmul/scops.init_array.dot | 47 -
.../matmul/scops.init_array.dot.png | Bin 144639 -> 0 bytes
polly/www/experiments/matmul/scops.main.dot | 65 -
.../www/experiments/matmul/scops.main.dot.png | Bin 175453 -> 0 bytes
.../experiments/matmul/scops.print_array.dot | 60 -
.../matmul/scops.print_array.dot.png | Bin 181300 -> 0 bytes
.../matmul/scopsonly.init_array.dot | 47 -
.../matmul/scopsonly.init_array.dot.png | Bin 24332 -> 0 bytes
.../www/experiments/matmul/scopsonly.main.dot | 65 -
.../experiments/matmul/scopsonly.main.dot.png | Bin 35645 -> 0 bytes
.../matmul/scopsonly.print_array.dot | 60 -
.../matmul/scopsonly.print_array.dot.png | Bin 30645 -> 0 bytes
polly/www/get_started.html | 187 -
polly/www/images/architecture.png | Bin 30298 -> 0 bytes
polly/www/images/iit-madras.png | Bin 10864 -> 0 bytes
polly/www/images/osu.png | Bin 6673 -> 0 bytes
.../www/images/performance/parallel-large.png | Bin 43113 -> 0 bytes
.../www/images/performance/parallel-small.png | Bin 43404 -> 0 bytes
.../images/performance/sequential-large.png | Bin 43852 -> 0 bytes
.../images/performance/sequential-small.png | Bin 41102 -> 0 bytes
polly/www/images/sys-uni.png | Bin 7919 -> 0 bytes
polly/www/images/uni-passau.png | Bin 6780 -> 0 bytes
polly/www/images/video-summit-2011.png | Bin 46922 -> 0 bytes
polly/www/index.html | 244 -
polly/www/menu.css | 40 -
polly/www/menu.html.incl | 30 -
polly/www/performance.html | 66 -
polly/www/phonecall.html | 46 -
polly/www/polly.sh | 50 -
polly/www/publications.html | 154 -
.../publications/grosser-diploma-thesis.pdf | Bin 886366 -> 0 bytes
.../grosser-impact-2011-slides.pdf | Bin 734304 -> 0 bytes
.../www/publications/grosser-impact-2011.pdf | Bin 323334 -> 0 bytes
.../publications/raghesh-a-masters-thesis.pdf | Bin 509037 -> 0 bytes
polly/www/todo.html | 419 -
polly/www/video-js/video-js.css | 242 -
polly/www/video-js/video.js | 1758 -
7270 files changed, 1069968 deletions(-)
delete mode 100644 debuginfo-tests/README.txt
delete mode 100644 debuginfo-tests/aggregate-indirect-arg.cpp
delete mode 100644 debuginfo-tests/block_var.m
delete mode 100644 debuginfo-tests/blocks.m
delete mode 100644 debuginfo-tests/ctor.cpp
delete mode 100644 debuginfo-tests/dbg-arg.ll
delete mode 100644 debuginfo-tests/dbg-declare.ll
delete mode 100644 debuginfo-tests/dbg-declare2.ll
delete mode 100644 debuginfo-tests/foreach.m
delete mode 100644 debuginfo-tests/forward-declare-class.cpp
delete mode 100644 debuginfo-tests/local-var.ll
delete mode 100644 debuginfo-tests/local-var2.ll
delete mode 100644 debuginfo-tests/nested-struct.cpp
delete mode 100644 debuginfo-tests/sret.cpp
delete mode 100644 debuginfo-tests/unused-boolean-arg.ll
delete mode 100644 libclc/CREDITS.TXT
delete mode 100644 libclc/LICENSE.TXT
delete mode 100644 libclc/README.TXT
delete mode 100644 libclc/build/metabuild.py
delete mode 100644 libclc/build/ninja_syntax.py
delete mode 100755 libclc/compile-test.sh
delete mode 100755 libclc/configure.py
delete mode 100644 libclc/generic/include/clc/as_type.h
delete mode 100644 libclc/generic/include/clc/clc.h
delete mode 100644 libclc/generic/include/clc/clcfunc.h
delete mode 100644 libclc/generic/include/clc/clcmacro.h
delete mode 100644 libclc/generic/include/clc/clctypes.h
delete mode 100644 libclc/generic/include/clc/gentype.inc
delete mode 100644 libclc/generic/include/clc/geometric/cross.h
delete mode 100644 libclc/generic/include/clc/geometric/distance.h
delete mode 100644 libclc/generic/include/clc/geometric/dot.h
delete mode 100644 libclc/generic/include/clc/geometric/floatn.inc
delete mode 100644 libclc/generic/include/clc/geometric/length.h
delete mode 100644 libclc/generic/include/clc/geometric/length.inc
delete mode 100644 libclc/generic/include/clc/geometric/normalize.h
delete mode 100644 libclc/generic/include/clc/geometric/normalize.inc
delete mode 100644 libclc/generic/include/clc/integer/abs.h
delete mode 100644 libclc/generic/include/clc/integer/abs.inc
delete mode 100644 libclc/generic/include/clc/integer/abs_diff.h
delete mode 100644 libclc/generic/include/clc/integer/abs_diff.inc
delete mode 100644 libclc/generic/include/clc/integer/add_sat.h
delete mode 100644 libclc/generic/include/clc/integer/add_sat.inc
delete mode 100644 libclc/generic/include/clc/integer/gentype.inc
delete mode 100644 libclc/generic/include/clc/math/cos.h
delete mode 100644 libclc/generic/include/clc/math/native_cos.h
delete mode 100644 libclc/generic/include/clc/math/native_divide.h
delete mode 100644 libclc/generic/include/clc/math/native_sin.h
delete mode 100644 libclc/generic/include/clc/math/native_sqrt.h
delete mode 100644 libclc/generic/include/clc/math/sin.h
delete mode 100644 libclc/generic/include/clc/math/sqrt.h
delete mode 100644 libclc/generic/include/clc/math/unary_decl.inc
delete mode 100644 libclc/generic/include/clc/math/unary_intrin.inc
delete mode 100644 libclc/generic/include/clc/relational/select.h
delete mode 100644 libclc/generic/include/clc/synchronization/cl_mem_fence_flags.h
delete mode 100644 libclc/generic/lib/SOURCES
delete mode 100644 libclc/generic/lib/geometric/cross.cl
delete mode 100644 libclc/generic/lib/geometric/dot.cl
delete mode 100644 libclc/generic/lib/geometric/length.cl
delete mode 100644 libclc/generic/lib/geometric/length.inc
delete mode 100644 libclc/generic/lib/geometric/normalize.cl
delete mode 100644 libclc/generic/lib/geometric/normalize.inc
delete mode 100644 libclc/generic/lib/integer/abs.cl
delete mode 100644 libclc/generic/lib/integer/abs.inc
delete mode 100644 libclc/generic/lib/integer/abs_diff.cl
delete mode 100644 libclc/generic/lib/integer/abs_diff.inc
delete mode 100644 libclc/generic/lib/integer/add_sat.cl
delete mode 100644 libclc/generic/lib/integer/add_sat.ll
delete mode 100644 libclc/generic/lib/integer/add_sat_impl.ll
delete mode 100644 libclc/ptx-nvidiacl/include/clc/synchronization/barrier.h
delete mode 100644 libclc/ptx-nvidiacl/include/clc/workitem/get_global_id.h
delete mode 100644 libclc/ptx-nvidiacl/include/clc/workitem/get_global_size.h
delete mode 100644 libclc/ptx-nvidiacl/include/clc/workitem/get_group_id.h
delete mode 100644 libclc/ptx-nvidiacl/include/clc/workitem/get_local_id.h
delete mode 100644 libclc/ptx-nvidiacl/include/clc/workitem/get_local_size.h
delete mode 100644 libclc/ptx-nvidiacl/include/clc/workitem/get_num_groups.h
delete mode 100644 libclc/ptx-nvidiacl/lib/SOURCES
delete mode 100644 libclc/ptx/lib/SOURCES
delete mode 100644 libclc/ptx/lib/integer/add_sat.ll
delete mode 100644 libclc/test/cos.cl
delete mode 100644 libclc/test/cross.cl
delete mode 100644 libclc/test/get_group_id.cl
delete mode 100644 libclc/utils/prepare-builtins.cpp
delete mode 100644 libclc/www/index.html
delete mode 100644 libcxx/CMakeLists.txt
delete mode 100644 libcxx/CREDITS.TXT
delete mode 100644 libcxx/LICENSE.TXT
delete mode 100644 libcxx/Makefile
delete mode 100644 libcxx/cmake/Modules/GetTriple.cmake
delete mode 100644 libcxx/cmake/Modules/MacroEnsureOutOfSourceBuild.cmake
delete mode 100644 libcxx/cmake/config-ix.cmake
delete mode 100644 libcxx/include/__bit_reference
delete mode 100644 libcxx/include/__config
delete mode 100644 libcxx/include/__debug
delete mode 100644 libcxx/include/__functional_03
delete mode 100644 libcxx/include/__functional_base
delete mode 100644 libcxx/include/__functional_base_03
delete mode 100644 libcxx/include/__hash_table
delete mode 100644 libcxx/include/__locale
delete mode 100644 libcxx/include/__mutex_base
delete mode 100644 libcxx/include/__split_buffer
delete mode 100644 libcxx/include/__sso_allocator
delete mode 100644 libcxx/include/__std_stream
delete mode 100644 libcxx/include/__tree
delete mode 100644 libcxx/include/__tuple
delete mode 100644 libcxx/include/__tuple_03
delete mode 100644 libcxx/include/__undef_min_max
delete mode 100644 libcxx/include/algorithm
delete mode 100644 libcxx/include/array
delete mode 100644 libcxx/include/atomic
delete mode 100644 libcxx/include/bitset
delete mode 100644 libcxx/include/cassert
delete mode 100644 libcxx/include/ccomplex
delete mode 100644 libcxx/include/cctype
delete mode 100644 libcxx/include/cerrno
delete mode 100644 libcxx/include/cfenv
delete mode 100644 libcxx/include/cfloat
delete mode 100644 libcxx/include/chrono
delete mode 100644 libcxx/include/cinttypes
delete mode 100644 libcxx/include/ciso646
delete mode 100644 libcxx/include/climits
delete mode 100644 libcxx/include/clocale
delete mode 100644 libcxx/include/cmath
delete mode 100644 libcxx/include/codecvt
delete mode 100644 libcxx/include/complex
delete mode 100644 libcxx/include/complex.h
delete mode 100644 libcxx/include/condition_variable
delete mode 100644 libcxx/include/csetjmp
delete mode 100644 libcxx/include/csignal
delete mode 100644 libcxx/include/cstdarg
delete mode 100644 libcxx/include/cstdbool
delete mode 100644 libcxx/include/cstddef
delete mode 100644 libcxx/include/cstdint
delete mode 100644 libcxx/include/cstdio
delete mode 100644 libcxx/include/cstdlib
delete mode 100644 libcxx/include/cstring
delete mode 100644 libcxx/include/ctgmath
delete mode 100644 libcxx/include/ctime
delete mode 100644 libcxx/include/cwchar
delete mode 100644 libcxx/include/cwctype
delete mode 100644 libcxx/include/deque
delete mode 100644 libcxx/include/exception
delete mode 100644 libcxx/include/ext/__hash
delete mode 100644 libcxx/include/ext/hash_map
delete mode 100644 libcxx/include/ext/hash_set
delete mode 100644 libcxx/include/forward_list
delete mode 100644 libcxx/include/fstream
delete mode 100644 libcxx/include/functional
delete mode 100644 libcxx/include/future
delete mode 100644 libcxx/include/initializer_list
delete mode 100644 libcxx/include/iomanip
delete mode 100644 libcxx/include/ios
delete mode 100644 libcxx/include/iosfwd
delete mode 100644 libcxx/include/iostream
delete mode 100644 libcxx/include/istream
delete mode 100644 libcxx/include/iterator
delete mode 100644 libcxx/include/limits
delete mode 100644 libcxx/include/list
delete mode 100644 libcxx/include/locale
delete mode 100644 libcxx/include/map
delete mode 100644 libcxx/include/memory
delete mode 100644 libcxx/include/mutex
delete mode 100644 libcxx/include/new
delete mode 100644 libcxx/include/numeric
delete mode 100644 libcxx/include/ostream
delete mode 100644 libcxx/include/queue
delete mode 100644 libcxx/include/random
delete mode 100644 libcxx/include/ratio
delete mode 100644 libcxx/include/regex
delete mode 100644 libcxx/include/scoped_allocator
delete mode 100644 libcxx/include/set
delete mode 100644 libcxx/include/sstream
delete mode 100644 libcxx/include/stack
delete mode 100644 libcxx/include/stdexcept
delete mode 100644 libcxx/include/streambuf
delete mode 100644 libcxx/include/string
delete mode 100644 libcxx/include/strstream
delete mode 100644 libcxx/include/support/solaris/floatingpoint.h
delete mode 100644 libcxx/include/support/solaris/wchar.h
delete mode 100644 libcxx/include/support/solaris/xlocale.h
delete mode 100644 libcxx/include/support/win32/limits_win32.h
delete mode 100644 libcxx/include/support/win32/locale_win32.h
delete mode 100644 libcxx/include/support/win32/math_win32.h
delete mode 100644 libcxx/include/support/win32/support.h
delete mode 100644 libcxx/include/system_error
delete mode 100644 libcxx/include/tgmath.h
delete mode 100644 libcxx/include/thread
delete mode 100644 libcxx/include/tuple
delete mode 100644 libcxx/include/type_traits
delete mode 100644 libcxx/include/typeindex
delete mode 100644 libcxx/include/typeinfo
delete mode 100644 libcxx/include/unordered_map
delete mode 100644 libcxx/include/unordered_set
delete mode 100644 libcxx/include/utility
delete mode 100644 libcxx/include/valarray
delete mode 100644 libcxx/include/vector
delete mode 100644 libcxx/lib/CMakeLists.txt
delete mode 100755 libcxx/lib/buildit
delete mode 100644 libcxx/lib/libc++abi.exp
delete mode 100644 libcxx/lib/libc++abi2.exp
delete mode 100644 libcxx/lib/libc++sjlj-abi.exp
delete mode 100644 libcxx/lib/libc++unexp.exp
delete mode 100644 libcxx/lib/notweak.exp
delete mode 100644 libcxx/lib/weak.exp
delete mode 100644 libcxx/src/algorithm.cpp
delete mode 100644 libcxx/src/bind.cpp
delete mode 100644 libcxx/src/chrono.cpp
delete mode 100644 libcxx/src/condition_variable.cpp
delete mode 100644 libcxx/src/debug.cpp
delete mode 100644 libcxx/src/exception.cpp
delete mode 100644 libcxx/src/future.cpp
delete mode 100644 libcxx/src/hash.cpp
delete mode 100644 libcxx/src/ios.cpp
delete mode 100644 libcxx/src/iostream.cpp
delete mode 100644 libcxx/src/locale.cpp
delete mode 100644 libcxx/src/memory.cpp
delete mode 100644 libcxx/src/mutex.cpp
delete mode 100644 libcxx/src/new.cpp
delete mode 100644 libcxx/src/random.cpp
delete mode 100644 libcxx/src/regex.cpp
delete mode 100644 libcxx/src/stdexcept.cpp
delete mode 100644 libcxx/src/string.cpp
delete mode 100644 libcxx/src/strstream.cpp
delete mode 100644 libcxx/src/support/solaris/README
delete mode 100644 libcxx/src/support/solaris/mbsnrtowcs.inc
delete mode 100644 libcxx/src/support/solaris/wcsnrtombs.inc
delete mode 100644 libcxx/src/support/solaris/xlocale.c
delete mode 100644 libcxx/src/support/win32/locale_win32.cpp
delete mode 100644 libcxx/src/support/win32/support.cpp
delete mode 100644 libcxx/src/system_error.cpp
delete mode 100644 libcxx/src/thread.cpp
delete mode 100644 libcxx/src/typeinfo.cpp
delete mode 100644 libcxx/src/utility.cpp
delete mode 100644 libcxx/src/valarray.cpp
delete mode 100644 libcxx/test/CMakeLists.txt
delete mode 100644 libcxx/test/algorithms/alg.c.library/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.fill/fill.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.fill/fill_n.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.generate/generate_n.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.move/move.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.partitions/partition_point.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.partitions/stable_partition.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_urng.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove_copy.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove_copy_if.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.replace/replace_if.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.rotate/rotate_copy.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.swap/iter_swap.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.transform/binary_transform.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.transform/unary_transform.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.unique/unique.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.unique/unique_copy.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.unique/unique_copy_pred.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/alg.unique/unique_pred.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.modifying.operations/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find_pred.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.all_of/all_of.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.any_of/any_of.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.count/count.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.find.end/find_end.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of_pred.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.find/find.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.find/find_if.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.find/find_if_not.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation_pred.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.none_of/none_of.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.search/search.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/alg.search/search_pred.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/mismatch/mismatch.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/mismatch/mismatch_pred.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.nonmodifying/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.binary.search/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.merge/inplace_merge.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.merge/inplace_merge_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.merge/merge.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/max.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/max_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/max_element.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/max_element_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/max_init_list.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/max_init_list_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/min.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/min_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/min_element.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/min_element_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/min_init_list.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/min_init_list_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/minmax.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/minmax_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/minmax_element_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/minmax_init_list.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.min.max/minmax_init_list_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.nth.element/nth_element.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.nth.element/nth_element_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.permutation.generators/next_permutation.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.permutation.generators/prev_permutation.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/includes.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.set.operations/includes/includes_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.set.operations/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/set_union.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/sort/sort_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort_comp.pass.cpp
delete mode 100644 libcxx/test/algorithms/alg.sorting/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/algorithms/algorithms.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/algorithms/iterators.h
delete mode 100644 libcxx/test/algorithms/version.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.fences/atomic_signal_fence.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.fences/atomic_thread_fence.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.flag/atomic_flag_clear.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.flag/atomic_flag_clear_explicit.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.flag/atomic_flag_test_and_set.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.flag/atomic_flag_test_and_set_explicit.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.flag/clear.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.flag/copy_assign.fail.cpp
delete mode 100644 libcxx/test/atomics/atomics.flag/copy_ctor.fail.cpp
delete mode 100644 libcxx/test/atomics/atomics.flag/copy_volatile_assign.fail.cpp
delete mode 100644 libcxx/test/atomics/atomics.flag/default.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.flag/init.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.flag/test_and_set.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.lockfree/lockfree.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.order/kill_dependency.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.order/memory_order.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.syn/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.generic/address.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.generic/bool.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.generic/cstdint_typedefs.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.generic/integral.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.generic/integral_typedefs.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.arith/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.pointer/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explicit.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_exchange.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_exchange_explicit.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add_explicit.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_and.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_and_explicit.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_or.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_or_explicit.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub_explicit.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_xor.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_xor_explicit.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_init.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_is_lock_free.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_load.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_load_explicit.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_store.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_store_explicit.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.req/atomic_var_init.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/atomics.types.operations.templ/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/atomics/atomics.types.operations/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/atomics/version.pass.cpp
delete mode 100644 libcxx/test/containers/Copyable.h
delete mode 100644 libcxx/test/containers/DefaultOnly.h
delete mode 100644 libcxx/test/containers/Emplaceable.h
delete mode 100644 libcxx/test/containers/MoveOnly.h
delete mode 100644 libcxx/test/containers/NotConstructible.h
delete mode 100644 libcxx/test/containers/associative/map/map.access/at.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.access/empty.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.access/index_key.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.access/index_rv_key.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.access/iterator.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.access/max_size.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.access/size.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/assign_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/compare.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/compare_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/copy.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/copy_assign.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/default.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/default_recursive.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/initializer_list_compare.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/initializer_list_compare_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/iter_iter_comp.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/iter_iter_comp_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/move.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/move_assign.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.cons/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.modifiers/clear.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.modifiers/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.modifiers/emplace_hint.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.modifiers/erase_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.modifiers/erase_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.modifiers/erase_key.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.modifiers/insert_cv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.modifiers/insert_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.modifiers/insert_iter_cv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.modifiers/insert_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.modifiers/insert_iter_rv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.modifiers/insert_rv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.ops/count.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.ops/equal_range.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.ops/find.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.ops/lower_bound.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.ops/upper_bound.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.special/member_swap.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.special/non_member_swap.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/map.special/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/types.pass.cpp
delete mode 100644 libcxx/test/containers/associative/map/version.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/empty.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/iterator.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/max_size.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/assign_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/compare.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/compare_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/copy.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/copy_assign.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/default.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/initializer_list_compare.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/initializer_list_compare_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/iter_iter_comp.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/iter_iter_comp_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/move.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/move_assign.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.cons/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.modifiers/clear.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.modifiers/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.modifiers/emplace_hint.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.modifiers/erase_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.modifiers/erase_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.modifiers/erase_key.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.modifiers/insert_cv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.modifiers/insert_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.modifiers/insert_iter_cv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.modifiers/insert_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.modifiers/insert_iter_rv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.modifiers/insert_rv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.ops/count.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.ops/equal_range.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.ops/find.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.ops/lower_bound.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.ops/upper_bound.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.special/member_swap.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.special/non_member_swap.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/multimap.special/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/size.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multimap/types.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/clear.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/count.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/emplace_hint.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/empty.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/equal_range.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/erase_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/erase_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/erase_key.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/find.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/insert_cv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/insert_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/insert_iter_cv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/insert_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/insert_iter_rv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/insert_rv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/iterator.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/lower_bound.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/max_size.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/assign_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/compare.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/compare_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/copy.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/copy_assign.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/default.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/initializer_list_compare.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/initializer_list_compare_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/iter_iter_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/iter_iter_comp.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/move.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/move_assign.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.cons/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.special/member_swap.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.special/non_member_swap.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/multiset.special/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/size.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/types.pass.cpp
delete mode 100644 libcxx/test/containers/associative/multiset/upper_bound.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/clear.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/count.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/emplace_hint.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/empty.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/equal_range.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/erase_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/erase_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/erase_key.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/find.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/insert_cv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/insert_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/insert_iter_cv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/insert_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/insert_iter_rv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/insert_rv.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/iterator.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/lower_bound.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/max_size.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/assign_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/compare.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/compare_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/copy.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/copy_assign.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/default.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/initializer_list_compare.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/initializer_list_compare_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/iter_iter_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/iter_iter_comp.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/move.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/move_assign.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.cons/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.special/member_swap.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.special/non_member_swap.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/set.special/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/size.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/types.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/upper_bound.pass.cpp
delete mode 100644 libcxx/test/containers/associative/set/version.pass.cpp
delete mode 100644 libcxx/test/containers/associative/tree_balance_after_insert.pass.cpp
delete mode 100644 libcxx/test/containers/associative/tree_left_rotate.pass.cpp
delete mode 100644 libcxx/test/containers/associative/tree_remove.pass.cpp
delete mode 100644 libcxx/test/containers/associative/tree_right_rotate.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_cont_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_rcont_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/assign_copy.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/assign_move.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp_container.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp_rcontainer.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_copy.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_default.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp_cont.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp_rcont.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ctor_move.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/empty.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/pop.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/push.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/push_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/size.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/swap.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/top.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/swap.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/priority.queue/types.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_container_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_queue_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_rcontainer_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/ctor_rqueue_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_container.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_copy.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_default.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_move.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons/ctor_rcontainer.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.cons/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/assign_copy.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/assign_move.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/back.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/back_const.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/empty.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/front.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/front_const.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/pop.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/push.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/push_rv.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/size.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/swap.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.defn/types.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.ops/eq.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.ops/lt.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.special/swap.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/queue.special/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/queue/version.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ctor_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ctor_container_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ctor_copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ctor_rcontainer_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/ctor_rqueue_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons/ctor_container.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons/ctor_copy.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons/ctor_default.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons/ctor_move.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons/ctor_rcontainer.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.cons/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.defn/assign_copy.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.defn/assign_move.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.defn/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.defn/empty.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.defn/pop.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.defn/push.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.defn/push_rv.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.defn/size.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.defn/swap.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.defn/top.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.defn/top_const.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.defn/types.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.ops/eq.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.ops/lt.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.special/swap.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/stack.special/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/container.adaptors/stack/version.pass.cpp
delete mode 100644 libcxx/test/containers/container.requirements/associative.reqmts/associative.reqmts.except/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/containers/container.requirements/associative.reqmts/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/containers/container.requirements/container.requirements.dataraces/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/containers/container.requirements/container.requirements.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/containers/container.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/containers/container.requirements/sequence.reqmts/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/containers/container.requirements/unord.req/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/containers/container.requirements/unord.req/unord.req.except/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/containers/containers.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/containers/iterators.h
delete mode 100644 libcxx/test/containers/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.cons/default.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.cons/initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.data/data.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.data/data_const.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.fill/fill.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.size/size.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.special/swap.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.swap/swap.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.tuple/get.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.tuple/get_const.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.tuple/get_rv.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.tuple/tuple_element.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.tuple/tuple_size.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/array.zero/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/begin.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/types.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/array/version.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.capacity/access.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.capacity/resize_size.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.capacity/resize_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.capacity/shrink_to_fit.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/assign_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/assign_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/assign_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/copy.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/default.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/initializer_list_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/iter_iter_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/move.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/move_assign.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/op_equal.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/op_equal_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/size.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.cons/size_value_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/emplace_back.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/emplace_front.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/erase_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/erase_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/insert_iter_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/insert_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/insert_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/insert_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/insert_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/pop_back.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/pop_front.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/push_back.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/push_back_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/push_front.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.modifiers/push_front_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.special/copy.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.special/copy_backward.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.special/move.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.special/move_backward.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.special/swap.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/deque.special/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/iterators.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/types.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/deque/version.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.access/front.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/alloc.fail.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/assign_copy.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/assign_init.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/assign_move.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/assign_op_init.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/assign_range.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/assign_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/copy.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/default.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/init.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/init_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/move.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/range.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/range_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size.fail.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.cons/size_value_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.iter/before_begin.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.iter/iterators.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/clear.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/emplace_after.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/emplace_front.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/erase_after_many.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/erase_after_one.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_const.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_init.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_range.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_rv.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/pop_front.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/push_front_const.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/push_front_rv.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/resize_size.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/resize_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.ops/merge.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.ops/merge_pred.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.ops/remove.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.ops/remove_if.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.ops/reverse.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.ops/sort.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.ops/sort_pred.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.ops/splice_after_flist.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.ops/splice_after_one.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.ops/splice_after_range.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.ops/unique.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.ops/unique_pred.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.spec/equal.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.spec/member_swap.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.spec/non_member_swap.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.spec/relational.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/forwardlist.spec/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/max_size.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/types.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/forwardlist/version.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/iterators.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.capacity/resize_size.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.capacity/resize_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/assign_copy.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/assign_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/assign_move.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/copy.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/default.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/default_stack_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/initializer_list_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/input_iterator.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/move.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/op_equal_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/size_type.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.cons/size_value_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/clear.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/emplace_back.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/emplace_front.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/erase_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/erase_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/insert_iter_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/insert_iter_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/insert_iter_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/insert_iter_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/insert_iter_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/pop_back.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/pop_front.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/push_back.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/push_back_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/push_front.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.modifiers/push_front_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.ops/merge.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.ops/merge_comp.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.ops/remove.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.ops/remove_if.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.ops/reverse.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.ops/sort.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.ops/sort_comp.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.ops/splice_pos_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.ops/splice_pos_list_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.ops/splice_pos_list_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.ops/unique.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.ops/unique_pred.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.special/swap.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/list.special/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/types.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/list/version.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/assign_copy.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/assign_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/assign_move.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/capacity.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/construct_default.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/construct_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/construct_iter_iter_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/construct_size.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/construct_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/construct_size_value_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/copy.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/erase_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/erase_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/initializer_list_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/insert_iter_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/insert_iter_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/insert_iter_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/insert_iter_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/iterators.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/move.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/op_equal_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/push_back.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/reserve.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/resize_size.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/resize_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/shrink_to_fit.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/swap.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/types.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector.bool/vector_bool.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/iterators.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/types.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.capacity/capacity.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.capacity/reserve.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.capacity/resize_size.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.capacity/resize_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.capacity/shrink_to_fit.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.capacity/swap.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/assign_copy.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/assign_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/assign_move.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/construct_default.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/construct_size.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/construct_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/construct_size_value_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/copy.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/initializer_list_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/move.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.cons/op_equal_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.data/data.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.data/data_const.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.modifiers/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.modifiers/emplace_back.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.modifiers/erase_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.modifiers/erase_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.modifiers/insert_iter_initializer_list.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.modifiers/insert_iter_iter_iter.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.modifiers/insert_iter_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.modifiers/insert_iter_size_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.modifiers/insert_iter_value.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.modifiers/push_back.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.modifiers/push_back_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.special/swap.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/vector.special/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/sequences/vector/version.pass.cpp
delete mode 100644 libcxx/test/containers/stack_allocator.h
delete mode 100644 libcxx/test/containers/test_allocator.h
delete mode 100644 libcxx/test/containers/test_compare.h
delete mode 100644 libcxx/test/containers/test_hash.h
delete mode 100644 libcxx/test/containers/unord/next_prime.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/bucket.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/bucket_count.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/bucket_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/count.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/eq.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/equal_range_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/equal_range_non_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/find_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/find_non_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/iterators.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/load_factor.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/local_iterators.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/max_bucket_count.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/max_load_factor.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/max_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/rehash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/reserve.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/swap_member.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/types.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/assign_copy.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/assign_init.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/assign_move.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/copy.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/default.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/init.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/init_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/init_size_hash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/init_size_hash_equal.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/init_size_hash_equal_allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/move.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/range.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/range_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal_allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/size.fail.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/size_hash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/size_hash_equal.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.cnstr/size_hash_equal_allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.elem/at.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.elem/index.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.swap/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unord.map.swap/swap_non_member.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unorder.map.modifiers/clear.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unorder.map.modifiers/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unorder.map.modifiers/emplace_hint.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unorder.map.modifiers/erase_const_iter.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unorder.map.modifiers/erase_key.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unorder.map.modifiers/erase_range.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unorder.map.modifiers/insert_const_lvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unorder.map.modifiers/insert_hint_const_lvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unorder.map.modifiers/insert_hint_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unorder.map.modifiers/insert_init.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unorder.map.modifiers/insert_range.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/unorder.map.modifiers/insert_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.map/version.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/bucket.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/bucket_count.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/bucket_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/count.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/eq.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/equal_range_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/equal_range_non_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/find_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/find_non_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/iterators.fail.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/iterators.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/load_factor.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/local_iterators.fail.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/local_iterators.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/max_bucket_count.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/max_load_factor.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/max_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/rehash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/reserve.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/swap_member.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/types.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/assign_copy.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/assign_init.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/assign_move.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/copy.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/default.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/init.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/init_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash_equal.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash_equal_allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/move.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/range.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal_allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/size.fail.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/size_hash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/size_hash_equal.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/size_hash_equal_allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/clear.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/emplace_hint.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/erase_const_iter.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/erase_key.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/erase_range.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_const_lvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_hint_const_lvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_hint_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_init.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_range.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/insert_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/swap_non_member.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/bucket.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/bucket_count.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/bucket_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/clear.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/count.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/emplace_hint.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/eq.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/equal_range_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/equal_range_non_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/erase_const_iter.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/erase_key.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/erase_range.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/find_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/find_non_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/insert_const_lvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/insert_hint_const_lvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/insert_hint_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/insert_init.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/insert_range.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/insert_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/iterators.fail.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/iterators.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/load_factor.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/local_iterators.fail.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/local_iterators.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/max_bucket_count.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/max_load_factor.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/max_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/rehash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/reserve.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/swap_member.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/types.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/assign_copy.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/assign_init.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/assign_move.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/copy.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/default.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/init.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/init_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash_equal.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash_equal_allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/move.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/range.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal_allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/size.fail.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/size_hash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/size_hash_equal.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/size_hash_equal_allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/swap_non_member.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/bucket.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/bucket_count.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/bucket_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/clear.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/count.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/emplace.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/emplace_hint.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/eq.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/equal_range_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/equal_range_non_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/erase_const_iter.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/erase_key.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/erase_range.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/find_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/find_non_const.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/insert_const_lvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/insert_hint_const_lvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/insert_hint_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/insert_init.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/insert_range.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/insert_rvalue.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/iterators.fail.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/iterators.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/load_factor.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/local_iterators.fail.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/local_iterators.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/max_bucket_count.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/max_load_factor.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/max_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/rehash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/reserve.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/swap_member.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/types.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/assign_copy.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/assign_init.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/assign_move.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/copy.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/default.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/init.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/init_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/init_size_hash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/init_size_hash_equal.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/init_size_hash_equal_allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/move.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/move_alloc.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/range.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/range_size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal_allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/size.fail.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/size.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/size_hash.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/size_hash_equal.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.cnstr/size_hash_equal_allocator.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.swap/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/unord.set.swap/swap_non_member.pass.cpp
delete mode 100644 libcxx/test/containers/unord/unord.set/version.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/A.h
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/AB.h
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/assignment.fail.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/assignment.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert.fail.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert_assignment.fail.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert_assignment.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/copy.fail.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/copy.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/explicit.fail.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/pointer.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/assign_from_auto_ptr_ref.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_from_auto_ptr_ref.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr_ref.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/arrow.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/deref.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/release.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/reset.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp
delete mode 100644 libcxx/test/depr/depr.auto.ptr/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/assert_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/ciso646.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/complex.h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/ctype_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/errno_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/fenv_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/float_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/inttypes_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/iso646_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/limits_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/locale_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/math_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/setjmp_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/signal_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/stdarg_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/stdbool_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/stddef_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/stdint_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/stdio_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/stdlib_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/string_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/tgmath_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/time_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/uchar_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/wchar_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.c.headers/wctype_h.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_binary_function.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_unary_function.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun1.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun2.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_ref_t.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_t.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref1.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref_t.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_t.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_ref_t.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_t.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref1.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref_t.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_t.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.adaptors/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.base/binary_function.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/depr.base/unary_function.pass.cpp
delete mode 100644 libcxx/test/depr/depr.function.objects/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/depr/depr.ios.members/io_state.pass.cpp
delete mode 100644 libcxx/test/depr/depr.ios.members/open_mode.pass.cpp
delete mode 100644 libcxx/test/depr/depr.ios.members/seek_dir.pass.cpp
delete mode 100644 libcxx/test/depr/depr.ios.members/streamoff.pass.cpp
delete mode 100644 libcxx/test/depr/depr.ios.members/streampos.pass.cpp
delete mode 100644 libcxx/test/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp
delete mode 100644 libcxx/test/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp
delete mode 100644 libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp
delete mode 100644 libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp
delete mode 100644 libcxx/test/depr/depr.lib.binders/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/depr/depr.lib.binders/test_func.h
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/ccp.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/ccp_size.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/cp.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/cp_size.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/rdbuf.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/str.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.istrstream/types.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/cp_size_mode.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/default.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/freeze.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/pcount.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/rdbuf.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/str.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.ostrstream/types.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/cp_size_mode.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/default.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest/rdbuf.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/freeze.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/pcount.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/str.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstream/types.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ccp_size.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/cp_size_cp.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/cscp_size.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/cucp_size.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/custom_alloc.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/default.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/scp_size_scp.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ucp_size_ucp.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/freeze.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/pcount.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/str.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/overflow.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/pbackfail.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekpos.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/setbuf.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/underflow.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/types.pass.cpp
delete mode 100644 libcxx/test/depr/depr.str.strstreams/version.pass.cpp
delete mode 100644 libcxx/test/depr/exception.unexpected/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp
delete mode 100644 libcxx/test/depr/exception.unexpected/set.unexpected/set_unexpected.pass.cpp
delete mode 100644 libcxx/test/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp
delete mode 100644 libcxx/test/depr/exception.unexpected/unexpected/unexpected.pass.cpp
delete mode 100644 libcxx/test/depr/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/diagnostics/assertions/cassert.pass.cpp
delete mode 100644 libcxx/test/diagnostics/diagnostics.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/diagnostics/errno/cerrno.pass.cpp
delete mode 100644 libcxx/test/diagnostics/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/diagnostics/std.exceptions/domain.error/domain_error.pass.cpp
delete mode 100644 libcxx/test/diagnostics/std.exceptions/invalid.argument/invalid_argument.pass.cpp
delete mode 100644 libcxx/test/diagnostics/std.exceptions/length.error/length_error.pass.cpp
delete mode 100644 libcxx/test/diagnostics/std.exceptions/logic.error/logic_error.pass.cpp
delete mode 100644 libcxx/test/diagnostics/std.exceptions/out.of.range/out_of_range.pass.cpp
delete mode 100644 libcxx/test/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp
delete mode 100644 libcxx/test/diagnostics/std.exceptions/range.error/range_error.pass.cpp
delete mode 100644 libcxx/test/diagnostics/std.exceptions/runtime.error/runtime_error.pass.cpp
delete mode 100644 libcxx/test/diagnostics/std.exceptions/underflow.error/underflow_error.pass.cpp
delete mode 100644 libcxx/test/diagnostics/std.exceptions/version.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/errc.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.compare/eq_error_code_error_code.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcat/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.derived/message.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/eq.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/lt.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/neq.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.overview/error_category.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/default_error_condition.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/equivalent_error_code_int.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/equivalent_int_error_condition.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/default.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/int_error_category.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ErrorCodeEnum.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/assign.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/clear.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/lt.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/make_error_code.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/category.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/default_error_condition.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/message.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/value.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.overview/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/default.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/int_error_category.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/ErrorConditionEnum.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/assign.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/clear.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/lt.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/make_error_condition.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/bool.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/category.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/message.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/value.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.hash/error_code.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.syserr/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code_const_char_pointer.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code_string.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category_const_char_pointer.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category_string.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.overview/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/diagnostics/syserr/version.pass.cpp
delete mode 100644 libcxx/test/hexfloat.h
delete mode 100644 libcxx/test/input.output/file.streams/c.files/cinttypes.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/c.files/cstdio.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/c.files/version_ccstdio.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/c.files/version_cinttypes.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf.assign/member_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf.assign/move_assign.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf.assign/nonmember_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf.cons/default.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf.cons/move.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf.members/open_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/pbackfail.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/seekoff.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.dat
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/underflow_utf8.dat
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/filebuf/types.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/fstream.assign/member_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/fstream.assign/move_assign.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/fstream.assign/nonmember_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/fstream.cons/default.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/fstream.cons/move.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/fstream.cons/pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/fstream.cons/string.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/fstream.members/close.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/fstream.members/open_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/fstream.members/open_string.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/fstream.members/rdbuf.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/fstream/types.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.assign/member_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.assign/move_assign.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.assign/nonmember_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.assign/test.dat
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.assign/test2.dat
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.cons/default.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.cons/move.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.cons/pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.cons/string.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.cons/test.dat
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.members/close.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.members/open_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.members/open_string.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.members/rdbuf.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream.members/test.dat
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ifstream/types.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ofstream.assign/member_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ofstream.assign/move_assign.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ofstream.assign/nonmember_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ofstream.cons/default.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ofstream.cons/move.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ofstream.cons/pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ofstream.cons/string.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ofstream.members/close.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ofstream.members/open_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ofstream.members/open_string.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ofstream.members/rdbuf.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/ofstream/types.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/fstreams/version.pass.cpp
delete mode 100644 libcxx/test/input.output/file.streams/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/input.output.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/ext.manip/get_money.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/ext.manip/get_time.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/ext.manip/put_money.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/ext.manip/put_time.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/member_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/move_assign.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/move.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/streambuf.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/iostreamclass/iostream.dest/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/iostreamclass/types.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/bool.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/double.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/float.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/int.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long_double.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long_long.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/short.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_int.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_long.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_long_long.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_short.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/basic_ios.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/chart.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ios_base.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/istream.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/signed_char.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/signed_char_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/streambuf.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/unsigned_char.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/unsigned_char_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/wchar_t_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.formatted/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.manip/ws.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/rvalue.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/get.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/get_chart.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/get_pointer_size.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/get_pointer_size_chart.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/get_streambuf.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/get_streambuf_chart.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/getline_pointer_size.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/getline_pointer_size_chart.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ignore.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/putback.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/read.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/readsome.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/seekg.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/seekg_off.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/sync.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/tellg.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/unget.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/member_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream/istream.assign/move_assign.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/move.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream/istream.cons/streambuf.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream/istream_sentry/ctor.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/istream/types.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/input.streams/version.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.assign/member_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.assign/move_assign.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.cons/move.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.cons/streambuf.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/bool.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/double.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/float.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/int.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_double.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_long.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/short.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_int.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_long.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_long_long.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_short.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/CharT.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/CharT_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_to_wide.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_to_wide_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/signed_char.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/signed_char_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/unsigned_char.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/unsigned_char_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/basic_ios.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ios_base.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ostream.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/streambuf.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.manip/endl.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ends.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.manip/flush.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/CharT_pointer.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/seekp.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/seekp2.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.seeks/tellp.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/flush.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/put.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/write.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream/types.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/construct.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/ostream_sentry/destruct.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/output.streams/version.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/std.manip/resetiosflags.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/std.manip/setbase.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/std.manip/setfill.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/std.manip/setiosflags.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/std.manip/setprecision.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/std.manip/setw.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.format/std.manip/version.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.forward/iosfwd.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.forward/version.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.objects/narrow.stream.objects/cerr.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.objects/narrow.stream.objects/cin.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.objects/narrow.stream.objects/clog.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.objects/narrow.stream.objects/cout.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.objects/version.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.objects/wide.stream.objects/wcerr.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.objects/wide.stream.objects/wcin.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.objects/wide.stream.objects/wclog.pass.cpp
delete mode 100644 libcxx/test/input.output/iostream.objects/wide.stream.objects/wcout.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/fpos/fpos.members/state.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/fpos/fpos.operations/addition.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/fpos/fpos.operations/ctor_int.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/fpos/fpos.operations/difference.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/fpos/fpos.operations/eq_int.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/fpos/fpos.operations/offset.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/fpos/fpos.operations/streamsize.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/fpos/fpos.operations/subtraction.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/fpos/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/flags.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/flags_fmtflags.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/precision.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/precision_streamsize.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/setf_fmtflags.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/setf_fmtflags_mask.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/unsetf_mask.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/width.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/fmtflags.state/width_streamsize.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/dtor.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/getloc.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/iword.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/pword.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.base.storage/xalloc.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.members.static/sync_with_stdio.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_Init/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_failure/ctor_char_pointer_error_code.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_failure/ctor_string_error_code.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/fmtflags.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_iostate/iostate.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_openmode/openmode.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/seekdir.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/ios.types/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios.base/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.cons/ctor_streambuf.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/copyfmt.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/fill.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/fill_char_type.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/move.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/narow.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/rdbuf.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/rdbuf_streambuf.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/set_rdbuf.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/swap.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/tie.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/tie_ostream.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/basic.ios.members/widen.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/iostate.flags/bad.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/iostate.flags/bool.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/iostate.flags/clear.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/iostate.flags/eof.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/iostate.flags/exceptions.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/iostate.flags/exceptions_iostate.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/iostate.flags/fail.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/iostate.flags/good.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/iostate.flags/not.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/iostate.flags/rdstate.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/iostate.flags/setstate.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/ios/types.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/internal.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/left.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/adjustfield.manip/right.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/basefield.manip/dec.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/basefield.manip/hex.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/basefield.manip/oct.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/iostream_category.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/make_error_code.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/error.reporting/make_error_condition.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/defaultfloat.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/fixed.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/hexfloat.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/scientific.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/boolalpha.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noboolalpha.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowbase.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowpoint.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowpos.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noskipws.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/nounitbuf.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/nouppercase.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/showbase.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpoint.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpos.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/skipws.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/unitbuf.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/fmtflags.manip/uppercase.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/std.ios.manip/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/stream.types/streamoff.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/stream.types/streamsize.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.base/version.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.requirements/iostream.limits.imbue/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.requirements/iostreams.limits.pos/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.requirements/iostreams.threadsafety/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/iostreams.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf.reqts/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/copy.fail.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/default.fail.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubseekoff.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubseekpos.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsetbuf.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsync.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/locales.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/in_avail.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/sbumpc.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/sgetc.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/sgetn.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/snextc.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/sputbackc.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/sungetc.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/sputc.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/sputn.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/gbump.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/setg.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/setp.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/showmanyc.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/uflow.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/underflow.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/xsgetn.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback/pbackfail.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/overflow.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/xsputn.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/streambuf/types.pass.cpp
delete mode 100644 libcxx/test/input.output/stream.buffers/version.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/istringstream/istringstream.assign/member_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/istringstream/istringstream.assign/move.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/istringstream/istringstream.assign/nonmember_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/istringstream/istringstream.cons/default.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/istringstream/istringstream.cons/move.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/istringstream/istringstream.cons/string.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/istringstream/istringstream.members/str.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/istringstream/types.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/member_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/move.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/nonmember_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/default.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/move.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/ostringstream/ostringstream.cons/string.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/ostringstream/ostringstream.members/str.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/ostringstream/types.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/member_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/move.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/nonmember_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/default.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/move.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.cons/string.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.members/str.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/overflow.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/pbackfail.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/seekpos.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/setbuf.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/underflow.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringbuf/types.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringstream.cons/default.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringstream.cons/move.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringstream.cons/string.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/member_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/move.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringstream.cons/stringstream.assign/nonmember_swap.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringstream.members/str.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/stringstream/types.pass.cpp
delete mode 100644 libcxx/test/input.output/string.streams/version.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/iterator.basic/iterator.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/iterator.operations/advance.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/iterator.operations/distance.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/iterator.operations/next.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/iterator.operations/prev.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/iterator.traits/const_pointer.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/iterator.traits/empty.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/iterator.traits/iterator.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/iterator.traits/pointer.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/std.iterator.tags/bidirectional_iterator_tag.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/std.iterator.tags/forward_iterator_tag.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/std.iterator.tags/input_iterator_tag.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/std.iterator.tags/output_iterator_tag.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.primitives/std.iterator.tags/random_access_iterator_tag.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.requirements/bidirectional.iterators/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.requirements/forward.iterators/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.requirements/input.iterators/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.requirements/iterator.iterators/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.requirements/iterator.requirements.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.requirements/output.iterators/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.requirements/random.access.iterators/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/iterator.synopsis/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/iterators.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/iterators.h
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons/container.fail.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons/container.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++/post.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++/pre.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/lv_value.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/rv_value.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/back.insert.iterator/types.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons/container.fail.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons/container.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++/post.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++/pre.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/lv_value.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/rv_value.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/front.insert.iterator/types.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++/post.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++/pre.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/lv_value.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/rv_value.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/insert.iterator/types.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/insert.iterators/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/make_move_iterator.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/minus.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/plus.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+/difference_type.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+=/difference_type.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-/difference_type.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-=/difference_type.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_eq.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gt.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gte.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lt.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lte.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_neq.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert.fail.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/default.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/iter.fail.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/iter.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/post.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/pre.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/post.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/pre.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/difference_type.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref/op_arrow.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/op_star.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/move_iterator.fail.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/move_iterator.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iter.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/move.iterators/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/default.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/iter.fail.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/iter.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/reverse_iterator.fail.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/reverse_iterator.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!=/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/post.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/pre.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+/difference_type.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+=/difference_type.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/post.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/pre.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-/difference_type.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-=/difference_type.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star/op_star.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/reverse_iterator.fail.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/reverse_iterator.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op==/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt=/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/difference_type.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt=/test.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/op_arrow.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum/difference_type.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iterator/types.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/copy.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/istream.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/arrow.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/dereference.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/equal.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/post_increment.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.ops/pre_increment.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istream.iterator/types.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/default.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/istream.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/proxy.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/streambuf.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/equal.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!=/not_equal.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++/dereference.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op==/equal.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/arrow.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/post_increment.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/pre_increment.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy/proxy.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/istreambuf.iterator/types.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/iterator.range/begin_array.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/iterator.range/begin_const.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/iterator.range/begin_non_const.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/iterator.range/end_array.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/iterator.range/end_const.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/iterator.range/end_non_const.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/copy.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/ostream.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/ostream_delem.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/assign_t.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/dereference.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/increment.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostream.iterator/types.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/ostream.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/streambuf.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/assign_c.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/deref.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/failed.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/increment.pass.cpp
delete mode 100644 libcxx/test/iterators/stream.iterators/ostreambuf.iterator/types.pass.cpp
delete mode 100644 libcxx/test/iterators/version.pass.cpp
delete mode 100644 libcxx/test/language.support/cstdint/cstdint.syn/cstdint.pass.cpp
delete mode 100644 libcxx/test/language.support/cstdint/version.pass.cpp
delete mode 100644 libcxx/test/language.support/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/alloc.errors/bad.alloc/bad_alloc.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/bad_array_new_length.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/alloc.errors/new.handler/new_handler.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/alloc.errors/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/get_new_handler.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/set_new_handler.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/new_array.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/new_array_replace.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/new.delete/new.delete.dataraces/not_testable.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/new.delete/new.delete.placement/new.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/new.delete/new.delete.placement/new_array.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/new_replace.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/new.delete/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/language.support/support.dynamic/version.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/bad.exception/bad_exception.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/except.nested/assign.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/except.nested/ctor_copy.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/except.nested/ctor_default.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/except.nested/rethrow_nested.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/except.nested/throw_with_nested.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/exception.terminate/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/exception.terminate/set.terminate/get_terminate.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/exception.terminate/set.terminate/set_terminate.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/exception.terminate/terminate.handler/terminate_handler.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/exception.terminate/terminate/terminate.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/exception/exception.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/propagation/current_exception.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/propagation/exception_ptr.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/propagation/make_exception_ptr.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/propagation/rethrow_exception.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/uncaught/uncaught_exception.pass.cpp
delete mode 100644 libcxx/test/language.support/support.exception/version.pass.cpp
delete mode 100644 libcxx/test/language.support/support.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/language.support/support.initlist/support.initlist.access/access.pass.cpp
delete mode 100644 libcxx/test/language.support/support.initlist/support.initlist.cons/default.pass.cpp
delete mode 100644 libcxx/test/language.support/support.initlist/support.initlist.range/begin_end.pass.cpp
delete mode 100644 libcxx/test/language.support/support.initlist/types.pass.cpp
delete mode 100644 libcxx/test/language.support/support.initlist/version.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/c.limits/cfloat.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/c.limits/climits.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/c.limits/version_cfloat.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/c.limits/version_climits.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/denorm.style/check_values.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/is_specialized.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/denorm_min.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/digits.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/digits10.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/epsilon.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/has_denorm.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/has_denorm_loss.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/has_infinity.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/has_quiet_NaN.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/has_signaling_NaN.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/infinity.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/is_bounded.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/is_exact.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/is_iec559.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/is_integer.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/is_modulo.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/is_signed.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/lowest.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/max.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/max_digits10.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/max_exponent.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/max_exponent10.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/min.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/min_exponent.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/min_exponent10.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/quiet_NaN.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/radix.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/round_error.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/round_style.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/signaling_NaN.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/tinyness_before.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.limits/default.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/numeric.special/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/round.style/check_values.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/limits/version.pass.cpp
delete mode 100644 libcxx/test/language.support/support.limits/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/language.support/support.rtti/bad.cast/bad_cast.pass.cpp
delete mode 100644 libcxx/test/language.support/support.rtti/bad.typeid/bad_typeid.pass.cpp
delete mode 100644 libcxx/test/language.support/support.rtti/type.info/type_info.pass.cpp
delete mode 100644 libcxx/test/language.support/support.rtti/type.info/type_info_hash.pass.cpp
delete mode 100644 libcxx/test/language.support/support.rtti/version.pass.cpp
delete mode 100644 libcxx/test/language.support/support.runtime/csetjmp.pass.cpp
delete mode 100644 libcxx/test/language.support/support.runtime/csignal.pass.cpp
delete mode 100644 libcxx/test/language.support/support.runtime/cstdarg.pass.cpp
delete mode 100644 libcxx/test/language.support/support.runtime/cstdbool.pass.cpp
delete mode 100644 libcxx/test/language.support/support.runtime/cstdlib.pass.cpp
delete mode 100644 libcxx/test/language.support/support.runtime/ctime.pass.cpp
delete mode 100644 libcxx/test/language.support/support.runtime/version_csetjmp.pass.cpp
delete mode 100644 libcxx/test/language.support/support.runtime/version_csignal.pass.cpp
delete mode 100644 libcxx/test/language.support/support.runtime/version_cstdarg.pass.cpp
delete mode 100644 libcxx/test/language.support/support.runtime/version_cstdbool.pass.cpp
delete mode 100644 libcxx/test/language.support/support.runtime/version_cstdlib.pass.cpp
delete mode 100644 libcxx/test/language.support/support.runtime/version_ctime.pass.cpp
delete mode 100644 libcxx/test/language.support/support.start.term/quick_exit.pass.cpp
delete mode 100644 libcxx/test/language.support/support.types/max_align_t.pass.cpp
delete mode 100644 libcxx/test/language.support/support.types/null.pass.cpp
delete mode 100644 libcxx/test/language.support/support.types/nullptr_t.pass.cpp
delete mode 100644 libcxx/test/language.support/support.types/offsetof.pass.cpp
delete mode 100644 libcxx/test/language.support/support.types/ptrdiff_t.pass.cpp
delete mode 100644 libcxx/test/language.support/support.types/size_t.pass.cpp
delete mode 100644 libcxx/test/language.support/support.types/version.pass.cpp
delete mode 100644 libcxx/test/lit.cfg
delete mode 100644 libcxx/test/lit.site.cfg.in
delete mode 100644 libcxx/test/localization/c.locales/clocale.pass.cpp
delete mode 100644 libcxx/test/localization/c.locales/version.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/__scan_keyword.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/transform.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.collate/locale.collate/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/compare.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/hash.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/transform.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.collate/locale.collate/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.collate/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/ctype_base.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/dtor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/is_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/is_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/narrow_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/narrow_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/scan_is.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/scan_not.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/table.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/tolower_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/tolower_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/toupper_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/toupper_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/widen_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/widen_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/classic_table.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/facet.ctype.special/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char16_t.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char32_t.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/codecvt_base.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ctor_char.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ctor_char16_t.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ctor_char32_t.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/ctor_wchar_t.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_always_noconv.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_encoding.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_in.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_max_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_out.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_unshift.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_always_noconv.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_encoding.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_in.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_max_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_out.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_unshift.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_always_noconv.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_encoding.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_in.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_max_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_out.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_unshift.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/utf_sanity_check.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_always_noconv.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_encoding.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_in.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_max_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_unshift.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/types_char.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/types_char16_t.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/types_char32_t.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/types_wchar_t.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/is_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/is_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/scan_is.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/scan_not.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/is_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/is_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/narrow_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/narrow_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/scan_is.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/scan_not.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/tolower_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/tolower_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/toupper_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/toupper_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/widen_1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/widen_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.ctype/locale.ctype/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.messages/locale.messages.byname/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.messages/locale.messages/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.messages/locale.messages/locale.messages.members/not_testable.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.messages/locale.messages/messages_base.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.messages/locale.messages/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.messages/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.get/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_en_US.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_string_en_US.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/iterators.h
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.get/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.put/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/iterators.h
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_en_US.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_string_en_US.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.money.put/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/frac_digits.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/negative_sign.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/positive_sign.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/curr_symbol.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/decimal_point.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/frac_digits.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/grouping.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/neg_format.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/negative_sign.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/pos_format.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/positive_sign.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/thousands_sep.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/money_base.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.monetary/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/iterators.h
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_bool.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_long.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_pointer.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long_long.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.nm.put/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_bool.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_float.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_double.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_long.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_pointer.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_int.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long_long.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_short.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/iterators.h
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_min_max.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/locale.num.get/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.numeric/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/date_order.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/date_order_wide.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_time.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_time_wide.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_year.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/get_year_wide.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get.byname/iterators.h
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/date_order.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date_wide.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_many.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname_wide.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_one.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time_wide.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday_wide.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_year.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/iterators.h
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/time_base.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.get/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/iterators.h
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.put/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/iterators.h
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put1.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/locale.time.put/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/category.time/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/decimal_point.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/decimal_point.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/falsename.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/grouping.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/thousands_sep.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/truename.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/types.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facet.numpunct/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locale.categories/facets.examples/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_mode.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf16.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf16_always_noconv.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf16_encoding.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf16_in.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf16_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf16_max_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf16_out.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf16_unshift.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_always_noconv.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_encoding.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_in.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_max_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_out.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_unshift.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_always_noconv.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_encoding.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_in.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_max_length.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_out.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/codecvt_utf8_utf16_unshift.pass.cpp
delete mode 100644 libcxx/test/localization/locale.stdcvt/version.pass.cpp
delete mode 100644 libcxx/test/localization/locale.syn/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/classification/isalnum.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/classification/isalpha.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/classification/iscntrl.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/classification/isdigit.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/classification/isgraph.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/classification/islower.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/classification/isprint.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/classification/ispunct.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/classification/isspace.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/classification/isupper.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/classification/isxdigit.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/ctor.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/overflow.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/pbackfail.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/rdbuf.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/seekoff.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/state.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/test.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.dat
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/underflow_utf8.dat
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.character/tolower.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.character/toupper.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/converted.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/ctor_codecvt.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/ctor_codecvt_state.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/ctor_err_string.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/from_bytes.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/state.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/to_bytes.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/types.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/conversions/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.convenience/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.global.templates/has_facet.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale.global.templates/use_facet.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.cons/assign.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.cons/char_pointer.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.cons/copy.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.cons/default.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.cons/locale_char_pointer_cat.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.cons/locale_facetptr.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.cons/locale_locale_cat.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.cons/string.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.members/combine.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.members/name.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.operators/compare.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.operators/eq.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.statics/classic.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.statics/global.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.types/locale.category/category.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.types/locale.facet/facet.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.types/locale.id/id.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/locale.types/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locales/locale/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/locales/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/localization.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/localization/version.pass.cpp
delete mode 100644 libcxx/test/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/c.math/cmath.pass.cpp
delete mode 100644 libcxx/test/numerics/c.math/ctgmath.pass.cpp
delete mode 100644 libcxx/test/numerics/c.math/tgmath_h.pass.cpp
delete mode 100644 libcxx/test/numerics/c.math/version_cmath.pass.cpp
delete mode 100644 libcxx/test/numerics/cfenv/cfenv.syn/cfenv.pass.cpp
delete mode 100644 libcxx/test/numerics/cfenv/version.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/cases.h
delete mode 100644 libcxx/test/numerics/complex.number/ccmplx/ccomplex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/cmplx.over/arg.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/cmplx.over/conj.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/cmplx.over/imag.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/cmplx.over/norm.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/cmplx.over/pow.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/cmplx.over/proj.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/cmplx.over/real.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.member.ops/assignment_scalar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.member.ops/divide_equal_scalar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.member.ops/minus_equal_scalar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.member.ops/plus_equal_scalar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.member.ops/times_equal_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.member.ops/times_equal_scalar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.members/construct.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.members/real_imag.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/complex_divide_scalar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/complex_minus_scalar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/complex_plus_scalar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/complex_times_scalar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/scalar_divide_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/scalar_equals_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/scalar_minus_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/scalar_not_equals_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/scalar_plus_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/scalar_times_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/stream_input.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/stream_output.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/unary_minus.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.ops/unary_plus.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.special/double_float_explicit.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.special/double_float_implicit.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.special/float_double_explicit.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.special/float_double_implicit.fail.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.synopsis/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/acos.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/acosh.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/asin.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/asinh.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/atan.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/atanh.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/cos.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/cosh.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/exp.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/log.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/log10.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/pow_complex_scalar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/pow_scalar_complex.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/sin.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/sinh.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/sqrt.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/tan.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.transcendentals/tanh.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.value.ops/abs.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.value.ops/arg.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.value.ops/conj.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.value.ops/imag.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.value.ops/norm.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.value.ops/polar.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.value.ops/proj.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex.value.ops/real.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/complex/types.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/layout.pass.cpp
delete mode 100644 libcxx/test/numerics/complex.number/version.pass.cpp
delete mode 100644 libcxx/test/numerics/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/class.gslice/gslice.access/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/class.gslice/gslice.cons/default.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/class.gslice/gslice.cons/start_size_stride.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/class.gslice/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/class.slice/cons.slice/default.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/class.slice/cons.slice/start_size_stride.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/class.slice/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/class.slice/slice.access/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/default.fail.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/gslice_array.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.assign/valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/addition.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/and.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/divide.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/modulo.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/multiply.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/or.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/shift_left.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/shift_right.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/subtraction.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.comp.assign/xor.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/gslice.array.fill/assign_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.gslice.array/types.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/default.fail.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.assign/indirect_array.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.assign/valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/addition.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/and.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/divide.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/modulo.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/multiply.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/or.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/shift_left.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/shift_right.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/subtraction.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.comp.assign/xor.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/indirect.array.fill/assign_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.indirect.array/types.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/default.fail.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/mask_array.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.assign/valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/addition.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/and.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/divide.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/modulo.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/multiply.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/or.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/shift_left.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/shift_right.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/subtraction.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.comp.assign/xor.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/mask.array.fill/assign_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.mask.array/types.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/default.fail.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.assign/slice_array.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.assign/valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/addition.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/and.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/divide.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/modulo.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/multiply.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/or.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/shift_left.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/shift_right.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/subtraction.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.comp.assign/xor.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/slice.arr.fill/assign_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.slice.array/types.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/types.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.access/access.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.access/const_access.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.assign/copy_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.assign/gslice_array_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.assign/indirect_array_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.assign/initializer_list_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.assign/mask_array_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.assign/move_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.assign/slice_array_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.assign/value_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/and_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/and_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/divide_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/divide_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/minus_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/minus_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/modulo_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/modulo_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/or_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/or_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/plus_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/plus_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/shift_left_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/shift_left_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/shift_right_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/shift_right_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/times_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/times_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/xor_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cassign/xor_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cons/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cons/default.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cons/gslice_array.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cons/indirect_array.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cons/mask_array.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cons/pointer_size.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cons/size.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cons/slice_array.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.cons/value_size.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.members/apply_cref.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.members/apply_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.members/cshift.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.members/max.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.members/min.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.members/resize.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.members/shift.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.members/size.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.members/sum.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.members/swap.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.sub/gslice_const.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.sub/gslice_non_const.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.sub/indirect_array_const.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.sub/indirect_array_non_const.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.sub/slice_const.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.sub/slice_non_const.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.sub/valarray_bool_const.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.sub/valarray_bool_non_const.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.unary/bit_not.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.unary/negate.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.unary/not.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/template.valarray/valarray.unary/plus.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/and_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/and_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/and_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/divide_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/divide_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/divide_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/minus_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/minus_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/minus_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/modulo_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/modulo_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/modulo_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/or_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/or_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/or_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/plus_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/plus_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/plus_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/shift_left_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/shift_left_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/shift_left_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/shift_right_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/shift_right_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/shift_right_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/times_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/times_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/times_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/xor_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/xor_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.binary/xor_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/and_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/and_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/and_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/equal_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/equal_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/equal_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_equal_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_equal_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_equal_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/less_equal_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/less_equal_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/less_equal_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/less_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/less_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/less_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/not_equal_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/not_equal_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/not_equal_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/or_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/or_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/or_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.special/swap.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/abs_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/acos_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/asin_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/atan2_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/atan2_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/atan2_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/atan_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/cos_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/cosh_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/exp_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/log10_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/log_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/pow_valarray_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/pow_valarray_value.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/pow_value_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/sin_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/sinh_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/sqrt_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/tan_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.nonmembers/valarray.transcend/tanh_valarray.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.range/begin_const.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.range/begin_non_const.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.range/end_const.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.range/end_non_const.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/valarray.syn/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/numarray/version.pass.cpp
delete mode 100644 libcxx/test/numerics/numeric.ops/accumulate/accumulate.pass.cpp
delete mode 100644 libcxx/test/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp
delete mode 100644 libcxx/test/numerics/numeric.ops/adjacent.difference/adjacent_difference.pass.cpp
delete mode 100644 libcxx/test/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp
delete mode 100644 libcxx/test/numerics/numeric.ops/inner.product/inner_product.pass.cpp
delete mode 100644 libcxx/test/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp
delete mode 100644 libcxx/test/numerics/numeric.ops/iterators.h
delete mode 100644 libcxx/test/numerics/numeric.ops/numeric.iota/iota.pass.cpp
delete mode 100644 libcxx/test/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp
delete mode 100644 libcxx/test/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp
delete mode 100644 libcxx/test/numerics/numeric.ops/version.pass.cpp
delete mode 100644 libcxx/test/numerics/numeric.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/numerics.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ctor_engine_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ctor_engine_move.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ctor_result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/ctor_sseq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/discard.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/seed_result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/seed_sseq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/values.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ctor_engine_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ctor_engine_move.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ctor_result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/ctor_sseq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/discard.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/seed_result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/seed_sseq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/values.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ctor_engine_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ctor_engine_move.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ctor_result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ctor_sseq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/discard.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/seed_result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/seed_sseq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/values.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.device/ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.device/entropy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.device/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/ctor_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ctor_int_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/ctor_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/ctor_int_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/ctor_double_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/ctor_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/ctor_double_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/ctor_double_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/ctor_double_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/ctor_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/ctor_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/ctor_double_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/ctor_double_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/ctor_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/ctor_double_double.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_func.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_init.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_iterator.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_func.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_init.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_iterator.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_func.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_init_func.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_iterator.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_func.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_init_func.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_iterator.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_func.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_init_func.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_iterator.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_func.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_init_func.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_iterator.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/ctor_int_int.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ctor_int_int.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ctor_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/eval_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/get_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/max.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/min.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_ctor.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_eq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/set_param.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/types.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ctor_result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ctor_sseq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/discard.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/seed_result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/seed_sseq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/values.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.mers/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.mers/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.mers/ctor_result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.mers/ctor_sseq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.mers/default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.mers/discard.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.mers/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.mers/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.mers/result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.mers/seed_result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.mers/seed_sseq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.sub/assign.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.sub/copy.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ctor_result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ctor_sseq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.sub/default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.sub/discard.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.sub/eval.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.sub/result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.sub/seed_result_type.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.sub/seed_sseq.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.predef/default_random_engine.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.predef/knuth_b.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.predef/minstd_rand.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.predef/minstd_rand0.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.predef/mt19937.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.predef/mt19937_64.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.predef/ranlux24.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.predef/ranlux24_base.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.predef/ranlux48.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.predef/ranlux48_base.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.req/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.req/rand.req.adapt/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.req/rand.req.dst/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.req/rand.req.eng/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.req/rand.req.genl/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.req/rand.req.seedseq/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.req/rand.req.urng/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.synopsis/version.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.util/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.util/rand.util.seedseq/assign.fail.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.util/rand.util.seedseq/copy.fail.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.util/rand.util.seedseq/default.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.util/rand.util.seedseq/generate.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.util/rand.util.seedseq/initializer_list.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.util/rand.util.seedseq/iterator.pass.cpp
delete mode 100644 libcxx/test/numerics/rand/rand.util/rand.util.seedseq/types.pass.cpp
delete mode 100644 libcxx/test/platform_support.h
delete mode 100644 libcxx/test/re/iterators.h
delete mode 100644 libcxx/test/re/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.match/awk.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.match/basic.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.match/ecma.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.match/egrep.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.match/extended.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.match/grep.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.replace/test1.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.replace/test2.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.replace/test3.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.replace/test4.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.replace/test5.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.replace/test6.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.search/awk.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.search/basic.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.search/ecma.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.search/egrep.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.search/extended.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.alg.search/grep.pass.cpp
delete mode 100644 libcxx/test/re/re.alg/re.except/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.badexp/regex_error.pass.cpp
delete mode 100644 libcxx/test/re/re.const/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.const/re.err/error_type.pass.cpp
delete mode 100644 libcxx/test/re/re.const/re.matchflag/match_flag_type.pass.cpp
delete mode 100644 libcxx/test/re/re.const/re.synopt/syntax_option_type.pass.cpp
delete mode 100644 libcxx/test/re/re.def/defns.regex.collating.element/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.def/defns.regex.finite.state.machine/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.def/defns.regex.format.specifier/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.def/defns.regex.matched/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.def/defns.regex.primary.equivalence.class/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.def/defns.regex.regular.expression/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.def/defns.regex.subexpression/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.def/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.grammar/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.regiter/re.regiter.cnstr/cnstr.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.regiter/re.regiter.cnstr/default.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.regiter/re.regiter.comp/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.regiter/re.regiter.deref/deref.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.regiter/re.regiter.incr/post.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.regiter/types.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/array.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/default.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/init.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/int.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/vector.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.tokiter/re.tokiter.comp/equal.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.tokiter/re.tokiter.deref/deref.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.tokiter/re.tokiter.incr/post.pass.cpp
delete mode 100644 libcxx/test/re/re.iter/re.tokiter/types.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.assign/assign.il.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.assign/assign.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.assign/assign_iter_iter_flag.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.assign/assign_ptr_flag.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.assign/assign_ptr_size_flag.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.assign/assign_string_flag.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.assign/copy.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.assign/il.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.assign/ptr.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.assign/string.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.const/constants.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.construct/copy.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.construct/default.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.construct/il_flg.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.construct/iter_iter.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.construct/iter_iter_flg.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.construct/ptr.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.construct/ptr_flg.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.construct/ptr_size_flg.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.construct/string.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.construct/string_flg.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.locale/imbue.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.nonmemb/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.nonmemb/re.regex.nmswap/swap.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.operations/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/re.regex.swap/swap.pass.cpp
delete mode 100644 libcxx/test/re/re.regex/types.pass.cpp
delete mode 100644 libcxx/test/re/re.req/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.acc/begin_end.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.acc/cbegin_cend.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.acc/index.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.acc/length.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.acc/position.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.acc/prefix.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.acc/str.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.acc/suffix.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.all/get_allocator.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.const/allocator.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.const/default.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.form/form1.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.form/form2.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.form/form3.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.form/form4.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.nonmember/equal.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.size/empty.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.size/max_size.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.state/ready.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.swap/member_swap.pass.cpp
delete mode 100644 libcxx/test/re/re.results/re.results.swap/non_member_swap.pass.cpp
delete mode 100644 libcxx/test/re/re.results/types.pass.cpp
delete mode 100644 libcxx/test/re/re.submatch/re.submatch.members/compare_string_type.pass.cpp
delete mode 100644 libcxx/test/re/re.submatch/re.submatch.members/compare_sub_match.pass.cpp
delete mode 100644 libcxx/test/re/re.submatch/re.submatch.members/compare_value_type_ptr.pass.cpp
delete mode 100644 libcxx/test/re/re.submatch/re.submatch.members/default.pass.cpp
delete mode 100644 libcxx/test/re/re.submatch/re.submatch.members/length.pass.cpp
delete mode 100644 libcxx/test/re/re.submatch/re.submatch.members/operator_string.pass.cpp
delete mode 100644 libcxx/test/re/re.submatch/re.submatch.members/str.pass.cpp
delete mode 100644 libcxx/test/re/re.submatch/re.submatch.op/compare.pass.cpp
delete mode 100644 libcxx/test/re/re.submatch/re.submatch.op/stream.pass.cpp
delete mode 100644 libcxx/test/re/re.submatch/types.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/cmatch.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/cregex_iterator.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/cregex_token_iterator.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/csub_match.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/regex.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/smatch.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/sregex_iterator.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/sregex_token_iterator.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/ssub_match.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/wcmatch.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/wcregex_iterator.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/wcregex_token_iterator.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/wcsub_match.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/wregex.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/wsmatch.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/wsregex_iterator.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/wsregex_token_iterator.pass.cpp
delete mode 100644 libcxx/test/re/re.syn/wssub_match.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/default.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/getloc.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/imbue.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/isctype.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/iterators.h
delete mode 100644 libcxx/test/re/re.traits/length.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/lookup_classname.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/lookup_collatename.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/transform.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/transform_primary.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/translate.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/translate_nocase.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/types.pass.cpp
delete mode 100644 libcxx/test/re/re.traits/value.pass.cpp
delete mode 100644 libcxx/test/re/test_allocator.h
delete mode 100644 libcxx/test/strings/basic.string.hash/strings.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/input_iterator.h
delete mode 100644 libcxx/test/strings/basic.string/string.access/at.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.access/back.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.access/front.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.access/index.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.capacity/capacity.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.capacity/clear.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.capacity/empty.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.capacity/length.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.capacity/max_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.capacity/reserve.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.capacity/resize_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.capacity/resize_size_char.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.capacity/shrink_to_fit.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.capacity/size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/alloc.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/char_assignment.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/copy.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/copy_alloc.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/copy_assignment.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/default_noexcept.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/dtor_noexcept.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/initializer_list.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/initializer_list_assignment.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/iter_alloc.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/move.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/move_alloc.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/move_assign_noexcept.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/move_assignment.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/move_noexcept.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/pointer_alloc.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/pointer_assignment.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/pointer_size_alloc.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/size_char_alloc.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.cons/substr.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.iterators/begin.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.iterators/cbegin.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.iterators/cend.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.iterators/crbegin.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.iterators/crend.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.iterators/end.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.iterators/rbegin.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.iterators/rend.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_append/initializer_list.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_append/iterator.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_append/pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_append/pointer_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_append/push_back.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_append/size_char.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_append/string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_append/string_size_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_assign/initializer_list.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_assign/iterator.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_assign/pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_assign/pointer_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_assign/rv_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_assign/size_char.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_assign/string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_assign/string_size_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_copy/copy.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_erase/iter.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_erase/iter_iter.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_erase/pop_back.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_erase/size_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_insert/iter_char.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_insert/iter_initializer_list.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_insert/iter_iter_iter.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_insert/iter_size_char.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_insert/size_pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_insert/size_pointer_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_insert/size_size_char.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_insert/size_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_insert/size_string_size_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_op_plus_equal/char.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_op_plus_equal/initializer_list.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_op_plus_equal/pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_op_plus_equal/string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_replace/iter_iter_initializer_list.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_replace/iter_iter_iter_iter.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_replace/iter_iter_pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_replace/iter_iter_pointer_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_replace/iter_iter_size_char.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_replace/iter_iter_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_replace/size_size_pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_replace/size_size_pointer_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_replace/size_size_size_char.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_replace/size_size_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_replace/size_size_string_size_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.modifiers/string_swap/swap.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string.io/get_line.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string.io/get_line_delim.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string.io/get_line_delim_rv.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string.io/get_line_rv.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string.io/stream_extract.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string.io/stream_insert.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string.special/swap.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string.special/swap_noexcept.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_op!=/pointer_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_op!=/string_pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_op!=/string_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_op+/char_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_op+/pointer_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_op+/string_char.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_op+/string_pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_op+/string_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_operator==/pointer_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_operator==/string_pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_operator==/string_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_opgt/pointer_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_opgt/string_pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_opgt/string_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_opgt=/pointer_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_opgt=/string_pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_opgt=/string_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_oplt/pointer_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_oplt/string_pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_oplt/string_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_oplt=/pointer_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_oplt=/string_pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.nonmembers/string_oplt=/string_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string.accessors/c_str.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string.accessors/data.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string.accessors/get_allocator.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_compare/pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_compare/size_size_pointer.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_compare/size_size_pointer_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_compare/size_size_string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_compare/size_size_string_size_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_compare/string.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/char_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/pointer_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/pointer_size_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.first.not.of/string_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.first.of/char_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.first.of/pointer_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.first.of/pointer_size_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.first.of/string_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/char_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/pointer_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/pointer_size_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.last.not.of/string_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.last.of/char_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.last.of/pointer_size_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find.last.of/string_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find/char_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find/pointer_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find/pointer_size_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_find/string_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_rfind/char_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_rfind/pointer_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_rfind/pointer_size_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_rfind/string_size.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.ops/string_substr/substr.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/string.require/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/strings/basic.string/test_allocator.h
delete mode 100644 libcxx/test/strings/basic.string/test_traits.h
delete mode 100644 libcxx/test/strings/basic.string/types.pass.cpp
delete mode 100644 libcxx/test/strings/c.strings/cctype.pass.cpp
delete mode 100644 libcxx/test/strings/c.strings/cstring.pass.cpp
delete mode 100644 libcxx/test/strings/c.strings/cuchar.pass.cpp
delete mode 100644 libcxx/test/strings/c.strings/cwchar.pass.cpp
delete mode 100644 libcxx/test/strings/c.strings/cwctype.pass.cpp
delete mode 100644 libcxx/test/strings/c.strings/version_cctype.pass.cpp
delete mode 100644 libcxx/test/strings/c.strings/version_cstring.pass.cpp
delete mode 100644 libcxx/test/strings/c.strings/version_cuchar.pass.cpp
delete mode 100644 libcxx/test/strings/c.strings/version_cwchar.pass.cpp
delete mode 100644 libcxx/test/strings/c.strings/version_cwctype.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.require/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/assign2.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/assign3.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/compare.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/copy.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/eof.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/eq.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/eq_int_type.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/find.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/length.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/lt.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/move.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/not_eof.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/to_char_type.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/to_int_type.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/types.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/assign2.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/assign3.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/compare.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/copy.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/eof.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/eq.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/eq_int_type.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/find.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/length.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/lt.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/move.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/not_eof.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/to_char_type.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/to_int_type.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/types.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/assign2.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/assign3.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/compare.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/copy.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/eof.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/eq.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/eq_int_type.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/find.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/length.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/lt.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/move.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/not_eof.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/to_char_type.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/to_int_type.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/types.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/assign2.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/assign3.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/compare.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/copy.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/eof.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/eq.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/eq_int_type.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/find.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/length.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/lt.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/move.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/not_eof.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/to_char_type.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/to_int_type.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/types.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.specializations/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/char.traits.typedefs/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/strings/char.traits/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/strings/string.classes/typedefs.pass.cpp
delete mode 100644 libcxx/test/strings/string.conversions/stod.pass.cpp
delete mode 100644 libcxx/test/strings/string.conversions/stof.pass.cpp
delete mode 100644 libcxx/test/strings/string.conversions/stoi.pass.cpp
delete mode 100644 libcxx/test/strings/string.conversions/stol.pass.cpp
delete mode 100644 libcxx/test/strings/string.conversions/stold.pass.cpp
delete mode 100644 libcxx/test/strings/string.conversions/stoll.pass.cpp
delete mode 100644 libcxx/test/strings/string.conversions/stoul.pass.cpp
delete mode 100644 libcxx/test/strings/string.conversions/stoull.pass.cpp
delete mode 100644 libcxx/test/strings/string.conversions/to_string.pass.cpp
delete mode 100644 libcxx/test/strings/string.conversions/to_wstring.pass.cpp
delete mode 100644 libcxx/test/strings/strings.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/strings/version.pass.cpp
delete mode 100755 libcxx/test/testit
delete mode 100644 libcxx/test/thread/futures/futures.async/async.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.errors/default_error_condition.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.errors/equivalent_error_code_int.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.errors/equivalent_int_error_condition.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.errors/future_category.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.errors/make_error_code.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.errors/make_error_condition.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.future_error/code.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.future_error/types.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.future_error/what.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.overview/future_errc.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.overview/future_status.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.overview/is_error_code_enum_future_errc.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.overview/launch.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/alloc_ctor.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/copy_assign.fail.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/copy_ctor.fail.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/default.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/dtor.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/get_future.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/move_assign.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/move_ctor.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/set_exception.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/set_lvalue.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/set_lvalue_at_thread_exit.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/set_rvalue.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/set_rvalue_at_thread_exit.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/set_value_at_thread_exit_const.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/set_value_at_thread_exit_void.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/set_value_const.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/set_value_void.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/swap.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.promise/uses_allocator.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.shared_future/copy_assign.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.shared_future/copy_ctor.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.shared_future/ctor_future.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.shared_future/default.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.shared_future/dtor.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.shared_future/get.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.shared_future/move_assign.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.shared_future/move_ctor.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.shared_future/wait.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.shared_future/wait_for.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.shared_future/wait_until.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.state/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/assign_copy.fail.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/assign_move.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/ctor_copy.fail.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/ctor_default.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/ctor_func.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/ctor_func_alloc.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/ctor_move.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/dtor.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/get_future.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/make_ready_at_thread_exit.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/operator.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/reset.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.members/swap.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/swap.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/futures.task.nonmembers/uses_allocator.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.tas/types.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.unique_future/copy_assign.fail.cpp
delete mode 100644 libcxx/test/thread/futures/futures.unique_future/copy_ctor.fail.cpp
delete mode 100644 libcxx/test/thread/futures/futures.unique_future/default.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.unique_future/dtor.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.unique_future/get.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.unique_future/move_assign.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.unique_future/move_ctor.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.unique_future/share.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.unique_future/wait.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.unique_future/wait_for.pass.cpp
delete mode 100644 libcxx/test/thread/futures/futures.unique_future/wait_until.pass.cpp
delete mode 100644 libcxx/test/thread/futures/test_allocator.h
delete mode 100644 libcxx/test/thread/futures/version.pass.cpp
delete mode 100644 libcxx/test/thread/macro.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/cv_status.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/notify_all_at_thread_exit.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/assign.fail.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/copy.fail.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/default.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/destructor.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/native_handle.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/notify_all.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/notify_one.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/wait.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/wait_for_pred.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/wait_pred.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvar/wait_until_pred.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvarany/assign.fail.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvarany/copy.fail.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvarany/default.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvarany/destructor.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvarany/notify_all.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvarany/notify_one.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvarany/wait.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvarany/wait_for.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvarany/wait_for_pred.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvarany/wait_pred.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvarany/wait_until.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/thread.condition.condvarany/wait_until_pred.pass.cpp
delete mode 100644 libcxx/test/thread/thread.condition/version.pass.cpp
delete mode 100644 libcxx/test/thread/thread.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock.algorithm/lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock.algorithm/try_lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/adopt_lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/assign.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/copy.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/types.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/copy_assign.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/copy_ctor.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/default.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_assign.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_ctor.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_adopt_lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_defer_lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_duration.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_time_point.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_try_to_lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock_for.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock_until.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/unlock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/member_swap.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/nonmember_swap.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/release.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/mutex.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/op_bool.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/owns_lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/types.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.lock/types.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/assign.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/copy.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/default.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/native_handle.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/try_lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/assign.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/copy.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/default.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/native_handle.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/try_lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/assign.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/copy.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/default.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_for.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_until.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/assign.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/copy.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/default.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock_for.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock_until.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.once/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.once/thread.once.callonce/call_once.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.once/thread.once.onceflag/assign.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.once/thread.once.onceflag/copy.fail.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/thread.once/thread.once.onceflag/default.pass.cpp
delete mode 100644 libcxx/test/thread/thread.mutex/version.pass.cpp
delete mode 100644 libcxx/test/thread/thread.req/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.req/thread.req.exception/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.req/thread.req.lockable/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.basic/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.req/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.req/thread.req.lockable/thread.req.lockable.timed/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.req/thread.req.native/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.req/thread.req.paramname/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.req/thread.req.timing/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.algorithm/swap.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.assign/copy.fail.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.assign/move.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/copy.fail.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/default.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.constr/move.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.destr/dtor.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/assign.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/copy.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/default.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/eq.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/lt.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/stream.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.id/thread_id.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/detach.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/get_id.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/join.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/joinable.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/native_handle.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/swap.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.static/hardware_concurrency.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.class/types.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.this/get_id.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/thread.thread.this/yield.pass.cpp
delete mode 100644 libcxx/test/thread/thread.threads/version.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/allocs.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/converting_copy.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/converting_move.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/copy.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.cnstr/default.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/deallocate.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/destroy.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/inner_allocator.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/max_size.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/outer_allocator.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/select_on_container_copy_construction.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/inner_allocator_type.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_copy_assignment.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_move_assignment.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_swap.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/allocators.h
delete mode 100644 libcxx/test/utilities/allocator.adaptor/scoped.adaptor.operators/eq.pass.cpp
delete mode 100644 libcxx/test/utilities/allocator.adaptor/types.pass.cpp
delete mode 100644 libcxx/test/utilities/date.time/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/arithmetic.operations/divides.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/arithmetic.operations/minus.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/arithmetic.operations/modulus.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/arithmetic.operations/multiplies.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/arithmetic.operations/negate.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/arithmetic.operations/plus.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_int_0.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_lvalue.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_rvalue.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_void_0.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/is_bind_expression.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/is_placeholder.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/bind/func.bind/func.bind.place/placeholders.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/bind/func.bind/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/bind/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/bitwise.operations/bit_and.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/bitwise.operations/bit_or.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/bitwise.operations/bit_xor.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/comparisons/equal_to.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/comparisons/greater.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/comparisons/greater_equal.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/comparisons/less.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/comparisons/less_equal.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/comparisons/not_equal_to.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.def/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.memfn/member_data.fail.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.memfn/member_data.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.memfn/member_function.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.memfn/member_function_const.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.memfn/member_function_const_volatile.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.memfn/member_function_volatile.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.require/binary_function.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.require/unary_function.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/bad_function_call.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/bad_function_call_ctor.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/operator_bool.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_nullptr.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_assign.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/default.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke.fail.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke_int_0.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke_void_0.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/assign_F_alloc.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/operator_==.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_type.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/test_allocator.h
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/types.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/func.wrap/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/logical.operations/logical_and.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/logical.operations/logical_not.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/logical.operations/logical_or.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/negators/binary_negate.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/negators/not1.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/negators/not2.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/negators/unary_negate.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/binary.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.access/conversion.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.assign/copy_assign.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.const/copy_ctor.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.const/type_ctor.fail.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.const/type_ctor.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/cref_1.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/cref_2.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/ref_1.fail.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/ref_1.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.helpers/ref_2.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/invoke.fail.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/invoke.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/invoke_int_0.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/invoke_void_0.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/type.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/unary.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/refwrap/weak_result.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/unord.hash/floating.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/unord.hash/integral.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/unord.hash/pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/function.objects/version.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.tag/allocator_arg.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/allocate.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/allocate_hint.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/construct.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/deallocate.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/destroy.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/max_size.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/select_on_container_copy_construction.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/const_pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/const_void_pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/difference_type.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/propagate_on_container_copy_assignment.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/propagate_on_container_move_assignment.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/propagate_on_container_swap.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/rebind_alloc.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/size_type.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/void_pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/allocator_type.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/rebind_traits.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.traits/value_type.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.uses/allocator.uses.construction/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.uses/allocator.uses.trait/uses_allocator.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/allocator.uses/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/c.malloc/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/default.allocator/allocator.globals/eq.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/default.allocator/allocator.members/address.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/default.allocator/allocator.members/allocate.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/default.allocator/allocator.members/construct.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/default.allocator/allocator.members/max_size.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/default.allocator/allocator_types.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/default.allocator/allocator_void.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/pointer.traits/difference_type.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/pointer.traits/element_type.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/pointer.traits/pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/pointer.traits/pointer.traits.functions/pointer_to.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/difference_type.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/element_type.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/pointer.traits/pointer.traits.types/rebind.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/pointer.traits/pointer_to.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/pointer.traits/rebind.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/ptr.align/align.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/specialized.algorithms/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/specialized.algorithms/specialized.addressof/addressof.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/specialized.algorithms/uninitialized.copy/uninitialized_copy.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/specialized.algorithms/uninitialized.copy/uninitialized_copy_n.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill.n/uninitialized_fill_n.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/specialized.algorithms/uninitialized.fill/uninitialized_fill.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/storage.iterator/raw_storag_iterator.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/temporary.buffer/temporary_buffer.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/deleter.h
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/convert_ctor.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/default.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/incomplete.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/convert_ctor.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/default.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/incomplete.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move01.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move03.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move04.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert03.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert04.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert05.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert06.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert07.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert08.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/move_convert09.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/null_asgn.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/null_ctor.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/nullptr_asgn.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/pointer_type.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default01.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default02.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/default03.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move01.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move02.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move03.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move04.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert03.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert04.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert05.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert06.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert07.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert08.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert09.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert10.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert11.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert12.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert13.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert14.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert15.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert16.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert17.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/move_convert18.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/nullptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer01.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer02.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer03.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer04.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter01.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter02.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter03.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter04.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter04.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/pointer_deleter05.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/release.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/reset1.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/reset2.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.modifiers/swap.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/dereference.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/explicit_bool.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/get.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/get_deleter.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/index.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/op_arrow.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/pointer_type.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move01.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move03.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move04.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert01.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert02.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert03.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert03.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert04.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert05.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert06.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/move_convert13.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/null.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/nullptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/auto_pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/auto_pointer01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/auto_pointer02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/default01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/default01.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/default02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/default02.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/default03.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move01.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move02.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move03.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move04.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert01.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert02.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert03.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert03.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert04.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert04.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert05.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert05.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert06.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert06.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert07.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert07.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert08.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert09.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert10.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert11.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert12.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/move_convert13.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/nullptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer01.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer01.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer02.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer02.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer03.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer03.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter01.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter02.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter03.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter04.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter04.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter05.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/pointer_deleter06.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.dtor/null.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/release.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/reset1.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/reset2.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/reset_self.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.modifiers/swap.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/dereference.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/explicit_bool.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/get.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/get_deleter.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/index.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/op_arrow.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/cmp_nullptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/eq.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/rel.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/swap.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.dynamic.safety/declare_no_pointers.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.dynamic.safety/declare_reachable.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.dynamic.safety/get_pointer_safety.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.enab/enable_shared_from_this.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.hash/hash_shared_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.hash/hash_unique_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/test_allocator.h
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/test_deleter.h
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/types.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter/get_deleter.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/auto_ptr_Y.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_Y.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_Y_rv.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_rv.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/unique_ptr_Y.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/const_pointer_cast.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/static_pointer_cast.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/cmp_nullptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/eq.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/lt.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/auto_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/default.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_allocator.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_allocator_throw.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_throw.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator_throw.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_throw.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_throw.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_Y.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_Y_rv.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_rv.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/weak_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/io.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter_allocator.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/swap.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/arrow.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/dereference.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bool.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/owner_before_shared_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/owner_before_weak_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/unique.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/swap.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/types.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/owner_less.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/shared_ptr_Y.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/weak_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/weak_ptr_Y.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/default.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/shared_ptr_Y.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/weak_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/weak_ptr_Y.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/reset.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/swap.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/expired.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/lock.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/not_less_than.fail.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/owner_before_shared_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/owner_before_weak_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/swap.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/util.smartptr/util.smartptr.weakptr/bad_weak_ptr.pass.cpp
delete mode 100644 libcxx/test/utilities/memory/version.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.hel/integral_constant.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.rel/is_base_of.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.rel/is_convertible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.rel/is_same.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.rqmts/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.arr/remove_all_extents.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.arr/remove_extent.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.cv/add_const.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.cv/add_cv.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.cv/add_volatile.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.cv/remove_const.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.cv/remove_cv.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.cv/remove_volatile.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.other/common_type.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.other/conditional.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.other/decay.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.other/enable_if.fail.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.other/enable_if.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.other/result_of.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.other/underlying_type.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.ptr/add_pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.ptr/remove_pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.ref/add_lvalue_ref.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.ref/add_rvalue_ref.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.ref/remove_ref.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.sign/make_signed.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/meta.trans.sign/make_unsigned.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.trans/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.type.synop/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary.prop.query/alignment_of.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary.prop.query/extent.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary.prop.query/rank.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/array.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/class.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/enum.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/floating_point.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/function.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/integral.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/lvalue_ref.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/member_function_pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/member_object_pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/rvalue_ref.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/union.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.cat/void.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/array.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/class.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/enum.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/floating_point.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/function.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/integral.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/lvalue_ref.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/member_function_pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/member_object_pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/pointer.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/rvalue_ref.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/union.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.comp/void.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/has_virtual_destructor.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_abstract.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_assignable.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_const.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_copy_assignable.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_copy_constructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_default_constructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_destructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_empty.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_literal_type.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_move_assignable.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_move_constructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_assignable.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_constructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_copy_assignable.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_copy_constructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_default_constructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_move_assignable.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_move_constructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_pod.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_polymorphic.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_signed.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_standard_layout.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivial.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivialially_copyable.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_assignable.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_constructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copy_assignable.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copy_constructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_default_constructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_destructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_assignable.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_constructible.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_unsigned.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/meta.unary.prop/is_volatile.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/meta.unary/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/meta/version.pass.cpp
delete mode 100644 libcxx/test/utilities/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.arithmetic/ratio_add.fail.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.arithmetic/ratio_add.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.arithmetic/ratio_divide.fail.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.arithmetic/ratio_divide.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.arithmetic/ratio_multiply.fail.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.arithmetic/ratio_multiply.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.arithmetic/ratio_subtract.fail.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.arithmetic/ratio_subtract.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.comparison/ratio_equal.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.comparison/ratio_greater.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.comparison/ratio_greater_equal.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.comparison/ratio_less.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.comparison/ratio_less_equal.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.comparison/ratio_not_equal.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.ratio/ratio.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.ratio/ratio1.fail.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.ratio/ratio2.fail.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.ratio/ratio3.fail.cpp
delete mode 100644 libcxx/test/utilities/ratio/ratio.si/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/typedefs.pass.cpp
delete mode 100644 libcxx/test/utilities/ratio/version.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.cons/char_ptr_ctor.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.cons/default.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.cons/string_ctor.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.hash/bitset.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/all.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/any.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/count.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/flip_all.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/flip_one.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/index.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/index_const.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/left_shift.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/left_shift_eq.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/none.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/not_all.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/op_and_eq.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/op_eq_eq.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/op_or_eq.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/op_xor_eq.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/reset_all.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/reset_one.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/right_shift.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/right_shift_eq.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/set_all.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/set_one.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/size.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/test.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/to_string.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/to_ullong.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.members/to_ulong.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.operators/op_and.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.operators/op_not.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.operators/op_or.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.operators/stream_in.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/bitset.operators/stream_out.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/includes.pass.cpp
delete mode 100644 libcxx/test/utilities/template.bitset/version.pass.cpp
delete mode 100644 libcxx/test/utilities/time/clock.h
delete mode 100644 libcxx/test/utilities/time/hours.pass.cpp
delete mode 100644 libcxx/test/utilities/time/microseconds.pass.cpp
delete mode 100644 libcxx/test/utilities/time/milliseconds.pass.cpp
delete mode 100644 libcxx/test/utilities/time/minutes.pass.cpp
delete mode 100644 libcxx/test/utilities/time/nanoseconds.pass.cpp
delete mode 100644 libcxx/test/utilities/time/rep.h
delete mode 100644 libcxx/test/utilities/time/seconds.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.clock.req/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.clock/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.clock/time.clock.hires/now.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.clock/time.clock.steady/consistency.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.clock/time.clock.steady/now.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.clock/time.clock.system/consistency.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.clock/time.clock.system/from_time_t.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.clock/time.clock.system/now.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.clock/time.clock.system/rep_signed.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.clock/time.clock.system/to_time_t.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/default_ratio.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/duration.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/positive_num.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/ratio.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_++.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_++int.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_+.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_+=.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_--.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_--int.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_-.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_-=.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_divide=.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_mod=duration.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_mod=rep.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.arithmetic/op_times=.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cast/duration_cast.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cast/toduration.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.comparisons/op_equal.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.comparisons/op_less.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cons/convert_exact.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cons/convert_float_to_int.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cons/convert_inexact.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cons/convert_inexact.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cons/convert_int_to_float.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cons/default.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cons/rep.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cons/rep01.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cons/rep02.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cons/rep02.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.cons/rep03.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_+.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_-.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_divide_duration.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_divide_rep.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_divide_rep.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_mod_duration.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_mod_rep.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_mod_rep.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_times_rep.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_times_rep1.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.nonmember/op_times_rep2.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.observer/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.special/max.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.special/min.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/time.duration.special/zero.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.duration/types.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/default_duration.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/duration.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.arithmetic/op_+=.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.arithmetic/op_-=.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.cast/time_point_cast.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.cast/toduration.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.comparisons/op_equal.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.comparisons/op_equal.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.comparisons/op_less.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.comparisons/op_less.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.cons/convert.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.cons/convert.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.cons/default.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.cons/duration.fail.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.cons/duration.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.nonmember/op_+.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.nonmember/op_-duration.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.nonmember/op_-time_point.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.observer/tested_elsewhere.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.special/max.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.point/time.point.special/min.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.traits/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.traits/time.traits.duration_values/max.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.traits/time.traits.duration_values/min.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.traits/time.traits.duration_values/zero.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.traits/time.traits.is_fp/treat_as_floating_point.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.traits/time.traits.specializations/duration.pass.cpp
delete mode 100644 libcxx/test/utilities/time/time.traits/time.traits.specializations/time_point.pass.cpp
delete mode 100644 libcxx/test/utilities/time/version.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/DefaultOnly.h
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/MoveOnly.h
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/alloc_first.h
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/alloc_last.h
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/allocators.h
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/empty_member.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/const_pair.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/convert_move.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/copy.fail.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/copy.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/move.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/move_pair.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/UTypes.fail.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/UTypes.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_UTypes.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_Types.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_pair.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_copy.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_move.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_copy.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_move.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_move_pair.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/const_Types.fail.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/const_Types.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/const_Types2.fail.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/const_pair.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/convert_copy.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/convert_move.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/copy.fail.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/copy.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/move.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/move_pair.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/forward_as_tuple.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/make_tuple.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/tie.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/tuple_cat.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/get_const.fail.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/get_const.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/get_non_const.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/get_rv.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.helper/tuple_element.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.helper/tuple_size.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.rel/eq.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.rel/lt.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.special/non_member_swap.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.swap/member_swap.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/tuple.tuple/tuple.traits/uses_allocator.pass.cpp
delete mode 100644 libcxx/test/utilities/tuple/version.pass.cpp
delete mode 100644 libcxx/test/utilities/type.index/type.index.hash/hash.pass.cpp
delete mode 100644 libcxx/test/utilities/type.index/type.index.members/ctor.pass.cpp
delete mode 100644 libcxx/test/utilities/type.index/type.index.members/eq.pass.cpp
delete mode 100644 libcxx/test/utilities/type.index/type.index.members/hash_code.pass.cpp
delete mode 100644 libcxx/test/utilities/type.index/type.index.members/lt.pass.cpp
delete mode 100644 libcxx/test/utilities/type.index/type.index.members/name.pass.cpp
delete mode 100644 libcxx/test/utilities/type.index/type.index.overview/copy_assign.pass.cpp
delete mode 100644 libcxx/test/utilities/type.index/type.index.overview/copy_ctor.pass.cpp
delete mode 100644 libcxx/test/utilities/type.index/type.index.synopsis/hash_type_index.pass.cpp
delete mode 100644 libcxx/test/utilities/type.index/version.pass.cpp
delete mode 100644 libcxx/test/utilities/utilities.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/utility.requirements/allocator.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/utility.requirements/hash.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/utility.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/utility.requirements/nullablepointer.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/utility.requirements/swappable.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/utility.requirements/utility.arg.requirements/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/declval/declval.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/forward.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/forward1.fail.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/forward2.fail.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/forward3.fail.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/forward4.fail.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/forward5.fail.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/forward6.fail.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/move_copy.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/move_if_noexcept.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/move_only.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/move_only1.fail.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/move_only2.fail.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/move_only3.fail.cpp
delete mode 100644 libcxx/test/utilities/utility/forward/move_only4.fail.cpp
delete mode 100644 libcxx/test/utilities/utility/operators/rel_ops.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pair.astuple/get_const.fail.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pair.astuple/get_const.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pair.astuple/get_non_const.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pair.astuple/get_rv.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pair.astuple/tuple_element.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pair.astuple/tuple_size.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pair.piecewise/piecewise_construct.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.general/nothing_to_do.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.pair/U_V.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.pair/assign_const_pair_U_V.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.pair/assign_rv_pair.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.pair/assign_rv_pair_U_V.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.pair/const_first_const_second.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.pair/const_pair_U_V.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.pair/default.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.pair/piecewise.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.pair/swap.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.pair/types.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.spec/comparison.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.spec/make_pair.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/pairs/pairs.spec/non_member_swap.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/utility.swap/swap.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/utility.swap/swap_array.pass.cpp
delete mode 100644 libcxx/test/utilities/utility/version.pass.cpp
delete mode 100644 libcxx/www/atomic_design.html
delete mode 100644 libcxx/www/atomic_design_a.html
delete mode 100644 libcxx/www/atomic_design_b.html
delete mode 100644 libcxx/www/atomic_design_c.html
delete mode 100644 libcxx/www/content.css
delete mode 100644 libcxx/www/index.html
delete mode 100644 libcxx/www/libcxx_by_chapter.pdf
delete mode 100644 libcxx/www/menu.css
delete mode 100644 libcxx/www/results.Windows.html
delete mode 100644 libcxx/www/type_traits_design.html
delete mode 100644 libcxxabi/CREDITS.TXT
delete mode 100644 libcxxabi/LICENSE.TXT
delete mode 100644 libcxxabi/include/cxa_demangle.h
delete mode 100644 libcxxabi/include/cxxabi.h
delete mode 100755 libcxxabi/lib/buildit
delete mode 100644 libcxxabi/src/abort_message.cpp
delete mode 100644 libcxxabi/src/abort_message.h
delete mode 100644 libcxxabi/src/cxa_aux_runtime.cpp
delete mode 100644 libcxxabi/src/cxa_default_handlers.cpp
delete mode 100644 libcxxabi/src/cxa_demangle.cpp
delete mode 100644 libcxxabi/src/cxa_exception.cpp
delete mode 100644 libcxxabi/src/cxa_exception.hpp
delete mode 100644 libcxxabi/src/cxa_exception_storage.cpp
delete mode 100644 libcxxabi/src/cxa_guard.cpp
delete mode 100644 libcxxabi/src/cxa_handlers.cpp
delete mode 100644 libcxxabi/src/cxa_handlers.hpp
delete mode 100644 libcxxabi/src/cxa_new_delete.cpp
delete mode 100644 libcxxabi/src/cxa_personality.cpp
delete mode 100644 libcxxabi/src/cxa_unexpected.cpp
delete mode 100644 libcxxabi/src/cxa_vector.cpp
delete mode 100644 libcxxabi/src/cxa_virtual.cpp
delete mode 100644 libcxxabi/src/exception.cpp
delete mode 100644 libcxxabi/src/fallback_malloc.ipp
delete mode 100644 libcxxabi/src/private_typeinfo.cpp
delete mode 100644 libcxxabi/src/private_typeinfo.h
delete mode 100644 libcxxabi/src/stdexcept.cpp
delete mode 100644 libcxxabi/src/typeinfo.cpp
delete mode 100644 libcxxabi/test/catch_array_01.cpp
delete mode 100644 libcxxabi/test/catch_array_02.cpp
delete mode 100644 libcxxabi/test/catch_class_01.cpp
delete mode 100644 libcxxabi/test/catch_class_02.cpp
delete mode 100644 libcxxabi/test/catch_class_03.cpp
delete mode 100644 libcxxabi/test/catch_class_04.cpp
delete mode 100644 libcxxabi/test/catch_const_pointer_nullptr.cpp
delete mode 100644 libcxxabi/test/catch_function_01.cpp
delete mode 100644 libcxxabi/test/catch_function_02.cpp
delete mode 100644 libcxxabi/test/catch_member_data_pointer_01.cpp
delete mode 100644 libcxxabi/test/catch_member_function_pointer_01.cpp
delete mode 100644 libcxxabi/test/catch_member_pointer_nullptr.cpp
delete mode 100644 libcxxabi/test/catch_pointer_nullptr.cpp
delete mode 100644 libcxxabi/test/catch_ptr.cpp
delete mode 100644 libcxxabi/test/catch_ptr_02.cpp
delete mode 100644 libcxxabi/test/dynamic_cast14.cpp
delete mode 100644 libcxxabi/test/dynamic_cast3.cpp
delete mode 100644 libcxxabi/test/dynamic_cast5.cpp
delete mode 100644 libcxxabi/test/dynamic_cast_stress.cpp
delete mode 100644 libcxxabi/test/test_aux_runtime.cpp
delete mode 100644 libcxxabi/test/test_demangle.cpp
delete mode 100644 libcxxabi/test/test_exception_storage.cpp
delete mode 100644 libcxxabi/test/test_fallback_malloc.cpp
delete mode 100644 libcxxabi/test/test_guard.cpp
delete mode 100644 libcxxabi/test/test_vector1.cpp
delete mode 100644 libcxxabi/test/test_vector2.cpp
delete mode 100644 libcxxabi/test/test_vector3.cpp
delete mode 100755 libcxxabi/test/testit
delete mode 100644 libcxxabi/test/unwind_01.cpp
delete mode 100644 libcxxabi/test/unwind_02.cpp
delete mode 100644 libcxxabi/test/unwind_03.cpp
delete mode 100644 libcxxabi/test/unwind_04.cpp
delete mode 100644 libcxxabi/test/unwind_05.cpp
delete mode 100644 libcxxabi/www/content.css
delete mode 100644 libcxxabi/www/index.html
delete mode 100644 libcxxabi/www/menu.css
delete mode 100644 libcxxabi/www/spec.html
delete mode 100644 lld/.gitignore
delete mode 100644 lld/CMakeLists.txt
delete mode 100644 lld/LICENSE.TXT
delete mode 100644 lld/README.md
delete mode 100644 lld/docs/Makefile
delete mode 100644 lld/docs/README.txt
delete mode 100644 lld/docs/_static/favicon.ico
delete mode 100644 lld/docs/_templates/indexsidebar.html
delete mode 100644 lld/docs/_templates/layout.html
delete mode 100644 lld/docs/conf.py
delete mode 100644 lld/docs/design.rst
delete mode 100644 lld/docs/development.rst
delete mode 100644 lld/docs/hello.png
delete mode 100644 lld/docs/index.rst
delete mode 100644 lld/docs/llvm-theme/layout.html
delete mode 100644 lld/docs/llvm-theme/static/contents.png
delete mode 100644 lld/docs/llvm-theme/static/llvm.css
delete mode 100644 lld/docs/llvm-theme/static/logo.png
delete mode 100644 lld/docs/llvm-theme/static/navigation.png
delete mode 100644 lld/docs/llvm-theme/theme.conf
delete mode 100644 lld/docs/make.bat
delete mode 100644 lld/docs/open_projects.rst
delete mode 100644 lld/docs/sphinx_intro.rst
delete mode 100644 lld/include/lld/Core/AbsoluteAtom.h
delete mode 100644 lld/include/lld/Core/AliasAtom.h
delete mode 100644 lld/include/lld/Core/Atom.h
delete mode 100644 lld/include/lld/Core/DefinedAtom.h
delete mode 100644 lld/include/lld/Core/Error.h
delete mode 100644 lld/include/lld/Core/File.h
delete mode 100644 lld/include/lld/Core/InputFiles.h
delete mode 100644 lld/include/lld/Core/LLVM.h
delete mode 100644 lld/include/lld/Core/NativeReader.h
delete mode 100644 lld/include/lld/Core/NativeWriter.h
delete mode 100644 lld/include/lld/Core/Pass.h
delete mode 100644 lld/include/lld/Core/Platform.h
delete mode 100644 lld/include/lld/Core/Reference.h
delete mode 100644 lld/include/lld/Core/Resolver.h
delete mode 100644 lld/include/lld/Core/SharedLibraryAtom.h
delete mode 100644 lld/include/lld/Core/SymbolTable.h
delete mode 100644 lld/include/lld/Core/TODO.txt
delete mode 100644 lld/include/lld/Core/UndefinedAtom.h
delete mode 100644 lld/include/lld/Core/YamlReader.h
delete mode 100644 lld/include/lld/Core/YamlWriter.h
delete mode 100644 lld/lib/CMakeLists.txt
delete mode 100644 lld/lib/Core/CMakeLists.txt
delete mode 100644 lld/lib/Core/Error.cpp
delete mode 100644 lld/lib/Core/File.cpp
delete mode 100644 lld/lib/Core/NativeFileFormat.h
delete mode 100644 lld/lib/Core/NativeReader.cpp
delete mode 100644 lld/lib/Core/NativeWriter.cpp
delete mode 100644 lld/lib/Core/Platform.cpp
delete mode 100644 lld/lib/Core/Resolver.cpp
delete mode 100644 lld/lib/Core/SymbolTable.cpp
delete mode 100644 lld/lib/Core/TODO.txt
delete mode 100644 lld/lib/Core/YamlKeyValues.cpp
delete mode 100644 lld/lib/Core/YamlKeyValues.h
delete mode 100644 lld/lib/Core/YamlReader.cpp
delete mode 100644 lld/lib/Core/YamlWriter.cpp
delete mode 100644 lld/lib/Passes/CMakeLists.txt
delete mode 100644 lld/lib/Passes/GOTPass.cpp
delete mode 100644 lld/lib/Passes/StubsPass.cpp
delete mode 100644 lld/lib/Platforms/CMakeLists.txt
delete mode 100644 lld/lib/Platforms/Darwin/CMakeLists.txt
delete mode 100644 lld/lib/Platforms/Darwin/DarwinPlatform.cpp
delete mode 100644 lld/lib/Platforms/Darwin/DarwinPlatform.h
delete mode 100644 lld/lib/Platforms/Darwin/DarwinReferenceKinds.cpp
delete mode 100644 lld/lib/Platforms/Darwin/DarwinReferenceKinds.h
delete mode 100644 lld/lib/Platforms/Darwin/ExecutableWriter.cpp
delete mode 100644 lld/lib/Platforms/Darwin/ExecutableWriter.h
delete mode 100644 lld/lib/Platforms/Darwin/MachOFormat.hpp
delete mode 100644 lld/lib/Platforms/Darwin/StubAtoms.hpp
delete mode 100644 lld/test/CMakeLists.txt
delete mode 100644 lld/test/absolute-basic.objtxt
delete mode 100644 lld/test/auto-hide-coalesce.objtxt
delete mode 100644 lld/test/cstring-coalesce.objtxt
delete mode 100644 lld/test/custom-section.objtxt
delete mode 100644 lld/test/darwin/hello-world.objtxt
delete mode 100644 lld/test/dead-strip-attributes.objtxt
delete mode 100644 lld/test/empty.objtxt
delete mode 100644 lld/test/fixups-addend.objtxt
delete mode 100644 lld/test/fixups-dup-named.objtxt
delete mode 100644 lld/test/fixups-named.objtxt
delete mode 100644 lld/test/fixups-unnamed.objtxt
delete mode 100644 lld/test/inline-coalesce.objtxt
delete mode 100644 lld/test/lit.cfg
delete mode 100644 lld/test/lit.site.cfg.in
delete mode 100644 lld/test/multiple-def-error.objtxt
delete mode 100644 lld/test/pass-got-basic.objtxt
delete mode 100644 lld/test/pass-stubs-basic.objtxt
delete mode 100644 lld/test/shared-library-basic.objtxt
delete mode 100644 lld/test/shared-library-coalesce.objtxt
delete mode 100644 lld/test/tent-merge.objtxt
delete mode 100644 lld/test/undef-coalesce.objtxt
delete mode 100644 lld/test/undef-weak-coalesce.objtxt
delete mode 100644 lld/test/weak-coalesce.objtxt
delete mode 100644 lld/tools/CMakeLists.txt
delete mode 100644 lld/tools/lld-core/CMakeLists.txt
delete mode 100644 lld/tools/lld-core/lld-core.cpp
delete mode 100644 lld/tools/lld/CMakeLists.txt
delete mode 100644 lld/tools/lld/TODO.txt
delete mode 100644 lld/tools/lld/lld.cpp
delete mode 100644 lld/utils/astyle-options
delete mode 100644 lldb/.gitignore
delete mode 100644 lldb/INSTALL.txt
delete mode 100644 lldb/LICENSE.TXT
delete mode 100644 lldb/Makefile
delete mode 100644 lldb/docs/building-with-debug-llvm.txt
delete mode 100644 lldb/docs/code-signing.txt
delete mode 100644 lldb/docs/lldb-for-gdb-users.txt
delete mode 100644 lldb/docs/lldb-gdb-remote.txt
delete mode 100644 lldb/docs/testsuite/2010-10-19-14_10_49.059609/TestSettings.SettingsCommandTestCase.test_set_output_path.log
delete mode 100644 lldb/docs/testsuite/a-detailed-walkthrough.txt
delete mode 100644 lldb/docs/testsuite/best-practices.txt
delete mode 100644 lldb/docs/try.me
delete mode 100644 lldb/examples/customization/bin-utils/.lldbinit
delete mode 100644 lldb/examples/customization/bin-utils/README
delete mode 100644 lldb/examples/customization/bin-utils/binutils.py
delete mode 100644 lldb/examples/customization/import-python/README
delete mode 100644 lldb/examples/customization/import-python/importcmd.py
delete mode 100644 lldb/examples/customization/pwd-cd-and-system/.lldbinit
delete mode 100644 lldb/examples/customization/pwd-cd-and-system/README
delete mode 100644 lldb/examples/customization/pwd-cd-and-system/utils.py
delete mode 100644 lldb/examples/darwin/heap_find/Makefile
delete mode 100644 lldb/examples/darwin/heap_find/heap.py
delete mode 100644 lldb/examples/darwin/heap_find/heap_find.cpp
delete mode 100644 lldb/examples/interposing/darwin/fd_interposing/FDInterposing.cpp
delete mode 100644 lldb/examples/interposing/darwin/fd_interposing/Makefile
delete mode 100644 lldb/examples/lookup/Makefile
delete mode 100644 lldb/examples/lookup/main.cpp
delete mode 100644 lldb/examples/python/cmdtemplate.py
delete mode 100755 lldb/examples/python/crashlog.py
delete mode 100755 lldb/examples/python/delta.py
delete mode 100755 lldb/examples/python/disasm-stress-test.py
delete mode 100755 lldb/examples/python/disasm.py
delete mode 100755 lldb/examples/python/gdbremote.py
delete mode 100755 lldb/examples/python/sbvalue.py
delete mode 100755 lldb/examples/python/symbolication.py
delete mode 100644 lldb/examples/scripting/dictionary.c
delete mode 100755 lldb/examples/scripting/tree_utils.py
delete mode 100644 lldb/examples/summaries/cocoa/CFArray.py
delete mode 100644 lldb/examples/summaries/cocoa/CFBag.py
delete mode 100644 lldb/examples/summaries/cocoa/CFBinaryHeap.py
delete mode 100644 lldb/examples/summaries/cocoa/CFBitVector.py
delete mode 100644 lldb/examples/summaries/cocoa/CFDictionary.py
delete mode 100644 lldb/examples/summaries/cocoa/CFString.py
delete mode 100644 lldb/examples/summaries/cocoa/Class.py
delete mode 100644 lldb/examples/summaries/cocoa/Logger.py
delete mode 100644 lldb/examples/summaries/cocoa/NSBundle.py
delete mode 100644 lldb/examples/summaries/cocoa/NSData.py
delete mode 100644 lldb/examples/summaries/cocoa/NSDate.py
delete mode 100644 lldb/examples/summaries/cocoa/NSException.py
delete mode 100644 lldb/examples/summaries/cocoa/NSIndexSet.py
delete mode 100644 lldb/examples/summaries/cocoa/NSMachPort.py
delete mode 100644 lldb/examples/summaries/cocoa/NSNotification.py
delete mode 100644 lldb/examples/summaries/cocoa/NSNumber.py
delete mode 100644 lldb/examples/summaries/cocoa/NSSet.py
delete mode 100644 lldb/examples/summaries/cocoa/NSURL.py
delete mode 100644 lldb/examples/summaries/cocoa/Selector.py
delete mode 100644 lldb/examples/summaries/cocoa/attrib_fromdict.py
delete mode 100644 lldb/examples/summaries/cocoa/cache.py
delete mode 100644 lldb/examples/summaries/cocoa/metrics.py
delete mode 100644 lldb/examples/summaries/cocoa/objc_lldb.py
delete mode 100644 lldb/examples/summaries/cocoa/objc_runtime.py
delete mode 100644 lldb/examples/summaries/essentials
delete mode 100644 lldb/examples/summaries/lldb
delete mode 100644 lldb/examples/summaries/objc.py
delete mode 100644 lldb/examples/synthetic/bitfield/example.py
delete mode 100644 lldb/examples/synthetic/bitfield/program.cpp
delete mode 100644 lldb/examples/synthetic/gnu_libstdcpp.py
delete mode 100644 lldb/examples/synthetic/libcxx.py
delete mode 100644 lldb/examples/test/.lldb-pre-post-flight
delete mode 100644 lldb/examples/test/.lldb-pre-post-flight.bad
delete mode 100644 lldb/examples/test/.lldbtest-config
delete mode 100644 lldb/examples/test/.lldbtest-config2
delete mode 100644 lldb/examples/test/lldbtest-stderr
delete mode 100644 lldb/examples/test/lldbtest-stdout
delete mode 100644 lldb/examples/test/usage-config
delete mode 100644 lldb/examples/test/usage-pre-post-flight
delete mode 100644 lldb/include/Makefile
delete mode 100644 lldb/include/lldb/API/LLDB.h
delete mode 100644 lldb/include/lldb/API/SBAddress.h
delete mode 100644 lldb/include/lldb/API/SBBlock.h
delete mode 100644 lldb/include/lldb/API/SBBreakpoint.h
delete mode 100644 lldb/include/lldb/API/SBBreakpointLocation.h
delete mode 100644 lldb/include/lldb/API/SBBroadcaster.h
delete mode 100644 lldb/include/lldb/API/SBCommandInterpreter.h
delete mode 100644 lldb/include/lldb/API/SBCommandReturnObject.h
delete mode 100644 lldb/include/lldb/API/SBCommunication.h
delete mode 100644 lldb/include/lldb/API/SBCompileUnit.h
delete mode 100644 lldb/include/lldb/API/SBData.h
delete mode 100644 lldb/include/lldb/API/SBDebugger.h
delete mode 100644 lldb/include/lldb/API/SBDefines.h
delete mode 100644 lldb/include/lldb/API/SBError.h
delete mode 100644 lldb/include/lldb/API/SBEvent.h
delete mode 100644 lldb/include/lldb/API/SBFileSpec.h
delete mode 100644 lldb/include/lldb/API/SBFileSpecList.h
delete mode 100644 lldb/include/lldb/API/SBFrame.h
delete mode 100644 lldb/include/lldb/API/SBFunction.h
delete mode 100644 lldb/include/lldb/API/SBHostOS.h
delete mode 100644 lldb/include/lldb/API/SBInputReader.h
delete mode 100644 lldb/include/lldb/API/SBInstruction.h
delete mode 100644 lldb/include/lldb/API/SBInstructionList.h
delete mode 100644 lldb/include/lldb/API/SBLineEntry.h
delete mode 100644 lldb/include/lldb/API/SBListener.h
delete mode 100644 lldb/include/lldb/API/SBModule.h
delete mode 100644 lldb/include/lldb/API/SBProcess.h
delete mode 100644 lldb/include/lldb/API/SBSection.h
delete mode 100644 lldb/include/lldb/API/SBSourceManager.h
delete mode 100644 lldb/include/lldb/API/SBStream.h
delete mode 100644 lldb/include/lldb/API/SBStringList.h
delete mode 100644 lldb/include/lldb/API/SBSymbol.h
delete mode 100644 lldb/include/lldb/API/SBSymbolContext.h
delete mode 100644 lldb/include/lldb/API/SBSymbolContextList.h
delete mode 100644 lldb/include/lldb/API/SBTarget.h
delete mode 100644 lldb/include/lldb/API/SBThread.h
delete mode 100644 lldb/include/lldb/API/SBType.h
delete mode 100644 lldb/include/lldb/API/SBTypeCategory.h
delete mode 100644 lldb/include/lldb/API/SBTypeFilter.h
delete mode 100644 lldb/include/lldb/API/SBTypeFormat.h
delete mode 100644 lldb/include/lldb/API/SBTypeNameSpecifier.h
delete mode 100644 lldb/include/lldb/API/SBTypeSummary.h
delete mode 100644 lldb/include/lldb/API/SBTypeSynthetic.h
delete mode 100644 lldb/include/lldb/API/SBValue.h
delete mode 100644 lldb/include/lldb/API/SBValueList.h
delete mode 100644 lldb/include/lldb/API/SBWatchpoint.h
delete mode 100644 lldb/include/lldb/Breakpoint/Breakpoint.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointID.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointIDList.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointList.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointLocation.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointLocationList.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointOptions.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointResolver.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointResolverName.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointSite.h
delete mode 100644 lldb/include/lldb/Breakpoint/BreakpointSiteList.h
delete mode 100644 lldb/include/lldb/Breakpoint/Stoppoint.h
delete mode 100644 lldb/include/lldb/Breakpoint/StoppointCallbackContext.h
delete mode 100644 lldb/include/lldb/Breakpoint/StoppointLocation.h
delete mode 100644 lldb/include/lldb/Breakpoint/Watchpoint.h
delete mode 100644 lldb/include/lldb/Breakpoint/WatchpointList.h
delete mode 100644 lldb/include/lldb/Core/Address.h
delete mode 100644 lldb/include/lldb/Core/AddressRange.h
delete mode 100644 lldb/include/lldb/Core/AddressResolver.h
delete mode 100644 lldb/include/lldb/Core/AddressResolverFileLine.h
delete mode 100644 lldb/include/lldb/Core/AddressResolverName.h
delete mode 100644 lldb/include/lldb/Core/ArchSpec.h
delete mode 100644 lldb/include/lldb/Core/Baton.h
delete mode 100644 lldb/include/lldb/Core/Broadcaster.h
delete mode 100644 lldb/include/lldb/Core/ClangForward.h
delete mode 100644 lldb/include/lldb/Core/Communication.h
delete mode 100644 lldb/include/lldb/Core/Connection.h
delete mode 100644 lldb/include/lldb/Core/ConnectionFileDescriptor.h
delete mode 100644 lldb/include/lldb/Core/ConnectionMachPort.h
delete mode 100644 lldb/include/lldb/Core/ConnectionSharedMemory.h
delete mode 100644 lldb/include/lldb/Core/ConstString.h
delete mode 100644 lldb/include/lldb/Core/DataBuffer.h
delete mode 100644 lldb/include/lldb/Core/DataBufferHeap.h
delete mode 100644 lldb/include/lldb/Core/DataBufferMemoryMap.h
delete mode 100644 lldb/include/lldb/Core/DataEncoder.h
delete mode 100644 lldb/include/lldb/Core/DataExtractor.h
delete mode 100644 lldb/include/lldb/Core/DataVisualization.h
delete mode 100644 lldb/include/lldb/Core/Debugger.h
delete mode 100644 lldb/include/lldb/Core/Disassembler.h
delete mode 100644 lldb/include/lldb/Core/EmulateInstruction.h
delete mode 100644 lldb/include/lldb/Core/Error.h
delete mode 100644 lldb/include/lldb/Core/Event.h
delete mode 100644 lldb/include/lldb/Core/FileLineResolver.h
delete mode 100644 lldb/include/lldb/Core/FileSpecList.h
delete mode 100644 lldb/include/lldb/Core/Flags.h
delete mode 100644 lldb/include/lldb/Core/FormatClasses.h
delete mode 100644 lldb/include/lldb/Core/FormatManager.h
delete mode 100644 lldb/include/lldb/Core/FormatNavigator.h
delete mode 100644 lldb/include/lldb/Core/History.h
delete mode 100644 lldb/include/lldb/Core/IOStreamMacros.h
delete mode 100644 lldb/include/lldb/Core/InputReader.h
delete mode 100644 lldb/include/lldb/Core/InputReaderEZ.h
delete mode 100644 lldb/include/lldb/Core/InputReaderStack.h
delete mode 100644 lldb/include/lldb/Core/Language.h
delete mode 100644 lldb/include/lldb/Core/Listener.h
delete mode 100644 lldb/include/lldb/Core/Log.h
delete mode 100644 lldb/include/lldb/Core/Mangled.h
delete mode 100644 lldb/include/lldb/Core/MappedHash.h
delete mode 100644 lldb/include/lldb/Core/Module.h
delete mode 100644 lldb/include/lldb/Core/ModuleChild.h
delete mode 100644 lldb/include/lldb/Core/ModuleList.h
delete mode 100644 lldb/include/lldb/Core/Opcode.h
delete mode 100644 lldb/include/lldb/Core/PluginInterface.h
delete mode 100644 lldb/include/lldb/Core/PluginManager.h
delete mode 100644 lldb/include/lldb/Core/RangeMap.h
delete mode 100644 lldb/include/lldb/Core/RegisterValue.h
delete mode 100644 lldb/include/lldb/Core/RegularExpression.h
delete mode 100644 lldb/include/lldb/Core/STLUtils.h
delete mode 100644 lldb/include/lldb/Core/Scalar.h
delete mode 100644 lldb/include/lldb/Core/SearchFilter.h
delete mode 100644 lldb/include/lldb/Core/Section.h
delete mode 100644 lldb/include/lldb/Core/SourceManager.h
delete mode 100644 lldb/include/lldb/Core/State.h
delete mode 100644 lldb/include/lldb/Core/Stream.h
delete mode 100644 lldb/include/lldb/Core/StreamAsynchronousIO.h
delete mode 100644 lldb/include/lldb/Core/StreamBuffer.h
delete mode 100644 lldb/include/lldb/Core/StreamCallback.h
delete mode 100644 lldb/include/lldb/Core/StreamFile.h
delete mode 100644 lldb/include/lldb/Core/StreamString.h
delete mode 100644 lldb/include/lldb/Core/StreamTee.h
delete mode 100644 lldb/include/lldb/Core/StringList.h
delete mode 100644 lldb/include/lldb/Core/ThreadSafeSTLMap.h
delete mode 100644 lldb/include/lldb/Core/ThreadSafeValue.h
delete mode 100644 lldb/include/lldb/Core/Timer.h
delete mode 100644 lldb/include/lldb/Core/UUID.h
delete mode 100644 lldb/include/lldb/Core/UniqueCStringMap.h
delete mode 100644 lldb/include/lldb/Core/UserID.h
delete mode 100644 lldb/include/lldb/Core/UserSettingsController.h
delete mode 100644 lldb/include/lldb/Core/VMRange.h
delete mode 100644 lldb/include/lldb/Core/Value.h
delete mode 100644 lldb/include/lldb/Core/ValueObject.h
delete mode 100644 lldb/include/lldb/Core/ValueObjectChild.h
delete mode 100644 lldb/include/lldb/Core/ValueObjectConstResult.h
delete mode 100644 lldb/include/lldb/Core/ValueObjectConstResultChild.h
delete mode 100644 lldb/include/lldb/Core/ValueObjectConstResultImpl.h
delete mode 100644 lldb/include/lldb/Core/ValueObjectDynamicValue.h
delete mode 100644 lldb/include/lldb/Core/ValueObjectList.h
delete mode 100644 lldb/include/lldb/Core/ValueObjectMemory.h
delete mode 100644 lldb/include/lldb/Core/ValueObjectRegister.h
delete mode 100644 lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
delete mode 100644 lldb/include/lldb/Core/ValueObjectVariable.h
delete mode 100644 lldb/include/lldb/Core/dwarf.h
delete mode 100644 lldb/include/lldb/Expression/ASTDumper.h
delete mode 100644 lldb/include/lldb/Expression/ASTResultSynthesizer.h
delete mode 100644 lldb/include/lldb/Expression/ASTStructExtractor.h
delete mode 100644 lldb/include/lldb/Expression/ClangASTSource.h
delete mode 100644 lldb/include/lldb/Expression/ClangExpression.h
delete mode 100644 lldb/include/lldb/Expression/ClangExpressionDeclMap.h
delete mode 100644 lldb/include/lldb/Expression/ClangExpressionParser.h
delete mode 100644 lldb/include/lldb/Expression/ClangExpressionVariable.h
delete mode 100644 lldb/include/lldb/Expression/ClangFunction.h
delete mode 100644 lldb/include/lldb/Expression/ClangPersistentVariables.h
delete mode 100644 lldb/include/lldb/Expression/ClangUserExpression.h
delete mode 100644 lldb/include/lldb/Expression/ClangUtilityFunction.h
delete mode 100644 lldb/include/lldb/Expression/DWARFExpression.h
delete mode 100644 lldb/include/lldb/Expression/ExpressionSourceCode.h
delete mode 100644 lldb/include/lldb/Expression/IRDynamicChecks.h
delete mode 100644 lldb/include/lldb/Expression/IRForTarget.h
delete mode 100644 lldb/include/lldb/Expression/IRInterpreter.h
delete mode 100644 lldb/include/lldb/Expression/IRToDWARF.h
delete mode 100644 lldb/include/lldb/Expression/ProcessDataAllocator.h
delete mode 100644 lldb/include/lldb/Expression/RecordingMemoryManager.h
delete mode 100644 lldb/include/lldb/Host/Condition.h
delete mode 100644 lldb/include/lldb/Host/Config.h
delete mode 100644 lldb/include/lldb/Host/Endian.h
delete mode 100644 lldb/include/lldb/Host/File.h
delete mode 100644 lldb/include/lldb/Host/FileSpec.h
delete mode 100644 lldb/include/lldb/Host/Host.h
delete mode 100644 lldb/include/lldb/Host/Mutex.h
delete mode 100644 lldb/include/lldb/Host/Predicate.h
delete mode 100644 lldb/include/lldb/Host/ReadWriteLock.h
delete mode 100644 lldb/include/lldb/Host/SocketAddress.h
delete mode 100644 lldb/include/lldb/Host/Symbols.h
delete mode 100644 lldb/include/lldb/Host/Terminal.h
delete mode 100644 lldb/include/lldb/Host/TimeValue.h
delete mode 100644 lldb/include/lldb/Host/freebsd/Config.h
delete mode 100644 lldb/include/lldb/Host/linux/Config.h
delete mode 100644 lldb/include/lldb/Host/macosx/Config.h
delete mode 100644 lldb/include/lldb/Host/mingw/Config.h
delete mode 100644 lldb/include/lldb/Interpreter/Args.h
delete mode 100644 lldb/include/lldb/Interpreter/CommandCompletions.h
delete mode 100644 lldb/include/lldb/Interpreter/CommandInterpreter.h
delete mode 100644 lldb/include/lldb/Interpreter/CommandObject.h
delete mode 100644 lldb/include/lldb/Interpreter/CommandObjectCrossref.h
delete mode 100644 lldb/include/lldb/Interpreter/CommandObjectMultiword.h
delete mode 100644 lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
delete mode 100644 lldb/include/lldb/Interpreter/CommandReturnObject.h
delete mode 100644 lldb/include/lldb/Interpreter/NamedOptionValue.h
delete mode 100644 lldb/include/lldb/Interpreter/OptionGroupArchitecture.h
delete mode 100644 lldb/include/lldb/Interpreter/OptionGroupBoolean.h
delete mode 100644 lldb/include/lldb/Interpreter/OptionGroupFile.h
delete mode 100644 lldb/include/lldb/Interpreter/OptionGroupFormat.h
delete mode 100644 lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
delete mode 100644 lldb/include/lldb/Interpreter/OptionGroupPlatform.h
delete mode 100644 lldb/include/lldb/Interpreter/OptionGroupUInt64.h
delete mode 100644 lldb/include/lldb/Interpreter/OptionGroupUUID.h
delete mode 100644 lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
delete mode 100644 lldb/include/lldb/Interpreter/OptionGroupVariable.h
delete mode 100644 lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
delete mode 100644 lldb/include/lldb/Interpreter/Options.h
delete mode 100644 lldb/include/lldb/Interpreter/ScriptInterpreter.h
delete mode 100644 lldb/include/lldb/Interpreter/ScriptInterpreterNone.h
delete mode 100644 lldb/include/lldb/Interpreter/ScriptInterpreterPython.h
delete mode 100644 lldb/include/lldb/Makefile
delete mode 100644 lldb/include/lldb/Symbol/Block.h
delete mode 100644 lldb/include/lldb/Symbol/ClangASTContext.h
delete mode 100644 lldb/include/lldb/Symbol/ClangASTImporter.h
delete mode 100644 lldb/include/lldb/Symbol/ClangASTType.h
delete mode 100644 lldb/include/lldb/Symbol/ClangExternalASTSourceCallbacks.h
delete mode 100644 lldb/include/lldb/Symbol/ClangExternalASTSourceCommon.h
delete mode 100644 lldb/include/lldb/Symbol/ClangNamespaceDecl.h
delete mode 100644 lldb/include/lldb/Symbol/CompileUnit.h
delete mode 100644 lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
delete mode 100644 lldb/include/lldb/Symbol/Declaration.h
delete mode 100644 lldb/include/lldb/Symbol/FuncUnwinders.h
delete mode 100644 lldb/include/lldb/Symbol/Function.h
delete mode 100644 lldb/include/lldb/Symbol/LineEntry.h
delete mode 100644 lldb/include/lldb/Symbol/LineTable.h
delete mode 100644 lldb/include/lldb/Symbol/ObjectContainer.h
delete mode 100644 lldb/include/lldb/Symbol/ObjectFile.h
delete mode 100644 lldb/include/lldb/Symbol/Symbol.h
delete mode 100644 lldb/include/lldb/Symbol/SymbolContext.h
delete mode 100644 lldb/include/lldb/Symbol/SymbolContextScope.h
delete mode 100644 lldb/include/lldb/Symbol/SymbolFile.h
delete mode 100644 lldb/include/lldb/Symbol/SymbolVendor.h
delete mode 100644 lldb/include/lldb/Symbol/Symtab.h
delete mode 100644 lldb/include/lldb/Symbol/TaggedASTType.h
delete mode 100644 lldb/include/lldb/Symbol/Type.h
delete mode 100644 lldb/include/lldb/Symbol/TypeHierarchyNavigator.h
delete mode 100644 lldb/include/lldb/Symbol/TypeList.h
delete mode 100644 lldb/include/lldb/Symbol/UnwindPlan.h
delete mode 100644 lldb/include/lldb/Symbol/UnwindTable.h
delete mode 100644 lldb/include/lldb/Symbol/Variable.h
delete mode 100644 lldb/include/lldb/Symbol/VariableList.h
delete mode 100644 lldb/include/lldb/Symbol/VerifyDecl.h
delete mode 100644 lldb/include/lldb/Target/ABI.h
delete mode 100644 lldb/include/lldb/Target/CPPLanguageRuntime.h
delete mode 100644 lldb/include/lldb/Target/DynamicLoader.h
delete mode 100644 lldb/include/lldb/Target/ExecutionContext.h
delete mode 100644 lldb/include/lldb/Target/ExecutionContextScope.h
delete mode 100644 lldb/include/lldb/Target/LanguageRuntime.h
delete mode 100644 lldb/include/lldb/Target/Memory.h
delete mode 100644 lldb/include/lldb/Target/ObjCLanguageRuntime.h
delete mode 100644 lldb/include/lldb/Target/OperatingSystem.h
delete mode 100644 lldb/include/lldb/Target/PathMappingList.h
delete mode 100644 lldb/include/lldb/Target/Platform.h
delete mode 100644 lldb/include/lldb/Target/Process.h
delete mode 100644 lldb/include/lldb/Target/RegisterContext.h
delete mode 100644 lldb/include/lldb/Target/SectionLoadList.h
delete mode 100644 lldb/include/lldb/Target/StackFrame.h
delete mode 100644 lldb/include/lldb/Target/StackFrameList.h
delete mode 100644 lldb/include/lldb/Target/StackID.h
delete mode 100644 lldb/include/lldb/Target/StopInfo.h
delete mode 100644 lldb/include/lldb/Target/Target.h
delete mode 100644 lldb/include/lldb/Target/TargetList.h
delete mode 100644 lldb/include/lldb/Target/Thread.h
delete mode 100644 lldb/include/lldb/Target/ThreadList.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlan.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanBase.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanCallFunction.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanRunToAddress.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanShouldStopHere.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanStepInRange.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanStepInstruction.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanStepOut.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanStepOverRange.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanStepRange.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanStepThrough.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanStepUntil.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanTestCondition.h
delete mode 100644 lldb/include/lldb/Target/ThreadPlanTracer.h
delete mode 100644 lldb/include/lldb/Target/ThreadSpec.h
delete mode 100644 lldb/include/lldb/Target/UnixSignals.h
delete mode 100644 lldb/include/lldb/Target/Unwind.h
delete mode 100644 lldb/include/lldb/Target/UnwindAssembly.h
delete mode 100644 lldb/include/lldb/Utility/AnsiTerminal.h
delete mode 100644 lldb/include/lldb/Utility/CleanUp.h
delete mode 100644 lldb/include/lldb/Utility/PriorityPointerPair.h
delete mode 100644 lldb/include/lldb/Utility/PseudoTerminal.h
delete mode 100644 lldb/include/lldb/Utility/PythonPointer.h
delete mode 100644 lldb/include/lldb/Utility/RefCounter.h
delete mode 100644 lldb/include/lldb/Utility/SharedCluster.h
delete mode 100644 lldb/include/lldb/Utility/SharingPtr.h
delete mode 100644 lldb/include/lldb/Utility/Utils.h
delete mode 100644 lldb/include/lldb/lldb-defines.h
delete mode 100644 lldb/include/lldb/lldb-enumerations.h
delete mode 100644 lldb/include/lldb/lldb-forward.h
delete mode 100644 lldb/include/lldb/lldb-private-enumerations.h
delete mode 100644 lldb/include/lldb/lldb-private-interfaces.h
delete mode 100644 lldb/include/lldb/lldb-private-log.h
delete mode 100644 lldb/include/lldb/lldb-private-types.h
delete mode 100644 lldb/include/lldb/lldb-private.h
delete mode 100644 lldb/include/lldb/lldb-public.h
delete mode 100644 lldb/include/lldb/lldb-types.h
delete mode 100644 lldb/lib/Makefile
delete mode 100644 lldb/lldb.xcodeproj/project.pbxproj
delete mode 100644 lldb/lldb.xcodeproj/project.xcworkspace/contents.xcworkspacedata
delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/LLDB.xcscheme
delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/darwin-debug.xcscheme
delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/launcherRootXPCService.xcscheme
delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/launcherXPCService.xcscheme
delete mode 100644 lldb/lldb.xcodeproj/xcshareddata/xcschemes/lldb-tool.xcscheme
delete mode 100644 lldb/lldb.xcworkspace/contents.xcworkspacedata
delete mode 100644 lldb/resources/LLDB-Info.plist
delete mode 100644 lldb/resources/lldb-framework-exports
delete mode 100755 lldb/scripts/Python/build-swig-Python.sh
delete mode 100644 lldb/scripts/Python/edit-swig-python-wrapper-file.py
delete mode 100755 lldb/scripts/Python/finish-swig-Python-LLDB.sh
delete mode 100644 lldb/scripts/Python/interface/SBAddress.i
delete mode 100644 lldb/scripts/Python/interface/SBBlock.i
delete mode 100644 lldb/scripts/Python/interface/SBBreakpoint.i
delete mode 100644 lldb/scripts/Python/interface/SBBreakpointLocation.i
delete mode 100644 lldb/scripts/Python/interface/SBBroadcaster.i
delete mode 100644 lldb/scripts/Python/interface/SBCommandInterpreter.i
delete mode 100644 lldb/scripts/Python/interface/SBCommandReturnObject.i
delete mode 100644 lldb/scripts/Python/interface/SBCommunication.i
delete mode 100644 lldb/scripts/Python/interface/SBCompileUnit.i
delete mode 100644 lldb/scripts/Python/interface/SBData.i
delete mode 100644 lldb/scripts/Python/interface/SBDebugger.i
delete mode 100644 lldb/scripts/Python/interface/SBError.i
delete mode 100644 lldb/scripts/Python/interface/SBEvent.i
delete mode 100644 lldb/scripts/Python/interface/SBFileSpec.i
delete mode 100644 lldb/scripts/Python/interface/SBFileSpecList.i
delete mode 100644 lldb/scripts/Python/interface/SBFrame.i
delete mode 100644 lldb/scripts/Python/interface/SBFunction.i
delete mode 100644 lldb/scripts/Python/interface/SBHostOS.i
delete mode 100644 lldb/scripts/Python/interface/SBInputReader.i
delete mode 100644 lldb/scripts/Python/interface/SBInstruction.i
delete mode 100644 lldb/scripts/Python/interface/SBInstructionList.i
delete mode 100644 lldb/scripts/Python/interface/SBLineEntry.i
delete mode 100644 lldb/scripts/Python/interface/SBListener.i
delete mode 100644 lldb/scripts/Python/interface/SBModule.i
delete mode 100644 lldb/scripts/Python/interface/SBProcess.i
delete mode 100644 lldb/scripts/Python/interface/SBSection.i
delete mode 100644 lldb/scripts/Python/interface/SBSourceManager.i
delete mode 100644 lldb/scripts/Python/interface/SBStream.i
delete mode 100644 lldb/scripts/Python/interface/SBStringList.i
delete mode 100644 lldb/scripts/Python/interface/SBSymbol.i
delete mode 100644 lldb/scripts/Python/interface/SBSymbolContext.i
delete mode 100644 lldb/scripts/Python/interface/SBSymbolContextList.i
delete mode 100644 lldb/scripts/Python/interface/SBTarget.i
delete mode 100644 lldb/scripts/Python/interface/SBThread.i
delete mode 100644 lldb/scripts/Python/interface/SBType.i
delete mode 100644 lldb/scripts/Python/interface/SBTypeCategory.i
delete mode 100644 lldb/scripts/Python/interface/SBTypeFilter.i
delete mode 100644 lldb/scripts/Python/interface/SBTypeFormat.i
delete mode 100644 lldb/scripts/Python/interface/SBTypeNameSpecifier.i
delete mode 100644 lldb/scripts/Python/interface/SBTypeSummary.i
delete mode 100644 lldb/scripts/Python/interface/SBTypeSynthetic.i
delete mode 100644 lldb/scripts/Python/interface/SBValue.i
delete mode 100644 lldb/scripts/Python/interface/SBValueList.i
delete mode 100644 lldb/scripts/Python/interface/SBWatchpoint.i
delete mode 100644 lldb/scripts/Python/modify-python-lldb.py
delete mode 100644 lldb/scripts/Python/python-extensions.swig
delete mode 100644 lldb/scripts/Python/python-typemaps.swig
delete mode 100644 lldb/scripts/Python/python-wrapper.swig
delete mode 100755 lldb/scripts/build-lldb-llvm-clang
delete mode 100644 lldb/scripts/build-llvm.pl
delete mode 100755 lldb/scripts/build-swig-wrapper-classes.sh
delete mode 100755 lldb/scripts/buildbot.py
delete mode 100755 lldb/scripts/checkpoint-llvm.pl
delete mode 100644 lldb/scripts/clang.check-definition-for-superclasses.diff
delete mode 100644 lldb/scripts/clang.complete-type-getObjCLayout.diff
delete mode 100644 lldb/scripts/clang.decl-printer-reference-type.diff
delete mode 100644 lldb/scripts/clang.template-keyword-fixes.diff
delete mode 100755 lldb/scripts/disasm-gdb-remote.pl
delete mode 100755 lldb/scripts/finish-swig-wrapper-classes.sh
delete mode 100755 lldb/scripts/generate-vers.pl
delete mode 100755 lldb/scripts/install-lldb.sh
delete mode 100644 lldb/scripts/lldb.swig
delete mode 100644 lldb/scripts/llvm.fix-target-amalgamated.diff
delete mode 100644 lldb/scripts/llvm.full-i386-relocations.diff
delete mode 100644 lldb/scripts/llvm.info-leak.diff
delete mode 100644 lldb/scripts/llvm.template-keyword-fixes.diff
delete mode 100755 lldb/scripts/sed-sources
delete mode 100644 lldb/source/API/Makefile
delete mode 100644 lldb/source/API/SBAddress.cpp
delete mode 100644 lldb/source/API/SBBlock.cpp
delete mode 100644 lldb/source/API/SBBreakpoint.cpp
delete mode 100644 lldb/source/API/SBBreakpointLocation.cpp
delete mode 100644 lldb/source/API/SBBroadcaster.cpp
delete mode 100644 lldb/source/API/SBCommandInterpreter.cpp
delete mode 100644 lldb/source/API/SBCommandReturnObject.cpp
delete mode 100644 lldb/source/API/SBCommunication.cpp
delete mode 100644 lldb/source/API/SBCompileUnit.cpp
delete mode 100644 lldb/source/API/SBData.cpp
delete mode 100644 lldb/source/API/SBDebugger.cpp
delete mode 100644 lldb/source/API/SBError.cpp
delete mode 100644 lldb/source/API/SBEvent.cpp
delete mode 100644 lldb/source/API/SBFileSpec.cpp
delete mode 100644 lldb/source/API/SBFileSpecList.cpp
delete mode 100644 lldb/source/API/SBFrame.cpp
delete mode 100644 lldb/source/API/SBFunction.cpp
delete mode 100644 lldb/source/API/SBHostOS.cpp
delete mode 100644 lldb/source/API/SBInputReader.cpp
delete mode 100644 lldb/source/API/SBInstruction.cpp
delete mode 100644 lldb/source/API/SBInstructionList.cpp
delete mode 100644 lldb/source/API/SBLineEntry.cpp
delete mode 100644 lldb/source/API/SBListener.cpp
delete mode 100644 lldb/source/API/SBModule.cpp
delete mode 100644 lldb/source/API/SBProcess.cpp
delete mode 100644 lldb/source/API/SBSection.cpp
delete mode 100644 lldb/source/API/SBSourceManager.cpp
delete mode 100644 lldb/source/API/SBStream.cpp
delete mode 100644 lldb/source/API/SBStringList.cpp
delete mode 100644 lldb/source/API/SBSymbol.cpp
delete mode 100644 lldb/source/API/SBSymbolContext.cpp
delete mode 100644 lldb/source/API/SBSymbolContextList.cpp
delete mode 100644 lldb/source/API/SBTarget.cpp
delete mode 100644 lldb/source/API/SBThread.cpp
delete mode 100644 lldb/source/API/SBType.cpp
delete mode 100644 lldb/source/API/SBTypeCategory.cpp
delete mode 100644 lldb/source/API/SBTypeFilter.cpp
delete mode 100644 lldb/source/API/SBTypeFormat.cpp
delete mode 100644 lldb/source/API/SBTypeNameSpecifier.cpp
delete mode 100644 lldb/source/API/SBTypeSummary.cpp
delete mode 100644 lldb/source/API/SBTypeSynthetic.cpp
delete mode 100644 lldb/source/API/SBValue.cpp
delete mode 100644 lldb/source/API/SBValueList.cpp
delete mode 100644 lldb/source/API/SBWatchpoint.cpp
delete mode 100644 lldb/source/Breakpoint/Breakpoint.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointID.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointIDList.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointList.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointLocation.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointLocationCollection.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointLocationList.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointOptions.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointResolver.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointResolverAddress.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointResolverName.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointSite.cpp
delete mode 100644 lldb/source/Breakpoint/BreakpointSiteList.cpp
delete mode 100644 lldb/source/Breakpoint/Makefile
delete mode 100644 lldb/source/Breakpoint/Stoppoint.cpp
delete mode 100644 lldb/source/Breakpoint/StoppointCallbackContext.cpp
delete mode 100644 lldb/source/Breakpoint/StoppointLocation.cpp
delete mode 100644 lldb/source/Breakpoint/Watchpoint.cpp
delete mode 100644 lldb/source/Breakpoint/WatchpointList.cpp
delete mode 100644 lldb/source/Commands/CommandCompletions.cpp
delete mode 100644 lldb/source/Commands/CommandObjectApropos.cpp
delete mode 100644 lldb/source/Commands/CommandObjectApropos.h
delete mode 100644 lldb/source/Commands/CommandObjectArgs.cpp
delete mode 100644 lldb/source/Commands/CommandObjectArgs.h
delete mode 100644 lldb/source/Commands/CommandObjectBreakpoint.cpp
delete mode 100644 lldb/source/Commands/CommandObjectBreakpoint.h
delete mode 100644 lldb/source/Commands/CommandObjectBreakpointCommand.cpp
delete mode 100644 lldb/source/Commands/CommandObjectBreakpointCommand.h
delete mode 100644 lldb/source/Commands/CommandObjectCommands.cpp
delete mode 100644 lldb/source/Commands/CommandObjectCommands.h
delete mode 100644 lldb/source/Commands/CommandObjectCrossref.cpp
delete mode 100644 lldb/source/Commands/CommandObjectDisassemble.cpp
delete mode 100644 lldb/source/Commands/CommandObjectDisassemble.h
delete mode 100644 lldb/source/Commands/CommandObjectExpression.cpp
delete mode 100644 lldb/source/Commands/CommandObjectExpression.h
delete mode 100644 lldb/source/Commands/CommandObjectFrame.cpp
delete mode 100644 lldb/source/Commands/CommandObjectFrame.h
delete mode 100644 lldb/source/Commands/CommandObjectHelp.cpp
delete mode 100644 lldb/source/Commands/CommandObjectHelp.h
delete mode 100644 lldb/source/Commands/CommandObjectLog.cpp
delete mode 100644 lldb/source/Commands/CommandObjectLog.h
delete mode 100644 lldb/source/Commands/CommandObjectMemory.cpp
delete mode 100644 lldb/source/Commands/CommandObjectMemory.h
delete mode 100644 lldb/source/Commands/CommandObjectMultiword.cpp
delete mode 100644 lldb/source/Commands/CommandObjectPlatform.cpp
delete mode 100644 lldb/source/Commands/CommandObjectPlatform.h
delete mode 100644 lldb/source/Commands/CommandObjectProcess.cpp
delete mode 100644 lldb/source/Commands/CommandObjectProcess.h
delete mode 100644 lldb/source/Commands/CommandObjectQuit.cpp
delete mode 100644 lldb/source/Commands/CommandObjectQuit.h
delete mode 100644 lldb/source/Commands/CommandObjectRegister.cpp
delete mode 100644 lldb/source/Commands/CommandObjectRegister.h
delete mode 100644 lldb/source/Commands/CommandObjectSettings.cpp
delete mode 100644 lldb/source/Commands/CommandObjectSettings.h
delete mode 100644 lldb/source/Commands/CommandObjectSource.cpp
delete mode 100644 lldb/source/Commands/CommandObjectSource.h
delete mode 100644 lldb/source/Commands/CommandObjectSyntax.cpp
delete mode 100644 lldb/source/Commands/CommandObjectSyntax.h
delete mode 100644 lldb/source/Commands/CommandObjectTarget.cpp
delete mode 100644 lldb/source/Commands/CommandObjectTarget.h
delete mode 100644 lldb/source/Commands/CommandObjectThread.cpp
delete mode 100644 lldb/source/Commands/CommandObjectThread.h
delete mode 100644 lldb/source/Commands/CommandObjectType.cpp
delete mode 100644 lldb/source/Commands/CommandObjectType.h
delete mode 100644 lldb/source/Commands/CommandObjectVersion.cpp
delete mode 100644 lldb/source/Commands/CommandObjectVersion.h
delete mode 100644 lldb/source/Commands/CommandObjectWatchpoint.cpp
delete mode 100644 lldb/source/Commands/CommandObjectWatchpoint.h
delete mode 100644 lldb/source/Commands/Makefile
delete mode 100644 lldb/source/Core/Address.cpp
delete mode 100644 lldb/source/Core/AddressRange.cpp
delete mode 100644 lldb/source/Core/AddressResolver.cpp
delete mode 100644 lldb/source/Core/AddressResolverFileLine.cpp
delete mode 100644 lldb/source/Core/AddressResolverName.cpp
delete mode 100644 lldb/source/Core/ArchSpec.cpp
delete mode 100644 lldb/source/Core/Baton.cpp
delete mode 100644 lldb/source/Core/Broadcaster.cpp
delete mode 100644 lldb/source/Core/Communication.cpp
delete mode 100644 lldb/source/Core/Connection.cpp
delete mode 100644 lldb/source/Core/ConnectionFileDescriptor.cpp
delete mode 100644 lldb/source/Core/ConnectionMachPort.cpp
delete mode 100644 lldb/source/Core/ConnectionSharedMemory.cpp
delete mode 100644 lldb/source/Core/ConstString.cpp
delete mode 100644 lldb/source/Core/DataBufferHeap.cpp
delete mode 100644 lldb/source/Core/DataBufferMemoryMap.cpp
delete mode 100644 lldb/source/Core/DataEncoder.cpp
delete mode 100644 lldb/source/Core/DataExtractor.cpp
delete mode 100644 lldb/source/Core/DataVisualization.cpp
delete mode 100644 lldb/source/Core/Debugger.cpp
delete mode 100644 lldb/source/Core/Disassembler.cpp
delete mode 100644 lldb/source/Core/DynamicLoader.cpp
delete mode 100644 lldb/source/Core/EmulateInstruction.cpp
delete mode 100644 lldb/source/Core/Error.cpp
delete mode 100644 lldb/source/Core/Event.cpp
delete mode 100644 lldb/source/Core/FileLineResolver.cpp
delete mode 100644 lldb/source/Core/FileSpecList.cpp
delete mode 100644 lldb/source/Core/FormatClasses.cpp
delete mode 100644 lldb/source/Core/FormatManager.cpp
delete mode 100644 lldb/source/Core/History.cpp
delete mode 100644 lldb/source/Core/InputReader.cpp
delete mode 100644 lldb/source/Core/InputReaderEZ.cpp
delete mode 100644 lldb/source/Core/InputReaderStack.cpp
delete mode 100644 lldb/source/Core/Language.cpp
delete mode 100644 lldb/source/Core/Listener.cpp
delete mode 100644 lldb/source/Core/Log.cpp
delete mode 100644 lldb/source/Core/Makefile
delete mode 100644 lldb/source/Core/Mangled.cpp
delete mode 100644 lldb/source/Core/Module.cpp
delete mode 100644 lldb/source/Core/ModuleChild.cpp
delete mode 100644 lldb/source/Core/ModuleList.cpp
delete mode 100644 lldb/source/Core/Opcode.cpp
delete mode 100644 lldb/source/Core/PluginManager.cpp
delete mode 100644 lldb/source/Core/RegisterValue.cpp
delete mode 100644 lldb/source/Core/RegularExpression.cpp
delete mode 100644 lldb/source/Core/Scalar.cpp
delete mode 100644 lldb/source/Core/SearchFilter.cpp
delete mode 100644 lldb/source/Core/Section.cpp
delete mode 100644 lldb/source/Core/SourceManager.cpp
delete mode 100644 lldb/source/Core/State.cpp
delete mode 100644 lldb/source/Core/Stream.cpp
delete mode 100644 lldb/source/Core/StreamAsynchronousIO.cpp
delete mode 100644 lldb/source/Core/StreamCallback.cpp
delete mode 100644 lldb/source/Core/StreamFile.cpp
delete mode 100644 lldb/source/Core/StreamString.cpp
delete mode 100644 lldb/source/Core/StringList.cpp
delete mode 100644 lldb/source/Core/Timer.cpp
delete mode 100644 lldb/source/Core/UUID.cpp
delete mode 100644 lldb/source/Core/UserID.cpp
delete mode 100644 lldb/source/Core/UserSettingsController.cpp
delete mode 100644 lldb/source/Core/VMRange.cpp
delete mode 100644 lldb/source/Core/Value.cpp
delete mode 100644 lldb/source/Core/ValueObject.cpp
delete mode 100644 lldb/source/Core/ValueObjectChild.cpp
delete mode 100644 lldb/source/Core/ValueObjectConstResult.cpp
delete mode 100644 lldb/source/Core/ValueObjectConstResultChild.cpp
delete mode 100644 lldb/source/Core/ValueObjectConstResultImpl.cpp
delete mode 100644 lldb/source/Core/ValueObjectDynamicValue.cpp
delete mode 100644 lldb/source/Core/ValueObjectList.cpp
delete mode 100644 lldb/source/Core/ValueObjectMemory.cpp
delete mode 100644 lldb/source/Core/ValueObjectRegister.cpp
delete mode 100644 lldb/source/Core/ValueObjectSyntheticFilter.cpp
delete mode 100644 lldb/source/Core/ValueObjectVariable.cpp
delete mode 100644 lldb/source/Expression/ASTDumper.cpp
delete mode 100644 lldb/source/Expression/ASTResultSynthesizer.cpp
delete mode 100644 lldb/source/Expression/ASTStructExtractor.cpp
delete mode 100644 lldb/source/Expression/ClangASTSource.cpp
delete mode 100644 lldb/source/Expression/ClangExpressionDeclMap.cpp
delete mode 100644 lldb/source/Expression/ClangExpressionParser.cpp
delete mode 100644 lldb/source/Expression/ClangExpressionVariable.cpp
delete mode 100644 lldb/source/Expression/ClangFunction.cpp
delete mode 100644 lldb/source/Expression/ClangPersistentVariables.cpp
delete mode 100644 lldb/source/Expression/ClangUserExpression.cpp
delete mode 100644 lldb/source/Expression/ClangUtilityFunction.cpp
delete mode 100644 lldb/source/Expression/DWARFExpression.cpp
delete mode 100644 lldb/source/Expression/ExpressionSourceCode.cpp
delete mode 100644 lldb/source/Expression/IRDynamicChecks.cpp
delete mode 100644 lldb/source/Expression/IRForTarget.cpp
delete mode 100644 lldb/source/Expression/IRInterpreter.cpp
delete mode 100644 lldb/source/Expression/Makefile
delete mode 100644 lldb/source/Expression/ProcessDataAllocator.cpp
delete mode 100644 lldb/source/Expression/RecordingMemoryManager.cpp
delete mode 100644 lldb/source/Host/Makefile
delete mode 100644 lldb/source/Host/common/Condition.cpp
delete mode 100644 lldb/source/Host/common/File.cpp
delete mode 100644 lldb/source/Host/common/FileSpec.cpp
delete mode 100644 lldb/source/Host/common/Host.cpp
delete mode 100644 lldb/source/Host/common/Makefile
delete mode 100644 lldb/source/Host/common/Mutex.cpp
delete mode 100644 lldb/source/Host/common/SocketAddress.cpp
delete mode 100644 lldb/source/Host/common/Symbols.cpp
delete mode 100644 lldb/source/Host/common/Terminal.cpp
delete mode 100644 lldb/source/Host/common/TimeValue.cpp
delete mode 100644 lldb/source/Host/freebsd/Host.cpp
delete mode 100644 lldb/source/Host/freebsd/Makefile
delete mode 100644 lldb/source/Host/linux/Host.cpp
delete mode 100644 lldb/source/Host/linux/Makefile
delete mode 100644 lldb/source/Host/macosx/Host.mm
delete mode 100644 lldb/source/Host/macosx/Makefile
delete mode 100644 lldb/source/Host/macosx/Symbols.cpp
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCBundle.cpp
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCBundle.h
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCData.cpp
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCData.h
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCMutableArray.cpp
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCMutableArray.h
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.cpp
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCMutableSet.cpp
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCMutableSet.h
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCReleaser.h
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCString.cpp
delete mode 100644 lldb/source/Host/macosx/cfcpp/CFCString.h
delete mode 100644 lldb/source/Host/macosx/cfcpp/CoreFoundationCPP.h
delete mode 100644 lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService-Info.plist
delete mode 100644 lldb/source/Host/macosx/launcherXPCService/LauncherRootXPCService.mm
delete mode 100644 lldb/source/Host/macosx/launcherXPCService/LauncherXPCService-Info.plist
delete mode 100644 lldb/source/Host/macosx/launcherXPCService/LauncherXPCService.entitlements
delete mode 100644 lldb/source/Host/macosx/launcherXPCService/LauncherXPCService.h
delete mode 100644 lldb/source/Host/macosx/launcherXPCService/LauncherXPCService.mm
delete mode 100644 lldb/source/Host/macosx/launcherXPCService/main.mm
delete mode 100644 lldb/source/Interpreter/Args.cpp
delete mode 100644 lldb/source/Interpreter/CommandInterpreter.cpp
delete mode 100644 lldb/source/Interpreter/CommandObject.cpp
delete mode 100644 lldb/source/Interpreter/CommandObjectRegexCommand.cpp
delete mode 100644 lldb/source/Interpreter/CommandObjectScript.cpp
delete mode 100644 lldb/source/Interpreter/CommandObjectScript.h
delete mode 100644 lldb/source/Interpreter/CommandReturnObject.cpp
delete mode 100644 lldb/source/Interpreter/Makefile
delete mode 100644 lldb/source/Interpreter/NamedOptionValue.cpp
delete mode 100644 lldb/source/Interpreter/OptionGroupArchitecture.cpp
delete mode 100644 lldb/source/Interpreter/OptionGroupBoolean.cpp
delete mode 100644 lldb/source/Interpreter/OptionGroupFile.cpp
delete mode 100644 lldb/source/Interpreter/OptionGroupFormat.cpp
delete mode 100644 lldb/source/Interpreter/OptionGroupOutputFile.cpp
delete mode 100644 lldb/source/Interpreter/OptionGroupPlatform.cpp
delete mode 100644 lldb/source/Interpreter/OptionGroupUInt64.cpp
delete mode 100644 lldb/source/Interpreter/OptionGroupUUID.cpp
delete mode 100644 lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
delete mode 100644 lldb/source/Interpreter/OptionGroupVariable.cpp
delete mode 100644 lldb/source/Interpreter/OptionGroupWatchpoint.cpp
delete mode 100644 lldb/source/Interpreter/Options.cpp
delete mode 100644 lldb/source/Interpreter/ScriptInterpreter.cpp
delete mode 100644 lldb/source/Interpreter/ScriptInterpreterNone.cpp
delete mode 100644 lldb/source/Interpreter/ScriptInterpreterPython.cpp
delete mode 100644 lldb/source/Interpreter/embedded_interpreter.py
delete mode 100644 lldb/source/Makefile
delete mode 100644 lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
delete mode 100644 lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h
delete mode 100644 lldb/source/Plugins/ABI/MacOSX-arm/Makefile
delete mode 100644 lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
delete mode 100644 lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h
delete mode 100644 lldb/source/Plugins/ABI/MacOSX-i386/Makefile
delete mode 100644 lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
delete mode 100644 lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h
delete mode 100644 lldb/source/Plugins/ABI/SysV-x86_64/Makefile
delete mode 100644 lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVM.cpp
delete mode 100644 lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVM.h
delete mode 100644 lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
delete mode 100644 lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h
delete mode 100644 lldb/source/Plugins/Disassembler/llvm/Makefile
delete mode 100644 lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
delete mode 100644 lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h
delete mode 100644 lldb/source/Plugins/DynamicLoader/Darwin-Kernel/Makefile
delete mode 100644 lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
delete mode 100644 lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h
delete mode 100644 lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/Makefile
delete mode 100644 lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.cpp
delete mode 100644 lldb/source/Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h
delete mode 100644 lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
delete mode 100644 lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
delete mode 100644 lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
delete mode 100644 lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
delete mode 100644 lldb/source/Plugins/DynamicLoader/POSIX-DYLD/Makefile
delete mode 100644 lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
delete mode 100644 lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
delete mode 100644 lldb/source/Plugins/DynamicLoader/Static/Makefile
delete mode 100644 lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
delete mode 100644 lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
delete mode 100644 lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
delete mode 100644 lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
delete mode 100644 lldb/source/Plugins/Instruction/ARM/Makefile
delete mode 100644 lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
delete mode 100644 lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
delete mode 100644 lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/Makefile
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCSymbolVendor.cpp
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCSymbolVendor.h
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h
delete mode 100644 lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/Makefile
delete mode 100644 lldb/source/Plugins/Makefile
delete mode 100644 lldb/source/Plugins/ObjectContainer/BSD-Archive/Makefile
delete mode 100644 lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
delete mode 100644 lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
delete mode 100644 lldb/source/Plugins/ObjectContainer/Universal-Mach-O/Makefile
delete mode 100644 lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
delete mode 100644 lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h
delete mode 100644 lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
delete mode 100644 lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h
delete mode 100644 lldb/source/Plugins/ObjectFile/ELF/Makefile
delete mode 100644 lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
delete mode 100644 lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
delete mode 100644 lldb/source/Plugins/ObjectFile/Mach-O/Makefile
delete mode 100644 lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
delete mode 100644 lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
delete mode 100644 lldb/source/Plugins/ObjectFile/PECOFF/Makefile
delete mode 100644 lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
delete mode 100644 lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
delete mode 100644 lldb/source/Plugins/OperatingSystem/Darwin-Kernel/Makefile
delete mode 100644 lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.cpp
delete mode 100644 lldb/source/Plugins/OperatingSystem/Darwin-Kernel/OperatingSystemDarwinKernel.h
delete mode 100644 lldb/source/Plugins/Platform/FreeBSD/Makefile
delete mode 100644 lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
delete mode 100644 lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
delete mode 100644 lldb/source/Plugins/Platform/Linux/Makefile
delete mode 100644 lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
delete mode 100644 lldb/source/Plugins/Platform/Linux/PlatformLinux.h
delete mode 100644 lldb/source/Plugins/Platform/MacOSX/Makefile
delete mode 100644 lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
delete mode 100644 lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
delete mode 100644 lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
delete mode 100644 lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
delete mode 100644 lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
delete mode 100644 lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h
delete mode 100644 lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
delete mode 100644 lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
delete mode 100644 lldb/source/Plugins/Platform/Makefile
delete mode 100644 lldb/source/Plugins/Platform/gdb-server/Makefile
delete mode 100644 lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
delete mode 100644 lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
delete mode 100644 lldb/source/Plugins/Process/FreeBSD/Makefile
delete mode 100644 lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
delete mode 100644 lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h
delete mode 100644 lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
delete mode 100644 lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.h
delete mode 100644 lldb/source/Plugins/Process/FreeBSD/RegisterContextFreeBSD_x86_64.h
delete mode 100644 lldb/source/Plugins/Process/Linux/LinuxSignals.cpp
delete mode 100644 lldb/source/Plugins/Process/Linux/LinuxSignals.h
delete mode 100644 lldb/source/Plugins/Process/Linux/Makefile
delete mode 100644 lldb/source/Plugins/Process/Linux/ProcessLinux.cpp
delete mode 100644 lldb/source/Plugins/Process/Linux/ProcessLinux.h
delete mode 100644 lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp
delete mode 100644 lldb/source/Plugins/Process/Linux/ProcessMonitor.h
delete mode 100644 lldb/source/Plugins/Process/Linux/RegisterContextLinux_x86_64.h
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/Makefile
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.cpp
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.cpp
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.cpp
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.cpp
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp
delete mode 100644 lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h
delete mode 100644 lldb/source/Plugins/Process/POSIX/Makefile
delete mode 100644 lldb/source/Plugins/Process/POSIX/POSIXStopInfo.cpp
delete mode 100644 lldb/source/Plugins/Process/POSIX/POSIXStopInfo.h
delete mode 100644 lldb/source/Plugins/Process/POSIX/POSIXThread.cpp
delete mode 100644 lldb/source/Plugins/Process/POSIX/POSIXThread.h
delete mode 100644 lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp
delete mode 100644 lldb/source/Plugins/Process/POSIX/ProcessMessage.h
delete mode 100644 lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp
delete mode 100644 lldb/source/Plugins/Process/POSIX/ProcessPOSIX.h
delete mode 100644 lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
delete mode 100644 lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.h
delete mode 100644 lldb/source/Plugins/Process/POSIX/RegisterContextPOSIX.h
delete mode 100644 lldb/source/Plugins/Process/POSIX/RegisterContext_i386.cpp
delete mode 100644 lldb/source/Plugins/Process/POSIX/RegisterContext_i386.h
delete mode 100644 lldb/source/Plugins/Process/POSIX/RegisterContext_x86_64.cpp
delete mode 100644 lldb/source/Plugins/Process/POSIX/RegisterContext_x86_64.h
delete mode 100644 lldb/source/Plugins/Process/Utility/ARMDefines.h
delete mode 100644 lldb/source/Plugins/Process/Utility/ARMUtils.h
delete mode 100644 lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
delete mode 100644 lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h
delete mode 100644 lldb/source/Plugins/Process/Utility/InstructionUtils.h
delete mode 100644 lldb/source/Plugins/Process/Utility/Makefile
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/RegisterContextMemory.h
delete mode 100644 lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/StopInfoMachException.h
delete mode 100644 lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/ThreadMemory.h
delete mode 100644 lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/UnwindLLDB.h
delete mode 100644 lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
delete mode 100644 lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/Makefile
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
delete mode 100644 lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
delete mode 100644 lldb/source/Plugins/Process/mach-core/Makefile
delete mode 100644 lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
delete mode 100644 lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
delete mode 100644 lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
delete mode 100644 lldb/source/Plugins/Process/mach-core/ThreadMachCore.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDIECollection.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationDescription.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationList.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/DWARFLocationList.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/Makefile
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h
delete mode 100644 lldb/source/Plugins/SymbolFile/Symtab/Makefile
delete mode 100644 lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
delete mode 100644 lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
delete mode 100644 lldb/source/Plugins/SymbolVendor/MacOSX/Makefile
delete mode 100644 lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
delete mode 100644 lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h
delete mode 100644 lldb/source/Plugins/UnwindAssembly/InstEmulation/Makefile
delete mode 100644 lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
delete mode 100644 lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h
delete mode 100644 lldb/source/Plugins/UnwindAssembly/x86/Makefile
delete mode 100644 lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
delete mode 100644 lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h
delete mode 100644 lldb/source/Symbol/Block.cpp
delete mode 100644 lldb/source/Symbol/ClangASTContext.cpp
delete mode 100644 lldb/source/Symbol/ClangASTImporter.cpp
delete mode 100644 lldb/source/Symbol/ClangASTType.cpp
delete mode 100644 lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
delete mode 100644 lldb/source/Symbol/ClangExternalASTSourceCommon.cpp
delete mode 100644 lldb/source/Symbol/ClangNamespaceDecl.cpp
delete mode 100644 lldb/source/Symbol/CompileUnit.cpp
delete mode 100644 lldb/source/Symbol/DWARFCallFrameInfo.cpp
delete mode 100644 lldb/source/Symbol/Declaration.cpp
delete mode 100644 lldb/source/Symbol/FuncUnwinders.cpp
delete mode 100644 lldb/source/Symbol/Function.cpp
delete mode 100644 lldb/source/Symbol/LineEntry.cpp
delete mode 100644 lldb/source/Symbol/LineTable.cpp
delete mode 100644 lldb/source/Symbol/Makefile
delete mode 100644 lldb/source/Symbol/ObjectFile.cpp
delete mode 100644 lldb/source/Symbol/Symbol.cpp
delete mode 100644 lldb/source/Symbol/SymbolContext.cpp
delete mode 100644 lldb/source/Symbol/SymbolFile.cpp
delete mode 100644 lldb/source/Symbol/SymbolVendor.cpp
delete mode 100644 lldb/source/Symbol/Symtab.cpp
delete mode 100644 lldb/source/Symbol/Type.cpp
delete mode 100644 lldb/source/Symbol/TypeHierarchyNavigator.cpp
delete mode 100644 lldb/source/Symbol/TypeList.cpp
delete mode 100644 lldb/source/Symbol/UnwindPlan.cpp
delete mode 100644 lldb/source/Symbol/UnwindTable.cpp
delete mode 100644 lldb/source/Symbol/Variable.cpp
delete mode 100644 lldb/source/Symbol/VariableList.cpp
delete mode 100644 lldb/source/Symbol/VerifyDecl.cpp
delete mode 100644 lldb/source/Target/ABI.cpp
delete mode 100644 lldb/source/Target/CPPLanguageRuntime.cpp
delete mode 100644 lldb/source/Target/ExecutionContext.cpp
delete mode 100644 lldb/source/Target/LanguageRuntime.cpp
delete mode 100644 lldb/source/Target/Makefile
delete mode 100644 lldb/source/Target/Memory.cpp
delete mode 100644 lldb/source/Target/ObjCLanguageRuntime.cpp
delete mode 100644 lldb/source/Target/OperatingSystem.cpp
delete mode 100644 lldb/source/Target/PathMappingList.cpp
delete mode 100644 lldb/source/Target/Platform.cpp
delete mode 100644 lldb/source/Target/Process.cpp
delete mode 100644 lldb/source/Target/RegisterContext.cpp
delete mode 100644 lldb/source/Target/SectionLoadList.cpp
delete mode 100644 lldb/source/Target/StackFrame.cpp
delete mode 100644 lldb/source/Target/StackFrameList.cpp
delete mode 100644 lldb/source/Target/StackID.cpp
delete mode 100644 lldb/source/Target/StopInfo.cpp
delete mode 100644 lldb/source/Target/Target.cpp
delete mode 100644 lldb/source/Target/TargetList.cpp
delete mode 100644 lldb/source/Target/Thread.cpp
delete mode 100644 lldb/source/Target/ThreadList.cpp
delete mode 100644 lldb/source/Target/ThreadPlan.cpp
delete mode 100644 lldb/source/Target/ThreadPlanBase.cpp
delete mode 100644 lldb/source/Target/ThreadPlanCallFunction.cpp
delete mode 100644 lldb/source/Target/ThreadPlanCallUserExpression.cpp
delete mode 100644 lldb/source/Target/ThreadPlanRunToAddress.cpp
delete mode 100644 lldb/source/Target/ThreadPlanShouldStopHere.cpp
delete mode 100644 lldb/source/Target/ThreadPlanStepInRange.cpp
delete mode 100644 lldb/source/Target/ThreadPlanStepInstruction.cpp
delete mode 100644 lldb/source/Target/ThreadPlanStepOut.cpp
delete mode 100644 lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
delete mode 100644 lldb/source/Target/ThreadPlanStepOverRange.cpp
delete mode 100644 lldb/source/Target/ThreadPlanStepRange.cpp
delete mode 100644 lldb/source/Target/ThreadPlanStepThrough.cpp
delete mode 100644 lldb/source/Target/ThreadPlanStepUntil.cpp
delete mode 100644 lldb/source/Target/ThreadPlanTestCondition.cpp
delete mode 100644 lldb/source/Target/ThreadPlanTracer.cpp
delete mode 100644 lldb/source/Target/ThreadSpec.cpp
delete mode 100644 lldb/source/Target/UnixSignals.cpp
delete mode 100644 lldb/source/Target/UnwindAssembly.cpp
delete mode 100644 lldb/source/Utility/ARM_DWARF_Registers.cpp
delete mode 100644 lldb/source/Utility/ARM_DWARF_Registers.h
delete mode 100644 lldb/source/Utility/ARM_GCC_Registers.h
delete mode 100644 lldb/source/Utility/Makefile
delete mode 100644 lldb/source/Utility/PseudoTerminal.cpp
delete mode 100644 lldb/source/Utility/RefCounter.cpp
delete mode 100644 lldb/source/Utility/SharingPtr.cpp
delete mode 100644 lldb/source/Utility/StringExtractor.cpp
delete mode 100644 lldb/source/Utility/StringExtractor.h
delete mode 100644 lldb/source/Utility/StringExtractorGDBRemote.cpp
delete mode 100644 lldb/source/Utility/StringExtractorGDBRemote.h
delete mode 100644 lldb/source/lldb-log.cpp
delete mode 100644 lldb/source/lldb.cpp
delete mode 100644 lldb/test/Makefile
delete mode 100644 lldb/test/README-TestSuite
delete mode 100644 lldb/test/api/check_public_api_headers/Makefile
delete mode 100644 lldb/test/api/check_public_api_headers/TestPublicAPIHeaders.py
delete mode 100644 lldb/test/api/check_public_api_headers/main.cpp.template
delete mode 100644 lldb/test/arm_emulation/TestEmulations.py
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-10-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-11-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-12-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-2-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-3-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-3-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-4-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-4-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-5-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-5-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-6-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-6-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-7-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-7-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-8-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-8-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-add-9-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-bic-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-bic-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldmia-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldmia-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldmia-2-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldmia-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldmia-3-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldmia-3-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-10-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-11-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-12-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-2-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-3-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-3-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-4-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-4-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-5-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-5-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-6-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-6-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-7-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-7-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-8-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-8-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldr-9-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldrd-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldrd-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldrd-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldrh-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldrsh-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-ldrsh-2-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-10-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-11-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-12-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-13-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-14-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-15-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-16-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-17-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-18-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-19-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-2-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-20-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-21-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-22-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-23-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-24-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-25-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-26-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-27-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-28-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-29-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-3-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-3-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-30-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-31-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-4-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-4-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-5-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-5-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-6-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-6-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-7-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-8-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mov-9-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-moveq-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-movs-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mvn-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mvn-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mvn-2-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mvn-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mvn-3-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mvn-3-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mvn-4-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-mvn-4-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-pop-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-pop-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-pop-2-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-pop-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-pop-3-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-push-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-push-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-push-2-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-push-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-push-3-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-push-3-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-str-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-str-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-str-2-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-str-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-str-3-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-str-3-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-str-4-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-str-4-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-str-5-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-strb-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-strb-2-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-strbt-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-strd-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-strt-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-10-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-2-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-3-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-3-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-4-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-4-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-5-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-5-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-6-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-6-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-8-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-sub-9-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-subs-1-arm.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-subs-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-subs-10-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-subs-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-subs-3-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-subs-4-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-subs-5-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-subs-6-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-subs-8-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-subs-9-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-vpop-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-vpop-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-vpop-3-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-vpush-1-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-vpush-2-thumb.dat
delete mode 100644 lldb/test/arm_emulation/new-test-files/test-vpush-3-thumb.dat
delete mode 100755 lldb/test/attic/dotest.pl
delete mode 100755 lldb/test/attic/tester.py
delete mode 100644 lldb/test/bench-history
delete mode 100755 lldb/test/bench.py
delete mode 100644 lldb/test/benchmarks/disassembly/TestDisassembly.py
delete mode 100644 lldb/test/benchmarks/disassembly/TestDoAttachThenDisassembly.py
delete mode 100644 lldb/test/benchmarks/disassembly/TestFlintVsSlateGDBDisassembly.py
delete mode 100644 lldb/test/benchmarks/expression/Makefile
delete mode 100644 lldb/test/benchmarks/expression/TestExpressionCmd.py
delete mode 100644 lldb/test/benchmarks/expression/TestRepeatedExprs.py
delete mode 100644 lldb/test/benchmarks/expression/main.cpp
delete mode 100644 lldb/test/benchmarks/frame_variable/TestFrameVariableResponse.py
delete mode 100644 lldb/test/benchmarks/startup/TestStartupDelays.py
delete mode 100644 lldb/test/benchmarks/stepping/TestRunHooksThenSteppings.py
delete mode 100644 lldb/test/benchmarks/stepping/TestSteppingSpeed.py
delete mode 100644 lldb/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py
delete mode 100644 lldb/test/blacklist.py
delete mode 100755 lldb/test/dosep.ty
delete mode 100755 lldb/test/dotest.py
delete mode 100644 lldb/test/example/TestSequenceFunctions.py
delete mode 100644 lldb/test/expression_command/call-function/Makefile
delete mode 100644 lldb/test/expression_command/call-function/TestCallStdStringFunction.py
delete mode 100644 lldb/test/expression_command/call-function/main.cpp
delete mode 100644 lldb/test/expression_command/formatters/Makefile
delete mode 100644 lldb/test/expression_command/formatters/TestFormatters.py
delete mode 100644 lldb/test/expression_command/formatters/foosynth.py
delete mode 100644 lldb/test/expression_command/formatters/formatters.py
delete mode 100644 lldb/test/expression_command/formatters/main.cpp
delete mode 100644 lldb/test/expression_command/issue_11588/Makefile
delete mode 100644 lldb/test/expression_command/issue_11588/Test11588.py
delete mode 100644 lldb/test/expression_command/issue_11588/main.cpp
delete mode 100644 lldb/test/expression_command/issue_11588/s11588.py
delete mode 100644 lldb/test/expression_command/persistent_types/Makefile
delete mode 100644 lldb/test/expression_command/persistent_types/TestPersistentTypes.py
delete mode 100644 lldb/test/expression_command/persistent_types/main.c
delete mode 100644 lldb/test/expression_command/persistent_variables/Makefile
delete mode 100644 lldb/test/expression_command/persistent_variables/TestPersistentVariables.py
delete mode 100644 lldb/test/expression_command/persistent_variables/main.c
delete mode 100644 lldb/test/expression_command/radar_8638051/Makefile
delete mode 100644 lldb/test/expression_command/radar_8638051/Test8638051.py
delete mode 100644 lldb/test/expression_command/radar_8638051/main.c
delete mode 100644 lldb/test/expression_command/radar_9531204/Makefile
delete mode 100644 lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py
delete mode 100644 lldb/test/expression_command/radar_9531204/main.c
delete mode 100644 lldb/test/expression_command/radar_9673664/Makefile
delete mode 100644 lldb/test/expression_command/radar_9673664/TestExprHelpExamples.py
delete mode 100644 lldb/test/expression_command/radar_9673664/main.c
delete mode 100644 lldb/test/expression_command/test/Makefile
delete mode 100644 lldb/test/expression_command/test/TestExprs.py
delete mode 100644 lldb/test/expression_command/test/TestExprs2.py
delete mode 100644 lldb/test/expression_command/test/main.cpp
delete mode 100644 lldb/test/expression_command/two-files/Makefile
delete mode 100644 lldb/test/expression_command/two-files/TestObjCTypeQueryFromOtherCompileUnit.py
delete mode 100644 lldb/test/expression_command/two-files/foo.m
delete mode 100644 lldb/test/expression_command/two-files/main.m
delete mode 100644 lldb/test/functionalities/abbreviation/Makefile
delete mode 100644 lldb/test/functionalities/abbreviation/TestAbbreviations.py
delete mode 100644 lldb/test/functionalities/abbreviation/TestCommonShortSpellings.py
delete mode 100644 lldb/test/functionalities/abbreviation/change_prompt.lldb
delete mode 100644 lldb/test/functionalities/abbreviation/main.cpp
delete mode 100644 lldb/test/functionalities/alias/Makefile
delete mode 100644 lldb/test/functionalities/alias/TestAliases.py
delete mode 100644 lldb/test/functionalities/alias/main.cpp
delete mode 100644 lldb/test/functionalities/archives/Makefile
delete mode 100644 lldb/test/functionalities/archives/README
delete mode 100644 lldb/test/functionalities/archives/TestBSDArchives.py
delete mode 100644 lldb/test/functionalities/archives/a.c
delete mode 100644 lldb/test/functionalities/archives/b.c
delete mode 100644 lldb/test/functionalities/archives/main.c
delete mode 100644 lldb/test/functionalities/backticks/TestBackticksWithoutATarget.py
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_command/Makefile
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_command/a.c
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_command/b.c
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_command/bktptcmd.py
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_command/main.c
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_conditions/Makefile
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_conditions/TestBreakpointConditions.py
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_conditions/main.c
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_ids/Makefile
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_ids/TestBreakpointIDs.py
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_ids/main.cpp
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_ignore_count/Makefile
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_ignore_count/TestBreakpointIgnoreCount.py
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_ignore_count/main.c
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_locations/Makefile
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py
delete mode 100644 lldb/test/functionalities/breakpoint/breakpoint_locations/main.c
delete mode 100644 lldb/test/functionalities/breakpoint/inlined_breakpoints/Makefile
delete mode 100644 lldb/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
delete mode 100644 lldb/test/functionalities/breakpoint/inlined_breakpoints/basic_type.cpp
delete mode 100644 lldb/test/functionalities/breakpoint/inlined_breakpoints/int.cpp
delete mode 100644 lldb/test/functionalities/command_regex/TestCommandRegex.py
delete mode 100644 lldb/test/functionalities/command_script/Makefile
delete mode 100644 lldb/test/functionalities/command_script/TestCommandScript.py
delete mode 100644 lldb/test/functionalities/command_script/bug11569.py
delete mode 100644 lldb/test/functionalities/command_script/import/Makefile
delete mode 100644 lldb/test/functionalities/command_script/import/TestImport.py
delete mode 100644 lldb/test/functionalities/command_script/import/bar/bar.py
delete mode 100644 lldb/test/functionalities/command_script/import/bar/barutil.py
delete mode 100644 lldb/test/functionalities/command_script/import/dummymodule.py
delete mode 100644 lldb/test/functionalities/command_script/import/foo/bar/foobar.py
delete mode 100644 lldb/test/functionalities/command_script/import/foo/foo.py
delete mode 100644 lldb/test/functionalities/command_script/import/foo/foo2.py
delete mode 100644 lldb/test/functionalities/command_script/import/main.c
delete mode 100644 lldb/test/functionalities/command_script/main.cpp
delete mode 100644 lldb/test/functionalities/command_script/mysto.py
delete mode 100644 lldb/test/functionalities/command_script/py_import
delete mode 100644 lldb/test/functionalities/command_script/welcome.py
delete mode 100644 lldb/test/functionalities/command_source/.lldb
delete mode 100644 lldb/test/functionalities/command_source/TestCommandSource.py
delete mode 100644 lldb/test/functionalities/command_source/my.py
delete mode 100644 lldb/test/functionalities/completion/TestCompletion.py
delete mode 100644 lldb/test/functionalities/conditional_break/.lldb
delete mode 100644 lldb/test/functionalities/conditional_break/Makefile
delete mode 100644 lldb/test/functionalities/conditional_break/TestConditionalBreak.py
delete mode 100644 lldb/test/functionalities/conditional_break/conditional_break.py
delete mode 100644 lldb/test/functionalities/conditional_break/main.c
delete mode 100755 lldb/test/functionalities/connect_remote/EchoServer.py
delete mode 100644 lldb/test/functionalities/connect_remote/TestConnectRemote.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-advanced/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-advanced/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-categories/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-categories/TestDataFormatterCategories.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-categories/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-cpp/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-cpp/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-globals/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-globals/TestDataFormatterGlobals.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-globals/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-named-summaries/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-named-summaries/TestDataFormatterNamedSummaries.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-named-summaries/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-objc/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-objc/main.m
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-python-synth/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-python-synth/fooSynthProvider.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-python-synth/ftsp.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-python-synth/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-script/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-script/TestDataFormatterScript.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-script/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-skip-summary/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-skip-summary/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-smart-array/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-smart-array/TestDataFormatterSmartArray.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-smart-array/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/TestDataFormatterLibccMap.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/map/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/vector/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/TestDataFormatterStdList.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/TestDataFormatterStdVector.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-synth/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py
delete mode 100644 lldb/test/functionalities/data-formatter/data-formatter-synth/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-10642615/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-10642615/Test-rdar-10642615.py
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-10642615/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-10887661/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-10887661/TestRdar10887661.py
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-10887661/fooSynthProvider.py
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-10887661/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-3534688/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-3534688/TestFormattersOneIsSingular.py
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-3534688/main.m
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-9973865/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-9973865/Test-rdar-9973865.py
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-9973865/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-9973992/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-9973992/Test-rdar-9973992.py
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-9973992/main.cpp
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-9974002/Makefile
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-9974002/Test-rdar-9974002.py
delete mode 100644 lldb/test/functionalities/data-formatter/rdar-9974002/main.cpp
delete mode 100644 lldb/test/functionalities/dead-strip/Makefile
delete mode 100644 lldb/test/functionalities/dead-strip/TestDeadStrip.py
delete mode 100644 lldb/test/functionalities/dead-strip/cmds.txt
delete mode 100644 lldb/test/functionalities/dead-strip/main.c
delete mode 100644 lldb/test/functionalities/embedded_interpreter/Makefile
delete mode 100644 lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
delete mode 100644 lldb/test/functionalities/embedded_interpreter/main.c
delete mode 100644 lldb/test/functionalities/expr-doesnt-deadlock/Makefile
delete mode 100644 lldb/test/functionalities/expr-doesnt-deadlock/TestExprDoesntBlock.py
delete mode 100644 lldb/test/functionalities/expr-doesnt-deadlock/locking.c
delete mode 100644 lldb/test/functionalities/inferior-changed/Makefile
delete mode 100644 lldb/test/functionalities/inferior-changed/TestInferiorChanged.py
delete mode 100644 lldb/test/functionalities/inferior-changed/main.c
delete mode 100644 lldb/test/functionalities/inferior-changed/main2.c
delete mode 100644 lldb/test/functionalities/inferior-crashing/Makefile
delete mode 100644 lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py
delete mode 100644 lldb/test/functionalities/inferior-crashing/main.c
delete mode 100644 lldb/test/functionalities/load_unload/Makefile
delete mode 100644 lldb/test/functionalities/load_unload/TestLoadUnload.py
delete mode 100644 lldb/test/functionalities/load_unload/a.c
delete mode 100644 lldb/test/functionalities/load_unload/b.c
delete mode 100644 lldb/test/functionalities/load_unload/c.c
delete mode 100644 lldb/test/functionalities/load_unload/cmds.txt
delete mode 100644 lldb/test/functionalities/load_unload/d.c
delete mode 100644 lldb/test/functionalities/load_unload/main.c
delete mode 100644 lldb/test/functionalities/memory/read/Makefile
delete mode 100644 lldb/test/functionalities/memory/read/TestMemoryRead.py
delete mode 100644 lldb/test/functionalities/memory/read/main.cpp
delete mode 100644 lldb/test/functionalities/non-overlapping-index-variable-i/Makefile
delete mode 100644 lldb/test/functionalities/non-overlapping-index-variable-i/TestIndexVariable.py
delete mode 100644 lldb/test/functionalities/non-overlapping-index-variable-i/main.cpp
delete mode 100644 lldb/test/functionalities/platform/TestPlatformCommand.py
delete mode 100644 lldb/test/functionalities/process_launch/Makefile
delete mode 100644 lldb/test/functionalities/process_launch/TestProcessLaunch.py
delete mode 100644 lldb/test/functionalities/process_launch/input-file.txt
delete mode 100644 lldb/test/functionalities/process_launch/main.cpp
delete mode 100644 lldb/test/functionalities/process_launch/print_cwd.cpp
delete mode 100644 lldb/test/functionalities/register/Makefile
delete mode 100644 lldb/test/functionalities/register/TestRegisters.py
delete mode 100644 lldb/test/functionalities/register/main.cpp
delete mode 100644 lldb/test/functionalities/return-value/Makefile
delete mode 100644 lldb/test/functionalities/return-value/TestReturnValue.py
delete mode 100644 lldb/test/functionalities/return-value/call-func.c
delete mode 100644 lldb/test/functionalities/signal/Makefile
delete mode 100644 lldb/test/functionalities/signal/TestSendSignal.py
delete mode 100644 lldb/test/functionalities/signal/main.c
delete mode 100644 lldb/test/functionalities/stop-hook/Makefile
delete mode 100644 lldb/test/functionalities/stop-hook/TestStopHookCmd.py
delete mode 100644 lldb/test/functionalities/stop-hook/TestStopHookMechanism.py
delete mode 100644 lldb/test/functionalities/stop-hook/main.cpp
delete mode 100644 lldb/test/functionalities/stop-hook/multiple_threads/Makefile
delete mode 100644 lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py
delete mode 100644 lldb/test/functionalities/stop-hook/multiple_threads/main.cpp
delete mode 100644 lldb/test/functionalities/target_command/Makefile
delete mode 100644 lldb/test/functionalities/target_command/TestTargetCommand.py
delete mode 100644 lldb/test/functionalities/target_command/a.c
delete mode 100644 lldb/test/functionalities/target_command/b.c
delete mode 100644 lldb/test/functionalities/target_command/c.c
delete mode 100644 lldb/test/functionalities/target_command/globals.c
delete mode 100644 lldb/test/functionalities/type_completion/Makefile
delete mode 100644 lldb/test/functionalities/type_completion/TestTypeCompletion.py
delete mode 100644 lldb/test/functionalities/type_completion/main.cpp
delete mode 100644 lldb/test/functionalities/watchpoint/hello_watchlocation/Makefile
delete mode 100644 lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py
delete mode 100644 lldb/test/functionalities/watchpoint/hello_watchlocation/main.cpp
delete mode 100644 lldb/test/functionalities/watchpoint/hello_watchpoint/Makefile
delete mode 100644 lldb/test/functionalities/watchpoint/hello_watchpoint/TestMyFirstWatchpoint.py
delete mode 100644 lldb/test/functionalities/watchpoint/hello_watchpoint/main.c
delete mode 100644 lldb/test/functionalities/watchpoint/multiple_threads/Makefile
delete mode 100644 lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py
delete mode 100644 lldb/test/functionalities/watchpoint/multiple_threads/main.cpp
delete mode 100644 lldb/test/functionalities/watchpoint/watchpoint_commands/Makefile
delete mode 100644 lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py
delete mode 100644 lldb/test/functionalities/watchpoint/watchpoint_commands/condition/Makefile
delete mode 100644 lldb/test/functionalities/watchpoint/watchpoint_commands/condition/TestWatchpointConditionCmd.py
delete mode 100644 lldb/test/functionalities/watchpoint/watchpoint_commands/condition/main.cpp
delete mode 100644 lldb/test/functionalities/watchpoint/watchpoint_commands/main.c
delete mode 100644 lldb/test/functionalities/watchpoint/watchpoint_set_command/Makefile
delete mode 100644 lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchLocationWithWatchSet.py
delete mode 100644 lldb/test/functionalities/watchpoint/watchpoint_set_command/TestWatchpointSetErrorCases.py
delete mode 100644 lldb/test/functionalities/watchpoint/watchpoint_set_command/main.cpp
delete mode 100644 lldb/test/help/TestHelp.py
delete mode 100644 lldb/test/lang/c/anonymous/Makefile
delete mode 100644 lldb/test/lang/c/anonymous/TestAnonymous.py
delete mode 100644 lldb/test/lang/c/anonymous/main.c
delete mode 100644 lldb/test/lang/c/array_types/Makefile
delete mode 100644 lldb/test/lang/c/array_types/TestArrayTypes.py
delete mode 100644 lldb/test/lang/c/array_types/cmds.txt
delete mode 100644 lldb/test/lang/c/array_types/main.c
delete mode 100644 lldb/test/lang/c/bitfields/Makefile
delete mode 100644 lldb/test/lang/c/bitfields/TestBitfields.py
delete mode 100644 lldb/test/lang/c/bitfields/main.c
delete mode 100644 lldb/test/lang/c/blocks/Makefile
delete mode 100644 lldb/test/lang/c/blocks/TestBlocks.py
delete mode 100644 lldb/test/lang/c/blocks/main.c
delete mode 100644 lldb/test/lang/c/enum_types/Makefile
delete mode 100644 lldb/test/lang/c/enum_types/TestEnumTypes.py
delete mode 100644 lldb/test/lang/c/enum_types/main.c
delete mode 100644 lldb/test/lang/c/forward/Makefile
delete mode 100644 lldb/test/lang/c/forward/README.txt
delete mode 100644 lldb/test/lang/c/forward/TestForwardDeclaration.py
delete mode 100644 lldb/test/lang/c/forward/foo.c
delete mode 100644 lldb/test/lang/c/forward/foo.h
delete mode 100644 lldb/test/lang/c/forward/main.c
delete mode 100644 lldb/test/lang/c/function_types/Makefile
delete mode 100644 lldb/test/lang/c/function_types/TestFunctionTypes.py
delete mode 100644 lldb/test/lang/c/function_types/main.c
delete mode 100644 lldb/test/lang/c/global_variables/Makefile
delete mode 100644 lldb/test/lang/c/global_variables/TestGlobalVariables.py
delete mode 100644 lldb/test/lang/c/global_variables/a.c
delete mode 100644 lldb/test/lang/c/global_variables/cmds.txt
delete mode 100644 lldb/test/lang/c/global_variables/main.c
delete mode 100644 lldb/test/lang/c/inlines/Makefile
delete mode 100644 lldb/test/lang/c/inlines/inlines.c
delete mode 100644 lldb/test/lang/c/inlines/inlines.h
delete mode 100644 lldb/test/lang/c/recurse/Makefile
delete mode 100644 lldb/test/lang/c/recurse/main.c
delete mode 100644 lldb/test/lang/c/set_values/Makefile
delete mode 100644 lldb/test/lang/c/set_values/TestSetValues.py
delete mode 100644 lldb/test/lang/c/set_values/main.c
delete mode 100644 lldb/test/lang/c/shared_lib/Makefile
delete mode 100644 lldb/test/lang/c/shared_lib/TestSharedLib.py
delete mode 100644 lldb/test/lang/c/shared_lib/foo.c
delete mode 100644 lldb/test/lang/c/shared_lib/foo.h
delete mode 100644 lldb/test/lang/c/shared_lib/main.c
delete mode 100644 lldb/test/lang/c/stepping/Makefile
delete mode 100644 lldb/test/lang/c/stepping/TestThreadStepping.py
delete mode 100644 lldb/test/lang/c/stepping/main.c
delete mode 100644 lldb/test/lang/c/strings/Makefile
delete mode 100644 lldb/test/lang/c/strings/TestCStrings.py
delete mode 100644 lldb/test/lang/c/strings/main.c
delete mode 100644 lldb/test/lang/c/struct_types/Makefile
delete mode 100644 lldb/test/lang/c/struct_types/TestStructTypes.py
delete mode 100644 lldb/test/lang/c/struct_types/cmds.txt
delete mode 100644 lldb/test/lang/c/struct_types/main.c
delete mode 100644 lldb/test/lang/cpp/breakpoints/Makefile
delete mode 100644 lldb/test/lang/cpp/breakpoints/TestCPPBreakpoints.py
delete mode 100644 lldb/test/lang/cpp/breakpoints/nested.cpp
delete mode 100644 lldb/test/lang/cpp/class_static/Makefile
delete mode 100644 lldb/test/lang/cpp/class_static/TestStaticVariables.py
delete mode 100644 lldb/test/lang/cpp/class_static/main.cpp
delete mode 100644 lldb/test/lang/cpp/class_types/Makefile
delete mode 100644 lldb/test/lang/cpp/class_types/TestClassTypes.py
delete mode 100644 lldb/test/lang/cpp/class_types/TestClassTypesDisassembly.py
delete mode 100644 lldb/test/lang/cpp/class_types/cmds.txt
delete mode 100644 lldb/test/lang/cpp/class_types/main.cpp
delete mode 100644 lldb/test/lang/cpp/dynamic-value/Makefile
delete mode 100644 lldb/test/lang/cpp/dynamic-value/TestCppValueCast.py
delete mode 100644 lldb/test/lang/cpp/dynamic-value/TestDynamicValue.py
delete mode 100644 lldb/test/lang/cpp/dynamic-value/pass-to-base.cpp
delete mode 100644 lldb/test/lang/cpp/dynamic-value/sbvalue-cast.cpp
delete mode 100644 lldb/test/lang/cpp/exceptions/Makefile
delete mode 100644 lldb/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py
delete mode 100644 lldb/test/lang/cpp/exceptions/exceptions.cpp
delete mode 100644 lldb/test/lang/cpp/namespace/Makefile
delete mode 100644 lldb/test/lang/cpp/namespace/TestNamespace.py
delete mode 100644 lldb/test/lang/cpp/namespace/cmds.txt
delete mode 100644 lldb/test/lang/cpp/namespace/main.cpp
delete mode 100644 lldb/test/lang/cpp/signed_types/Makefile
delete mode 100644 lldb/test/lang/cpp/signed_types/TestSignedTypes.py
delete mode 100644 lldb/test/lang/cpp/signed_types/main.cpp
delete mode 100644 lldb/test/lang/cpp/static_methods/Makefile
delete mode 100644 lldb/test/lang/cpp/static_methods/TestCPPStaticMethods.py
delete mode 100644 lldb/test/lang/cpp/static_methods/main.cpp
delete mode 100644 lldb/test/lang/cpp/stl/Makefile
delete mode 100644 lldb/test/lang/cpp/stl/TestSTL.py
delete mode 100644 lldb/test/lang/cpp/stl/TestStdCXXDisassembly.py
delete mode 100644 lldb/test/lang/cpp/stl/cmds.txt
delete mode 100644 lldb/test/lang/cpp/stl/main.cpp
delete mode 100644 lldb/test/lang/cpp/this/Makefile
delete mode 100644 lldb/test/lang/cpp/this/TestCPPThis.py
delete mode 100644 lldb/test/lang/cpp/this/main.cpp
delete mode 100644 lldb/test/lang/cpp/unique-types/Makefile
delete mode 100644 lldb/test/lang/cpp/unique-types/TestUniqueTypes.py
delete mode 100644 lldb/test/lang/cpp/unique-types/main.cpp
delete mode 100644 lldb/test/lang/cpp/unsigned_types/Makefile
delete mode 100644 lldb/test/lang/cpp/unsigned_types/TestUnsignedTypes.py
delete mode 100644 lldb/test/lang/cpp/unsigned_types/main.cpp
delete mode 100644 lldb/test/lang/cpp/virtual/Makefile
delete mode 100644 lldb/test/lang/cpp/virtual/TestVirtual.py
delete mode 100644 lldb/test/lang/cpp/virtual/main.cpp
delete mode 100644 lldb/test/lang/objc/forward-decl/Container.h
delete mode 100644 lldb/test/lang/objc/forward-decl/Container.m
delete mode 100644 lldb/test/lang/objc/forward-decl/Makefile
delete mode 100644 lldb/test/lang/objc/forward-decl/TestForwardDecl.py
delete mode 100644 lldb/test/lang/objc/forward-decl/main.m
delete mode 100644 lldb/test/lang/objc/foundation/Makefile
delete mode 100644 lldb/test/lang/objc/foundation/TestConstStrings.py
delete mode 100644 lldb/test/lang/objc/foundation/TestFoundationDisassembly.py
delete mode 100644 lldb/test/lang/objc/foundation/TestObjCMethods.py
delete mode 100644 lldb/test/lang/objc/foundation/TestObjCMethods2.py
delete mode 100644 lldb/test/lang/objc/foundation/TestObjectDescriptionAPI.py
delete mode 100644 lldb/test/lang/objc/foundation/TestSymbolTable.py
delete mode 100644 lldb/test/lang/objc/foundation/const-strings.m
delete mode 100644 lldb/test/lang/objc/foundation/main.m
delete mode 100644 lldb/test/lang/objc/foundation/my-base.h
delete mode 100644 lldb/test/lang/objc/foundation/my-base.m
delete mode 100644 lldb/test/lang/objc/hidden-ivars/InternalDefiner.h
delete mode 100644 lldb/test/lang/objc/hidden-ivars/InternalDefiner.m
delete mode 100644 lldb/test/lang/objc/hidden-ivars/Makefile
delete mode 100644 lldb/test/lang/objc/hidden-ivars/TestHiddenIvars.py
delete mode 100644 lldb/test/lang/objc/hidden-ivars/main.m
delete mode 100644 lldb/test/lang/objc/objc-builtin-types/Makefile
delete mode 100644 lldb/test/lang/objc/objc-builtin-types/TestObjCBuiltinTypes.py
delete mode 100644 lldb/test/lang/objc/objc-builtin-types/main.cpp
delete mode 100644 lldb/test/lang/objc/objc-checker/Makefile
delete mode 100644 lldb/test/lang/objc/objc-checker/TestObjCCheckers.py
delete mode 100644 lldb/test/lang/objc/objc-checker/main.m
delete mode 100644 lldb/test/lang/objc/objc-class-method/Makefile
delete mode 100644 lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py
delete mode 100644 lldb/test/lang/objc/objc-class-method/class.m
delete mode 100644 lldb/test/lang/objc/objc-dynamic-value/Makefile
delete mode 100644 lldb/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py
delete mode 100644 lldb/test/lang/objc/objc-dynamic-value/dynamic-value.m
delete mode 100644 lldb/test/lang/objc/objc-ivar-offsets/Makefile
delete mode 100644 lldb/test/lang/objc/objc-ivar-offsets/TestObjCIvarOffsets.py
delete mode 100644 lldb/test/lang/objc/objc-ivar-offsets/main.m
delete mode 100644 lldb/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.h
delete mode 100644 lldb/test/lang/objc/objc-ivar-offsets/objc-ivar-offsets.m
delete mode 100644 lldb/test/lang/objc/objc-new-syntax/Makefile
delete mode 100644 lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
delete mode 100644 lldb/test/lang/objc/objc-new-syntax/main.m
delete mode 100644 lldb/test/lang/objc/objc-optimized/Makefile
delete mode 100644 lldb/test/lang/objc/objc-optimized/TestObjcOptimized.py
delete mode 100644 lldb/test/lang/objc/objc-optimized/main.m
delete mode 100644 lldb/test/lang/objc/objc-property/Makefile
delete mode 100644 lldb/test/lang/objc/objc-property/TestObjCProperty.py
delete mode 100644 lldb/test/lang/objc/objc-property/main.m
delete mode 100644 lldb/test/lang/objc/objc-static-method/Makefile
delete mode 100644 lldb/test/lang/objc/objc-static-method/TestObjCStaticMethod.py
delete mode 100644 lldb/test/lang/objc/objc-static-method/static.m
delete mode 100644 lldb/test/lang/objc/objc-stepping/Makefile
delete mode 100644 lldb/test/lang/objc/objc-stepping/TestObjCStepping.py
delete mode 100644 lldb/test/lang/objc/objc-stepping/stepping-tests.m
delete mode 100644 lldb/test/lang/objc/print-obj/Makefile
delete mode 100644 lldb/test/lang/objc/print-obj/TestPrintObj.py
delete mode 100644 lldb/test/lang/objc/print-obj/blocked.m
delete mode 100644 lldb/test/lang/objc/radar-9691614/Makefile
delete mode 100644 lldb/test/lang/objc/radar-9691614/TestObjCMethodReturningBOOL.py
delete mode 100644 lldb/test/lang/objc/radar-9691614/main.m
delete mode 100644 lldb/test/lang/objc/rdar-10967107/Makefile
delete mode 100644 lldb/test/lang/objc/rdar-10967107/TestRdar10967107.py
delete mode 100644 lldb/test/lang/objc/rdar-10967107/main.m
delete mode 100644 lldb/test/lang/objc/real-definition/Bar.h
delete mode 100644 lldb/test/lang/objc/real-definition/Bar.m
delete mode 100644 lldb/test/lang/objc/real-definition/Foo.h
delete mode 100644 lldb/test/lang/objc/real-definition/Foo.m
delete mode 100644 lldb/test/lang/objc/real-definition/Makefile
delete mode 100644 lldb/test/lang/objc/real-definition/TestRealDefinition.py
delete mode 100644 lldb/test/lang/objc/real-definition/main.m
delete mode 100644 lldb/test/lang/objc/sample/Makefile
delete mode 100644 lldb/test/lang/objc/sample/main.m
delete mode 100644 lldb/test/lang/objc/self/Makefile
delete mode 100644 lldb/test/lang/objc/self/TestObjCSelf.py
delete mode 100644 lldb/test/lang/objc/self/main.m
delete mode 100644 lldb/test/lldbbench.py
delete mode 100644 lldb/test/lldbtest.py
delete mode 100644 lldb/test/lldbutil.py
delete mode 100644 lldb/test/logging/Makefile
delete mode 100644 lldb/test/logging/TestLogging.py
delete mode 100644 lldb/test/logging/main.cpp
delete mode 100644 lldb/test/macosx/debug-info/apple_types/Makefile
delete mode 100644 lldb/test/macosx/debug-info/apple_types/TestAppleTypesIsProduced.py
delete mode 100644 lldb/test/macosx/debug-info/apple_types/main.c
delete mode 100644 lldb/test/macosx/order/Makefile
delete mode 100644 lldb/test/macosx/order/TestOrderFile.py
delete mode 100644 lldb/test/macosx/order/cmds.txt
delete mode 100644 lldb/test/macosx/order/main.c
delete mode 100644 lldb/test/macosx/order/order-file
delete mode 100644 lldb/test/macosx/universal/Makefile
delete mode 100644 lldb/test/macosx/universal/TestUniversal.py
delete mode 100644 lldb/test/macosx/universal/main.c
delete mode 100644 lldb/test/make/Makefile.rules
delete mode 100644 lldb/test/pexpect-2.4/ANSI.py
delete mode 100644 lldb/test/pexpect-2.4/FSM.py
delete mode 100644 lldb/test/pexpect-2.4/INSTALL
delete mode 100644 lldb/test/pexpect-2.4/LICENSE
delete mode 100644 lldb/test/pexpect-2.4/PKG-INFO
delete mode 100644 lldb/test/pexpect-2.4/README
delete mode 100644 lldb/test/pexpect-2.4/doc/clean.css
delete mode 100644 lldb/test/pexpect-2.4/doc/email.png
delete mode 100644 lldb/test/pexpect-2.4/doc/examples.html
delete mode 100644 lldb/test/pexpect-2.4/doc/index.html
delete mode 100644 lldb/test/pexpect-2.4/doc/index.template.html
delete mode 100644 lldb/test/pexpect-2.4/examples/README
delete mode 100755 lldb/test/pexpect-2.4/examples/astat.py
delete mode 100755 lldb/test/pexpect-2.4/examples/bd_client.py
delete mode 100755 lldb/test/pexpect-2.4/examples/bd_serv.py
delete mode 100755 lldb/test/pexpect-2.4/examples/cgishell.cgi
delete mode 100755 lldb/test/pexpect-2.4/examples/chess.py
delete mode 100755 lldb/test/pexpect-2.4/examples/chess2.py
delete mode 100755 lldb/test/pexpect-2.4/examples/chess3.py
delete mode 100755 lldb/test/pexpect-2.4/examples/df.py
delete mode 100755 lldb/test/pexpect-2.4/examples/fix_cvs_files.py
delete mode 100755 lldb/test/pexpect-2.4/examples/ftp.py
delete mode 100755 lldb/test/pexpect-2.4/examples/hive.py
delete mode 100755 lldb/test/pexpect-2.4/examples/monitor.py
delete mode 100755 lldb/test/pexpect-2.4/examples/passmass.py
delete mode 100755 lldb/test/pexpect-2.4/examples/python.py
delete mode 100755 lldb/test/pexpect-2.4/examples/rippy.py
delete mode 100755 lldb/test/pexpect-2.4/examples/script.py
delete mode 100755 lldb/test/pexpect-2.4/examples/ssh_session.py
delete mode 100755 lldb/test/pexpect-2.4/examples/ssh_tunnel.py
delete mode 100755 lldb/test/pexpect-2.4/examples/sshls.py
delete mode 100644 lldb/test/pexpect-2.4/examples/table_test.html
delete mode 100755 lldb/test/pexpect-2.4/examples/topip.py
delete mode 100755 lldb/test/pexpect-2.4/examples/uptime.py
delete mode 100644 lldb/test/pexpect-2.4/fdpexpect.py
delete mode 100644 lldb/test/pexpect-2.4/pexpect.py
delete mode 100644 lldb/test/pexpect-2.4/pxssh.py
delete mode 100644 lldb/test/pexpect-2.4/screen.py
delete mode 100755 lldb/test/pexpect-2.4/setup.py
delete mode 100644 lldb/test/plugins/builder_base.py
delete mode 100644 lldb/test/plugins/builder_darwin.py
delete mode 100644 lldb/test/plugins/builder_linux2.py
delete mode 100644 lldb/test/python_api/debugger/TestDebuggerAPI.py
delete mode 100644 lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_address.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_block.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_breakpoint.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_breakpointlocation.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_broadcaster.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_communication.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_compileunit.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_debugger.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_error.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_event.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_filespec.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_frame.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_function.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_inputreader.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_instruction.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_instructionlist.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_lineentry.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_listener.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_module.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_process.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_section.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_stringlist.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_symbol.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_symbolcontext.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_target.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_thread.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_type.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_value.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_valuelist.py
delete mode 100644 lldb/test/python_api/default-constructor/sb_watchpoint.py
delete mode 100644 lldb/test/python_api/disassemble-raw-data/TestDisassembleRawData.py
delete mode 100644 lldb/test/python_api/disassemble-raw-data/TestDisassemble_VST1_64.py
delete mode 100644 lldb/test/python_api/event/Makefile
delete mode 100644 lldb/test/python_api/event/TestEvents.py
delete mode 100644 lldb/test/python_api/event/main.c
delete mode 100644 lldb/test/python_api/formatters/Makefile
delete mode 100644 lldb/test/python_api/formatters/TestFormattersSBAPI.py
delete mode 100644 lldb/test/python_api/formatters/jas_synth.py
delete mode 100644 lldb/test/python_api/formatters/main.cpp
delete mode 100644 lldb/test/python_api/frame/Makefile
delete mode 100644 lldb/test/python_api/frame/TestFrames.py
delete mode 100644 lldb/test/python_api/frame/inlines/Makefile
delete mode 100644 lldb/test/python_api/frame/inlines/TestInlinedFrame.py
delete mode 100644 lldb/test/python_api/frame/inlines/inlines.c
delete mode 100644 lldb/test/python_api/frame/inlines/inlines.h
delete mode 100644 lldb/test/python_api/frame/main.c
delete mode 100644 lldb/test/python_api/function_symbol/Makefile
delete mode 100644 lldb/test/python_api/function_symbol/TestDisasmAPI.py
delete mode 100644 lldb/test/python_api/function_symbol/TestSymbolAPI.py
delete mode 100644 lldb/test/python_api/function_symbol/main.c
delete mode 100644 lldb/test/python_api/hello_world/Makefile
delete mode 100644 lldb/test/python_api/hello_world/TestHelloWorld.py
delete mode 100644 lldb/test/python_api/hello_world/main.c
delete mode 100644 lldb/test/python_api/interpreter/Makefile
delete mode 100644 lldb/test/python_api/interpreter/TestCommandInterpreterAPI.py
delete mode 100644 lldb/test/python_api/interpreter/main.c
delete mode 100644 lldb/test/python_api/lldbutil/frame/Makefile
delete mode 100644 lldb/test/python_api/lldbutil/frame/TestFrameUtils.py
delete mode 100644 lldb/test/python_api/lldbutil/frame/main.c
delete mode 100644 lldb/test/python_api/lldbutil/iter/Makefile
delete mode 100644 lldb/test/python_api/lldbutil/iter/TestLLDBIterator.py
delete mode 100644 lldb/test/python_api/lldbutil/iter/TestRegistersIterator.py
delete mode 100644 lldb/test/python_api/lldbutil/iter/main.cpp
delete mode 100644 lldb/test/python_api/lldbutil/process/Makefile
delete mode 100644 lldb/test/python_api/lldbutil/process/TestPrintStackTraces.py
delete mode 100644 lldb/test/python_api/lldbutil/process/main.cpp
delete mode 100644 lldb/test/python_api/module_section/Makefile
delete mode 100644 lldb/test/python_api/module_section/TestModuleAndSection.py
delete mode 100644 lldb/test/python_api/module_section/b.cpp
delete mode 100644 lldb/test/python_api/module_section/c.cpp
delete mode 100644 lldb/test/python_api/module_section/main.cpp
delete mode 100644 lldb/test/python_api/process/Makefile
delete mode 100644 lldb/test/python_api/process/TestProcessAPI.py
delete mode 100644 lldb/test/python_api/process/io/Makefile
delete mode 100644 lldb/test/python_api/process/io/TestProcessIO.py
delete mode 100644 lldb/test/python_api/process/io/main.c
delete mode 100644 lldb/test/python_api/process/main.cpp
delete mode 100644 lldb/test/python_api/sbdata/Makefile
delete mode 100644 lldb/test/python_api/sbdata/TestSBData.py
delete mode 100644 lldb/test/python_api/sbdata/main.cpp
delete mode 100644 lldb/test/python_api/symbol-context/Makefile
delete mode 100644 lldb/test/python_api/symbol-context/TestSymbolContext.py
delete mode 100644 lldb/test/python_api/symbol-context/main.c
delete mode 100644 lldb/test/python_api/target/Makefile
delete mode 100644 lldb/test/python_api/target/TestTargetAPI.py
delete mode 100644 lldb/test/python_api/target/main.c
delete mode 100644 lldb/test/python_api/thread/Makefile
delete mode 100644 lldb/test/python_api/thread/TestThreadAPI.py
delete mode 100644 lldb/test/python_api/thread/main.cpp
delete mode 100644 lldb/test/python_api/thread/main2.cpp
delete mode 100644 lldb/test/python_api/type/Makefile
delete mode 100644 lldb/test/python_api/type/TestTypeList.py
delete mode 100644 lldb/test/python_api/type/main.cpp
delete mode 100644 lldb/test/python_api/value/Makefile
delete mode 100644 lldb/test/python_api/value/TestValueAPI.py
delete mode 100644 lldb/test/python_api/value/change_values/Makefile
delete mode 100644 lldb/test/python_api/value/change_values/TestChangeValueAPI.py
delete mode 100644 lldb/test/python_api/value/change_values/main.c
delete mode 100644 lldb/test/python_api/value/linked_list/Makefile
delete mode 100644 lldb/test/python_api/value/linked_list/TestValueAPILinkedList.py
delete mode 100644 lldb/test/python_api/value/linked_list/main.cpp
delete mode 100644 lldb/test/python_api/value/main.c
delete mode 100644 lldb/test/python_api/watchpoint/Makefile
delete mode 100644 lldb/test/python_api/watchpoint/TestSetWatchpoint.py
delete mode 100644 lldb/test/python_api/watchpoint/TestWatchpointIgnoreCount.py
delete mode 100644 lldb/test/python_api/watchpoint/TestWatchpointIter.py
delete mode 100644 lldb/test/python_api/watchpoint/condition/Makefile
delete mode 100644 lldb/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py
delete mode 100644 lldb/test/python_api/watchpoint/condition/main.cpp
delete mode 100644 lldb/test/python_api/watchpoint/main.c
delete mode 100644 lldb/test/python_api/watchpoint/watchlocation/Makefile
delete mode 100644 lldb/test/python_api/watchpoint/watchlocation/TestSetWatchlocation.py
delete mode 100644 lldb/test/python_api/watchpoint/watchlocation/TestTargetWatchAddress.py
delete mode 100644 lldb/test/python_api/watchpoint/watchlocation/main.cpp
delete mode 100755 lldb/test/redo.py
delete mode 100644 lldb/test/settings/Makefile
delete mode 100644 lldb/test/settings/TestSettings.py
delete mode 100644 lldb/test/settings/main.cpp
delete mode 100644 lldb/test/source-manager/Makefile
delete mode 100644 lldb/test/source-manager/TestSourceManager.py
delete mode 100644 lldb/test/source-manager/main.c
delete mode 100644 lldb/test/terminal/TestSTTYBeforeAndAfter.py
delete mode 100644 lldb/test/types/AbstractBase.py
delete mode 100644 lldb/test/types/HideTestFailures.py
delete mode 100644 lldb/test/types/Makefile
delete mode 100644 lldb/test/types/TestFloatTypes.py
delete mode 100644 lldb/test/types/TestFloatTypesExpr.py
delete mode 100644 lldb/test/types/TestIntegerTypes.py
delete mode 100644 lldb/test/types/TestIntegerTypesExpr.py
delete mode 100644 lldb/test/types/basic_type.cpp
delete mode 100644 lldb/test/types/char.cpp
delete mode 100644 lldb/test/types/double.cpp
delete mode 100644 lldb/test/types/float.cpp
delete mode 100644 lldb/test/types/int.cpp
delete mode 100644 lldb/test/types/long.cpp
delete mode 100644 lldb/test/types/long_long.cpp
delete mode 100644 lldb/test/types/short.cpp
delete mode 100644 lldb/test/types/unsigned_char.cpp
delete mode 100644 lldb/test/types/unsigned_int.cpp
delete mode 100644 lldb/test/types/unsigned_long.cpp
delete mode 100644 lldb/test/types/unsigned_long_long.cpp
delete mode 100644 lldb/test/types/unsigned_short.cpp
delete mode 100644 lldb/test/unittest2/__init__.py
delete mode 100644 lldb/test/unittest2/__main__.py
delete mode 100644 lldb/test/unittest2/case.py
delete mode 100644 lldb/test/unittest2/collector.py
delete mode 100644 lldb/test/unittest2/compatibility.py
delete mode 100644 lldb/test/unittest2/loader.py
delete mode 100644 lldb/test/unittest2/main.py
delete mode 100644 lldb/test/unittest2/result.py
delete mode 100644 lldb/test/unittest2/runner.py
delete mode 100644 lldb/test/unittest2/signals.py
delete mode 100644 lldb/test/unittest2/suite.py
delete mode 100644 lldb/test/unittest2/test/__init__.py
delete mode 100644 lldb/test/unittest2/test/dummy.py
delete mode 100644 lldb/test/unittest2/test/support.py
delete mode 100644 lldb/test/unittest2/test/test_assertions.py
delete mode 100644 lldb/test/unittest2/test/test_break.py
delete mode 100644 lldb/test/unittest2/test/test_case.py
delete mode 100644 lldb/test/unittest2/test/test_discovery.py
delete mode 100644 lldb/test/unittest2/test/test_functiontestcase.py
delete mode 100644 lldb/test/unittest2/test/test_loader.py
delete mode 100644 lldb/test/unittest2/test/test_new_tests.py
delete mode 100644 lldb/test/unittest2/test/test_program.py
delete mode 100644 lldb/test/unittest2/test/test_result.py
delete mode 100644 lldb/test/unittest2/test/test_runner.py
delete mode 100644 lldb/test/unittest2/test/test_setups.py
delete mode 100644 lldb/test/unittest2/test/test_skipping.py
delete mode 100644 lldb/test/unittest2/test/test_suite.py
delete mode 100644 lldb/test/unittest2/test/test_unittest2_with.py
delete mode 100644 lldb/test/unittest2/util.py
delete mode 100644 lldb/test/warnings/uuid/Makefile
delete mode 100644 lldb/test/warnings/uuid/TestUUIDMismatchWanring.py
delete mode 100644 lldb/test/warnings/uuid/main.cpp.template
delete mode 100644 lldb/tools/Makefile
delete mode 100644 lldb/tools/darwin-debug/darwin-debug.cpp
delete mode 100644 lldb/tools/darwin-threads/examine-threads.c
delete mode 100644 lldb/tools/debugserver/debugnub-exports
delete mode 100644 lldb/tools/debugserver/debugserver.xcodeproj/project.pbxproj
delete mode 100644 lldb/tools/debugserver/debugserver.xcodeproj/project.xcworkspace/contents.xcworkspacedata
delete mode 100644 lldb/tools/debugserver/debugserver.xcodeproj/xcshareddata/xcschemes/debugserver.xcscheme
delete mode 100644 lldb/tools/debugserver/resources/lldb-debugserver-Info.plist
delete mode 100644 lldb/tools/debugserver/scripts/dbgnub-config.pl
delete mode 100644 lldb/tools/debugserver/source/ARM_DWARF_Registers.h
delete mode 100644 lldb/tools/debugserver/source/ARM_GCC_Registers.h
delete mode 100644 lldb/tools/debugserver/source/ChangeLog
delete mode 100644 lldb/tools/debugserver/source/DNB.cpp
delete mode 100644 lldb/tools/debugserver/source/DNB.h
delete mode 100644 lldb/tools/debugserver/source/DNBArch.cpp
delete mode 100644 lldb/tools/debugserver/source/DNBArch.h
delete mode 100644 lldb/tools/debugserver/source/DNBBreakpoint.cpp
delete mode 100644 lldb/tools/debugserver/source/DNBBreakpoint.h
delete mode 100644 lldb/tools/debugserver/source/DNBDataRef.cpp
delete mode 100644 lldb/tools/debugserver/source/DNBDataRef.h
delete mode 100644 lldb/tools/debugserver/source/DNBDefs.h
delete mode 100644 lldb/tools/debugserver/source/DNBError.cpp
delete mode 100644 lldb/tools/debugserver/source/DNBError.h
delete mode 100644 lldb/tools/debugserver/source/DNBLog.cpp
delete mode 100644 lldb/tools/debugserver/source/DNBLog.h
delete mode 100644 lldb/tools/debugserver/source/DNBRegisterInfo.cpp
delete mode 100644 lldb/tools/debugserver/source/DNBRegisterInfo.h
delete mode 100644 lldb/tools/debugserver/source/DNBRuntimeAction.h
delete mode 100644 lldb/tools/debugserver/source/DNBThreadResumeActions.cpp
delete mode 100644 lldb/tools/debugserver/source/DNBThreadResumeActions.h
delete mode 100644 lldb/tools/debugserver/source/DNBTimer.h
delete mode 100644 lldb/tools/debugserver/source/FunctionProfiler.cpp
delete mode 100644 lldb/tools/debugserver/source/FunctionProfiler.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/CFBundle.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/CFBundle.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/CFData.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/CFData.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/CFString.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/CFString.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/CFUtils.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/HasAVX.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/HasAVX.s
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachDYLD.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachDYLD.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachException.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachException.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachProcess.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachProcess.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachTask.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachTask.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachThread.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachThread.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachThreadList.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachThreadList.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachVMMemory.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachVMRegion.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/MachVMRegion.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/dbgnub-mig.defs
delete mode 100644 lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/ppc/DNBArchImpl.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/ppc/DNBArchImpl.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/stack_logging.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.cpp
delete mode 100644 lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h
delete mode 100644 lldb/tools/debugserver/source/MacOSX/x86_64/MachRegisterStatesX86_64.h
delete mode 100644 lldb/tools/debugserver/source/PThreadCondition.h
delete mode 100644 lldb/tools/debugserver/source/PThreadEvent.cpp
delete mode 100644 lldb/tools/debugserver/source/PThreadEvent.h
delete mode 100644 lldb/tools/debugserver/source/PThreadMutex.cpp
delete mode 100644 lldb/tools/debugserver/source/PThreadMutex.h
delete mode 100644 lldb/tools/debugserver/source/ProfileObjectiveC.cpp
delete mode 100644 lldb/tools/debugserver/source/ProfileObjectiveC.h
delete mode 100644 lldb/tools/debugserver/source/PseudoTerminal.cpp
delete mode 100644 lldb/tools/debugserver/source/PseudoTerminal.h
delete mode 100644 lldb/tools/debugserver/source/RNBContext.cpp
delete mode 100644 lldb/tools/debugserver/source/RNBContext.h
delete mode 100644 lldb/tools/debugserver/source/RNBDefs.h
delete mode 100644 lldb/tools/debugserver/source/RNBRemote.cpp
delete mode 100644 lldb/tools/debugserver/source/RNBRemote.h
delete mode 100644 lldb/tools/debugserver/source/RNBServices.cpp
delete mode 100644 lldb/tools/debugserver/source/RNBServices.h
delete mode 100644 lldb/tools/debugserver/source/RNBSocket.cpp
delete mode 100644 lldb/tools/debugserver/source/RNBSocket.h
delete mode 100644 lldb/tools/debugserver/source/SysSignal.cpp
delete mode 100644 lldb/tools/debugserver/source/SysSignal.h
delete mode 100644 lldb/tools/debugserver/source/TTYState.cpp
delete mode 100644 lldb/tools/debugserver/source/TTYState.h
delete mode 100644 lldb/tools/debugserver/source/com.apple.debugserver-secure.plist
delete mode 100644 lldb/tools/debugserver/source/com.apple.debugserver.applist.plist
delete mode 100644 lldb/tools/debugserver/source/com.apple.debugserver.plist
delete mode 100644 lldb/tools/debugserver/source/debugserver-entitlements.plist
delete mode 100644 lldb/tools/debugserver/source/debugserver.cpp
delete mode 100644 lldb/tools/driver/Driver.cpp
delete mode 100644 lldb/tools/driver/Driver.h
delete mode 100644 lldb/tools/driver/IOChannel.cpp
delete mode 100644 lldb/tools/driver/IOChannel.h
delete mode 100644 lldb/tools/driver/Makefile
delete mode 100644 lldb/tools/driver/lldb-Info.plist
delete mode 100644 lldb/tools/install-headers/Makefile
delete mode 100644 lldb/tools/lldb-platform/Makefile
delete mode 100644 lldb/tools/lldb-platform/lldb-platform.cpp
delete mode 100755 lldb/utils/git-svn/convert.py
delete mode 100755 lldb/utils/misc/grep-svn-log.py
delete mode 100644 lldb/utils/test/README-disasm
delete mode 100644 lldb/utils/test/README-lldb-disasm
delete mode 100644 lldb/utils/test/README-run-until-faulted
delete mode 100755 lldb/utils/test/disasm.py
delete mode 100755 lldb/utils/test/lldb-disasm.py
delete mode 100755 lldb/utils/test/llvm-mc-shell.py
delete mode 100644 lldb/utils/test/main.c
delete mode 100755 lldb/utils/test/ras.py
delete mode 100755 lldb/utils/test/run-dis.py
delete mode 100755 lldb/utils/test/run-until-faulted.py
delete mode 100755 lldb/www/architecture.html
delete mode 100755 lldb/www/build.html
delete mode 100755 lldb/www/customization.html
delete mode 100755 lldb/www/docs.html
delete mode 100755 lldb/www/download.html
delete mode 100755 lldb/www/faq.html
delete mode 100755 lldb/www/features.html
delete mode 100755 lldb/www/formats.html
delete mode 100755 lldb/www/goals.html
delete mode 100755 lldb/www/index.html
delete mode 100755 lldb/www/lldb-gdb.html
delete mode 100755 lldb/www/python-reference.html
delete mode 100755 lldb/www/scripting.html
delete mode 100644 lldb/www/sidebar.incl
delete mode 100755 lldb/www/status.html
delete mode 100755 lldb/www/style.css
delete mode 100755 lldb/www/tutorial.html
delete mode 100755 lldb/www/varformats.html
delete mode 100644 polly/CMakeLists.txt
delete mode 100644 polly/CREDITS.txt
delete mode 100644 polly/LICENSE.txt
delete mode 100644 polly/Makefile
delete mode 100755 polly/Makefile.common.in
delete mode 100755 polly/Makefile.config.in
delete mode 100644 polly/README
delete mode 100755 polly/autoconf/AutoRegen.sh
delete mode 100644 polly/autoconf/LICENSE.TXT
delete mode 100644 polly/autoconf/aclocal.m4
delete mode 100644 polly/autoconf/config.guess
delete mode 100644 polly/autoconf/config.sub
delete mode 100644 polly/autoconf/configure.ac
delete mode 100644 polly/autoconf/configure.bak
delete mode 100755 polly/autoconf/m4/find_lib_and_headers.m4
delete mode 100644 polly/cmake/FindCloog.cmake
delete mode 100644 polly/cmake/FindGmp.cmake
delete mode 100644 polly/cmake/FindIsl.cmake
delete mode 100644 polly/cmake/FindOpenScop.cmake
delete mode 100644 polly/cmake/FindSCoPLib.cmake
delete mode 100755 polly/configure
delete mode 100644 polly/docs/index.html
delete mode 100644 polly/docs/polly.png
delete mode 100644 polly/docs/polly.svg
delete mode 100644 polly/include/CMakeLists.txt
delete mode 100644 polly/include/polly/CMakeLists.txt
delete mode 100644 polly/include/polly/Cloog.h
delete mode 100644 polly/include/polly/CodeGeneration.h
delete mode 100755 polly/include/polly/Config/config.h.cmake
delete mode 100644 polly/include/polly/Config/config.h.in
delete mode 100755 polly/include/polly/Dependences.h
delete mode 100644 polly/include/polly/LinkAllPasses.h
delete mode 100644 polly/include/polly/LoopGenerators.h
delete mode 100755 polly/include/polly/MayAliasSet.h
delete mode 100644 polly/include/polly/RegisterPasses.h
delete mode 100644 polly/include/polly/ScheduleOptimizer.h
delete mode 100755 polly/include/polly/ScopDetection.h
delete mode 100755 polly/include/polly/ScopInfo.h
delete mode 100644 polly/include/polly/ScopLib.h
delete mode 100755 polly/include/polly/ScopPass.h
delete mode 100755 polly/include/polly/Support/GICHelper.h
delete mode 100755 polly/include/polly/Support/SCEVValidator.h
delete mode 100755 polly/include/polly/Support/ScopHelper.h
delete mode 100755 polly/include/polly/TempScopInfo.h
delete mode 100644 polly/lib/Analysis/CMakeLists.txt
delete mode 100644 polly/lib/Analysis/Dependences.cpp
delete mode 100755 polly/lib/Analysis/Makefile
delete mode 100644 polly/lib/Analysis/ScopDetection.cpp
delete mode 100644 polly/lib/Analysis/ScopGraphPrinter.cpp
delete mode 100644 polly/lib/Analysis/ScopInfo.cpp
delete mode 100755 polly/lib/Analysis/ScopPass.cpp
delete mode 100644 polly/lib/Analysis/TempScopInfo.cpp
delete mode 100755 polly/lib/CMakeLists.txt
delete mode 100644 polly/lib/Cloog.cpp
delete mode 100755 polly/lib/CodeGen/CMakeLists.txt
delete mode 100644 polly/lib/CodeGen/CodeGeneration.cpp
delete mode 100644 polly/lib/CodeGen/LoopGenerators.cpp
delete mode 100755 polly/lib/CodeGen/Makefile
delete mode 100644 polly/lib/CodePreparation.cpp
delete mode 100644 polly/lib/DeadCodeElimination.cpp
delete mode 100644 polly/lib/Exchange/CMakeLists.txt
delete mode 100755 polly/lib/Exchange/JSONExporter.cpp
delete mode 100755 polly/lib/Exchange/Makefile
delete mode 100755 polly/lib/Exchange/OpenScopExporter.cpp
delete mode 100755 polly/lib/Exchange/OpenScopImporter.cpp
delete mode 100644 polly/lib/Exchange/ScopLib.cpp
delete mode 100755 polly/lib/Exchange/ScopLibExporter.cpp
delete mode 100755 polly/lib/Exchange/ScopLibImporter.cpp
delete mode 100644 polly/lib/IndVarSimplify.cpp
delete mode 100644 polly/lib/IndependentBlocks.cpp
delete mode 100755 polly/lib/JSON/CMakeLists.txt
delete mode 100644 polly/lib/JSON/LICENSE.txt
delete mode 100755 polly/lib/JSON/Makefile
delete mode 100644 polly/lib/JSON/include/json/autolink.h
delete mode 100644 polly/lib/JSON/include/json/config.h
delete mode 100644 polly/lib/JSON/include/json/features.h
delete mode 100644 polly/lib/JSON/include/json/forwards.h
delete mode 100644 polly/lib/JSON/include/json/json.h
delete mode 100644 polly/lib/JSON/include/json/reader.h
delete mode 100644 polly/lib/JSON/include/json/value.h
delete mode 100644 polly/lib/JSON/include/json/writer.h
delete mode 100644 polly/lib/JSON/json_batchallocator.h
delete mode 100644 polly/lib/JSON/json_internalarray.inl
delete mode 100644 polly/lib/JSON/json_internalmap.inl
delete mode 100644 polly/lib/JSON/json_reader.cpp
delete mode 100644 polly/lib/JSON/json_value.cpp
delete mode 100644 polly/lib/JSON/json_valueiterator.inl
delete mode 100644 polly/lib/JSON/json_writer.cpp
delete mode 100644 polly/lib/JSON/sconscript
delete mode 100755 polly/lib/Makefile
delete mode 100755 polly/lib/MayAliasSet.cpp
delete mode 100644 polly/lib/Pocc.cpp
delete mode 100644 polly/lib/RegionSimplify.cpp
delete mode 100644 polly/lib/RegisterPasses.cpp
delete mode 100644 polly/lib/ScheduleOptimizer.cpp
delete mode 100755 polly/lib/Support/CMakeLists.txt
delete mode 100644 polly/lib/Support/GICHelper.cpp
delete mode 100755 polly/lib/Support/Makefile
delete mode 100644 polly/lib/Support/SCEVValidator.cpp
delete mode 100644 polly/lib/Support/ScopHelper.cpp
delete mode 100644 polly/test/CMakeLists.txt
delete mode 100644 polly/test/Cloog/ambigous_schedule.ll
delete mode 100644 polly/test/Cloog/ambigous_schedule___%for.cond---%for.end30.jscop
delete mode 100644 polly/test/CodeGen/20100617.ll
delete mode 100644 polly/test/CodeGen/20100622.ll
delete mode 100644 polly/test/CodeGen/20100707.ll
delete mode 100644 polly/test/CodeGen/20100707_2.ll
delete mode 100644 polly/test/CodeGen/20100708.ll
delete mode 100644 polly/test/CodeGen/20100708_2.ll
delete mode 100644 polly/test/CodeGen/20100713.ll
delete mode 100644 polly/test/CodeGen/20100713_2.ll
delete mode 100644 polly/test/CodeGen/20100717.ll
delete mode 100644 polly/test/CodeGen/20100718-DomInfo-2.ll
delete mode 100644 polly/test/CodeGen/20100718-DomInfo.ll
delete mode 100644 polly/test/CodeGen/20100720-MultipleConditions.c
delete mode 100644 polly/test/CodeGen/20100720-MultipleConditions.ll
delete mode 100644 polly/test/CodeGen/20100809-IndependentBlock.ll
delete mode 100644 polly/test/CodeGen/20100811-ScalarDependencyBetweenBrAndCnd.ll
delete mode 100644 polly/test/CodeGen/20101030-Overflow.ll
delete mode 100644 polly/test/CodeGen/20101103-Overflow3.ll
delete mode 100644 polly/test/CodeGen/20101103-signmissmatch.ll
delete mode 100644 polly/test/CodeGen/20110226-Ignore-Dead-Code.ll
delete mode 100644 polly/test/CodeGen/20110226-PHI-Node-removed.ll
delete mode 100644 polly/test/CodeGen/20110312-Fail-without-basicaa.ll
delete mode 100644 polly/test/CodeGen/20120316-InvalidCast.ll
delete mode 100755 polly/test/CodeGen/20120403-RHS-type-mismatch.ll
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_constant_offset.c
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_constant_offset.ll
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_constant_offset___%for.cond---%for.end.jscop
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_constant_offset___%for.cond---%for.end.jscop.transformed
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_simple.c
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_simple.ll
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_simple___%for.cond---%for.end.jscop
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_simple___%for.cond---%for.end.jscop.transformed
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_simple_md.c
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_simple_md.ll
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_simple_md___%for.cond---%for.end6.jscop
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_simple_md___%for.cond---%for.end6.jscop.transformed+withconst
delete mode 100644 polly/test/CodeGen/MemAccess/codegen_simple_md___%for.cond---%for.end6.jscop.transformed+withoutconst
delete mode 100644 polly/test/CodeGen/MemAccess/simple.c
delete mode 100644 polly/test/CodeGen/MemAccess/simple.ll
delete mode 100644 polly/test/CodeGen/MemAccess/simple___%for.cond---%for.end.jscop
delete mode 100644 polly/test/CodeGen/MemAccess/simple___%for.cond---%for.end.jscop.transformed
delete mode 100644 polly/test/CodeGen/MemAccess/simple___%for.cond4---%for.end14.jscop
delete mode 100644 polly/test/CodeGen/MemAccess/simple___%for.cond4---%for.end14.jscop.transformed
delete mode 100644 polly/test/CodeGen/MemAccess/simple_analyze.ll
delete mode 100644 polly/test/CodeGen/OpenMP/20120330-argument-use.c
delete mode 100644 polly/test/CodeGen/OpenMP/20120330-argument-use.ll
delete mode 100644 polly/test/CodeGen/OpenMP/add_memref.c
delete mode 100644 polly/test/CodeGen/OpenMP/add_memref.ll
delete mode 100644 polly/test/CodeGen/OpenMP/extract_memref.c
delete mode 100644 polly/test/CodeGen/OpenMP/extract_memref.ll
delete mode 100644 polly/test/CodeGen/OpenMP/invalidate_subfn_scops.c
delete mode 100644 polly/test/CodeGen/OpenMP/invalidate_subfn_scops.ll
delete mode 100644 polly/test/CodeGen/OpenMP/parallel_loop.c
delete mode 100644 polly/test/CodeGen/OpenMP/parallel_loop.ll
delete mode 100644 polly/test/CodeGen/OpenMP/parallel_loop___%bb18---%bb50.jscop
delete mode 100644 polly/test/CodeGen/OpenMP/parallel_loop___%bb18---%bb50.jscop.tiled
delete mode 100644 polly/test/CodeGen/OpenMP/parallel_loop_simple.c
delete mode 100644 polly/test/CodeGen/OpenMP/parallel_loop_simple.ll
delete mode 100644 polly/test/CodeGen/OpenMP/parallel_loop_simple2.c
delete mode 100644 polly/test/CodeGen/OpenMP/parallel_loop_simple2.ll
delete mode 100644 polly/test/CodeGen/OpenMP/simple_nested_loop.c
delete mode 100644 polly/test/CodeGen/OpenMP/simple_nested_loop.ll
delete mode 100644 polly/test/CodeGen/OpenMP/structnames.c
delete mode 100644 polly/test/CodeGen/OpenMP/structnames.ll
delete mode 100644 polly/test/CodeGen/OpenMP/two_loop.c
delete mode 100644 polly/test/CodeGen/OpenMP/two_loop.ll
delete mode 100644 polly/test/CodeGen/PHIInExit.ll
delete mode 100644 polly/test/CodeGen/constant_condition.c
delete mode 100644 polly/test/CodeGen/constant_condition.ll
delete mode 100644 polly/test/CodeGen/do_pluto_matmult.c
delete mode 100644 polly/test/CodeGen/do_pluto_matmult.ll
delete mode 100644 polly/test/CodeGen/do_pluto_matmult.ll.result
delete mode 100644 polly/test/CodeGen/do_pluto_matmult___%do.body---%do.end45.jscop
delete mode 100644 polly/test/CodeGen/do_pluto_matmult___%do.body---%do.end45.jscop.invalid_reverse
delete mode 100644 polly/test/CodeGen/do_pluto_matmult___%do.body---%do.end45.jscop.valid_reverse
delete mode 100644 polly/test/CodeGen/loop_with_condition.c
delete mode 100644 polly/test/CodeGen/loop_with_condition.ll
delete mode 100644 polly/test/CodeGen/loop_with_condition_2.ll
delete mode 100644 polly/test/CodeGen/loop_with_condition_ineq.c
delete mode 100644 polly/test/CodeGen/loop_with_condition_ineq.ll
delete mode 100644 polly/test/CodeGen/loop_with_condition_nested.c
delete mode 100644 polly/test/CodeGen/loop_with_condition_nested.ll
delete mode 100644 polly/test/CodeGen/matmul_vec.c
delete mode 100644 polly/test/CodeGen/matmul_vec.ll
delete mode 100644 polly/test/CodeGen/matmul_vec___%1---%17.jscop
delete mode 100644 polly/test/CodeGen/pluto_matmult.c
delete mode 100644 polly/test/CodeGen/pluto_matmult.ll
delete mode 100644 polly/test/CodeGen/pluto_matmult___%for.cond---%for.end47.jscop
delete mode 100644 polly/test/CodeGen/reduction.c
delete mode 100644 polly/test/CodeGen/reduction.ll
delete mode 100644 polly/test/CodeGen/reduction_2.c
delete mode 100644 polly/test/CodeGen/reduction_2.ll
delete mode 100644 polly/test/CodeGen/scev.ll
delete mode 100644 polly/test/CodeGen/sequential_loops.c
delete mode 100644 polly/test/CodeGen/sequential_loops.ll
delete mode 100644 polly/test/CodeGen/simple_nonaffine_loop.c
delete mode 100644 polly/test/CodeGen/simple_nonaffine_loop.ll
delete mode 100644 polly/test/CodeGen/simple_vec_assign_scalar.c
delete mode 100644 polly/test/CodeGen/simple_vec_assign_scalar.ll
delete mode 100644 polly/test/CodeGen/simple_vec_assign_scalar_2.c
delete mode 100644 polly/test/CodeGen/simple_vec_assign_scalar_2.ll
delete mode 100644 polly/test/CodeGen/simple_vec_call.ll
delete mode 100644 polly/test/CodeGen/simple_vec_call_2.ll
delete mode 100644 polly/test/CodeGen/simple_vec_cast.ll
delete mode 100644 polly/test/CodeGen/simple_vec_const.c
delete mode 100644 polly/test/CodeGen/simple_vec_const.ll
delete mode 100644 polly/test/CodeGen/simple_vec_impossible.ll
delete mode 100644 polly/test/CodeGen/simple_vec_large_width.ll
delete mode 100644 polly/test/CodeGen/simple_vec_stride_one.c
delete mode 100644 polly/test/CodeGen/simple_vec_stride_one.ll
delete mode 100644 polly/test/CodeGen/simple_vec_stride_one___%1---%5.jscop
delete mode 100644 polly/test/CodeGen/simple_vec_stride_x.c
delete mode 100644 polly/test/CodeGen/simple_vec_stride_x.ll
delete mode 100644 polly/test/CodeGen/simple_vec_two_stmts.ll
delete mode 100644 polly/test/CodeGen/single_do_loop_int_max_iterations.c
delete mode 100644 polly/test/CodeGen/single_do_loop_int_max_iterations.ll
delete mode 100644 polly/test/CodeGen/single_do_loop_int_max_iterations___%do.body---%do.end.jscop
delete mode 100644 polly/test/CodeGen/single_do_loop_int_param_iterations.c
delete mode 100644 polly/test/CodeGen/single_do_loop_int_param_iterations.ll
delete mode 100644 polly/test/CodeGen/single_do_loop_ll_max_iterations.c
delete mode 100644 polly/test/CodeGen/single_do_loop_ll_max_iterations.ll
delete mode 100644 polly/test/CodeGen/single_do_loop_one_iteration.c
delete mode 100644 polly/test/CodeGen/single_do_loop_one_iteration.ll
delete mode 100644 polly/test/CodeGen/single_do_loop_scev_replace.c
delete mode 100644 polly/test/CodeGen/single_do_loop_scev_replace.ll
delete mode 100644 polly/test/CodeGen/single_loop.c
delete mode 100644 polly/test/CodeGen/single_loop.ll
delete mode 100644 polly/test/CodeGen/single_loop_int_max_iterations.c
delete mode 100644 polly/test/CodeGen/single_loop_int_max_iterations.ll
delete mode 100644 polly/test/CodeGen/single_loop_ll_max_iterations.c
delete mode 100644 polly/test/CodeGen/single_loop_ll_max_iterations.ll
delete mode 100644 polly/test/CodeGen/single_loop_one_iteration.c
delete mode 100644 polly/test/CodeGen/single_loop_one_iteration.ll
delete mode 100644 polly/test/CodeGen/single_loop_param.ll
delete mode 100644 polly/test/CodeGen/single_loop_uint_max_iterations.c
delete mode 100644 polly/test/CodeGen/single_loop_uint_max_iterations.ll
delete mode 100644 polly/test/CodeGen/single_loop_ull_max_iterations.c
delete mode 100644 polly/test/CodeGen/single_loop_ull_max_iterations.ll
delete mode 100644 polly/test/CodeGen/single_loop_zero_iterations.c
delete mode 100644 polly/test/CodeGen/single_loop_zero_iterations.ll
delete mode 100644 polly/test/CodeGen/split_edges.ll
delete mode 100644 polly/test/CodeGen/split_edges_2.ll
delete mode 100644 polly/test/CodeGen/test.c
delete mode 100644 polly/test/CodeGen/test.ll
delete mode 100755 polly/test/Makefile
delete mode 100644 polly/test/README
delete mode 100644 polly/test/ScheduleOptimizer/2011-08-25-crash_in_vectorizer.ll
delete mode 100644 polly/test/ScheduleOptimizer/2012-03-16-Empty-Domain.ll
delete mode 100644 polly/test/ScheduleOptimizer/2012-04-16-Trivially-vectorizable-loops.ll
delete mode 100644 polly/test/ScopDetection/single_function_only.ll
delete mode 100644 polly/test/ScopInfo/20111108-Parameter-not-detected.ll
delete mode 100644 polly/test/ScopInfo/2012-03-16-Crash-because-of-unsigned-in-scev.ll
delete mode 100755 polly/test/ScopInfo/Alias-0.ll
delete mode 100755 polly/test/ScopInfo/Alias-1.ll
delete mode 100755 polly/test/ScopInfo/Alias-2.ll
delete mode 100755 polly/test/ScopInfo/Alias-3.ll
delete mode 100755 polly/test/ScopInfo/Alias-4.ll
delete mode 100644 polly/test/ScopInfo/bad_loop_0.ll
delete mode 100755 polly/test/ScopInfo/bug_2010_10_22.ll
delete mode 100755 polly/test/ScopInfo/bug_2011_1_5.ll
delete mode 100644 polly/test/ScopInfo/bug_scev_not_fully_eval.ll
delete mode 100644 polly/test/ScopInfo/cond_in_loop.ll
delete mode 100644 polly/test/ScopInfo/indvar_out_of_loop.ll
delete mode 100644 polly/test/ScopInfo/indvar_out_of_loop_1.ll
delete mode 100644 polly/test/ScopInfo/indvar_out_of_loop_2.ll
delete mode 100644 polly/test/ScopInfo/loop_affine_bound_0.ll
delete mode 100644 polly/test/ScopInfo/loop_affine_bound_1.ll
delete mode 100644 polly/test/ScopInfo/loop_affine_bound_2.ll
delete mode 100644 polly/test/ScopInfo/loop_carry.ll
delete mode 100644 polly/test/ScopInfo/loop_complex_parameter.ll
delete mode 100644 polly/test/ScopInfo/loop_depth_0.ll
delete mode 100644 polly/test/ScopInfo/loop_multi_exits.ll
delete mode 100644 polly/test/ScopInfo/out_of_loop_0.ll
delete mode 100755 polly/test/ScopInfo/phi_not_grouped_at_top.ll
delete mode 100755 polly/test/ScopInfo/phi_with_invoke_edge.ll
delete mode 100644 polly/test/ScopInfo/simple_loop_1.ll
delete mode 100644 polly/test/ScopInfo/simple_nonaffine_loop.ll
delete mode 100644 polly/test/ScopInfo/simple_nonaffine_loop_not.ll
delete mode 100644 polly/test/ScopInfo/undef_in_cond.ll
delete mode 100644 polly/test/TempScop/not-a-reduction.c
delete mode 100644 polly/test/TempScop/not-a-reduction.ll
delete mode 100755 polly/test/create_ll.sh
delete mode 100644 polly/test/lit.cfg
delete mode 100644 polly/test/lit.site.cfg.in
delete mode 100644 polly/test/polly.ll
delete mode 100755 polly/test/polybench/README
delete mode 100755 polly/test/polybench/datamining/correlation/correlation.c
delete mode 100644 polly/test/polybench/datamining/correlation/correlation_with_param.ll
delete mode 100644 polly/test/polybench/datamining/correlation/correlation_without_param.ll
delete mode 100755 polly/test/polybench/datamining/covariance/covariance.c
delete mode 100644 polly/test/polybench/datamining/covariance/covariance_with_param.ll
delete mode 100644 polly/test/polybench/datamining/covariance/covariance_without_param.ll
delete mode 100755 polly/test/polybench/linear-algebra/kernels/2mm/2mm.c
delete mode 100644 polly/test/polybench/linear-algebra/kernels/2mm/2mm_with_param.ll
delete mode 100644 polly/test/polybench/linear-algebra/kernels/2mm/2mm_without_param.ll
delete mode 100755 polly/test/polybench/linear-algebra/kernels/2mm/compiler.opts
delete mode 100755 polly/test/polybench/linear-algebra/kernels/3mm/3mm.c
delete mode 100644 polly/test/polybench/linear-algebra/kernels/3mm/3mm_with_param.ll
delete mode 100644 polly/test/polybench/linear-algebra/kernels/3mm/3mm_without_param.ll
delete mode 100755 polly/test/polybench/linear-algebra/kernels/3mm/compiler.opts
delete mode 100755 polly/test/polybench/linear-algebra/kernels/atax/atax.c
delete mode 100644 polly/test/polybench/linear-algebra/kernels/atax/atax_with_param.ll
delete mode 100644 polly/test/polybench/linear-algebra/kernels/atax/atax_without_param.ll
delete mode 100755 polly/test/polybench/linear-algebra/kernels/bicg/bicg.c
delete mode 100644 polly/test/polybench/linear-algebra/kernels/bicg/bicg_with_param.ll
delete mode 100644 polly/test/polybench/linear-algebra/kernels/bicg/bicg_without_param.ll
delete mode 100755 polly/test/polybench/linear-algebra/kernels/doitgen/doitgen.c
delete mode 100644 polly/test/polybench/linear-algebra/kernels/doitgen/doitgen_with_param.ll
delete mode 100644 polly/test/polybench/linear-algebra/kernels/doitgen/doitgen_without_param.ll
delete mode 100755 polly/test/polybench/linear-algebra/kernels/gemm/compiler.opts
delete mode 100755 polly/test/polybench/linear-algebra/kernels/gemm/gemm.c
delete mode 100644 polly/test/polybench/linear-algebra/kernels/gemm/gemm_with_param.ll
delete mode 100644 polly/test/polybench/linear-algebra/kernels/gemm/gemm_without_param.ll
delete mode 100755 polly/test/polybench/linear-algebra/kernels/gemver/gemver.c
delete mode 100644 polly/test/polybench/linear-algebra/kernels/gemver/gemver_with_param.ll
delete mode 100644 polly/test/polybench/linear-algebra/kernels/gemver/gemver_without_param.ll
delete mode 100755 polly/test/polybench/linear-algebra/kernels/gesummv/gesummv.c
delete mode 100644 polly/test/polybench/linear-algebra/kernels/gesummv/gesummv_with_param.ll
delete mode 100644 polly/test/polybench/linear-algebra/kernels/gesummv/gesummv_without_param.ll
delete mode 100755 polly/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt.c
delete mode 100644 polly/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_with_param.ll
delete mode 100644 polly/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_without_param.ll
delete mode 100755 polly/test/polybench/linear-algebra/solvers/lu/lu.c
delete mode 100644 polly/test/polybench/linear-algebra/solvers/lu/lu_with_param.ll
delete mode 100644 polly/test/polybench/linear-algebra/solvers/lu/lu_without_param.ll
delete mode 100755 polly/test/polybench/linear-algebra/solvers/ludcmp/ludcmp.c
delete mode 100644 polly/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_with_param.ll
delete mode 100644 polly/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_without_param.ll
delete mode 100755 polly/test/polybench/scripts/compile.sh
delete mode 100755 polly/test/polybench/scripts/runall.sh
delete mode 100755 polly/test/polybench/stencils/adi/adi.c
delete mode 100644 polly/test/polybench/stencils/adi/adi_with_param.ll
delete mode 100644 polly/test/polybench/stencils/adi/adi_without_param.ll
delete mode 100755 polly/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper.c
delete mode 100644 polly/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_with_param.ll
delete mode 100644 polly/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_without_param.ll
delete mode 100755 polly/test/polybench/stencils/seidel/seidel.c
delete mode 100644 polly/test/polybench/stencils/seidel/seidel_with_param.ll
delete mode 100644 polly/test/polybench/stencils/seidel/seidel_without_param.ll
delete mode 100755 polly/test/polybench/utilities/instrument.c
delete mode 100755 polly/test/polybench/utilities/instrument.h
delete mode 100755 polly/test/polybench/utilities/template-for-new-benchmark.c
delete mode 100644 polly/tools/CMakeLists.txt
delete mode 100644 polly/tools/Makefile
delete mode 100644 polly/utils/argparse.py
delete mode 100755 polly/utils/checkout_cloog.sh
delete mode 100755 polly/utils/jscop2cloog.py
delete mode 100644 polly/utils/pyscop/isl.py
delete mode 100755 polly/utils/pyscop/jscop2iscc.py
delete mode 100644 polly/utils/pyscop/pyscop.py
delete mode 100644 polly/www/.htaccess
delete mode 100644 polly/www/bugs.html
delete mode 100644 polly/www/content.css
delete mode 100644 polly/www/contributors.html
delete mode 100644 polly/www/documentation.html
delete mode 100644 polly/www/documentation/architecture.html
delete mode 100644 polly/www/documentation/memaccess.html
delete mode 100644 polly/www/documentation/passes.html
delete mode 100644 polly/www/example_load_Polly_into_clang.html
delete mode 100644 polly/www/example_manual_matmul.html
delete mode 100644 polly/www/examples.html
delete mode 100644 polly/www/experiments/matmul/.htaccess
delete mode 100644 polly/www/experiments/matmul/init_array___%1---%19.jscop
delete mode 100644 polly/www/experiments/matmul/main___%1---%17.jscop
delete mode 100644 polly/www/experiments/matmul/main___%1---%17.jscop.interchanged
delete mode 100644 polly/www/experiments/matmul/main___%1---%17.jscop.interchanged+tiled
delete mode 100644 polly/www/experiments/matmul/main___%1---%17.jscop.interchanged+tiled+vector
delete mode 100644 polly/www/experiments/matmul/matmul.c
delete mode 100755 polly/www/experiments/matmul/matmul.normalopt.exe
delete mode 100644 polly/www/experiments/matmul/matmul.normalopt.ll
delete mode 100644 polly/www/experiments/matmul/matmul.normalopt.s
delete mode 100755 polly/www/experiments/matmul/matmul.polly.interchanged+tiled+vector+openmp.exe
delete mode 100644 polly/www/experiments/matmul/matmul.polly.interchanged+tiled+vector+openmp.ll
delete mode 100644 polly/www/experiments/matmul/matmul.polly.interchanged+tiled+vector+openmp.s
delete mode 100755 polly/www/experiments/matmul/matmul.polly.interchanged+tiled+vector.exe
delete mode 100644 polly/www/experiments/matmul/matmul.polly.interchanged+tiled+vector.ll
delete mode 100644 polly/www/experiments/matmul/matmul.polly.interchanged+tiled+vector.s
delete mode 100755 polly/www/experiments/matmul/matmul.polly.interchanged+tiled.exe
delete mode 100644 polly/www/experiments/matmul/matmul.polly.interchanged+tiled.ll
delete mode 100644 polly/www/experiments/matmul/matmul.polly.interchanged+tiled.s
delete mode 100755 polly/www/experiments/matmul/matmul.polly.interchanged.exe
delete mode 100644 polly/www/experiments/matmul/matmul.polly.interchanged.ll
delete mode 100644 polly/www/experiments/matmul/matmul.polly.interchanged.s
delete mode 100644 polly/www/experiments/matmul/matmul.preopt.ll
delete mode 100644 polly/www/experiments/matmul/matmul.s
delete mode 100755 polly/www/experiments/matmul/runall.sh
delete mode 100644 polly/www/experiments/matmul/scops.init_array.dot
delete mode 100644 polly/www/experiments/matmul/scops.init_array.dot.png
delete mode 100644 polly/www/experiments/matmul/scops.main.dot
delete mode 100644 polly/www/experiments/matmul/scops.main.dot.png
delete mode 100644 polly/www/experiments/matmul/scops.print_array.dot
delete mode 100644 polly/www/experiments/matmul/scops.print_array.dot.png
delete mode 100644 polly/www/experiments/matmul/scopsonly.init_array.dot
delete mode 100644 polly/www/experiments/matmul/scopsonly.init_array.dot.png
delete mode 100644 polly/www/experiments/matmul/scopsonly.main.dot
delete mode 100644 polly/www/experiments/matmul/scopsonly.main.dot.png
delete mode 100644 polly/www/experiments/matmul/scopsonly.print_array.dot
delete mode 100644 polly/www/experiments/matmul/scopsonly.print_array.dot.png
delete mode 100644 polly/www/get_started.html
delete mode 100644 polly/www/images/architecture.png
delete mode 100644 polly/www/images/iit-madras.png
delete mode 100644 polly/www/images/osu.png
delete mode 100644 polly/www/images/performance/parallel-large.png
delete mode 100644 polly/www/images/performance/parallel-small.png
delete mode 100644 polly/www/images/performance/sequential-large.png
delete mode 100644 polly/www/images/performance/sequential-small.png
delete mode 100644 polly/www/images/sys-uni.png
delete mode 100644 polly/www/images/uni-passau.png
delete mode 100644 polly/www/images/video-summit-2011.png
delete mode 100644 polly/www/index.html
delete mode 100644 polly/www/menu.css
delete mode 100644 polly/www/menu.html.incl
delete mode 100644 polly/www/performance.html
delete mode 100644 polly/www/phonecall.html
delete mode 100644 polly/www/polly.sh
delete mode 100644 polly/www/publications.html
delete mode 100644 polly/www/publications/grosser-diploma-thesis.pdf
delete mode 100644 polly/www/publications/grosser-impact-2011-slides.pdf
delete mode 100644 polly/www/publications/grosser-impact-2011.pdf
delete mode 100644 polly/www/publications/raghesh-a-masters-thesis.pdf
delete mode 100644 polly/www/todo.html
delete mode 100644 polly/www/video-js/video-js.css
delete mode 100644 polly/www/video-js/video.js
diff --git a/debuginfo-tests/README.txt b/debuginfo-tests/README.txt
deleted file mode 100644
index 5ef6aa0a11a0..000000000000
--- a/debuginfo-tests/README.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-
-This is a collection of tests to check debugging information generated by
-compiler. This test suite can be checked out inside clang/test folder. This
-will enable 'make test' for clang to pick up these tests. Typically, test
-cases included here includes debugger commands and intended debugger output
-as comments in source file using DEBUGGER: and CHECK: as prefixes respectively.
-
-For exmaple,
-
-define i32 @f1(i32 %i) nounwind ssp {
-; DEBUGGER: break f1
-; DEBUGGER: r
-; DEBUGGER: p i
-; CHECK: $1 = 42
-entry:
-}
-
-is a testcase where the debuger is asked to break at function 'f1' and
-print value of argument 'i'. The expected value of 'i' is 42 in this case.
diff --git a/debuginfo-tests/aggregate-indirect-arg.cpp b/debuginfo-tests/aggregate-indirect-arg.cpp
deleted file mode 100644
index a010e35bbc26..000000000000
--- a/debuginfo-tests/aggregate-indirect-arg.cpp
+++ /dev/null
@@ -1,32 +0,0 @@
-// RUN: %clangxx -O0 -g %s -c -o %t.o
-// RUN: %clangxx %t.o -o %t.out
-// RUN: %test_debuginfo %s %t.out
-// Radar 8945514
-// DEBUGGER: break 22
-// DEBUGGER: r
-// DEBUGGER: p v
-// CHECK: $1 = (SVal &)
-// CHECK: Data = 0x0,
-// CHECK: Kind = 2142
-
-class SVal {
-public:
- ~SVal() {}
- const void* Data;
- unsigned Kind;
-};
-
-void bar(SVal &v) {}
-class A {
-public:
- void foo(SVal v) { bar(v); }
-};
-
-int main() {
- SVal v;
- v.Data = 0;
- v.Kind = 2142;
- A a;
- a.foo(v);
- return 0;
-}
diff --git a/debuginfo-tests/block_var.m b/debuginfo-tests/block_var.m
deleted file mode 100644
index a1c94c885135..000000000000
--- a/debuginfo-tests/block_var.m
+++ /dev/null
@@ -1,32 +0,0 @@
-// RUN: %clang -O0 -g %s -c -o %t.o
-// RUN: %clang %t.o -o %t.out -framework Foundation
-// RUN: %test_debuginfo %s %t.out
-// XFAIL: *
-// XTARGET: darwin
-
-// DEBUGGER: break 24
-// DEBUGGER: r
-// DEBUGGER: p result
-// CHECK: $1 = 42
-
-void doBlock(void (^block)(void))
-{
- block();
-}
-
-int I(int n)
-{
- __block int result;
- int i = 2;
- doBlock(^{
- result = n;
- });
- return result + i; /* Check value of 'result' */
-}
-
-
-int main (int argc, const char * argv[]) {
- return I(42);
-}
-
-
diff --git a/debuginfo-tests/blocks.m b/debuginfo-tests/blocks.m
deleted file mode 100644
index 84610419c719..000000000000
--- a/debuginfo-tests/blocks.m
+++ /dev/null
@@ -1,43 +0,0 @@
-// RUN: %clang -O0 -g %s -c -o %t.o
-// RUN: %clang %t.o -o %t.out -framework Foundation
-// RUN: %test_debuginfo %s %t.out
-// XFAIL: *
-// XTARGET: darwin
-// Radar 9279956
-
-// DEBUGGER: break 31
-// DEBUGGER: r
-// DEBUGGER: p m2
-// DEBUGGER: p dbTransaction
-// DEBUGGER: p master
-// CHECK: $1 = 1
-// CHECK: $2 = 0
-// CHECK: $3 = 0
-
-#include
-
-extern void foo(void(^)(void));
-
-@interface A:NSObject @end
-@implementation A
-- (void) helper {
- int master = 0;
- __block int m2 = 0;
- __block int dbTransaction = 0;
- int (^x)(void) = ^(void) { (void) self;
- (void) master;
- (void) dbTransaction;
- m2++;
- return m2;
- };
- master = x();
-}
-@end
-
-void foo(void(^x)(void)) {}
-
-int main() {
- A *a = [A alloc];
- [a helper];
- return 0;
-}
diff --git a/debuginfo-tests/ctor.cpp b/debuginfo-tests/ctor.cpp
deleted file mode 100644
index 331d4e5756cc..000000000000
--- a/debuginfo-tests/ctor.cpp
+++ /dev/null
@@ -1,25 +0,0 @@
-// RUN: %clangxx -O0 -g %s -c -o %t.o
-// RUN: %clangxx %t.o -o %t.out
-// RUN: %test_debuginfo %s %t.out
-
-
-// DEBUGGER: break 14
-// DEBUGGER: r
-// DEBUGGER: p *this
-// CHECK-NEXT-NOT: Cannot access memory at address
-
-class A {
-public:
- A() : zero(0), data(42)
- {
- }
-private:
- int zero;
- int data;
-};
-
-int main() {
- A a;
- return 0;
-}
-
diff --git a/debuginfo-tests/dbg-arg.ll b/debuginfo-tests/dbg-arg.ll
deleted file mode 100644
index 52f36858e79f..000000000000
--- a/debuginfo-tests/dbg-arg.ll
+++ /dev/null
@@ -1,126 +0,0 @@
-; This test case checks debug info during register moves for an argument.
-; RUN: %clang -arch x86_64 -mllvm -fast-isel=false %s -c -o %t.o
-; RUN: %clang -arch x86_64 %t.o -o %t.out
-; RUN: %test_debuginfo %s %t.out
-; XFAIL: *
-; XTARGET: darwin
-; Radar 8412415
-
-target triple = "x86_64-apple-darwin10.0.0"
-
-%struct._mtx = type { i64, i32, %struct.anon }
-%struct.anon = type { i32, i32 }
-
-define i32 @foobar(%struct._mtx* nocapture %mutex) nounwind readonly noinline ssp {
-; DEBUGGER: break foobar
-; DEBUGGER: r
-; DEBUGGER: info address mutex
-; CHECK: Symbol "mutex" is
-; CHECK-NEXT:
-; CHECK-NEXT: in register
-entry:
- tail call void @llvm.dbg.value(metadata !{%struct._mtx* %mutex}, i64 0, metadata !8), !dbg !29
- tail call void @llvm.dbg.value(metadata !30, i64 0, metadata !21), !dbg !31
- tail call void @llvm.dbg.value(metadata !32, i64 0, metadata !23), !dbg !33
- tail call void @llvm.dbg.value(metadata !32, i64 0, metadata !24), !dbg !34
- br label %do.body1, !dbg !37
-
-do.body1: ; preds = %entry, %do.body1
- %0 = phi i32 [ 0, %entry ], [ %inc, %do.body1 ]
- %r.1 = phi i32 [ 1, %entry ], [ %r.0, %do.body1 ]
- %inc = add i32 %0, 1
- %tmp2 = getelementptr inbounds %struct._mtx* %mutex, i64 0, i32 1, !dbg !35
- %tmp3 = load i32* %tmp2, align 4, !dbg !35
- %tobool = icmp eq i32 %tmp3, 0, !dbg !35
- %r.0 = select i1 %tobool, i32 %r.1, i32 2
- %call = tail call i32 @bar(i32 %r.0, i32 %0), !dbg !38
- %cmp = icmp slt i32 %inc, %call, !dbg !39
- br i1 %cmp, label %do.body1, label %do.end9, !dbg !39
-
-do.end9: ; preds = %do.body1
- tail call void @llvm.dbg.value(metadata !40, i64 0, metadata !21), !dbg !41
- tail call void @llvm.dbg.value(metadata !{i32 %call}, i64 0, metadata !24), !dbg !38
- tail call void @llvm.dbg.value(metadata !{i32 %inc}, i64 0, metadata !23), !dbg !42
- %add = add nsw i32 %r.0, %call, !dbg !43
- ret i32 %add, !dbg !43
-}
-
-declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
-
-define i32 @bar(i32 %i, i32 %j) nounwind readnone noinline ssp {
-entry:
- tail call void @llvm.dbg.value(metadata !{i32 %i}, i64 0, metadata !25), !dbg !44
- tail call void @llvm.dbg.value(metadata !{i32 %j}, i64 0, metadata !26), !dbg !45
- %add = add nsw i32 %j, %i, !dbg !46
- ret i32 %add, !dbg !46
-}
-
-define i32 @main() nounwind readonly ssp {
-entry:
- %m = alloca %struct._mtx, align 8
- call void @llvm.dbg.declare(metadata !{%struct._mtx* %m}, metadata !27), !dbg !48
- %tmp = getelementptr inbounds %struct._mtx* %m, i64 0, i32 1, !dbg !49
- store i32 0, i32* %tmp, align 8, !dbg !49
- %call = call i32 @foobar(%struct._mtx* %m), !dbg !50
- ret i32 %call, !dbg !50
-}
-
-declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
-
-!llvm.dbg.sp = !{!0, !6, !7}
-!llvm.dbg.lv.foobar = !{!8, !21, !23, !24}
-!llvm.dbg.lv.bar = !{!25, !26}
-!llvm.dbg.lv.main = !{!27}
-
-!0 = metadata !{i32 524334, i32 0, metadata !1, metadata !"foobar", metadata !"foobar", metadata !"foobar", metadata !1, i32 12, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 true, i32 (%struct._mtx*)* @foobar} ; [ DW_TAG_subprogram ]
-!1 = metadata !{i32 524329, metadata !"mu.c", metadata !"/private/tmp", metadata !2} ; [ DW_TAG_file_type ]
-!2 = metadata !{i32 524305, i32 0, i32 12, metadata !"mu.c", metadata !"/private/tmp", metadata !"clang version 2.9 (trunk 114183)", i1 true, i1 true, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
-!3 = metadata !{i32 524309, metadata !1, metadata !"", metadata !1, i32 0, i64 0, i64 0, i64 0, i32 0, null, metadata !4, i32 0, null} ; [ DW_TAG_subroutine_type ]
-!4 = metadata !{metadata !5}
-!5 = metadata !{i32 524324, metadata !1, metadata !"int", metadata !1, i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ]
-!6 = metadata !{i32 524334, i32 0, metadata !1, metadata !"bar", metadata !"bar", metadata !"bar", metadata !1, i32 26, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 true, i32 (i32, i32)* @bar} ; [ DW_TAG_subprogram ]
-!7 = metadata !{i32 524334, i32 0, metadata !1, metadata !"main", metadata !"main", metadata !"main", metadata !1, i32 30, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 true, i32 ()* @main} ; [ DW_TAG_subprogram ]
-!8 = metadata !{i32 524545, metadata !0, metadata !"mutex", metadata !1, i32 12, metadata !9} ; [ DW_TAG_arg_variable ]
-!9 = metadata !{i32 524303, metadata !1, metadata !"", metadata !1, i32 0, i64 64, i64 64, i64 0, i32 0, metadata !10} ; [ DW_TAG_pointer_type ]
-!10 = metadata !{i32 524310, metadata !1, metadata !"mtx_t", metadata !1, i32 9, i64 0, i64 0, i64 0, i32 0, metadata !11} ; [ DW_TAG_typedef ]
-!11 = metadata !{i32 524307, metadata !1, metadata !"_mtx", metadata !1, i32 2, i64 192, i64 64, i64 0, i32 0, null, metadata !12, i32 0, null} ; [ DW_TAG_structure_type ]
-!12 = metadata !{metadata !13, metadata !15, metadata !16}
-!13 = metadata !{i32 524301, metadata !1, metadata !"ptr", metadata !1, i32 3, i64 64, i64 64, i64 0, i32 0, metadata !14} ; [ DW_TAG_member ]
-!14 = metadata !{i32 524324, metadata !1, metadata !"long unsigned int", metadata !1, i32 0, i64 64, i64 64, i64 0, i32 0, i32 7} ; [ DW_TAG_base_type ]
-!15 = metadata !{i32 524301, metadata !1, metadata !"waiters", metadata !1, i32 4, i64 32, i64 32, i64 64, i32 0, metadata !5} ; [ DW_TAG_member ]
-!16 = metadata !{i32 524301, metadata !1, metadata !"mtxi", metadata !1, i32 8, i64 64, i64 32, i64 96, i32 0, metadata !17} ; [ DW_TAG_member ]
-!17 = metadata !{i32 524307, metadata !11, metadata !"", metadata !1, i32 5, i64 64, i64 32, i64 0, i32 0, null, metadata !18, i32 0, null} ; [ DW_TAG_structure_type ]
-!18 = metadata !{metadata !19, metadata !20}
-!19 = metadata !{i32 524301, metadata !1, metadata !"tag", metadata !1, i32 6, i64 32, i64 32, i64 0, i32 0, metadata !5} ; [ DW_TAG_member ]
-!20 = metadata !{i32 524301, metadata !1, metadata !"pad", metadata !1, i32 7, i64 32, i64 32, i64 32, i32 0, metadata !5} ; [ DW_TAG_member ]
-!21 = metadata !{i32 524544, metadata !22, metadata !"r", metadata !1, i32 13, metadata !5} ; [ DW_TAG_auto_variable ]
-!22 = metadata !{i32 524299, metadata !0, i32 12, i32 52, metadata !1, i32 0} ; [ DW_TAG_lexical_block ]
-!23 = metadata !{i32 524544, metadata !22, metadata !"l", metadata !1, i32 14, metadata !5} ; [ DW_TAG_auto_variable ]
-!24 = metadata !{i32 524544, metadata !22, metadata !"j", metadata !1, i32 15, metadata !5} ; [ DW_TAG_auto_variable ]
-!25 = metadata !{i32 524545, metadata !6, metadata !"i", metadata !1, i32 26, metadata !5} ; [ DW_TAG_arg_variable ]
-!26 = metadata !{i32 524545, metadata !6, metadata !"j", metadata !1, i32 26, metadata !5} ; [ DW_TAG_arg_variable ]
-!27 = metadata !{i32 524544, metadata !28, metadata !"m", metadata !1, i32 31, metadata !10} ; [ DW_TAG_auto_variable ]
-!28 = metadata !{i32 524299, metadata !7, i32 30, i32 12, metadata !1, i32 4} ; [ DW_TAG_lexical_block ]
-!29 = metadata !{i32 12, i32 45, metadata !0, null}
-!30 = metadata !{i32 1}
-!31 = metadata !{i32 13, i32 12, metadata !22, null}
-!32 = metadata !{i32 0}
-!33 = metadata !{i32 14, i32 12, metadata !22, null}
-!34 = metadata !{i32 15, i32 12, metadata !22, null}
-!35 = metadata !{i32 18, i32 5, metadata !36, null}
-!36 = metadata !{i32 524299, metadata !22, i32 17, i32 6, metadata !1, i32 2} ; [ DW_TAG_lexical_block ]
-!37 = metadata !{i32 16, i32 3, metadata !22, null}
-!38 = metadata !{i32 20, i32 5, metadata !36, null}
-!39 = metadata !{i32 22, i32 3, metadata !36, null}
-!40 = metadata !{i32 2}
-!41 = metadata !{i32 19, i32 7, metadata !36, null}
-!42 = metadata !{i32 21, i32 5, metadata !36, null}
-!43 = metadata !{i32 23, i32 3, metadata !22, null}
-!44 = metadata !{i32 26, i32 39, metadata !6, null}
-!45 = metadata !{i32 26, i32 46, metadata !6, null}
-!46 = metadata !{i32 27, i32 3, metadata !47, null}
-!47 = metadata !{i32 524299, metadata !6, i32 26, i32 49, metadata !1, i32 3} ; [ DW_TAG_lexical_block ]
-!48 = metadata !{i32 31, i32 9, metadata !28, null}
-!49 = metadata !{i32 32, i32 3, metadata !28, null}
-!50 = metadata !{i32 33, i32 3, metadata !28, null}
-
diff --git a/debuginfo-tests/dbg-declare.ll b/debuginfo-tests/dbg-declare.ll
deleted file mode 100644
index b520c68a5fa8..000000000000
--- a/debuginfo-tests/dbg-declare.ll
+++ /dev/null
@@ -1,263 +0,0 @@
-; This test case checks handling of llvm.dbg.declare intrinsic during fast-isel.
-; RUN: %clang -arch x86_64 -O0 -g %s -c -o %t.o
-; RUN: %clang -arch x86_64 %t.o -o %t.out
-; RUN: %test_debuginfo %s %t.out
-; XFAIL: *
-; XTARGET: darwin
-
-target triple = "x86_64-apple-darwin"
-%struct.XYZ = type { i32, i32, i32, i32, i32 }
-
-; Check handling of llvm.dbg.declare for an argument referred through alloca, where
-; alloca dominates llvm.dbg.declare
-define i32 @f1(i32 %i) nounwind ssp {
-; DEBUGGER: break f1
-; DEBUGGER: r
-; DEBUGGER: p i
-; CHECK: $1 = 42
-entry:
- %i.addr = alloca i32, align 4
- store i32 %i, i32* %i.addr, align 4
- call void @llvm.dbg.declare(metadata !{i32* %i.addr}, metadata !16), !dbg !17
- %tmp = load i32* %i.addr, align 4, !dbg !18
- ret i32 %tmp, !dbg !18
-}
-
-declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
-
-; Check handling of llvm.dbg.declare for an argument referred through alloca, where
-; llvm.dbg.declare dominates alloca.
-define i32 @f2(i32 %i) nounwind ssp {
-; DEBUGGER: break f2
-; DEBUGGER: c
-; DEBUGGER: p i
-; CHECK: $2 = 43
-entry:
- call void @llvm.dbg.declare(metadata !{i32* %i.addr}, metadata !20), !dbg !21
- %i.addr = alloca i32, align 4
- store i32 %i, i32* %i.addr, align 4
- %tmp = load i32* %i.addr, align 4, !dbg !22
- ret i32 %tmp, !dbg !22
-}
-
-; If llvm.dbg.declare is using an argument after its last use then register
-; allocator may destroy debug info for the argument. This is expected and
-; it should be fixed before registers are allocated.
-define i32 @f3(i32 %i) nounwind ssp {
-entry:
- %i.addr = alloca i32, align 4
- store i32 %i, i32* %i.addr, align 4
- call void @llvm.dbg.declare(metadata !{i32 %i}, metadata !24), !dbg !25
- %tmp = load i32* %i.addr, align 4, !dbg !26
- ret i32 %tmp, !dbg !26
-}
-
-; Check handling of an argument referred directly by llvm.dbg.declare where
-; llvm.dbg.declare dominates all uses of argument.
-define i32 @f4(i32 %i) nounwind ssp {
-; DEBUGGER: break f4
-; DEBUGGER: c
-; DEBUGGER: p i
-; CHECK: $3 = 45
-entry:
- call void @llvm.dbg.declare(metadata !{i32 %i}, metadata !28), !dbg !29
- ret i32 %i, !dbg !30
-}
-
-; Check handling of an argument referred directly by llvm.dbg.declare where
-; llvm.dbg.declare dominates all uses of argument in separate basic block.
-define i32 @f5(i32 %i) nounwind ssp {
-; DEBUGGER: break f5
-; DEBUGGER: c
-; DEBUGGER: p i
-; CHECK: $4 = 46
-entry:
- call void @llvm.dbg.declare(metadata !{i32 %i}, metadata !32), !dbg !33
- br label %bbr
-bbr:
- ret i32 %i, !dbg !34
-}
-
-; Check handling of an argument referred directly by llvm.dbg.declare where
-; argument is not used.
-define i32 @f6(i32 %i) nounwind ssp {
-entry:
- call void @llvm.dbg.declare(metadata !{i32 %i}, metadata !36), !dbg !37
- ret i32 1, !dbg !38
-}
-
-; Check handling of an byval argument referred directly by llvm.dbg.declare where
-; argument is not used.
-define i32 @f7(%struct.XYZ* byval %i) nounwind ssp {
-entry:
- call void @llvm.dbg.declare(metadata !{%struct.XYZ* %i}, metadata !40), !dbg !48
- ret i32 1, !dbg !49
-}
-
-; Check handling of an byval argument referred directly by llvm.dbg.declare where
-; argument use dominates llvm.dbg.declare.
-define i32 @f8(%struct.XYZ* byval %i) nounwind ssp {
-; DEBUGGER: break f8
-; DEBUGGER: c
-; DEBUGGER: p i.x
-; CHECK: $5 = 51
-entry:
- %tmp = getelementptr inbounds %struct.XYZ* %i, i32 0, i32 1, !dbg !53
- %tmp1 = load i32* %tmp, align 4, !dbg !53
- call void @llvm.dbg.declare(metadata !{%struct.XYZ* %i}, metadata !51), !dbg !52
- ret i32 %tmp1, !dbg !53
-}
-
-; Check handling of an byval argument referred directly by llvm.dbg.declare where
-; llvm.dbg.declare dominates all uses of argument.
-define i32 @f9(%struct.XYZ* byval %i) nounwind ssp {
-; DEBUGGER: break f9
-; DEBUGGER: c
-; DEBUGGER: p i.x
-; CHECK: $6 = 51
-entry:
- call void @llvm.dbg.declare(metadata !{%struct.XYZ* %i}, metadata !55), !dbg !56
- %tmp = getelementptr inbounds %struct.XYZ* %i, i32 0, i32 2, !dbg !57
- %tmp1 = load i32* %tmp, align 4, !dbg !57
- ret i32 %tmp1, !dbg !57
-}
-
-; Check handling of an byval argument referred directly by llvm.dbg.declare where
-; llvm.dbg.declare dominates all uses of argument in separate basic block.
-define i32 @f10(%struct.XYZ* byval %i) nounwind ssp {
-entry:
- call void @llvm.dbg.declare(metadata !{%struct.XYZ* %i}, metadata !59), !dbg !60
- br label %bbr
-bbr:
- %tmp = getelementptr inbounds %struct.XYZ* %i, i32 0, i32 3, !dbg !61
- %tmp1 = load i32* %tmp, align 4, !dbg !61
- ret i32 %tmp1, !dbg !61
-}
-
-define i32 @main() nounwind ssp {
-entry:
- %retval = alloca i32, align 4
- %abc = alloca %struct.XYZ, align 4
- %agg.tmp = alloca %struct.XYZ, align 4
- %agg.tmp13 = alloca %struct.XYZ, align 4
- %agg.tmp17 = alloca %struct.XYZ, align 4
- %agg.tmp21 = alloca %struct.XYZ, align 4
- store i32 0, i32* %retval
- %call = call i32 @f1(i32 42), !dbg !63
- %call1 = call i32 @f2(i32 43), !dbg !65
- %call2 = call i32 @f3(i32 44), !dbg !66
- %call3 = call i32 @f4(i32 45), !dbg !67
- %call4 = call i32 @f5(i32 46), !dbg !68
- %call5 = call i32 @f6(i32 47), !dbg !69
- call void @llvm.dbg.declare(metadata !{%struct.XYZ* %abc}, metadata !70), !dbg !71
- %tmp = getelementptr inbounds %struct.XYZ* %abc, i32 0, i32 0, !dbg !72
- store i32 51, i32* %tmp, align 4, !dbg !72
- %tmp6 = getelementptr inbounds %struct.XYZ* %abc, i32 0, i32 1, !dbg !72
- store i32 52, i32* %tmp6, align 4, !dbg !72
- %tmp7 = getelementptr inbounds %struct.XYZ* %abc, i32 0, i32 2, !dbg !72
- store i32 53, i32* %tmp7, align 4, !dbg !72
- %tmp8 = getelementptr inbounds %struct.XYZ* %abc, i32 0, i32 3, !dbg !72
- store i32 54, i32* %tmp8, align 4, !dbg !72
- %tmp9 = getelementptr inbounds %struct.XYZ* %abc, i32 0, i32 4, !dbg !72
- store i32 55, i32* %tmp9, align 4, !dbg !72
- %tmp10 = bitcast %struct.XYZ* %agg.tmp to i8*, !dbg !73
- %tmp11 = bitcast %struct.XYZ* %abc to i8*, !dbg !73
- call void @llvm.memcpy.p0i8.p0i8.i64(i8* %tmp10, i8* %tmp11, i64 20, i32 4, i1 false), !dbg !73
- %call12 = call i32 @f7(%struct.XYZ* byval %agg.tmp), !dbg !73
- %tmp14 = bitcast %struct.XYZ* %agg.tmp13 to i8*, !dbg !74
- %tmp15 = bitcast %struct.XYZ* %abc to i8*, !dbg !74
- call void @llvm.memcpy.p0i8.p0i8.i64(i8* %tmp14, i8* %tmp15, i64 20, i32 4, i1 false), !dbg !74
- %call16 = call i32 @f8(%struct.XYZ* byval %agg.tmp13), !dbg !74
- %tmp18 = bitcast %struct.XYZ* %agg.tmp17 to i8*, !dbg !75
- %tmp19 = bitcast %struct.XYZ* %abc to i8*, !dbg !75
- call void @llvm.memcpy.p0i8.p0i8.i64(i8* %tmp18, i8* %tmp19, i64 20, i32 4, i1 false), !dbg !75
- %call20 = call i32 @f9(%struct.XYZ* byval %agg.tmp17), !dbg !75
- %tmp22 = bitcast %struct.XYZ* %agg.tmp21 to i8*, !dbg !76
- %tmp23 = bitcast %struct.XYZ* %abc to i8*, !dbg !76
- call void @llvm.memcpy.p0i8.p0i8.i64(i8* %tmp22, i8* %tmp23, i64 20, i32 4, i1 false), !dbg !76
- %call24 = call i32 @f10(%struct.XYZ* byval %agg.tmp21), !dbg !76
- ret i32 0, !dbg !77
-}
-
-declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
-
-!llvm.dbg.sp = !{!0, !6, !7, !8, !9, !10, !11, !12, !13, !14, !15}
-
-!0 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f1", metadata !"f1", metadata !"f1", metadata !1, i32 11, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (i32)* @f1} ; [ DW_TAG_subprogram ]
-!1 = metadata !{i32 524329, metadata !"fastisel_arg.c", metadata !"/private/tmp", metadata !2} ; [ DW_TAG_file_type ]
-!2 = metadata !{i32 524305, i32 0, i32 12, metadata !"fastisel_arg.c", metadata !"/private/tmp", metadata !"clang version 2.8 (trunk 112967)", i1 true, i1 false, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
-!3 = metadata !{i32 524309, metadata !1, metadata !"", metadata !1, i32 0, i64 0, i64 0, i64 0, i32 0, null, metadata !4, i32 0, null} ; [ DW_TAG_subroutine_type ]
-!4 = metadata !{metadata !5}
-!5 = metadata !{i32 524324, metadata !1, metadata !"int", metadata !1, i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ]
-!6 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f2", metadata !"f2", metadata !"f2", metadata !1, i32 12, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (i32)* @f2} ; [ DW_TAG_subprogram ]
-!7 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f3", metadata !"f3", metadata !"f3", metadata !1, i32 13, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (i32)* @f3} ; [ DW_TAG_subprogram ]
-!8 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f4", metadata !"f4", metadata !"f4", metadata !1, i32 14, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (i32)* @f4} ; [ DW_TAG_subprogram ]
-!9 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f5", metadata !"f5", metadata !"f5", metadata !1, i32 15, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (i32)* @f5} ; [ DW_TAG_subprogram ]
-!10 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f6", metadata !"f6", metadata !"f6", metadata !1, i32 16, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (i32)* @f6} ; [ DW_TAG_subprogram ]
-!11 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f7", metadata !"f7", metadata !"f7", metadata !1, i32 17, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (%struct.XYZ*)* @f7} ; [ DW_TAG_subprogram ]
-!12 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f8", metadata !"f8", metadata !"f8", metadata !1, i32 18, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (%struct.XYZ*)* @f8} ; [ DW_TAG_subprogram ]
-!13 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f9", metadata !"f9", metadata !"f9", metadata !1, i32 19, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (%struct.XYZ*)* @f9} ; [ DW_TAG_subprogram ]
-!14 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f10", metadata !"f10", metadata !"f10", metadata !1, i32 20, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (%struct.XYZ*)* @f10} ; [ DW_TAG_subprogram ]
-!15 = metadata !{i32 524334, i32 0, metadata !1, metadata !"main", metadata !"main", metadata !"main", metadata !1, i32 23, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 ()* @main} ; [ DW_TAG_subprogram ]
-!16 = metadata !{i32 524545, metadata !0, metadata !"i", metadata !1, i32 11, metadata !5} ; [ DW_TAG_arg_variable ]
-!17 = metadata !{i32 11, i32 12, metadata !0, null}
-!18 = metadata !{i32 11, i32 17, metadata !19, null}
-!19 = metadata !{i32 524299, metadata !0, i32 11, i32 15, metadata !1, i32 0} ; [ DW_TAG_lexical_block ]
-!20 = metadata !{i32 524545, metadata !6, metadata !"i", metadata !1, i32 12, metadata !5} ; [ DW_TAG_arg_variable ]
-!21 = metadata !{i32 12, i32 12, metadata !6, null}
-!22 = metadata !{i32 12, i32 17, metadata !23, null}
-!23 = metadata !{i32 524299, metadata !6, i32 12, i32 15, metadata !1, i32 1} ; [ DW_TAG_lexical_block ]
-!24 = metadata !{i32 524545, metadata !7, metadata !"i", metadata !1, i32 13, metadata !5} ; [ DW_TAG_arg_variable ]
-!25 = metadata !{i32 13, i32 12, metadata !7, null}
-!26 = metadata !{i32 13, i32 17, metadata !27, null}
-!27 = metadata !{i32 524299, metadata !7, i32 13, i32 15, metadata !1, i32 2} ; [ DW_TAG_lexical_block ]
-!28 = metadata !{i32 524545, metadata !8, metadata !"i", metadata !1, i32 14, metadata !5} ; [ DW_TAG_arg_variable ]
-!29 = metadata !{i32 14, i32 12, metadata !8, null}
-!30 = metadata !{i32 14, i32 17, metadata !31, null}
-!31 = metadata !{i32 524299, metadata !8, i32 14, i32 15, metadata !1, i32 3} ; [ DW_TAG_lexical_block ]
-!32 = metadata !{i32 524545, metadata !9, metadata !"i", metadata !1, i32 15, metadata !5} ; [ DW_TAG_arg_variable ]
-!33 = metadata !{i32 15, i32 12, metadata !9, null}
-!34 = metadata !{i32 15, i32 17, metadata !35, null}
-!35 = metadata !{i32 524299, metadata !9, i32 15, i32 15, metadata !1, i32 4} ; [ DW_TAG_lexical_block ]
-!36 = metadata !{i32 524545, metadata !10, metadata !"i", metadata !1, i32 16, metadata !5} ; [ DW_TAG_arg_variable ]
-!37 = metadata !{i32 16, i32 12, metadata !10, null}
-!38 = metadata !{i32 16, i32 17, metadata !39, null}
-!39 = metadata !{i32 524299, metadata !10, i32 16, i32 15, metadata !1, i32 5} ; [ DW_TAG_lexical_block ]
-!40 = metadata !{i32 524545, metadata !11, metadata !"i", metadata !1, i32 17, metadata !41} ; [ DW_TAG_arg_variable ]
-!41 = metadata !{i32 524307, metadata !1, metadata !"XYZ", metadata !1, i32 2, i64 160, i64 32, i64 0, i32 0, null, metadata !42, i32 0, null} ; [ DW_TAG_structure_type ]
-!42 = metadata !{metadata !43, metadata !44, metadata !45, metadata !46, metadata !47}
-!43 = metadata !{i32 524301, metadata !1, metadata !"x", metadata !1, i32 3, i64 32, i64 32, i64 0, i32 0, metadata !5} ; [ DW_TAG_member ]
-!44 = metadata !{i32 524301, metadata !1, metadata !"y", metadata !1, i32 4, i64 32, i64 32, i64 32, i32 0, metadata !5} ; [ DW_TAG_member ]
-!45 = metadata !{i32 524301, metadata !1, metadata !"z", metadata !1, i32 5, i64 32, i64 32, i64 64, i32 0, metadata !5} ; [ DW_TAG_member ]
-!46 = metadata !{i32 524301, metadata !1, metadata !"a", metadata !1, i32 6, i64 32, i64 32, i64 96, i32 0, metadata !5} ; [ DW_TAG_member ]
-!47 = metadata !{i32 524301, metadata !1, metadata !"b", metadata !1, i32 7, i64 32, i64 32, i64 128, i32 0, metadata !5} ; [ DW_TAG_member ]
-!48 = metadata !{i32 17, i32 19, metadata !11, null}
-!49 = metadata !{i32 17, i32 24, metadata !50, null}
-!50 = metadata !{i32 524299, metadata !11, i32 17, i32 22, metadata !1, i32 6} ; [ DW_TAG_lexical_block ]
-!51 = metadata !{i32 524545, metadata !12, metadata !"i", metadata !1, i32 18, metadata !41} ; [ DW_TAG_arg_variable ]
-!52 = metadata !{i32 18, i32 19, metadata !12, null}
-!53 = metadata !{i32 18, i32 24, metadata !54, null}
-!54 = metadata !{i32 524299, metadata !12, i32 18, i32 22, metadata !1, i32 7} ; [ DW_TAG_lexical_block ]
-!55 = metadata !{i32 524545, metadata !13, metadata !"i", metadata !1, i32 19, metadata !41} ; [ DW_TAG_arg_variable ]
-!56 = metadata !{i32 19, i32 19, metadata !13, null}
-!57 = metadata !{i32 19, i32 24, metadata !58, null}
-!58 = metadata !{i32 524299, metadata !13, i32 19, i32 22, metadata !1, i32 8} ; [ DW_TAG_lexical_block ]
-!59 = metadata !{i32 524545, metadata !14, metadata !"i", metadata !1, i32 20, metadata !41} ; [ DW_TAG_arg_variable ]
-!60 = metadata !{i32 20, i32 20, metadata !14, null}
-!61 = metadata !{i32 20, i32 25, metadata !62, null}
-!62 = metadata !{i32 524299, metadata !14, i32 20, i32 23, metadata !1, i32 9} ; [ DW_TAG_lexical_block ]
-!63 = metadata !{i32 24, i32 3, metadata !64, null}
-!64 = metadata !{i32 524299, metadata !15, i32 23, i32 12, metadata !1, i32 10} ; [ DW_TAG_lexical_block ]
-!65 = metadata !{i32 25, i32 3, metadata !64, null}
-!66 = metadata !{i32 26, i32 3, metadata !64, null}
-!67 = metadata !{i32 27, i32 3, metadata !64, null}
-!68 = metadata !{i32 28, i32 3, metadata !64, null}
-!69 = metadata !{i32 29, i32 3, metadata !64, null}
-!70 = metadata !{i32 524544, metadata !64, metadata !"abc", metadata !1, i32 30, metadata !41} ; [ DW_TAG_auto_variable ]
-!71 = metadata !{i32 30, i32 14, metadata !64, null}
-!72 = metadata !{i32 30, i32 17, metadata !64, null}
-!73 = metadata !{i32 31, i32 3, metadata !64, null}
-!74 = metadata !{i32 32, i32 3, metadata !64, null}
-!75 = metadata !{i32 33, i32 3, metadata !64, null}
-!76 = metadata !{i32 34, i32 3, metadata !64, null}
-!77 = metadata !{i32 36, i32 3, metadata !64, null}
diff --git a/debuginfo-tests/dbg-declare2.ll b/debuginfo-tests/dbg-declare2.ll
deleted file mode 100644
index f8155b816e5f..000000000000
--- a/debuginfo-tests/dbg-declare2.ll
+++ /dev/null
@@ -1,264 +0,0 @@
-; This test case checks handling of llvm.dbg.declare intrinsic during isel.
-; RUN: %clang -arch x86_64 -mllvm -fast-isel=false -mllvm -regalloc=default -g %s -c -o %t.o
-; RUN: %clang -arch x86_64 %t.o -o %t.out
-; RUN: %test_debuginfo %s %t.out
-; XFAIL: *
-; XTARGET: darwin
-
-target triple = "x86_64-apple-darwin"
-%struct.XYZ = type { i32, i32, i32, i32, i32 }
-
-; Check handling of llvm.dbg.declare for an argument referred through alloca, where
-; alloca dominates llvm.dbg.declare
-define i32 @f1(i32 %i) nounwind ssp {
-; DEBUGGER: break f1
-; DEBUGGER: r
-; DEBUGGER: p i
-; CHECK: $1 = 42
-entry:
- %i.addr = alloca i32, align 4
- store i32 %i, i32* %i.addr, align 4
- call void @llvm.dbg.declare(metadata !{i32* %i.addr}, metadata !16), !dbg !17
- %tmp = load i32* %i.addr, align 4, !dbg !18
- ret i32 %tmp, !dbg !18
-}
-
-declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
-
-; Check handling of llvm.dbg.declare for an argument referred through alloca, where
-; llvm.dbg.declare dominates alloca.
-define i32 @f2(i32 %i) nounwind ssp {
-; DEBUGGER: break f2
-; DEBUGGER: c
-; DEBUGGER: p i
-; CHECK: $2 = 43
-entry:
- call void @llvm.dbg.declare(metadata !{i32* %i.addr}, metadata !20), !dbg !21
- %i.addr = alloca i32, align 4
- store i32 %i, i32* %i.addr, align 4
- %tmp = load i32* %i.addr, align 4, !dbg !22
- ret i32 %tmp, !dbg !22
-}
-
-; Check handling of an argument referred directly by llvm.dbg.declare where at least
-; one argument use dominates llvm.dbg.declare.
-; This is expected to not work because registor allocator has freedom to kill 'i'
-; after its last use.
-define i32 @f3(i32 %i) nounwind ssp {
-entry:
- %i.addr = alloca i32, align 4
- store i32 %i, i32* %i.addr, align 4
- call void @llvm.dbg.declare(metadata !{i32 %i}, metadata !24), !dbg !25
- %tmp = load i32* %i.addr, align 4, !dbg !26
- ret i32 %tmp, !dbg !26
-}
-
-; Check handling of an argument referred directly by llvm.dbg.declare where
-; llvm.dbg.declare dominates all uses of argument.
-define i32 @f4(i32 %i) nounwind ssp {
-entry:
- call void @llvm.dbg.declare(metadata !{i32 %i}, metadata !28), !dbg !29
- ret i32 %i, !dbg !30
-}
-
-; Check handling of an argument referred directly by llvm.dbg.declare where
-; llvm.dbg.declare dominates all uses of argument in separate basic block.
-define i32 @f5(i32 %i) nounwind ssp {
-entry:
- call void @llvm.dbg.declare(metadata !{i32 %i}, metadata !32), !dbg !33
- br label %bbr
-bbr:
- ret i32 %i, !dbg !34
-}
-
-; Check handling of an argument referred directly by llvm.dbg.declare where
-; argument is not used.
-define i32 @f6(i32 %i) nounwind ssp {
-entry:
- call void @llvm.dbg.declare(metadata !{i32 %i}, metadata !36), !dbg !37
- ret i32 1, !dbg !38
-}
-
-; Check handling of an byval argument referred directly by llvm.dbg.declare where
-; argument is not used.
-define i32 @f7(%struct.XYZ* byval %i) nounwind ssp {
-; DEBUGGER: break f7
-; DEBUGGER: c
-; DEBUGGER: p i.x
-; CHECK: $3 = 51
-entry:
- call void @llvm.dbg.declare(metadata !{%struct.XYZ* %i}, metadata !40), !dbg !48
- ret i32 1, !dbg !49
-}
-
-; Check handling of an byval argument referred directly by llvm.dbg.declare where
-; argument use dominates llvm.dbg.declare.
-define i32 @f8(%struct.XYZ* byval %i) nounwind ssp {
-; DEBUGGER: break f8
-; DEBUGGER: c
-; DEBUGGER: p i.x
-; CHECK: $4 = 51
-entry:
- %tmp = getelementptr inbounds %struct.XYZ* %i, i32 0, i32 1, !dbg !53
- %tmp1 = load i32* %tmp, align 4, !dbg !53
- call void @llvm.dbg.declare(metadata !{%struct.XYZ* %i}, metadata !51), !dbg !52
- ret i32 %tmp1, !dbg !53
-}
-
-; Check handling of an byval argument referred directly by llvm.dbg.declare where
-; llvm.dbg.declare dominates all uses of argument.
-define i32 @f9(%struct.XYZ* byval %i) nounwind ssp {
-; DEBUGGER: break f9
-; DEBUGGER: c
-; DEBUGGER: p i.x
-; CHECK: $5 = 51
-entry:
- call void @llvm.dbg.declare(metadata !{%struct.XYZ* %i}, metadata !55), !dbg !56
- %tmp = getelementptr inbounds %struct.XYZ* %i, i32 0, i32 2, !dbg !57
- %tmp1 = load i32* %tmp, align 4, !dbg !57
- ret i32 %tmp1, !dbg !57
-}
-
-; Check handling of an byval argument referred directly by llvm.dbg.declare where
-; llvm.dbg.declare dominates all uses of argument in separate basic block.
-define i32 @f10(%struct.XYZ* byval %i) nounwind ssp {
-; DEBUGGER: break f10
-; DEBUGGER: c
-; DEBUGGER: p i.x
-; CHECK: $6 = 51
-entry:
- call void @llvm.dbg.declare(metadata !{%struct.XYZ* %i}, metadata !59), !dbg !60
- br label %bbr
-bbr:
- %tmp = getelementptr inbounds %struct.XYZ* %i, i32 0, i32 3, !dbg !61
- %tmp1 = load i32* %tmp, align 4, !dbg !61
- ret i32 %tmp1, !dbg !61
-}
-
-define i32 @main() nounwind ssp {
-entry:
- %retval = alloca i32, align 4
- %abc = alloca %struct.XYZ, align 4
- %agg.tmp = alloca %struct.XYZ, align 4
- %agg.tmp13 = alloca %struct.XYZ, align 4
- %agg.tmp17 = alloca %struct.XYZ, align 4
- %agg.tmp21 = alloca %struct.XYZ, align 4
- store i32 0, i32* %retval
- %call = call i32 @f1(i32 42), !dbg !63
- %call1 = call i32 @f2(i32 43), !dbg !65
- %call2 = call i32 @f3(i32 44), !dbg !66
- %call3 = call i32 @f4(i32 45), !dbg !67
- %call4 = call i32 @f5(i32 46), !dbg !68
- %call5 = call i32 @f6(i32 47), !dbg !69
- call void @llvm.dbg.declare(metadata !{%struct.XYZ* %abc}, metadata !70), !dbg !71
- %tmp = getelementptr inbounds %struct.XYZ* %abc, i32 0, i32 0, !dbg !72
- store i32 51, i32* %tmp, align 4, !dbg !72
- %tmp6 = getelementptr inbounds %struct.XYZ* %abc, i32 0, i32 1, !dbg !72
- store i32 52, i32* %tmp6, align 4, !dbg !72
- %tmp7 = getelementptr inbounds %struct.XYZ* %abc, i32 0, i32 2, !dbg !72
- store i32 53, i32* %tmp7, align 4, !dbg !72
- %tmp8 = getelementptr inbounds %struct.XYZ* %abc, i32 0, i32 3, !dbg !72
- store i32 54, i32* %tmp8, align 4, !dbg !72
- %tmp9 = getelementptr inbounds %struct.XYZ* %abc, i32 0, i32 4, !dbg !72
- store i32 55, i32* %tmp9, align 4, !dbg !72
- %tmp10 = bitcast %struct.XYZ* %agg.tmp to i8*, !dbg !73
- %tmp11 = bitcast %struct.XYZ* %abc to i8*, !dbg !73
- call void @llvm.memcpy.p0i8.p0i8.i64(i8* %tmp10, i8* %tmp11, i64 20, i32 4, i1 false), !dbg !73
- %call12 = call i32 @f7(%struct.XYZ* byval %agg.tmp), !dbg !73
- %tmp14 = bitcast %struct.XYZ* %agg.tmp13 to i8*, !dbg !74
- %tmp15 = bitcast %struct.XYZ* %abc to i8*, !dbg !74
- call void @llvm.memcpy.p0i8.p0i8.i64(i8* %tmp14, i8* %tmp15, i64 20, i32 4, i1 false), !dbg !74
- %call16 = call i32 @f8(%struct.XYZ* byval %agg.tmp13), !dbg !74
- %tmp18 = bitcast %struct.XYZ* %agg.tmp17 to i8*, !dbg !75
- %tmp19 = bitcast %struct.XYZ* %abc to i8*, !dbg !75
- call void @llvm.memcpy.p0i8.p0i8.i64(i8* %tmp18, i8* %tmp19, i64 20, i32 4, i1 false), !dbg !75
- %call20 = call i32 @f9(%struct.XYZ* byval %agg.tmp17), !dbg !75
- %tmp22 = bitcast %struct.XYZ* %agg.tmp21 to i8*, !dbg !76
- %tmp23 = bitcast %struct.XYZ* %abc to i8*, !dbg !76
- call void @llvm.memcpy.p0i8.p0i8.i64(i8* %tmp22, i8* %tmp23, i64 20, i32 4, i1 false), !dbg !76
- %call24 = call i32 @f10(%struct.XYZ* byval %agg.tmp21), !dbg !76
- ret i32 0, !dbg !77
-}
-
-declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i32, i1) nounwind
-
-!llvm.dbg.sp = !{!0, !6, !7, !8, !9, !10, !11, !12, !13, !14, !15}
-
-!0 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f1", metadata !"f1", metadata !"f1", metadata !1, i32 11, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (i32)* @f1} ; [ DW_TAG_subprogram ]
-!1 = metadata !{i32 524329, metadata !"fastisel_arg.c", metadata !"/private/tmp", metadata !2} ; [ DW_TAG_file_type ]
-!2 = metadata !{i32 524305, i32 0, i32 12, metadata !"fastisel_arg.c", metadata !"/private/tmp", metadata !"clang version 2.8 (trunk 112967)", i1 true, i1 false, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
-!3 = metadata !{i32 524309, metadata !1, metadata !"", metadata !1, i32 0, i64 0, i64 0, i64 0, i32 0, null, metadata !4, i32 0, null} ; [ DW_TAG_subroutine_type ]
-!4 = metadata !{metadata !5}
-!5 = metadata !{i32 524324, metadata !1, metadata !"int", metadata !1, i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ]
-!6 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f2", metadata !"f2", metadata !"f2", metadata !1, i32 12, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (i32)* @f2} ; [ DW_TAG_subprogram ]
-!7 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f3", metadata !"f3", metadata !"f3", metadata !1, i32 13, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (i32)* @f3} ; [ DW_TAG_subprogram ]
-!8 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f4", metadata !"f4", metadata !"f4", metadata !1, i32 14, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (i32)* @f4} ; [ DW_TAG_subprogram ]
-!9 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f5", metadata !"f5", metadata !"f5", metadata !1, i32 15, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (i32)* @f5} ; [ DW_TAG_subprogram ]
-!10 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f6", metadata !"f6", metadata !"f6", metadata !1, i32 16, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (i32)* @f6} ; [ DW_TAG_subprogram ]
-!11 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f7", metadata !"f7", metadata !"f7", metadata !1, i32 17, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (%struct.XYZ*)* @f7} ; [ DW_TAG_subprogram ]
-!12 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f8", metadata !"f8", metadata !"f8", metadata !1, i32 18, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (%struct.XYZ*)* @f8} ; [ DW_TAG_subprogram ]
-!13 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f9", metadata !"f9", metadata !"f9", metadata !1, i32 19, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (%struct.XYZ*)* @f9} ; [ DW_TAG_subprogram ]
-!14 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f10", metadata !"f10", metadata !"f10", metadata !1, i32 20, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 (%struct.XYZ*)* @f10} ; [ DW_TAG_subprogram ]
-!15 = metadata !{i32 524334, i32 0, metadata !1, metadata !"main", metadata !"main", metadata !"main", metadata !1, i32 23, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 ()* @main} ; [ DW_TAG_subprogram ]
-!16 = metadata !{i32 524545, metadata !0, metadata !"i", metadata !1, i32 11, metadata !5} ; [ DW_TAG_arg_variable ]
-!17 = metadata !{i32 11, i32 12, metadata !0, null}
-!18 = metadata !{i32 11, i32 17, metadata !19, null}
-!19 = metadata !{i32 524299, metadata !0, i32 11, i32 15, metadata !1, i32 0} ; [ DW_TAG_lexical_block ]
-!20 = metadata !{i32 524545, metadata !6, metadata !"i", metadata !1, i32 12, metadata !5} ; [ DW_TAG_arg_variable ]
-!21 = metadata !{i32 12, i32 12, metadata !6, null}
-!22 = metadata !{i32 12, i32 17, metadata !23, null}
-!23 = metadata !{i32 524299, metadata !6, i32 12, i32 15, metadata !1, i32 1} ; [ DW_TAG_lexical_block ]
-!24 = metadata !{i32 524545, metadata !7, metadata !"i", metadata !1, i32 13, metadata !5} ; [ DW_TAG_arg_variable ]
-!25 = metadata !{i32 13, i32 12, metadata !7, null}
-!26 = metadata !{i32 13, i32 17, metadata !27, null}
-!27 = metadata !{i32 524299, metadata !7, i32 13, i32 15, metadata !1, i32 2} ; [ DW_TAG_lexical_block ]
-!28 = metadata !{i32 524545, metadata !8, metadata !"i", metadata !1, i32 14, metadata !5} ; [ DW_TAG_arg_variable ]
-!29 = metadata !{i32 14, i32 12, metadata !8, null}
-!30 = metadata !{i32 14, i32 17, metadata !31, null}
-!31 = metadata !{i32 524299, metadata !8, i32 14, i32 15, metadata !1, i32 3} ; [ DW_TAG_lexical_block ]
-!32 = metadata !{i32 524545, metadata !9, metadata !"i", metadata !1, i32 15, metadata !5} ; [ DW_TAG_arg_variable ]
-!33 = metadata !{i32 15, i32 12, metadata !9, null}
-!34 = metadata !{i32 15, i32 17, metadata !35, null}
-!35 = metadata !{i32 524299, metadata !9, i32 15, i32 15, metadata !1, i32 4} ; [ DW_TAG_lexical_block ]
-!36 = metadata !{i32 524545, metadata !10, metadata !"i", metadata !1, i32 16, metadata !5} ; [ DW_TAG_arg_variable ]
-!37 = metadata !{i32 16, i32 12, metadata !10, null}
-!38 = metadata !{i32 16, i32 17, metadata !39, null}
-!39 = metadata !{i32 524299, metadata !10, i32 16, i32 15, metadata !1, i32 5} ; [ DW_TAG_lexical_block ]
-!40 = metadata !{i32 524545, metadata !11, metadata !"i", metadata !1, i32 17, metadata !41} ; [ DW_TAG_arg_variable ]
-!41 = metadata !{i32 524307, metadata !1, metadata !"XYZ", metadata !1, i32 2, i64 160, i64 32, i64 0, i32 0, null, metadata !42, i32 0, null} ; [ DW_TAG_structure_type ]
-!42 = metadata !{metadata !43, metadata !44, metadata !45, metadata !46, metadata !47}
-!43 = metadata !{i32 524301, metadata !1, metadata !"x", metadata !1, i32 3, i64 32, i64 32, i64 0, i32 0, metadata !5} ; [ DW_TAG_member ]
-!44 = metadata !{i32 524301, metadata !1, metadata !"y", metadata !1, i32 4, i64 32, i64 32, i64 32, i32 0, metadata !5} ; [ DW_TAG_member ]
-!45 = metadata !{i32 524301, metadata !1, metadata !"z", metadata !1, i32 5, i64 32, i64 32, i64 64, i32 0, metadata !5} ; [ DW_TAG_member ]
-!46 = metadata !{i32 524301, metadata !1, metadata !"a", metadata !1, i32 6, i64 32, i64 32, i64 96, i32 0, metadata !5} ; [ DW_TAG_member ]
-!47 = metadata !{i32 524301, metadata !1, metadata !"b", metadata !1, i32 7, i64 32, i64 32, i64 128, i32 0, metadata !5} ; [ DW_TAG_member ]
-!48 = metadata !{i32 17, i32 19, metadata !11, null}
-!49 = metadata !{i32 17, i32 24, metadata !50, null}
-!50 = metadata !{i32 524299, metadata !11, i32 17, i32 22, metadata !1, i32 6} ; [ DW_TAG_lexical_block ]
-!51 = metadata !{i32 524545, metadata !12, metadata !"i", metadata !1, i32 18, metadata !41} ; [ DW_TAG_arg_variable ]
-!52 = metadata !{i32 18, i32 19, metadata !12, null}
-!53 = metadata !{i32 18, i32 24, metadata !54, null}
-!54 = metadata !{i32 524299, metadata !12, i32 18, i32 22, metadata !1, i32 7} ; [ DW_TAG_lexical_block ]
-!55 = metadata !{i32 524545, metadata !13, metadata !"i", metadata !1, i32 19, metadata !41} ; [ DW_TAG_arg_variable ]
-!56 = metadata !{i32 19, i32 19, metadata !13, null}
-!57 = metadata !{i32 19, i32 24, metadata !58, null}
-!58 = metadata !{i32 524299, metadata !13, i32 19, i32 22, metadata !1, i32 8} ; [ DW_TAG_lexical_block ]
-!59 = metadata !{i32 524545, metadata !14, metadata !"i", metadata !1, i32 20, metadata !41} ; [ DW_TAG_arg_variable ]
-!60 = metadata !{i32 20, i32 20, metadata !14, null}
-!61 = metadata !{i32 20, i32 25, metadata !62, null}
-!62 = metadata !{i32 524299, metadata !14, i32 20, i32 23, metadata !1, i32 9} ; [ DW_TAG_lexical_block ]
-!63 = metadata !{i32 24, i32 3, metadata !64, null}
-!64 = metadata !{i32 524299, metadata !15, i32 23, i32 12, metadata !1, i32 10} ; [ DW_TAG_lexical_block ]
-!65 = metadata !{i32 25, i32 3, metadata !64, null}
-!66 = metadata !{i32 26, i32 3, metadata !64, null}
-!67 = metadata !{i32 27, i32 3, metadata !64, null}
-!68 = metadata !{i32 28, i32 3, metadata !64, null}
-!69 = metadata !{i32 29, i32 3, metadata !64, null}
-!70 = metadata !{i32 524544, metadata !64, metadata !"abc", metadata !1, i32 30, metadata !41} ; [ DW_TAG_auto_variable ]
-!71 = metadata !{i32 30, i32 14, metadata !64, null}
-!72 = metadata !{i32 30, i32 17, metadata !64, null}
-!73 = metadata !{i32 31, i32 3, metadata !64, null}
-!74 = metadata !{i32 32, i32 3, metadata !64, null}
-!75 = metadata !{i32 33, i32 3, metadata !64, null}
-!76 = metadata !{i32 34, i32 3, metadata !64, null}
-!77 = metadata !{i32 36, i32 3, metadata !64, null}
diff --git a/debuginfo-tests/foreach.m b/debuginfo-tests/foreach.m
deleted file mode 100644
index 96a0d0cd13f1..000000000000
--- a/debuginfo-tests/foreach.m
+++ /dev/null
@@ -1,31 +0,0 @@
-// RUN: %clang -O0 -g %s -c -o %t.o
-// RUN: %clang %t.o -o %t.out -framework Foundation
-// RUN: %test_debuginfo %s %t.out
-// XFAIL: *
-// XTARGET: darwin
-// Radar 8757124
-
-// DEBUGGER: break 25
-// DEBUGGER: r
-// DEBUGGER: po thing
-// CHECK: aaa
-
-#import
-
-int main (int argc, const char * argv[]) {
-
- NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
- NSArray *things = [NSArray arrayWithObjects:@"one", @"two", @"three" , nil];
- for (NSString *thing in things) {
- NSLog (@"%@", thing);
- }
-
- things = [NSArray arrayWithObjects:@"aaa", @"bbb", @"ccc" , nil];
- for (NSString *thing in things) {
- NSLog (@"%@", thing);
- }
- [pool release];
- return 0;
-}
-
-
diff --git a/debuginfo-tests/forward-declare-class.cpp b/debuginfo-tests/forward-declare-class.cpp
deleted file mode 100644
index c133d2c5871e..000000000000
--- a/debuginfo-tests/forward-declare-class.cpp
+++ /dev/null
@@ -1,24 +0,0 @@
-// RUN: %clangxx -O0 -g %s -c -o %t.o
-// RUN: %test_debuginfo %s %t.o
-// Radar 9168773
-
-// DEBUGGER: ptype A
-// CHECK: type = class A {
-// CHECK-NEXT: public:
-// CHECK-NEXT: int MyData;
-// CHECK-NEXT: }
-class A;
-class B {
-public:
- void foo(const A *p);
-};
-
-B iEntry;
-
-class A {
-public:
- int MyData;
-};
-
-A irp;
-
diff --git a/debuginfo-tests/local-var.ll b/debuginfo-tests/local-var.ll
deleted file mode 100644
index ecec8c7ee89d..000000000000
--- a/debuginfo-tests/local-var.ll
+++ /dev/null
@@ -1,109 +0,0 @@
-; This test case checks handling of llvm.dbg.declare intrinsic during fast-isel.
-; RUN: %clang -arch x86_64 -O0 -g %s -c -o %t.o
-; RUN: %clang -arch x86_64 %t.o -o %t.out
-; RUN: %test_debuginfo %s %t.out
-; XFAIL: *
-; XTARGET: darwin
-
-target triple = "x86_64-apple-darwin10.0.0"
-
-define i32 @f1() nounwind ssp {
-; DEBUGGER: break f1
-; DEBUGGER: r
-; DEBUGGER: n
-; DEBUGGER: p i
-; CHECK: $1 = 42
-entry:
- %i = alloca i32, align 4
- call void @llvm.dbg.declare(metadata !{i32* %i}, metadata !10), !dbg !12
- store i32 42, i32* %i, align 4, !dbg !13
- %tmp = load i32* %i, align 4, !dbg !14
- ret i32 %tmp, !dbg !14
-}
-
-declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
-
-define i32 @f2() nounwind ssp {
-; DEBUGGER: break f2
-; DEBUGGER: c
-; DEBUGGER: n
-; DEBUGGER: p i
-; CHECK: $2 = 42
-entry:
- call void @llvm.dbg.declare(metadata !{i32* %i}, metadata !15), !dbg !17
- %i = alloca i32, align 4
- store i32 42, i32* %i, align 4, !dbg !18
- %tmp = load i32* %i, align 4, !dbg !19
- ret i32 %tmp, !dbg !19
-}
-
-; dbg.declare is dropped, as expected, by instruction selector.
-; THIS IS NOT EXPECTED TO WORK.
-define i32 @f3() nounwind ssp {
-entry:
- call void @llvm.dbg.declare(metadata !{i32* %i}, metadata !20), !dbg !22
- br label %bbr
-bbr:
- %i = alloca i32, align 4
- store i32 42, i32* %i, align 4, !dbg !23
- %tmp = load i32* %i, align 4, !dbg !24
- ret i32 %tmp, !dbg !24
-}
-
-; dbg.declare is dropped, as expected, by instruction selector.
-; THIS IS NOT EXPECTED TO WORK.
-define i32 @f4() nounwind ssp {
-entry:
- %i = alloca i32, align 4
- call void @llvm.dbg.declare(metadata !{i32* %i}, metadata !25), !dbg !27
- ret i32 42, !dbg !28
-}
-
-define i32 @main() nounwind ssp {
-entry:
- %retval = alloca i32, align 4
- store i32 0, i32* %retval
- %call = call i32 @f1(), !dbg !29
- %call1 = call i32 @f2(), !dbg !31
- %call2 = call i32 @f3(), !dbg !32
- %call3 = call i32 @f4(), !dbg !33
- ret i32 0, !dbg !34
-}
-
-!llvm.dbg.sp = !{!0, !6, !7, !8, !9}
-
-!0 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f1", metadata !"f1", metadata !"f1", metadata !1, i32 2, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 ()* @f1} ; [ DW_TAG_subprogram ]
-!1 = metadata !{i32 524329, metadata !"lv.c", metadata !"dbg_info_bugs", metadata !2} ; [ DW_TAG_file_type ]
-!2 = metadata !{i32 524305, i32 0, i32 12, metadata !"lv.c", metadata !"dbg_info_bugs", metadata !"clang version 2.9 (trunk 113428)", i1 true, i1 false, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
-!3 = metadata !{i32 524309, metadata !1, metadata !"", metadata !1, i32 0, i64 0, i64 0, i64 0, i32 0, null, metadata !4, i32 0, null} ; [ DW_TAG_subroutine_type ]
-!4 = metadata !{metadata !5}
-!5 = metadata !{i32 524324, metadata !1, metadata !"int", metadata !1, i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ]
-!6 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f2", metadata !"f2", metadata !"f2", metadata !1, i32 8, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 ()* @f2} ; [ DW_TAG_subprogram ]
-!7 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f3", metadata !"f3", metadata !"f3", metadata !1, i32 14, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 ()* @f3} ; [ DW_TAG_subprogram ]
-!8 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f4", metadata !"f4", metadata !"f4", metadata !1, i32 20, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 ()* @f4} ; [ DW_TAG_subprogram ]
-!9 = metadata !{i32 524334, i32 0, metadata !1, metadata !"main", metadata !"main", metadata !"main", metadata !1, i32 25, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 ()* @main} ; [ DW_TAG_subprogram ]
-!10 = metadata !{i32 524544, metadata !11, metadata !"i", metadata !1, i32 3, metadata !5} ; [ DW_TAG_auto_variable ]
-!11 = metadata !{i32 524299, metadata !0, i32 2, i32 10, metadata !1, i32 0} ; [ DW_TAG_lexical_block ]
-!12 = metadata !{i32 3, i32 7, metadata !11, null}
-!13 = metadata !{i32 4, i32 3, metadata !11, null}
-!14 = metadata !{i32 5, i32 3, metadata !11, null}
-!15 = metadata !{i32 524544, metadata !16, metadata !"i", metadata !1, i32 9, metadata !5} ; [ DW_TAG_auto_variable ]
-!16 = metadata !{i32 524299, metadata !6, i32 8, i32 10, metadata !1, i32 1} ; [ DW_TAG_lexical_block ]
-!17 = metadata !{i32 9, i32 7, metadata !16, null}
-!18 = metadata !{i32 10, i32 3, metadata !16, null}
-!19 = metadata !{i32 11, i32 3, metadata !16, null}
-!20 = metadata !{i32 524544, metadata !21, metadata !"i", metadata !1, i32 15, metadata !5} ; [ DW_TAG_auto_variable ]
-!21 = metadata !{i32 524299, metadata !7, i32 14, i32 10, metadata !1, i32 2} ; [ DW_TAG_lexical_block ]
-!22 = metadata !{i32 15, i32 7, metadata !21, null}
-!23 = metadata !{i32 16, i32 3, metadata !21, null}
-!24 = metadata !{i32 17, i32 3, metadata !21, null}
-!25 = metadata !{i32 524544, metadata !26, metadata !"i", metadata !1, i32 21, metadata !5} ; [ DW_TAG_auto_variable ]
-!26 = metadata !{i32 524299, metadata !8, i32 20, i32 10, metadata !1, i32 3} ; [ DW_TAG_lexical_block ]
-!27 = metadata !{i32 21, i32 7, metadata !26, null}
-!28 = metadata !{i32 22, i32 3, metadata !26, null}
-!29 = metadata !{i32 26, i32 3, metadata !30, null}
-!30 = metadata !{i32 524299, metadata !9, i32 25, i32 12, metadata !1, i32 4} ; [ DW_TAG_lexical_block ]
-!31 = metadata !{i32 27, i32 3, metadata !30, null}
-!32 = metadata !{i32 28, i32 3, metadata !30, null}
-!33 = metadata !{i32 29, i32 3, metadata !30, null}
-!34 = metadata !{i32 30, i32 3, metadata !30, null}
diff --git a/debuginfo-tests/local-var2.ll b/debuginfo-tests/local-var2.ll
deleted file mode 100644
index 37c7a31424ac..000000000000
--- a/debuginfo-tests/local-var2.ll
+++ /dev/null
@@ -1,109 +0,0 @@
-; This test case checks handling of llvm.dbg.declare intrinsic during isel.
-; RUN: %clang -arch x86_64 -O0 -mllvm -fast-isel=false -g %s -c -o %t.o
-; RUN: %clang -arch x86_64 %t.o -o %t.out
-; RUN: %test_debuginfo %s %t.out
-; XFAIL: *
-; XTARGET: darwin
-
-target triple = "x86_64-apple-darwin10.0.0"
-
-define i32 @f1() nounwind ssp {
-; DEBUGGER: break f1
-; DEBUGGER: r
-; DEBUGGER: n
-; DEBUGGER: p i
-; CHECK: $1 = 42
-entry:
- %i = alloca i32, align 4
- call void @llvm.dbg.declare(metadata !{i32* %i}, metadata !10), !dbg !12
- store i32 42, i32* %i, align 4, !dbg !13
- %tmp = load i32* %i, align 4, !dbg !14
- ret i32 %tmp, !dbg !14
-}
-
-declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
-
-define i32 @f2() nounwind ssp {
-; DEBUGGER: break f2
-; DEBUGGER: c
-; DEBUGGER: n
-; DEBUGGER: p i
-; CHECK: $2 = 42
-entry:
- call void @llvm.dbg.declare(metadata !{i32* %i}, metadata !15), !dbg !17
- %i = alloca i32, align 4
- store i32 42, i32* %i, align 4, !dbg !18
- %tmp = load i32* %i, align 4, !dbg !19
- ret i32 %tmp, !dbg !19
-}
-
-; dbg.declare is dropped, as expected, by instruction selector.
-; THIS IS NOT EXPECTED TO WORK.
-define i32 @f3() nounwind ssp {
-entry:
- call void @llvm.dbg.declare(metadata !{i32* %i}, metadata !20), !dbg !22
- br label %bbr
-bbr:
- %i = alloca i32, align 4
- store i32 42, i32* %i, align 4, !dbg !23
- %tmp = load i32* %i, align 4, !dbg !24
- ret i32 %tmp, !dbg !24
-}
-
-; dbg.declare is dropped, as expected, by instruction selector.
-; THIS IS NOT EXPECTED TO WORK.
-define i32 @f4() nounwind ssp {
-entry:
- %i = alloca i32, align 4
- call void @llvm.dbg.declare(metadata !{i32* %i}, metadata !25), !dbg !27
- ret i32 42, !dbg !28
-}
-
-define i32 @main() nounwind ssp {
-entry:
- %retval = alloca i32, align 4
- store i32 0, i32* %retval
- %call = call i32 @f1(), !dbg !29
- %call1 = call i32 @f2(), !dbg !31
- %call2 = call i32 @f3(), !dbg !32
- %call3 = call i32 @f4(), !dbg !33
- ret i32 0, !dbg !34
-}
-
-!llvm.dbg.sp = !{!0, !6, !7, !8, !9}
-
-!0 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f1", metadata !"f1", metadata !"f1", metadata !1, i32 2, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 ()* @f1} ; [ DW_TAG_subprogram ]
-!1 = metadata !{i32 524329, metadata !"lv.c", metadata !"dbg_info_bugs", metadata !2} ; [ DW_TAG_file_type ]
-!2 = metadata !{i32 524305, i32 0, i32 12, metadata !"lv.c", metadata !"dbg_info_bugs", metadata !"clang version 2.9 (trunk 113428)", i1 true, i1 false, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
-!3 = metadata !{i32 524309, metadata !1, metadata !"", metadata !1, i32 0, i64 0, i64 0, i64 0, i32 0, null, metadata !4, i32 0, null} ; [ DW_TAG_subroutine_type ]
-!4 = metadata !{metadata !5}
-!5 = metadata !{i32 524324, metadata !1, metadata !"int", metadata !1, i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ]
-!6 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f2", metadata !"f2", metadata !"f2", metadata !1, i32 8, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 ()* @f2} ; [ DW_TAG_subprogram ]
-!7 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f3", metadata !"f3", metadata !"f3", metadata !1, i32 14, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 ()* @f3} ; [ DW_TAG_subprogram ]
-!8 = metadata !{i32 524334, i32 0, metadata !1, metadata !"f4", metadata !"f4", metadata !"f4", metadata !1, i32 20, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 ()* @f4} ; [ DW_TAG_subprogram ]
-!9 = metadata !{i32 524334, i32 0, metadata !1, metadata !"main", metadata !"main", metadata !"main", metadata !1, i32 25, metadata !3, i1 false, i1 true, i32 0, i32 0, null, i1 false, i1 false, i32 ()* @main} ; [ DW_TAG_subprogram ]
-!10 = metadata !{i32 524544, metadata !11, metadata !"i", metadata !1, i32 3, metadata !5} ; [ DW_TAG_auto_variable ]
-!11 = metadata !{i32 524299, metadata !0, i32 2, i32 10, metadata !1, i32 0} ; [ DW_TAG_lexical_block ]
-!12 = metadata !{i32 3, i32 7, metadata !11, null}
-!13 = metadata !{i32 4, i32 3, metadata !11, null}
-!14 = metadata !{i32 5, i32 3, metadata !11, null}
-!15 = metadata !{i32 524544, metadata !16, metadata !"i", metadata !1, i32 9, metadata !5} ; [ DW_TAG_auto_variable ]
-!16 = metadata !{i32 524299, metadata !6, i32 8, i32 10, metadata !1, i32 1} ; [ DW_TAG_lexical_block ]
-!17 = metadata !{i32 9, i32 7, metadata !16, null}
-!18 = metadata !{i32 10, i32 3, metadata !16, null}
-!19 = metadata !{i32 11, i32 3, metadata !16, null}
-!20 = metadata !{i32 524544, metadata !21, metadata !"i", metadata !1, i32 15, metadata !5} ; [ DW_TAG_auto_variable ]
-!21 = metadata !{i32 524299, metadata !7, i32 14, i32 10, metadata !1, i32 2} ; [ DW_TAG_lexical_block ]
-!22 = metadata !{i32 15, i32 7, metadata !21, null}
-!23 = metadata !{i32 16, i32 3, metadata !21, null}
-!24 = metadata !{i32 17, i32 3, metadata !21, null}
-!25 = metadata !{i32 524544, metadata !26, metadata !"i", metadata !1, i32 21, metadata !5} ; [ DW_TAG_auto_variable ]
-!26 = metadata !{i32 524299, metadata !8, i32 20, i32 10, metadata !1, i32 3} ; [ DW_TAG_lexical_block ]
-!27 = metadata !{i32 21, i32 7, metadata !26, null}
-!28 = metadata !{i32 22, i32 3, metadata !26, null}
-!29 = metadata !{i32 26, i32 3, metadata !30, null}
-!30 = metadata !{i32 524299, metadata !9, i32 25, i32 12, metadata !1, i32 4} ; [ DW_TAG_lexical_block ]
-!31 = metadata !{i32 27, i32 3, metadata !30, null}
-!32 = metadata !{i32 28, i32 3, metadata !30, null}
-!33 = metadata !{i32 29, i32 3, metadata !30, null}
-!34 = metadata !{i32 30, i32 3, metadata !30, null}
diff --git a/debuginfo-tests/nested-struct.cpp b/debuginfo-tests/nested-struct.cpp
deleted file mode 100644
index 5a626c5418fb..000000000000
--- a/debuginfo-tests/nested-struct.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-// RUN: %clangxx -O0 -g %s -c -o %t.o
-// RUN: %test_debuginfo %s %t.o
-// Radar 9440721
-// If debug info for my_number() is emitted outside function foo's scope
-// then a debugger may not be able to handle it. At least one version of
-// gdb crashes in such cases.
-
-// DEBUGGER: ptype foo
-// CHECK: type = int (void)
-
-int foo() {
- struct Local {
- static int my_number() {
- return 42;
- }
- };
-
- int i = 0;
- i = Local::my_number();
- return i + 1;
-}
diff --git a/debuginfo-tests/sret.cpp b/debuginfo-tests/sret.cpp
deleted file mode 100644
index 90145f8c194c..000000000000
--- a/debuginfo-tests/sret.cpp
+++ /dev/null
@@ -1,71 +0,0 @@
-// RUN: %clangxx -O0 -g %s -c -o %t.o
-// RUN: %clangxx %t.o -o %t.out
-// RUN: %test_debuginfo %s %t.out
-// Radar 8775834
-// DEBUGGER: break 61
-// DEBUGGER: r
-// DEBUGGER: p a
-// CHECK: $1 = (A &)
-// CHECK: _vptr$A =
-// CHECK: m_int = 12
-
-class A
-{
-public:
- A (int i=0);
- A (const A& rhs);
- const A&
- operator= (const A& rhs);
- virtual ~A() {}
-
- int get_int();
-
-protected:
- int m_int;
-};
-
-A::A (int i) :
- m_int(i)
-{
-}
-
-A::A (const A& rhs) :
- m_int (rhs.m_int)
-{
-}
-
-const A &
-A::operator =(const A& rhs)
-{
- m_int = rhs.m_int;
- return *this;
-}
-
-int A::get_int()
-{
- return m_int;
-}
-
-class B
-{
-public:
- B () {}
-
- A AInstance();
-};
-
-A
-B::AInstance()
-{
- A a(12);
- return a;
-}
-
-int main (int argc, char const *argv[])
-{
- B b;
- int return_val = b.AInstance().get_int();
-
- A a(b.AInstance());
- return return_val;
-}
diff --git a/debuginfo-tests/unused-boolean-arg.ll b/debuginfo-tests/unused-boolean-arg.ll
deleted file mode 100644
index 77c31f5e7557..000000000000
--- a/debuginfo-tests/unused-boolean-arg.ll
+++ /dev/null
@@ -1,84 +0,0 @@
-; This test checks debug info of unused, zero extended argument.
-; RUN: %clang -arch x86_64 -mllvm -fast-isel=false %s -c -o %t.o
-; RUN: %clang -arch x86_64 %t.o -o %t.out
-; RUN: %test_debuginfo %s %t.out
-; XFAIL: *
-; XTARGET: darwin
-; Radar 9422775
-
-target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
-target triple = "x86_64-apple-macosx10.6.7"
-
-%class.aClass = type { float }
-
-; DEBUGGER: break aClass::setValues
-; DEBUGGER: r
-; DEBUGGER: p Filter
-; CHECK: true
-
-define void @_ZN6aClass9setValuesEibf(%class.aClass* nocapture %this, i32 %ch, i1 zeroext %Filter, float %a1) nounwind noinline ssp align 2 {
-entry:
- tail call void @llvm.dbg.value(metadata !{%class.aClass* %this}, i64 0, metadata !19), !dbg !25
- tail call void @llvm.dbg.value(metadata !{i32 %ch}, i64 0, metadata !20), !dbg !26
- tail call void @llvm.dbg.value(metadata !{i1 %Filter}, i64 0, metadata !21), !dbg !27
- tail call void @llvm.dbg.value(metadata !{float %a1}, i64 0, metadata !22), !dbg !28
- %m = getelementptr inbounds %class.aClass* %this, i64 0, i32 0, !dbg !29
- store float %a1, float* %m, align 4, !dbg !29, !tbaa !31
- ret void, !dbg !34
-}
-
-declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
-
-define i32 @main() nounwind ssp {
-entry:
- %a = alloca %class.aClass, align 4
- call void @llvm.dbg.declare(metadata !{%class.aClass* %a}, metadata !23), !dbg !35
- call void @_ZN6aClass9setValuesEibf(%class.aClass* %a, i32 undef, i1 zeroext 1, float 1.000000e+00), !dbg !36
- ret i32 0, !dbg !37
-}
-
-declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
-
-!llvm.dbg.cu = !{!0}
-!llvm.dbg.sp = !{!1, !12, !16}
-!llvm.dbg.lv._ZN6aClass9setValuesEibf = !{!19, !20, !21, !22}
-!llvm.dbg.lv.main = !{!23}
-
-!0 = metadata !{i32 589841, i32 0, i32 4, metadata !"two.cpp", metadata !"/private/tmp/inc", metadata !"clang version 3.0 (trunk 131411)", i1 true, i1 true, metadata !"", i32 0} ; [ DW_TAG_compile_unit ]
-!1 = metadata !{i32 589870, i32 0, metadata !2, metadata !"setValues", metadata !"setValues", metadata !"_ZN6aClass9setValuesEibf", metadata !3, i32 6, metadata !7, i1 false, i1 false, i32 0, i32 0, null, i32 256, i1 true, null, null} ; [ DW_TAG_subprogram ]
-!2 = metadata !{i32 589826, metadata !0, metadata !"aClass", metadata !3, i32 2, i64 32, i64 32, i32 0, i32 0, null, metadata !4, i32 0, null, null} ; [ DW_TAG_class_type ]
-!3 = metadata !{i32 589865, metadata !"./one.h", metadata !"/private/tmp/inc", metadata !0} ; [ DW_TAG_file_type ]
-!4 = metadata !{metadata !5, metadata !1}
-!5 = metadata !{i32 589837, metadata !3, metadata !"m", metadata !3, i32 4, i64 32, i64 32, i64 0, i32 1, metadata !6} ; [ DW_TAG_member ]
-!6 = metadata !{i32 589860, metadata !0, metadata !"float", null, i32 0, i64 32, i64 32, i64 0, i32 0, i32 4} ; [ DW_TAG_base_type ]
-!7 = metadata !{i32 589845, metadata !3, metadata !"", metadata !3, i32 0, i64 0, i64 0, i32 0, i32 0, i32 0, metadata !8, i32 0, i32 0} ; [ DW_TAG_subroutine_type ]
-!8 = metadata !{null, metadata !9, metadata !10, metadata !11, metadata !6}
-!9 = metadata !{i32 589839, metadata !0, metadata !"", i32 0, i32 0, i64 64, i64 64, i64 0, i32 64, metadata !2} ; [ DW_TAG_pointer_type ]
-!10 = metadata !{i32 589860, metadata !0, metadata !"int", null, i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ]
-!11 = metadata !{i32 589860, metadata !0, metadata !"bool", null, i32 0, i64 8, i64 8, i64 0, i32 0, i32 2} ; [ DW_TAG_base_type ]
-!12 = metadata !{i32 589870, i32 0, metadata !13, metadata !"setValues", metadata !"setValues", metadata !"_ZN6aClass9setValuesEibf", metadata !13, i32 4, metadata !14, i1 false, i1 true, i32 0, i32 0, i32 0, i32 256, i1 true, void (%class.aClass*, i32, i1, float)* @_ZN6aClass9setValuesEibf, null, metadata !1} ; [ DW_TAG_subprogram ]
-!13 = metadata !{i32 589865, metadata !"two.cpp", metadata !"/private/tmp/inc", metadata !0} ; [ DW_TAG_file_type ]
-!14 = metadata !{i32 589845, metadata !13, metadata !"", metadata !13, i32 0, i64 0, i64 0, i32 0, i32 0, i32 0, metadata !15, i32 0, i32 0} ; [ DW_TAG_subroutine_type ]
-!15 = metadata !{null}
-!16 = metadata !{i32 589870, i32 0, metadata !13, metadata !"main", metadata !"main", metadata !"", metadata !13, i32 9, metadata !17, i1 false, i1 true, i32 0, i32 0, i32 0, i32 256, i1 true, i32 ()* @main, null, null} ; [ DW_TAG_subprogram ]
-!17 = metadata !{i32 589845, metadata !13, metadata !"", metadata !13, i32 0, i64 0, i64 0, i32 0, i32 0, i32 0, metadata !18, i32 0, i32 0} ; [ DW_TAG_subroutine_type ]
-!18 = metadata !{metadata !10}
-!19 = metadata !{i32 590081, metadata !12, metadata !"this", metadata !13, i32 16777219, metadata !9, i32 64} ; [ DW_TAG_arg_variable ]
-!20 = metadata !{i32 590081, metadata !12, metadata !"ch", metadata !13, i32 33554435, metadata !10, i32 0} ; [ DW_TAG_arg_variable ]
-!21 = metadata !{i32 590081, metadata !12, metadata !"Filter", metadata !13, i32 50331651, metadata !11, i32 0} ; [ DW_TAG_arg_variable ]
-!22 = metadata !{i32 590081, metadata !12, metadata !"a1", metadata !13, i32 67108867, metadata !6, i32 0} ; [ DW_TAG_arg_variable ]
-!23 = metadata !{i32 590080, metadata !24, metadata !"a", metadata !13, i32 10, metadata !2, i32 0} ; [ DW_TAG_auto_variable ]
-!24 = metadata !{i32 589835, metadata !16, i32 9, i32 1, metadata !13, i32 1} ; [ DW_TAG_lexical_block ]
-!25 = metadata !{i32 3, i32 40, metadata !12, null}
-!26 = metadata !{i32 3, i32 54, metadata !12, null}
-!27 = metadata !{i32 3, i32 63, metadata !12, null}
-!28 = metadata !{i32 3, i32 77, metadata !12, null}
-!29 = metadata !{i32 5, i32 2, metadata !30, null}
-!30 = metadata !{i32 589835, metadata !12, i32 4, i32 1, metadata !13, i32 0} ; [ DW_TAG_lexical_block ]
-!31 = metadata !{metadata !"float", metadata !32}
-!32 = metadata !{metadata !"omnipotent char", metadata !33}
-!33 = metadata !{metadata !"Simple C/C++ TBAA", null}
-!34 = metadata !{i32 6, i32 1, metadata !30, null}
-!35 = metadata !{i32 10, i32 11, metadata !24, null}
-!36 = metadata !{i32 11, i32 4, metadata !24, null}
-!37 = metadata !{i32 12, i32 4, metadata !24, null}
diff --git a/libclc/CREDITS.TXT b/libclc/CREDITS.TXT
deleted file mode 100644
index b18d40bd7339..000000000000
--- a/libclc/CREDITS.TXT
+++ /dev/null
@@ -1,2 +0,0 @@
-N: Peter Collingbourne
-E: peter@pcc.me.uk
diff --git a/libclc/LICENSE.TXT b/libclc/LICENSE.TXT
deleted file mode 100644
index e4df97bb02da..000000000000
--- a/libclc/LICENSE.TXT
+++ /dev/null
@@ -1,64 +0,0 @@
-==============================================================================
-libclc License
-==============================================================================
-
-The libclc library is dual licensed under both the University of Illinois
-"BSD-Like" license and the MIT license. As a user of this code you may choose
-to use it under either license. As a contributor, you agree to allow your code
-to be used under both.
-
-Full text of the relevant licenses is included below.
-
-==============================================================================
-
-Copyright (c) 2011-2012 by the contributors listed in CREDITS.TXT
-
-All rights reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal with
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimers.
-
- * Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimers in the
- documentation and/or other materials provided with the distribution.
-
- * The names of the contributors may not be used to endorse or promote
- products derived from this Software without specific prior written
- permission.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
-SOFTWARE.
-
-==============================================================================
-
-Copyright (c) 2011-2012 by the contributors listed in CREDITS.TXT
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/libclc/README.TXT b/libclc/README.TXT
deleted file mode 100644
index 40eddb31e1cb..000000000000
--- a/libclc/README.TXT
+++ /dev/null
@@ -1,37 +0,0 @@
-libclc
-------
-
-libclc is an open source, BSD licensed implementation of the library
-requirements of the OpenCL C programming language, as specified by the
-OpenCL 1.1 Specification. The following sections of the specification
-impose library requirements:
-
- *Â 6.1: Supported Data Types
- *Â 6.2.3: Explicit Conversions
- *Â 6.2.4.2: Reinterpreting Types Using as_type() and as_typen()
- *Â 6.9: Preprocessor Directives and Macros
- *Â 6.11: Built-in Functions
- *Â 9.3: Double Precision Floating-Point
- *Â 9.4: 64-bit Atomics
- *Â 9.5: Writing to 3D image memory objects
- *Â 9.6: Half Precision Floating-Point
-
-libclc is intended to be used with the Clang compiler's OpenCL frontend.
-
-libclc is designed to be portable and extensible. To this end, it provides
-generic implementations of most library requirements, allowing the target
-to override the generic implementation at the granularity of individual
-functions.
-
-libclc currently only supports the PTX target, but support for more
-targets is welcome.
-
-Compiling
----------
-
-./configure.py --with-llvm-config=/path/to/llvm-config && make
-
-Website
--------
-
-http://www.pcc.me.uk/~peter/libclc/
diff --git a/libclc/build/metabuild.py b/libclc/build/metabuild.py
deleted file mode 100644
index 65870acda8d1..000000000000
--- a/libclc/build/metabuild.py
+++ /dev/null
@@ -1,91 +0,0 @@
-import ninja_syntax
-import os
-
-# Simple meta-build system.
-
-class Make(object):
- def __init__(self):
- self.output = open(self.output_filename(), 'w')
- self.rules = {}
- self.rule_text = ''
- self.all_targets = []
- self.clean_files = []
- self.distclean_files = []
- self.output.write("""all::
-
-ifndef VERBOSE
- Verb = @
-endif
-
-""")
-
- def output_filename(self):
- return 'Makefile'
-
- def rule(self, name, command, description=None, depfile=None,
- generator=False):
- self.rules[name] = {'command': command, 'description': description,
- 'depfile': depfile, 'generator': generator}
-
- def build(self, output, rule, inputs=[], implicit=[], order_only=[]):
- inputs = self._as_list(inputs)
- implicit = self._as_list(implicit)
- order_only = self._as_list(order_only)
-
- output_dir = os.path.dirname(output)
- if output_dir != '' and not os.path.isdir(output_dir):
- os.makedirs(output_dir)
-
- dollar_in = ' '.join(inputs)
- subst = lambda text: text.replace('$in', dollar_in).replace('$out', output)
-
- deps = ' '.join(inputs + implicit)
- if order_only:
- deps += ' | '
- deps += ' '.join(order_only)
- self.output.write('%s: %s\n' % (output, deps))
-
- r = self.rules[rule]
- command = subst(r['command'])
- if r['description']:
- desc = subst(r['description'])
- self.output.write('\t@echo %s\n\t$(Verb) %s\n' % (desc, command))
- else:
- self.output.write('\t%s\n' % command)
- if r['depfile']:
- depfile = subst(r['depfile'])
- self.output.write('-include '+depfile+'\n')
- self.output.write('\n')
-
- self.all_targets.append(output)
- if r['generator']:
- self.distclean_files.append(output)
- else:
- self.clean_files.append(output)
-
- def _as_list(self, input):
- if isinstance(input, list):
- return input
- return [input]
-
- def finish(self):
- self.output.write('all:: %s\n\n' % ' '.join(self.all_targets))
- self.output.write('clean: \n\trm -f %s\n\n' % ' '.join(self.clean_files))
- self.output.write('distclean: clean\n\trm -f %s\n' % ' '.join(self.distclean_files))
-
-class Ninja(ninja_syntax.Writer):
- def __init__(self):
- ninja_syntax.Writer.__init__(self, open(self.output_filename(), 'w'))
-
- def output_filename(self):
- return 'build.ninja'
-
- def finish(self):
- pass
-
-def from_name(name):
- if name == 'make':
- return Make()
- if name == 'ninja':
- return Ninja()
- raise LookupError, 'unknown generator: %s; supported generators are make and ninja' % name
diff --git a/libclc/build/ninja_syntax.py b/libclc/build/ninja_syntax.py
deleted file mode 100644
index 6e8a87c74068..000000000000
--- a/libclc/build/ninja_syntax.py
+++ /dev/null
@@ -1,110 +0,0 @@
-#!/usr/bin/python
-
-"""Python module for generating .ninja files.
-
-Note that this is emphatically not a required piece of Ninja; it's
-just a helpful utility for build-file-generation systems that already
-use Python.
-"""
-
-import textwrap
-
-class Writer(object):
- def __init__(self, output, width=78):
- self.output = output
- self.width = width
-
- def newline(self):
- self.output.write('\n')
-
- def comment(self, text):
- for line in textwrap.wrap(text, self.width - 2):
- self.output.write('# ' + line + '\n')
-
- def variable(self, key, value, indent=0):
- if value is None:
- return
- if isinstance(value, list):
- value = ' '.join(value)
- self._line('%s = %s' % (key, value), indent)
-
- def rule(self, name, command, description=None, depfile=None,
- generator=False):
- self._line('rule %s' % name)
- self.variable('command', command, indent=1)
- if description:
- self.variable('description', description, indent=1)
- if depfile:
- self.variable('depfile', depfile, indent=1)
- if generator:
- self.variable('generator', '1', indent=1)
-
- def build(self, outputs, rule, inputs=None, implicit=None, order_only=None,
- variables=None):
- outputs = self._as_list(outputs)
- all_inputs = self._as_list(inputs)[:]
-
- if implicit:
- all_inputs.append('|')
- all_inputs.extend(self._as_list(implicit))
- if order_only:
- all_inputs.append('||')
- all_inputs.extend(self._as_list(order_only))
-
- self._line('build %s: %s %s' % (' '.join(outputs),
- rule,
- ' '.join(all_inputs)))
-
- if variables:
- for key, val in variables:
- self.variable(key, val, indent=1)
-
- return outputs
-
- def include(self, path):
- self._line('include %s' % path)
-
- def subninja(self, path):
- self._line('subninja %s' % path)
-
- def default(self, paths):
- self._line('default %s' % ' '.join(self._as_list(paths)))
-
- def _line(self, text, indent=0):
- """Write 'text' word-wrapped at self.width characters."""
- leading_space = ' ' * indent
- while len(text) > self.width:
- # The text is too wide; wrap if possible.
-
- # Find the rightmost space that would obey our width constraint.
- available_space = self.width - len(leading_space) - len(' $')
- space = text.rfind(' ', 0, available_space)
- if space < 0:
- # No such space; just use the first space we can find.
- space = text.find(' ', available_space)
- if space < 0:
- # Give up on breaking.
- break
-
- self.output.write(leading_space + text[0:space] + ' $\n')
- text = text[space+1:]
-
- # Subsequent lines are continuations, so indent them.
- leading_space = ' ' * (indent+2)
-
- self.output.write(leading_space + text + '\n')
-
- def _as_list(self, input):
- if input is None:
- return []
- if isinstance(input, list):
- return input
- return [input]
-
-
-def escape(string):
- """Escape a string such that it can be embedded into a Ninja file without
- further interpretation."""
- assert '\n' not in string, 'Ninja syntax does not allow newlines'
- # We only have one special metacharacter: '$'.
- return string.replace('$', '$$')
diff --git a/libclc/compile-test.sh b/libclc/compile-test.sh
deleted file mode 100755
index f322fbd57ef3..000000000000
--- a/libclc/compile-test.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-clang -ccc-host-triple ptx32--nvidiacl -Iptx-nvidiacl/include -Igeneric/include -Xclang -mlink-bitcode-file -Xclang ptx32--nvidiacl/lib/builtins.bc -include clc/clc.h -Dcl_clang_storage_class_specifiers "$@"
diff --git a/libclc/configure.py b/libclc/configure.py
deleted file mode 100755
index 310122be4356..000000000000
--- a/libclc/configure.py
+++ /dev/null
@@ -1,133 +0,0 @@
-#!/usr/bin/python
-
-def c_compiler_rule(b, name, description, compiler, flags):
- command = "%s -MMD -MF $out.d %s -c -o $out $in" % (compiler, flags)
- b.rule(name, command, description + " $out", depfile="$out.d")
-
-from optparse import OptionParser
-import os
-from subprocess import *
-import sys
-
-srcdir = os.path.dirname(sys.argv[0])
-
-sys.path.insert(0, os.path.join(srcdir, 'build'))
-import metabuild
-
-p = OptionParser()
-p.add_option('--with-llvm-config', metavar='PATH',
- help='use given llvm-config script')
-p.add_option('-g', metavar='GENERATOR', default='make',
- help='use given generator (default: make)')
-(options, args) = p.parse_args()
-
-llvm_config_exe = options.with_llvm_config or "llvm-config"
-
-def llvm_config(args):
- try:
- proc = Popen([llvm_config_exe] + args, stdout=PIPE)
- return proc.communicate()[0].rstrip().replace('\n', ' ')
- except OSError:
- print "Error executing llvm-config."
- print "Please ensure that llvm-config is in your $PATH, or use --with-llvm-config."
- sys.exit(1)
-
-llvm_bindir = llvm_config(['--bindir'])
-llvm_core_libs = llvm_config(['--ldflags', '--libs', 'core', 'bitreader', 'bitwriter'])
-llvm_cxxflags = llvm_config(['--cxxflags']) + ' -fno-exceptions -fno-rtti'
-
-llvm_clang = os.path.join(llvm_bindir, 'clang')
-llvm_link = os.path.join(llvm_bindir, 'llvm-link')
-llvm_opt = os.path.join(llvm_bindir, 'opt')
-
-default_targets = ['ptx32--nvidiacl', 'ptx64--nvidiacl']
-
-targets = args
-if not targets:
- targets = default_targets
-
-b = metabuild.from_name(options.g)
-
-b.rule("LLVM_AS", "%s -o $out $in" % os.path.join(llvm_bindir, "llvm-as"),
- 'LLVM-AS $out')
-b.rule("LLVM_LINK", command = llvm_link + " -o $out $in",
- description = 'LLVM-LINK $out')
-b.rule("OPT", command = llvm_opt + " -O3 -o $out $in",
- description = 'OPT $out')
-
-c_compiler_rule(b, "LLVM_TOOL_CXX", 'CXX', 'c++', llvm_cxxflags)
-b.rule("LLVM_TOOL_LINK", "c++ -o $out $in %s" % llvm_core_libs, 'LINK $out')
-
-prepare_builtins = os.path.join('utils', 'prepare-builtins')
-b.build(os.path.join('utils', 'prepare-builtins.o'), "LLVM_TOOL_CXX",
- os.path.join(srcdir, 'utils', 'prepare-builtins.cpp'))
-b.build(prepare_builtins, "LLVM_TOOL_LINK",
- os.path.join('utils', 'prepare-builtins.o'))
-
-b.rule("PREPARE_BUILTINS", "%s -o $out $in" % prepare_builtins,
- 'PREPARE-BUILTINS $out')
-
-manifest_deps = set([sys.argv[0], os.path.join(srcdir, 'build', 'metabuild.py'),
- os.path.join(srcdir, 'build', 'ninja_syntax.py')])
-
-for target in targets:
- (t_arch, t_vendor, t_os) = target.split('-')
- archs = [t_arch]
- if t_arch == 'ptx32' or t_arch == 'ptx64':
- archs.append('ptx')
- archs.append('generic')
-
- subdirs = []
- for arch in archs:
- subdirs.append("%s-%s-%s" % (arch, t_vendor, t_os))
- subdirs.append("%s-%s" % (arch, t_os))
- subdirs.append(arch)
-
- subdirs = [subdir for subdir in subdirs
- if os.path.isdir(os.path.join(srcdir, subdir, 'include')) or
- os.path.isfile(os.path.join(srcdir, subdir, 'lib', 'SOURCES'))]
-
- clang_cl_includes = ' '.join(["-I%s" % os.path.join(srcdir, subdir, 'include')
- for subdir in subdirs])
-
- # The rule for building a .bc file for the specified architecture using clang.
- clang_bc_flags = "-ccc-host-triple %s -I`dirname $in` %s " \
- "-Dcl_clang_storage_class_specifiers " \
- "-emit-llvm" % (target, clang_cl_includes)
- clang_bc_rule = "CLANG_CL_BC_" + target
- c_compiler_rule(b, clang_bc_rule, "LLVM-CC", llvm_clang, clang_bc_flags)
-
- objects = []
- sources_seen = set()
-
- for subdir in subdirs:
- src_libdir = os.path.join(srcdir, subdir, 'lib')
- if not os.path.isdir(src_libdir):
- continue
- subdir_list_file = os.path.join(src_libdir, 'SOURCES')
- manifest_deps.add(subdir_list_file)
- for src in open(subdir_list_file).readlines():
- src = src.rstrip()
- if src not in sources_seen:
- sources_seen.add(src)
- obj = os.path.join(target, 'lib', src + '.bc')
- objects.append(obj)
- src_file = os.path.join(src_libdir, src)
- ext = os.path.splitext(src)[1]
- if ext == '.ll':
- b.build(obj, 'LLVM_AS', src_file)
- else:
- b.build(obj, clang_bc_rule, src_file)
-
- builtins_link_bc = os.path.join(target, 'lib', 'builtins.link.bc')
- builtins_opt_bc = os.path.join(target, 'lib', 'builtins.opt.bc')
- builtins_bc = os.path.join(target, 'lib', 'builtins.bc')
- b.build(builtins_link_bc, "LLVM_LINK", objects)
- b.build(builtins_opt_bc, "OPT", builtins_link_bc)
- b.build(builtins_bc, "PREPARE_BUILTINS", builtins_opt_bc, prepare_builtins)
-
-b.rule("configure", command = ' '.join(sys.argv), description = 'CONFIGURE',
- generator = True)
-b.build(b.output_filename(), 'configure', list(manifest_deps))
-
-b.finish()
diff --git a/libclc/generic/include/clc/as_type.h b/libclc/generic/include/clc/as_type.h
deleted file mode 100644
index ef7b2b17c8d0..000000000000
--- a/libclc/generic/include/clc/as_type.h
+++ /dev/null
@@ -1,53 +0,0 @@
-#define as_char(x) __builtin_astype(x, char)
-#define as_uchar(x) __builtin_astype(x, uchar)
-#define as_short(x) __builtin_astype(x, short)
-#define as_ushort(x) __builtin_astype(x, ushort)
-#define as_int(x) __builtin_astype(x, int)
-#define as_uint(x) __builtin_astype(x, uint)
-#define as_long(x) __builtin_astype(x, long)
-#define as_ulong(x) __builtin_astype(x, ulong)
-
-#define as_char2(x) __builtin_astype(x, char2)
-#define as_uchar2(x) __builtin_astype(x, uchar2)
-#define as_short2(x) __builtin_astype(x, short2)
-#define as_ushort2(x) __builtin_astype(x, ushort2)
-#define as_int2(x) __builtin_astype(x, int2)
-#define as_uint2(x) __builtin_astype(x, uint2)
-#define as_long2(x) __builtin_astype(x, long2)
-#define as_ulong2(x) __builtin_astype(x, ulong2)
-
-#define as_char3(x) __builtin_astype(x, char3)
-#define as_uchar3(x) __builtin_astype(x, uchar3)
-#define as_short3(x) __builtin_astype(x, short3)
-#define as_ushort3(x) __builtin_astype(x, ushort3)
-#define as_int3(x) __builtin_astype(x, int3)
-#define as_uint3(x) __builtin_astype(x, uint3)
-#define as_long3(x) __builtin_astype(x, long3)
-#define as_ulong3(x) __builtin_astype(x, ulong3)
-
-#define as_char4(x) __builtin_astype(x, char4)
-#define as_uchar4(x) __builtin_astype(x, uchar4)
-#define as_short4(x) __builtin_astype(x, short4)
-#define as_ushort4(x) __builtin_astype(x, ushort4)
-#define as_int4(x) __builtin_astype(x, int4)
-#define as_uint4(x) __builtin_astype(x, uint4)
-#define as_long4(x) __builtin_astype(x, long4)
-#define as_ulong4(x) __builtin_astype(x, ulong4)
-
-#define as_char8(x) __builtin_astype(x, char8)
-#define as_uchar8(x) __builtin_astype(x, uchar8)
-#define as_short8(x) __builtin_astype(x, short8)
-#define as_ushort8(x) __builtin_astype(x, ushort8)
-#define as_int8(x) __builtin_astype(x, int8)
-#define as_uint8(x) __builtin_astype(x, uint8)
-#define as_long8(x) __builtin_astype(x, long8)
-#define as_ulong8(x) __builtin_astype(x, ulong8)
-
-#define as_char16(x) __builtin_astype(x, char16)
-#define as_uchar16(x) __builtin_astype(x, uchar16)
-#define as_short16(x) __builtin_astype(x, short16)
-#define as_ushort16(x) __builtin_astype(x, ushort16)
-#define as_int16(x) __builtin_astype(x, int16)
-#define as_uint16(x) __builtin_astype(x, uint16)
-#define as_long16(x) __builtin_astype(x, long16)
-#define as_ulong16(x) __builtin_astype(x, ulong16)
diff --git a/libclc/generic/include/clc/clc.h b/libclc/generic/include/clc/clc.h
deleted file mode 100644
index 983884b8f786..000000000000
--- a/libclc/generic/include/clc/clc.h
+++ /dev/null
@@ -1,57 +0,0 @@
-#ifndef cl_clang_storage_class_specifiers
-#error Implementation requires cl_clang_storage_class_specifiers extension!
-#endif
-
-#pragma OPENCL EXTENSION cl_clang_storage_class_specifiers : enable
-
-#ifdef cl_khr_fp64
-#pragma OPENCL EXTENSION cl_khr_fp64 : enable
-#endif
-
-/* Function Attributes */
-#include
-
-/* Pattern Macro Definitions */
-#include
-
-/* 6.1 Supported Data Types */
-#include
-
-/* 6.2.4.2 Reinterpreting Types Using as_type() and as_typen() */
-#include
-
-/* 6.11.1 Work-Item Functions */
-#include
-#include
-#include
-#include
-#include
-#include
-
-/* 6.11.2 Math Functions */
-#include
-#include
-#include
-#include
-#include
-#include
-#include
-
-/* 6.11.3 Integer Functions */
-#include
-#include
-#include
-
-/* 6.11.5 Geometric Functions */
-#include
-#include
-#include
-
-/* 6.11.6 Relational Functions */
-#include
-
-/* 6.11.8 Synchronization Functions */
-#include
-#include
-
-#pragma OPENCL EXTENSION all : disable
diff --git a/libclc/generic/include/clc/clcfunc.h b/libclc/generic/include/clc/clcfunc.h
deleted file mode 100644
index 46067fc47ed0..000000000000
--- a/libclc/generic/include/clc/clcfunc.h
+++ /dev/null
@@ -1,4 +0,0 @@
-#define _CLC_OVERLOAD __attribute__((overloadable))
-#define _CLC_DECL
-#define _CLC_DEF __attribute__((always_inline))
-#define _CLC_INLINE __attribute__((always_inline)) static inline
diff --git a/libclc/generic/include/clc/clcmacro.h b/libclc/generic/include/clc/clcmacro.h
deleted file mode 100644
index d10a613d1a66..000000000000
--- a/libclc/generic/include/clc/clcmacro.h
+++ /dev/null
@@ -1,42 +0,0 @@
-#define _CLC_UNARY_VECTORIZE(DECLSPEC, RET_TYPE, FUNCTION, ARG1_TYPE) \
- DECLSPEC RET_TYPE##2 FUNCTION(ARG1_TYPE##2 x) { \
- return (RET_TYPE##2)(FUNCTION(x.x), FUNCTION(x.y)); \
- } \
-\
- DECLSPEC RET_TYPE##3 FUNCTION(ARG1_TYPE##3 x) { \
- return (RET_TYPE##3)(FUNCTION(x.x), FUNCTION(x.y), FUNCTION(x.z)); \
- } \
-\
- DECLSPEC RET_TYPE##4 FUNCTION(ARG1_TYPE##4 x) { \
- return (RET_TYPE##4)(FUNCTION(x.lo), FUNCTION(x.hi)); \
- } \
-\
- DECLSPEC RET_TYPE##8 FUNCTION(ARG1_TYPE##8 x) { \
- return (RET_TYPE##8)(FUNCTION(x.lo), FUNCTION(x.hi)); \
- } \
-\
- DECLSPEC RET_TYPE##16 FUNCTION(ARG1_TYPE##16 x) { \
- return (RET_TYPE##16)(FUNCTION(x.lo), FUNCTION(x.hi)); \
- }
-
-#define _CLC_BINARY_VECTORIZE(DECLSPEC, RET_TYPE, FUNCTION, ARG1_TYPE, ARG2_TYPE) \
- DECLSPEC RET_TYPE##2 FUNCTION(ARG1_TYPE##2 x, ARG2_TYPE##2 y) { \
- return (RET_TYPE##2)(FUNCTION(x.x, y.x), FUNCTION(x.y, y.y)); \
- } \
-\
- DECLSPEC RET_TYPE##3 FUNCTION(ARG1_TYPE##3 x, ARG2_TYPE##3 y) { \
- return (RET_TYPE##3)(FUNCTION(x.x, y.x), FUNCTION(x.y, y.y), \
- FUNCTION(x.z, y.z)); \
- } \
-\
- DECLSPEC RET_TYPE##4 FUNCTION(ARG1_TYPE##4 x, ARG2_TYPE##4 y) { \
- return (RET_TYPE##4)(FUNCTION(x.lo, y.lo), FUNCTION(x.hi, y.hi)); \
- } \
-\
- DECLSPEC RET_TYPE##8 FUNCTION(ARG1_TYPE##8 x, ARG2_TYPE##8 y) { \
- return (RET_TYPE##8)(FUNCTION(x.lo, y.lo), FUNCTION(x.hi, y.hi)); \
- } \
-\
- DECLSPEC RET_TYPE##16 FUNCTION(ARG1_TYPE##16 x, ARG2_TYPE##16 y) { \
- return (RET_TYPE##16)(FUNCTION(x.lo, y.lo), FUNCTION(x.hi, y.hi)); \
- }
diff --git a/libclc/generic/include/clc/clctypes.h b/libclc/generic/include/clc/clctypes.h
deleted file mode 100644
index ca729f76fd3d..000000000000
--- a/libclc/generic/include/clc/clctypes.h
+++ /dev/null
@@ -1,74 +0,0 @@
-/* 6.1.1 Built-in Scalar Data Types */
-
-#include
-
-typedef unsigned char uchar;
-typedef unsigned short ushort;
-typedef unsigned int uint;
-typedef unsigned long ulong;
-
-/* 6.1.2 Built-in Vector Data Types */
-
-typedef __attribute__((ext_vector_type(2))) char char2;
-typedef __attribute__((ext_vector_type(3))) char char3;
-typedef __attribute__((ext_vector_type(4))) char char4;
-typedef __attribute__((ext_vector_type(8))) char char8;
-typedef __attribute__((ext_vector_type(16))) char char16;
-
-typedef __attribute__((ext_vector_type(2))) uchar uchar2;
-typedef __attribute__((ext_vector_type(3))) uchar uchar3;
-typedef __attribute__((ext_vector_type(4))) uchar uchar4;
-typedef __attribute__((ext_vector_type(8))) uchar uchar8;
-typedef __attribute__((ext_vector_type(16))) uchar uchar16;
-
-typedef __attribute__((ext_vector_type(2))) short short2;
-typedef __attribute__((ext_vector_type(3))) short short3;
-typedef __attribute__((ext_vector_type(4))) short short4;
-typedef __attribute__((ext_vector_type(8))) short short8;
-typedef __attribute__((ext_vector_type(16))) short short16;
-
-typedef __attribute__((ext_vector_type(2))) ushort ushort2;
-typedef __attribute__((ext_vector_type(3))) ushort ushort3;
-typedef __attribute__((ext_vector_type(4))) ushort ushort4;
-typedef __attribute__((ext_vector_type(8))) ushort ushort8;
-typedef __attribute__((ext_vector_type(16))) ushort ushort16;
-
-typedef __attribute__((ext_vector_type(2))) int int2;
-typedef __attribute__((ext_vector_type(3))) int int3;
-typedef __attribute__((ext_vector_type(4))) int int4;
-typedef __attribute__((ext_vector_type(8))) int int8;
-typedef __attribute__((ext_vector_type(16))) int int16;
-
-typedef __attribute__((ext_vector_type(2))) uint uint2;
-typedef __attribute__((ext_vector_type(3))) uint uint3;
-typedef __attribute__((ext_vector_type(4))) uint uint4;
-typedef __attribute__((ext_vector_type(8))) uint uint8;
-typedef __attribute__((ext_vector_type(16))) uint uint16;
-
-typedef __attribute__((ext_vector_type(2))) long long2;
-typedef __attribute__((ext_vector_type(3))) long long3;
-typedef __attribute__((ext_vector_type(4))) long long4;
-typedef __attribute__((ext_vector_type(8))) long long8;
-typedef __attribute__((ext_vector_type(16))) long long16;
-
-typedef __attribute__((ext_vector_type(2))) ulong ulong2;
-typedef __attribute__((ext_vector_type(3))) ulong ulong3;
-typedef __attribute__((ext_vector_type(4))) ulong ulong4;
-typedef __attribute__((ext_vector_type(8))) ulong ulong8;
-typedef __attribute__((ext_vector_type(16))) ulong ulong16;
-
-typedef __attribute__((ext_vector_type(2))) float float2;
-typedef __attribute__((ext_vector_type(3))) float float3;
-typedef __attribute__((ext_vector_type(4))) float float4;
-typedef __attribute__((ext_vector_type(8))) float float8;
-typedef __attribute__((ext_vector_type(16))) float float16;
-
-/* 9.3 Double Precision Floating-Point */
-
-#ifdef cl_khr_fp64
-typedef __attribute__((ext_vector_type(2))) double double2;
-typedef __attribute__((ext_vector_type(3))) double double3;
-typedef __attribute__((ext_vector_type(4))) double double4;
-typedef __attribute__((ext_vector_type(8))) double double8;
-typedef __attribute__((ext_vector_type(16))) double double16;
-#endif
diff --git a/libclc/generic/include/clc/gentype.inc b/libclc/generic/include/clc/gentype.inc
deleted file mode 100644
index 450692080feb..000000000000
--- a/libclc/generic/include/clc/gentype.inc
+++ /dev/null
@@ -1,51 +0,0 @@
-#define GENTYPE float
-#include BODY
-#undef GENTYPE
-
-#define GENTYPE float2
-#include BODY
-#undef GENTYPE
-
-#define GENTYPE float3
-#include BODY
-#undef GENTYPE
-
-#define GENTYPE float4
-#include BODY
-#undef GENTYPE
-
-#define GENTYPE float8
-#include BODY
-#undef GENTYPE
-
-#define GENTYPE float16
-#include BODY
-#undef GENTYPE
-
-#ifdef cl_khr_fp64
-#define GENTYPE double
-#include BODY
-#undef GENTYPE
-
-#define GENTYPE double2
-#include BODY
-#undef GENTYPE
-
-#define GENTYPE double3
-#include BODY
-#undef GENTYPE
-
-#define GENTYPE double4
-#include BODY
-#undef GENTYPE
-
-#define GENTYPE double8
-#include BODY
-#undef GENTYPE
-
-#define GENTYPE double16
-#include BODY
-#undef GENTYPE
-#endif
-
-#undef BODY
diff --git a/libclc/generic/include/clc/geometric/cross.h b/libclc/generic/include/clc/geometric/cross.h
deleted file mode 100644
index 74117c0ec452..000000000000
--- a/libclc/generic/include/clc/geometric/cross.h
+++ /dev/null
@@ -1,2 +0,0 @@
-_CLC_OVERLOAD _CLC_DECL float3 cross(float3 p0, float3 p1);
-_CLC_OVERLOAD _CLC_DECL float4 cross(float4 p0, float4 p1);
diff --git a/libclc/generic/include/clc/geometric/distance.h b/libclc/generic/include/clc/geometric/distance.h
deleted file mode 100644
index 1660dcd64cd5..000000000000
--- a/libclc/generic/include/clc/geometric/distance.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#define BODY
-#include
diff --git a/libclc/generic/include/clc/geometric/dot.h b/libclc/generic/include/clc/geometric/dot.h
deleted file mode 100644
index 5f0464f68944..000000000000
--- a/libclc/generic/include/clc/geometric/dot.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#define BODY
-#include
diff --git a/libclc/generic/include/clc/geometric/floatn.inc b/libclc/generic/include/clc/geometric/floatn.inc
deleted file mode 100644
index c77c464ca2a4..000000000000
--- a/libclc/generic/include/clc/geometric/floatn.inc
+++ /dev/null
@@ -1,35 +0,0 @@
-#define FLOATN float
-#include BODY
-#undef FLOATN
-
-#define FLOATN float2
-#include BODY
-#undef FLOATN
-
-#define FLOATN float3
-#include BODY
-#undef FLOATN
-
-#define FLOATN float4
-#include BODY
-#undef FLOATN
-
-#ifdef cl_khr_fp64
-#define FLOATN double
-#include BODY
-#undef FLOATN
-
-#define FLOATN double2
-#include BODY
-#undef FLOATN
-
-#define FLOATN double3
-#include BODY
-#undef FLOATN
-
-#define FLOATN double4
-#include BODY
-#undef FLOATN
-#endif
-
-#undef BODY
diff --git a/libclc/generic/include/clc/geometric/length.h b/libclc/generic/include/clc/geometric/length.h
deleted file mode 100644
index fbba63405cff..000000000000
--- a/libclc/generic/include/clc/geometric/length.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#define BODY
-#include
diff --git a/libclc/generic/include/clc/geometric/length.inc b/libclc/generic/include/clc/geometric/length.inc
deleted file mode 100644
index 8ee8bf30667f..000000000000
--- a/libclc/generic/include/clc/geometric/length.inc
+++ /dev/null
@@ -1 +0,0 @@
-_CLC_OVERLOAD _CLC_DECL float length(FLOATN p0);
diff --git a/libclc/generic/include/clc/geometric/normalize.h b/libclc/generic/include/clc/geometric/normalize.h
deleted file mode 100644
index 3aaf61c78bcb..000000000000
--- a/libclc/generic/include/clc/geometric/normalize.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#define BODY
-#include
diff --git a/libclc/generic/include/clc/geometric/normalize.inc b/libclc/generic/include/clc/geometric/normalize.inc
deleted file mode 100644
index 7b4f69dc567e..000000000000
--- a/libclc/generic/include/clc/geometric/normalize.inc
+++ /dev/null
@@ -1 +0,0 @@
-_CLC_OVERLOAD _CLC_DECL FLOATN normalize(FLOATN p);
diff --git a/libclc/generic/include/clc/integer/abs.h b/libclc/generic/include/clc/integer/abs.h
deleted file mode 100644
index 7592e4b39ca4..000000000000
--- a/libclc/generic/include/clc/integer/abs.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#define BODY
-#include
diff --git a/libclc/generic/include/clc/integer/abs.inc b/libclc/generic/include/clc/integer/abs.inc
deleted file mode 100644
index bfbec207e86b..000000000000
--- a/libclc/generic/include/clc/integer/abs.inc
+++ /dev/null
@@ -1 +0,0 @@
-_CLC_OVERLOAD _CLC_DECL UGENTYPE abs(GENTYPE x);
diff --git a/libclc/generic/include/clc/integer/abs_diff.h b/libclc/generic/include/clc/integer/abs_diff.h
deleted file mode 100644
index 16fb465f2d2b..000000000000
--- a/libclc/generic/include/clc/integer/abs_diff.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#define BODY
-#include
diff --git a/libclc/generic/include/clc/integer/abs_diff.inc b/libclc/generic/include/clc/integer/abs_diff.inc
deleted file mode 100644
index 8cfdb9b9513a..000000000000
--- a/libclc/generic/include/clc/integer/abs_diff.inc
+++ /dev/null
@@ -1 +0,0 @@
-_CLC_OVERLOAD _CLC_DECL UGENTYPE abs_diff(GENTYPE x, GENTYPE y);
diff --git a/libclc/generic/include/clc/integer/add_sat.h b/libclc/generic/include/clc/integer/add_sat.h
deleted file mode 100644
index 9dbe12a7f929..000000000000
--- a/libclc/generic/include/clc/integer/add_sat.h
+++ /dev/null
@@ -1,2 +0,0 @@
-#define BODY
-#include
diff --git a/libclc/generic/include/clc/integer/add_sat.inc b/libclc/generic/include/clc/integer/add_sat.inc
deleted file mode 100644
index 2ea8a8366409..000000000000
--- a/libclc/generic/include/clc/integer/add_sat.inc
+++ /dev/null
@@ -1 +0,0 @@
-_CLC_OVERLOAD _CLC_DECL GENTYPE add_sat(GENTYPE x, GENTYPE y);
diff --git a/libclc/generic/include/clc/integer/gentype.inc b/libclc/generic/include/clc/integer/gentype.inc
deleted file mode 100644
index 0b32efda9f0d..000000000000
--- a/libclc/generic/include/clc/integer/gentype.inc
+++ /dev/null
@@ -1,385 +0,0 @@
-#define GENTYPE char
-#define UGENTYPE uchar
-#define SGENTYPE char
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE char2
-#define UGENTYPE uchar2
-#define SGENTYPE char2
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE char3
-#define UGENTYPE uchar3
-#define SGENTYPE char3
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE char4
-#define UGENTYPE uchar4
-#define SGENTYPE char4
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE char8
-#define UGENTYPE uchar8
-#define SGENTYPE char8
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE char16
-#define UGENTYPE uchar16
-#define SGENTYPE char16
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE uchar
-#define UGENTYPE uchar
-#define SGENTYPE char
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE uchar2
-#define UGENTYPE uchar2
-#define SGENTYPE char2
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE uchar3
-#define UGENTYPE uchar3
-#define SGENTYPE char3
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE uchar4
-#define UGENTYPE uchar4
-#define SGENTYPE char4
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE uchar8
-#define UGENTYPE uchar8
-#define SGENTYPE char8
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE uchar16
-#define UGENTYPE uchar16
-#define SGENTYPE char16
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE short
-#define UGENTYPE ushort
-#define SGENTYPE short
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE short2
-#define UGENTYPE ushort2
-#define SGENTYPE short2
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE short3
-#define UGENTYPE ushort3
-#define SGENTYPE short3
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE short4
-#define UGENTYPE ushort4
-#define SGENTYPE short4
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE short8
-#define UGENTYPE ushort8
-#define SGENTYPE short8
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE short16
-#define UGENTYPE ushort16
-#define SGENTYPE short16
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE ushort
-#define UGENTYPE ushort
-#define SGENTYPE short
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE ushort2
-#define UGENTYPE ushort2
-#define SGENTYPE short2
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE ushort3
-#define UGENTYPE ushort3
-#define SGENTYPE short3
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE ushort4
-#define UGENTYPE ushort4
-#define SGENTYPE short4
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE ushort8
-#define UGENTYPE ushort8
-#define SGENTYPE short8
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE ushort16
-#define UGENTYPE ushort16
-#define SGENTYPE short16
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE int
-#define UGENTYPE uint
-#define SGENTYPE int
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE int2
-#define UGENTYPE uint2
-#define SGENTYPE int2
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE int3
-#define UGENTYPE uint3
-#define SGENTYPE int3
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE int4
-#define UGENTYPE uint4
-#define SGENTYPE int4
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE int8
-#define UGENTYPE uint8
-#define SGENTYPE int8
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE int16
-#define UGENTYPE uint16
-#define SGENTYPE int16
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE uint
-#define UGENTYPE uint
-#define SGENTYPE int
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE uint2
-#define UGENTYPE uint2
-#define SGENTYPE int2
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE uint3
-#define UGENTYPE uint3
-#define SGENTYPE int3
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE uint4
-#define UGENTYPE uint4
-#define SGENTYPE int4
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE uint8
-#define UGENTYPE uint8
-#define SGENTYPE int8
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE uint16
-#define UGENTYPE uint16
-#define SGENTYPE int16
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE long
-#define UGENTYPE ulong
-#define SGENTYPE long
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE long2
-#define UGENTYPE ulong2
-#define SGENTYPE long2
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE long3
-#define UGENTYPE ulong3
-#define SGENTYPE long3
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE long4
-#define UGENTYPE ulong4
-#define SGENTYPE long4
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE long8
-#define UGENTYPE ulong8
-#define SGENTYPE long8
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE long16
-#define UGENTYPE ulong16
-#define SGENTYPE long16
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE ulong
-#define UGENTYPE ulong
-#define SGENTYPE long
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE ulong2
-#define UGENTYPE ulong2
-#define SGENTYPE long2
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE ulong3
-#define UGENTYPE ulong3
-#define SGENTYPE long3
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE ulong4
-#define UGENTYPE ulong4
-#define SGENTYPE long4
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE ulong8
-#define UGENTYPE ulong8
-#define SGENTYPE long8
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#define GENTYPE ulong16
-#define UGENTYPE ulong16
-#define SGENTYPE long16
-#include BODY
-#undef GENTYPE
-#undef UGENTYPE
-#undef SGENTYPE
-
-#undef BODY
diff --git a/libclc/generic/include/clc/math/cos.h b/libclc/generic/include/clc/math/cos.h
deleted file mode 100644
index e876c1af7c39..000000000000
--- a/libclc/generic/include/clc/math/cos.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#undef cos
-#define cos __clc_cos
-
-#define FUNCTION __clc_cos
-#define INTRINSIC "llvm.cos"
-#include
diff --git a/libclc/generic/include/clc/math/native_cos.h b/libclc/generic/include/clc/math/native_cos.h
deleted file mode 100644
index c7212cc4b663..000000000000
--- a/libclc/generic/include/clc/math/native_cos.h
+++ /dev/null
@@ -1 +0,0 @@
-#define native_cos cos
diff --git a/libclc/generic/include/clc/math/native_divide.h b/libclc/generic/include/clc/math/native_divide.h
deleted file mode 100644
index 5c52167fd3e7..000000000000
--- a/libclc/generic/include/clc/math/native_divide.h
+++ /dev/null
@@ -1 +0,0 @@
-#define native_divide(x, y) ((x) / (y))
diff --git a/libclc/generic/include/clc/math/native_sin.h b/libclc/generic/include/clc/math/native_sin.h
deleted file mode 100644
index 569a051ccc75..000000000000
--- a/libclc/generic/include/clc/math/native_sin.h
+++ /dev/null
@@ -1 +0,0 @@
-#define native_sin sin
diff --git a/libclc/generic/include/clc/math/native_sqrt.h b/libclc/generic/include/clc/math/native_sqrt.h
deleted file mode 100644
index a9525fccb7c1..000000000000
--- a/libclc/generic/include/clc/math/native_sqrt.h
+++ /dev/null
@@ -1 +0,0 @@
-#define native_sqrt sqrt
diff --git a/libclc/generic/include/clc/math/sin.h b/libclc/generic/include/clc/math/sin.h
deleted file mode 100644
index 2216804ad5ec..000000000000
--- a/libclc/generic/include/clc/math/sin.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#undef sin
-#define sin __clc_sin
-
-#define FUNCTION __clc_sin
-#define INTRINSIC "llvm.sin"
-#include
diff --git a/libclc/generic/include/clc/math/sqrt.h b/libclc/generic/include/clc/math/sqrt.h
deleted file mode 100644
index a000e243eb48..000000000000
--- a/libclc/generic/include/clc/math/sqrt.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#undef sqrt
-#define sqrt __clc_sqrt
-
-#define FUNCTION __clc_sqrt
-#define INTRINSIC "llvm.sqrt"
-#include
diff --git a/libclc/generic/include/clc/math/unary_decl.inc b/libclc/generic/include/clc/math/unary_decl.inc
deleted file mode 100644
index 392c4d60a087..000000000000
--- a/libclc/generic/include/clc/math/unary_decl.inc
+++ /dev/null
@@ -1 +0,0 @@
-_CLC_OVERLOAD _CLC_DECL GENTYPE FUNCTION(GENTYPE x);
diff --git a/libclc/generic/include/clc/math/unary_intrin.inc b/libclc/generic/include/clc/math/unary_intrin.inc
deleted file mode 100644
index 2da5a9c67f4b..000000000000
--- a/libclc/generic/include/clc/math/unary_intrin.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-_CLC_OVERLOAD float FUNCTION(float f) __asm(INTRINSIC ".f32");
-_CLC_OVERLOAD float2 FUNCTION(float2 f) __asm(INTRINSIC ".v2f32");
-_CLC_OVERLOAD float3 FUNCTION(float3 f) __asm(INTRINSIC ".v3f32");
-_CLC_OVERLOAD float4 FUNCTION(float4 f) __asm(INTRINSIC ".v4f32");
-_CLC_OVERLOAD float8 FUNCTION(float8 f) __asm(INTRINSIC ".v8f32");
-_CLC_OVERLOAD float16 FUNCTION(float16 f) __asm(INTRINSIC ".v16f32");
-
-#ifdef cl_khr_fp64
-_CLC_OVERLOAD double FUNCTION(double d) __asm(INTRINSIC ".f64");
-_CLC_OVERLOAD double2 FUNCTION(double2 d) __asm(INTRINSIC ".v2f64");
-_CLC_OVERLOAD double3 FUNCTION(double3 d) __asm(INTRINSIC ".v3f64");
-_CLC_OVERLOAD double4 FUNCTION(double4 d) __asm(INTRINSIC ".v4f64");
-_CLC_OVERLOAD double8 FUNCTION(double8 d) __asm(INTRINSIC ".v8f64");
-_CLC_OVERLOAD double16 FUNCTION(double16 d) __asm(INTRINSIC ".v16f64");
-#endif
-
-#undef FUNCTION
-#undef INTRINSIC
diff --git a/libclc/generic/include/clc/relational/select.h b/libclc/generic/include/clc/relational/select.h
deleted file mode 100644
index 33a6909fb929..000000000000
--- a/libclc/generic/include/clc/relational/select.h
+++ /dev/null
@@ -1 +0,0 @@
-#define select(a, b, c) ((c) ? (b) : (a))
diff --git a/libclc/generic/include/clc/synchronization/cl_mem_fence_flags.h b/libclc/generic/include/clc/synchronization/cl_mem_fence_flags.h
deleted file mode 100644
index c57eb4249a41..000000000000
--- a/libclc/generic/include/clc/synchronization/cl_mem_fence_flags.h
+++ /dev/null
@@ -1,4 +0,0 @@
-typedef uint cl_mem_fence_flags;
-
-#define CLK_LOCAL_MEM_FENCE 1
-#define CLK_GLOBAL_MEM_FENCE 2
diff --git a/libclc/generic/lib/SOURCES b/libclc/generic/lib/SOURCES
deleted file mode 100644
index 11531fca37a3..000000000000
--- a/libclc/generic/lib/SOURCES
+++ /dev/null
@@ -1,8 +0,0 @@
-geometric/cross.cl
-geometric/dot.cl
-geometric/length.cl
-geometric/normalize.cl
-integer/abs.cl
-integer/add_sat.cl
-integer/add_sat.ll
-integer/add_sat_impl.ll
diff --git a/libclc/generic/lib/geometric/cross.cl b/libclc/generic/lib/geometric/cross.cl
deleted file mode 100644
index 4c1bc6f03465..000000000000
--- a/libclc/generic/lib/geometric/cross.cl
+++ /dev/null
@@ -1,11 +0,0 @@
-#include
-
-_CLC_OVERLOAD _CLC_DEF float3 cross(float3 p0, float3 p1) {
- return (float3)(p0.y*p1.z - p0.z*p1.y, p0.z*p1.x - p0.x*p1.z,
- p0.x*p1.y - p0.y*p1.x);
-}
-
-_CLC_OVERLOAD _CLC_DEF float4 cross(float4 p0, float4 p1) {
- return (float4)(p0.y*p1.z - p0.z*p1.y, p0.z*p1.x - p0.x*p1.z,
- p0.x*p1.y - p0.y*p1.x, 0.f);
-}
diff --git a/libclc/generic/lib/geometric/dot.cl b/libclc/generic/lib/geometric/dot.cl
deleted file mode 100644
index 76cc1d2bdc6a..000000000000
--- a/libclc/generic/lib/geometric/dot.cl
+++ /dev/null
@@ -1,17 +0,0 @@
-#include
-
-_CLC_OVERLOAD _CLC_DEF float dot(float p0, float p1) {
- return p0*p1;
-}
-
-_CLC_OVERLOAD _CLC_DEF float dot(float2 p0, float2 p1) {
- return p0.x*p1.x + p0.y*p1.y;
-}
-
-_CLC_OVERLOAD _CLC_DEF float dot(float3 p0, float3 p1) {
- return p0.x*p1.x + p0.y*p1.y + p0.z*p1.z;
-}
-
-_CLC_OVERLOAD _CLC_DEF float dot(float4 p0, float4 p1) {
- return p0.x*p1.x + p0.y*p1.y + p0.z*p1.z + p0.w*p1.w;
-}
diff --git a/libclc/generic/lib/geometric/length.cl b/libclc/generic/lib/geometric/length.cl
deleted file mode 100644
index 957fbfdea0d6..000000000000
--- a/libclc/generic/lib/geometric/length.cl
+++ /dev/null
@@ -1,4 +0,0 @@
-#include
-
-#define BODY "length.inc"
-#include
diff --git a/libclc/generic/lib/geometric/length.inc b/libclc/generic/lib/geometric/length.inc
deleted file mode 100644
index 66d160475aad..000000000000
--- a/libclc/generic/lib/geometric/length.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-_CLC_OVERLOAD _CLC_DEF float length(FLOATN p) {
- return native_sqrt(dot(p, p));
-}
diff --git a/libclc/generic/lib/geometric/normalize.cl b/libclc/generic/lib/geometric/normalize.cl
deleted file mode 100644
index 95d327cfa6db..000000000000
--- a/libclc/generic/lib/geometric/normalize.cl
+++ /dev/null
@@ -1,4 +0,0 @@
-#include
-
-#define BODY "normalize.inc"
-#include
diff --git a/libclc/generic/lib/geometric/normalize.inc b/libclc/generic/lib/geometric/normalize.inc
deleted file mode 100644
index a23908bf038c..000000000000
--- a/libclc/generic/lib/geometric/normalize.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-_CLC_OVERLOAD _CLC_DEF FLOATN normalize(FLOATN p) {
- return p/length(p);
-}
diff --git a/libclc/generic/lib/integer/abs.cl b/libclc/generic/lib/integer/abs.cl
deleted file mode 100644
index 86f1a34c1726..000000000000
--- a/libclc/generic/lib/integer/abs.cl
+++ /dev/null
@@ -1,4 +0,0 @@
-#include
-
-#define BODY
-#include
diff --git a/libclc/generic/lib/integer/abs.inc b/libclc/generic/lib/integer/abs.inc
deleted file mode 100644
index fff6691274af..000000000000
--- a/libclc/generic/lib/integer/abs.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-_CLC_OVERLOAD _CLC_DEF UGENTYPE abs(GENTYPE x) {
- return __builtin_astype((GENTYPE)(x > (GENTYPE)(0) ? x : -x), UGENTYPE);
-}
diff --git a/libclc/generic/lib/integer/abs_diff.cl b/libclc/generic/lib/integer/abs_diff.cl
deleted file mode 100644
index c9ca8213c327..000000000000
--- a/libclc/generic/lib/integer/abs_diff.cl
+++ /dev/null
@@ -1,4 +0,0 @@
-#include
-
-#define BODY
-#include
diff --git a/libclc/generic/lib/integer/abs_diff.inc b/libclc/generic/lib/integer/abs_diff.inc
deleted file mode 100644
index 93efdba34535..000000000000
--- a/libclc/generic/lib/integer/abs_diff.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-_CLC_OVERLOAD _CLC_DEF UGENTYPE abs_diff(GENTYPE x) {
- return __builtin_astype((GENTYPE)(x > y ? x-y : y-x), UGENTYPE);
-}
diff --git a/libclc/generic/lib/integer/add_sat.cl b/libclc/generic/lib/integer/add_sat.cl
deleted file mode 100644
index aae2e7fdd142..000000000000
--- a/libclc/generic/lib/integer/add_sat.cl
+++ /dev/null
@@ -1,52 +0,0 @@
-#include
-
-// From add_sat.ll
-_CLC_DECL char __clc_add_sat_s8(char, char);
-_CLC_DECL char __clc_add_sat_u8(uchar, uchar);
-_CLC_DECL char __clc_add_sat_s16(short, short);
-_CLC_DECL char __clc_add_sat_u16(ushort, ushort);
-_CLC_DECL char __clc_add_sat_s32(int, int);
-_CLC_DECL char __clc_add_sat_u32(uint, uint);
-_CLC_DECL char __clc_add_sat_s64(long, long);
-_CLC_DECL char __clc_add_sat_u64(ulong, ulong);
-
-_CLC_OVERLOAD _CLC_DEF char add_sat(char x, char y) {
- return __clc_add_sat_s8(x, y);
-}
-
-_CLC_OVERLOAD _CLC_DEF uchar add_sat(uchar x, uchar y) {
- return __clc_add_sat_u8(x, y);
-}
-
-_CLC_OVERLOAD _CLC_DEF short add_sat(short x, short y) {
- return __clc_add_sat_s16(x, y);
-}
-
-_CLC_OVERLOAD _CLC_DEF ushort add_sat(ushort x, ushort y) {
- return __clc_add_sat_u16(x, y);
-}
-
-_CLC_OVERLOAD _CLC_DEF int add_sat(int x, int y) {
- return __clc_add_sat_s32(x, y);
-}
-
-_CLC_OVERLOAD _CLC_DEF uint add_sat(uint x, uint y) {
- return __clc_add_sat_u32(x, y);
-}
-
-_CLC_OVERLOAD _CLC_DEF long add_sat(long x, long y) {
- return __clc_add_sat_s64(x, y);
-}
-
-_CLC_OVERLOAD _CLC_DEF ulong add_sat(ulong x, ulong y) {
- return __clc_add_sat_u64(x, y);
-}
-
-_CLC_BINARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, char, add_sat, char, char)
-_CLC_BINARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, uchar, add_sat, uchar, uchar)
-_CLC_BINARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, short, add_sat, short, short)
-_CLC_BINARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, ushort, add_sat, ushort, ushort)
-_CLC_BINARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, int, add_sat, int, int)
-_CLC_BINARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, uint, add_sat, uint, uint)
-_CLC_BINARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, long, add_sat, long, long)
-_CLC_BINARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, ulong, add_sat, ulong, ulong)
diff --git a/libclc/generic/lib/integer/add_sat.ll b/libclc/generic/lib/integer/add_sat.ll
deleted file mode 100644
index d6814c33a065..000000000000
--- a/libclc/generic/lib/integer/add_sat.ll
+++ /dev/null
@@ -1,55 +0,0 @@
-declare i8 @__clc_add_sat_impl_s8(i8 %x, i8 %y)
-
-define linkonce_odr i8 @__clc_add_sat_s8(i8 %x, i8 %y) nounwind readnone alwaysinline {
- %call = call i8 @__clc_add_sat_impl_s8(i8 %x, i8 %y)
- ret i8 %call
-}
-
-declare i8 @__clc_add_sat_impl_u8(i8 %x, i8 %y)
-
-define linkonce_odr i8 @__clc_add_sat_u8(i8 %x, i8 %y) nounwind readnone alwaysinline {
- %call = call i8 @__clc_add_sat_impl_u8(i8 %x, i8 %y)
- ret i8 %call
-}
-
-declare i16 @__clc_add_sat_impl_s16(i16 %x, i16 %y)
-
-define linkonce_odr i16 @__clc_add_sat_s16(i16 %x, i16 %y) nounwind readnone alwaysinline {
- %call = call i16 @__clc_add_sat_impl_s16(i16 %x, i16 %y)
- ret i16 %call
-}
-
-declare i16 @__clc_add_sat_impl_u16(i16 %x, i16 %y)
-
-define linkonce_odr i16 @__clc_add_sat_u16(i16 %x, i16 %y) nounwind readnone alwaysinline {
- %call = call i16 @__clc_add_sat_impl_u16(i16 %x, i16 %y)
- ret i16 %call
-}
-
-declare i32 @__clc_add_sat_impl_s32(i32 %x, i32 %y)
-
-define linkonce_odr i32 @__clc_add_sat_s32(i32 %x, i32 %y) nounwind readnone alwaysinline {
- %call = call i32 @__clc_add_sat_impl_s32(i32 %x, i32 %y)
- ret i32 %call
-}
-
-declare i32 @__clc_add_sat_impl_u32(i32 %x, i32 %y)
-
-define linkonce_odr i32 @__clc_add_sat_u32(i32 %x, i32 %y) nounwind readnone alwaysinline {
- %call = call i32 @__clc_add_sat_impl_u32(i32 %x, i32 %y)
- ret i32 %call
-}
-
-declare i64 @__clc_add_sat_impl_s64(i64 %x, i64 %y)
-
-define linkonce_odr i64 @__clc_add_sat_s64(i64 %x, i64 %y) nounwind readnone alwaysinline {
- %call = call i64 @__clc_add_sat_impl_s64(i64 %x, i64 %y)
- ret i64 %call
-}
-
-declare i64 @__clc_add_sat_impl_u64(i64 %x, i64 %y)
-
-define linkonce_odr i64 @__clc_add_sat_u64(i64 %x, i64 %y) nounwind readnone alwaysinline {
- %call = call i64 @__clc_add_sat_impl_u64(i64 %x, i64 %y)
- ret i64 %call
-}
diff --git a/libclc/generic/lib/integer/add_sat_impl.ll b/libclc/generic/lib/integer/add_sat_impl.ll
deleted file mode 100644
index 92f4c536fc2a..000000000000
--- a/libclc/generic/lib/integer/add_sat_impl.ll
+++ /dev/null
@@ -1,83 +0,0 @@
-declare {i8, i1} @llvm.sadd.with.overflow.i8(i8, i8)
-declare {i8, i1} @llvm.uadd.with.overflow.i8(i8, i8)
-
-define linkonce_odr i8 @__clc_add_sat_impl_s8(i8 %x, i8 %y) nounwind readnone alwaysinline {
- %call = call {i8, i1} @llvm.sadd.with.overflow.i8(i8 %x, i8 %y)
- %res = extractvalue {i8, i1} %call, 0
- %over = extractvalue {i8, i1} %call, 1
- %x.msb = ashr i8 %x, 7
- %x.limit = xor i8 %x.msb, 127
- %sat = select i1 %over, i8 %x.limit, i8 %res
- ret i8 %sat
-}
-
-define linkonce_odr i8 @__clc_add_sat_impl_u8(i8 %x, i8 %y) nounwind readnone alwaysinline {
- %call = call {i8, i1} @llvm.uadd.with.overflow.i8(i8 %x, i8 %y)
- %res = extractvalue {i8, i1} %call, 0
- %over = extractvalue {i8, i1} %call, 1
- %sat = select i1 %over, i8 -1, i8 %res
- ret i8 %sat
-}
-
-declare {i16, i1} @llvm.sadd.with.overflow.i16(i16, i16)
-declare {i16, i1} @llvm.uadd.with.overflow.i16(i16, i16)
-
-define linkonce_odr i16 @__clc_add_sat_impl_s16(i16 %x, i16 %y) nounwind readnone alwaysinline {
- %call = call {i16, i1} @llvm.sadd.with.overflow.i16(i16 %x, i16 %y)
- %res = extractvalue {i16, i1} %call, 0
- %over = extractvalue {i16, i1} %call, 1
- %x.msb = ashr i16 %x, 15
- %x.limit = xor i16 %x.msb, 32767
- %sat = select i1 %over, i16 %x.limit, i16 %res
- ret i16 %sat
-}
-
-define linkonce_odr i16 @__clc_add_sat_impl_u16(i16 %x, i16 %y) nounwind readnone alwaysinline {
- %call = call {i16, i1} @llvm.uadd.with.overflow.i16(i16 %x, i16 %y)
- %res = extractvalue {i16, i1} %call, 0
- %over = extractvalue {i16, i1} %call, 1
- %sat = select i1 %over, i16 -1, i16 %res
- ret i16 %sat
-}
-
-declare {i32, i1} @llvm.sadd.with.overflow.i32(i32, i32)
-declare {i32, i1} @llvm.uadd.with.overflow.i32(i32, i32)
-
-define linkonce_odr i32 @__clc_add_sat_impl_s32(i32 %x, i32 %y) nounwind readnone alwaysinline {
- %call = call {i32, i1} @llvm.sadd.with.overflow.i32(i32 %x, i32 %y)
- %res = extractvalue {i32, i1} %call, 0
- %over = extractvalue {i32, i1} %call, 1
- %x.msb = ashr i32 %x, 31
- %x.limit = xor i32 %x.msb, 2147483647
- %sat = select i1 %over, i32 %x.limit, i32 %res
- ret i32 %sat
-}
-
-define linkonce_odr i32 @__clc_add_sat_impl_u32(i32 %x, i32 %y) nounwind readnone alwaysinline {
- %call = call {i32, i1} @llvm.uadd.with.overflow.i32(i32 %x, i32 %y)
- %res = extractvalue {i32, i1} %call, 0
- %over = extractvalue {i32, i1} %call, 1
- %sat = select i1 %over, i32 -1, i32 %res
- ret i32 %sat
-}
-
-declare {i64, i1} @llvm.sadd.with.overflow.i64(i64, i64)
-declare {i64, i1} @llvm.uadd.with.overflow.i64(i64, i64)
-
-define linkonce_odr i64 @__clc_add_sat_impl_s64(i64 %x, i64 %y) nounwind readnone alwaysinline {
- %call = call {i64, i1} @llvm.sadd.with.overflow.i64(i64 %x, i64 %y)
- %res = extractvalue {i64, i1} %call, 0
- %over = extractvalue {i64, i1} %call, 1
- %x.msb = ashr i64 %x, 63
- %x.limit = xor i64 %x.msb, 9223372036854775807
- %sat = select i1 %over, i64 %x.limit, i64 %res
- ret i64 %sat
-}
-
-define linkonce_odr i64 @__clc_add_sat_impl_u64(i64 %x, i64 %y) nounwind readnone alwaysinline {
- %call = call {i64, i1} @llvm.uadd.with.overflow.i64(i64 %x, i64 %y)
- %res = extractvalue {i64, i1} %call, 0
- %over = extractvalue {i64, i1} %call, 1
- %sat = select i1 %over, i64 -1, i64 %res
- ret i64 %sat
-}
diff --git a/libclc/ptx-nvidiacl/include/clc/synchronization/barrier.h b/libclc/ptx-nvidiacl/include/clc/synchronization/barrier.h
deleted file mode 100644
index cd9f3276af62..000000000000
--- a/libclc/ptx-nvidiacl/include/clc/synchronization/barrier.h
+++ /dev/null
@@ -1,6 +0,0 @@
-_CLC_INLINE void barrier(cl_mem_fence_flags flags) {
- if (flags & CLK_LOCAL_MEM_FENCE) {
- __builtin_ptx_bar_sync(0);
- }
-}
-
diff --git a/libclc/ptx-nvidiacl/include/clc/workitem/get_global_id.h b/libclc/ptx-nvidiacl/include/clc/workitem/get_global_id.h
deleted file mode 100644
index 026d2fea31f8..000000000000
--- a/libclc/ptx-nvidiacl/include/clc/workitem/get_global_id.h
+++ /dev/null
@@ -1,8 +0,0 @@
-_CLC_INLINE size_t get_global_id(uint dim) {
- switch (dim) {
- case 0: return __builtin_ptx_read_ctaid_x()*__builtin_ptx_read_ntid_x()+__builtin_ptx_read_tid_x();
- case 1: return __builtin_ptx_read_ctaid_y()*__builtin_ptx_read_ntid_y()+__builtin_ptx_read_tid_y();
- case 2: return __builtin_ptx_read_ctaid_z()*__builtin_ptx_read_ntid_z()+__builtin_ptx_read_tid_z();
- default: return 0;
- }
-}
diff --git a/libclc/ptx-nvidiacl/include/clc/workitem/get_global_size.h b/libclc/ptx-nvidiacl/include/clc/workitem/get_global_size.h
deleted file mode 100644
index 5cd4222d5ae7..000000000000
--- a/libclc/ptx-nvidiacl/include/clc/workitem/get_global_size.h
+++ /dev/null
@@ -1,8 +0,0 @@
-_CLC_INLINE size_t get_global_size(uint dim) {
- switch (dim) {
- case 0: return __builtin_ptx_read_nctaid_x()*__builtin_ptx_read_ntid_x();
- case 1: return __builtin_ptx_read_nctaid_y()*__builtin_ptx_read_ntid_y();
- case 2: return __builtin_ptx_read_nctaid_z()*__builtin_ptx_read_ntid_z();
- default: return 0;
- }
-}
diff --git a/libclc/ptx-nvidiacl/include/clc/workitem/get_group_id.h b/libclc/ptx-nvidiacl/include/clc/workitem/get_group_id.h
deleted file mode 100644
index 18b1bd4db079..000000000000
--- a/libclc/ptx-nvidiacl/include/clc/workitem/get_group_id.h
+++ /dev/null
@@ -1,8 +0,0 @@
-_CLC_INLINE size_t get_group_id(uint dim) {
- switch (dim) {
- case 0: return __builtin_ptx_read_ctaid_x();
- case 1: return __builtin_ptx_read_ctaid_y();
- case 2: return __builtin_ptx_read_ctaid_z();
- default: return 0;
- }
-}
diff --git a/libclc/ptx-nvidiacl/include/clc/workitem/get_local_id.h b/libclc/ptx-nvidiacl/include/clc/workitem/get_local_id.h
deleted file mode 100644
index 1b8c776badf6..000000000000
--- a/libclc/ptx-nvidiacl/include/clc/workitem/get_local_id.h
+++ /dev/null
@@ -1,8 +0,0 @@
-_CLC_INLINE size_t get_local_id(uint dim) {
- switch (dim) {
- case 0: return __builtin_ptx_read_tid_x();
- case 1: return __builtin_ptx_read_tid_y();
- case 2: return __builtin_ptx_read_tid_z();
- default: return 0;
- }
-}
diff --git a/libclc/ptx-nvidiacl/include/clc/workitem/get_local_size.h b/libclc/ptx-nvidiacl/include/clc/workitem/get_local_size.h
deleted file mode 100644
index cbc1f6ee2893..000000000000
--- a/libclc/ptx-nvidiacl/include/clc/workitem/get_local_size.h
+++ /dev/null
@@ -1,8 +0,0 @@
-_CLC_INLINE size_t get_local_size(uint dim) {
- switch (dim) {
- case 0: return __builtin_ptx_read_ntid_x();
- case 1: return __builtin_ptx_read_ntid_y();
- case 2: return __builtin_ptx_read_ntid_z();
- default: return 0;
- }
-}
diff --git a/libclc/ptx-nvidiacl/include/clc/workitem/get_num_groups.h b/libclc/ptx-nvidiacl/include/clc/workitem/get_num_groups.h
deleted file mode 100644
index 36ee849c613f..000000000000
--- a/libclc/ptx-nvidiacl/include/clc/workitem/get_num_groups.h
+++ /dev/null
@@ -1,8 +0,0 @@
-_CLC_INLINE size_t get_num_groups(uint dim) {
- switch (dim) {
- case 0: return __builtin_ptx_read_nctaid_x();
- case 1: return __builtin_ptx_read_nctaid_y();
- case 2: return __builtin_ptx_read_nctaid_z();
- default: return 0;
- }
-}
diff --git a/libclc/ptx-nvidiacl/lib/SOURCES b/libclc/ptx-nvidiacl/lib/SOURCES
deleted file mode 100644
index e69de29bb2d1..000000000000
diff --git a/libclc/ptx/lib/SOURCES b/libclc/ptx/lib/SOURCES
deleted file mode 100644
index aab8e3fb8d74..000000000000
--- a/libclc/ptx/lib/SOURCES
+++ /dev/null
@@ -1 +0,0 @@
-integer/add_sat.ll
diff --git a/libclc/ptx/lib/integer/add_sat.ll b/libclc/ptx/lib/integer/add_sat.ll
deleted file mode 100644
index 9b8311cfb9ce..000000000000
--- a/libclc/ptx/lib/integer/add_sat.ll
+++ /dev/null
@@ -1,55 +0,0 @@
-declare i8 @__clc_add_sat_impl_s8(i8 %x, i8 %y)
-
-define linkonce_odr ptx_device i8 @__clc_add_sat_s8(i8 %x, i8 %y) nounwind readnone alwaysinline {
- %call = call i8 @__clc_add_sat_impl_s8(i8 %x, i8 %y)
- ret i8 %call
-}
-
-declare i8 @__clc_add_sat_impl_u8(i8 %x, i8 %y)
-
-define linkonce_odr ptx_device i8 @__clc_add_sat_u8(i8 %x, i8 %y) nounwind readnone alwaysinline {
- %call = call i8 @__clc_add_sat_impl_u8(i8 %x, i8 %y)
- ret i8 %call
-}
-
-declare i16 @__clc_add_sat_impl_s16(i16 %x, i16 %y)
-
-define linkonce_odr ptx_device i16 @__clc_add_sat_s16(i16 %x, i16 %y) nounwind readnone alwaysinline {
- %call = call i16 @__clc_add_sat_impl_s16(i16 %x, i16 %y)
- ret i16 %call
-}
-
-declare i16 @__clc_add_sat_impl_u16(i16 %x, i16 %y)
-
-define linkonce_odr ptx_device i16 @__clc_add_sat_u16(i16 %x, i16 %y) nounwind readnone alwaysinline {
- %call = call i16 @__clc_add_sat_impl_u16(i16 %x, i16 %y)
- ret i16 %call
-}
-
-declare i32 @__clc_add_sat_impl_s32(i32 %x, i32 %y)
-
-define linkonce_odr ptx_device i32 @__clc_add_sat_s32(i32 %x, i32 %y) nounwind readnone alwaysinline {
- %call = call i32 @__clc_add_sat_impl_s32(i32 %x, i32 %y)
- ret i32 %call
-}
-
-declare i32 @__clc_add_sat_impl_u32(i32 %x, i32 %y)
-
-define linkonce_odr ptx_device i32 @__clc_add_sat_u32(i32 %x, i32 %y) nounwind readnone alwaysinline {
- %call = call i32 @__clc_add_sat_impl_u32(i32 %x, i32 %y)
- ret i32 %call
-}
-
-declare i64 @__clc_add_sat_impl_s64(i64 %x, i64 %y)
-
-define linkonce_odr ptx_device i64 @__clc_add_sat_s64(i64 %x, i64 %y) nounwind readnone alwaysinline {
- %call = call i64 @__clc_add_sat_impl_s64(i64 %x, i64 %y)
- ret i64 %call
-}
-
-declare i64 @__clc_add_sat_impl_u64(i64 %x, i64 %y)
-
-define linkonce_odr ptx_device i64 @__clc_add_sat_u64(i64 %x, i64 %y) nounwind readnone alwaysinline {
- %call = call i64 @__clc_add_sat_impl_u64(i64 %x, i64 %y)
- ret i64 %call
-}
diff --git a/libclc/test/cos.cl b/libclc/test/cos.cl
deleted file mode 100644
index 4230eb2a0e93..000000000000
--- a/libclc/test/cos.cl
+++ /dev/null
@@ -1,3 +0,0 @@
-__kernel void foo(float4 *f) {
- *f = cos(*f);
-}
diff --git a/libclc/test/cross.cl b/libclc/test/cross.cl
deleted file mode 100644
index 08955cbd9af5..000000000000
--- a/libclc/test/cross.cl
+++ /dev/null
@@ -1,3 +0,0 @@
-__kernel void foo(float4 *f) {
- *f = cross(f[0], f[1]);
-}
diff --git a/libclc/test/get_group_id.cl b/libclc/test/get_group_id.cl
deleted file mode 100644
index 43725cda8027..000000000000
--- a/libclc/test/get_group_id.cl
+++ /dev/null
@@ -1,3 +0,0 @@
-__kernel void foo(int *i) {
- i[get_group_id(0)] = 1;
-}
diff --git a/libclc/utils/prepare-builtins.cpp b/libclc/utils/prepare-builtins.cpp
deleted file mode 100644
index ae7731b03b07..000000000000
--- a/libclc/utils/prepare-builtins.cpp
+++ /dev/null
@@ -1,81 +0,0 @@
-#include "llvm/ADT/OwningPtr.h"
-#include "llvm/Bitcode/ReaderWriter.h"
-#include "llvm/Function.h"
-#include "llvm/GlobalVariable.h"
-#include "llvm/LLVMContext.h"
-#include "llvm/Module.h"
-#include "llvm/Support/CommandLine.h"
-#include "llvm/Support/ManagedStatic.h"
-#include "llvm/Support/MemoryBuffer.h"
-#include "llvm/Support/raw_ostream.h"
-#include "llvm/Support/system_error.h"
-#include "llvm/Support/ToolOutputFile.h"
-
-using namespace llvm;
-
-static cl::opt
-InputFilename(cl::Positional, cl::desc(" "), cl::init("-"));
-
-static cl::opt
-OutputFilename("o", cl::desc("Output filename"),
- cl::value_desc("filename"));
-
-int main(int argc, char **argv) {
- LLVMContext &Context = getGlobalContext();
- llvm_shutdown_obj Y; // Call llvm_shutdown() on exit.
-
- cl::ParseCommandLineOptions(argc, argv, "libclc builtin preparation tool\n");
-
- std::string ErrorMessage;
- std::auto_ptr M;
-
- {
- OwningPtr BufferPtr;
- if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename, BufferPtr))
- ErrorMessage = ec.message();
- else
- M.reset(ParseBitcodeFile(BufferPtr.get(), Context, &ErrorMessage));
- }
-
- if (M.get() == 0) {
- errs() << argv[0] << ": ";
- if (ErrorMessage.size())
- errs() << ErrorMessage << "\n";
- else
- errs() << "bitcode didn't read correctly.\n";
- return 1;
- }
-
- // Set linkage of every external definition to linkonce_odr.
- for (Module::iterator i = M->begin(), e = M->end(); i != e; ++i) {
- if (!i->isDeclaration() && i->getLinkage() == GlobalValue::ExternalLinkage)
- i->setLinkage(GlobalValue::LinkOnceODRLinkage);
- }
-
- for (Module::global_iterator i = M->global_begin(), e = M->global_end();
- i != e; ++i) {
- if (!i->isDeclaration() && i->getLinkage() == GlobalValue::ExternalLinkage)
- i->setLinkage(GlobalValue::LinkOnceODRLinkage);
- }
-
- if (OutputFilename.empty()) {
- errs() << "no output file\n";
- return 1;
- }
-
- std::string ErrorInfo;
- OwningPtr Out
- (new tool_output_file(OutputFilename.c_str(), ErrorInfo,
- raw_fd_ostream::F_Binary));
- if (!ErrorInfo.empty()) {
- errs() << ErrorInfo << '\n';
- exit(1);
- }
-
- WriteBitcodeToFile(M.get(), Out->os());
-
- // Declare success.
- Out->keep();
- return 0;
-}
-
diff --git a/libclc/www/index.html b/libclc/www/index.html
deleted file mode 100644
index bbd0dc8fcede..000000000000
--- a/libclc/www/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
-
-
-libclc
-
-
-libclc
-
-libclc is an open source, BSD/MIT dual licensed
-implementation of the library requirements of the
-OpenCL C programming language, as specified by the OpenCL
-1.1 Specification . The following sections of the specification
-impose library requirements:
-
-6.1: Supported Data Types
- 6.2.3: Explicit Conversions
- 6.2.4.2: Reinterpreting Types Using as_type() and as_typen()
- 6.9: Preprocessor Directives and Macros
- 6.11: Built-in Functions
- 9.3: Double Precision Floating-Point
- 9.4: 64-bit Atomics
- 9.5: Writing to 3D image memory objects
- 9.6: Half Precision Floating-Point
-
-
-
-
-libclc is intended to be used with the Clang
-compiler's OpenCL frontend.
-
-
-
-libclc is designed to be portable and extensible. To this end,
-it provides generic implementations of most library requirements,
-allowing the target to override the generic implementation at the
-granularity of individual functions.
-
-
-
-libclc currently only supports the PTX target, but support for more
-targets is welcome.
-
-
-Download
-
-svn checkout http://llvm.org/svn/llvm-project/libclc/trunk libclc (ViewVC )
- - or -
-git clone http://llvm.org/git/libclc.git
-
-Mailing List
-
-libclc-dev@pcc.me.uk (subscribe/unsubscribe , archives )
-
-
-
diff --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt
deleted file mode 100644
index a7429f675534..000000000000
--- a/libcxx/CMakeLists.txt
+++ /dev/null
@@ -1,159 +0,0 @@
-# See www/CMake.html for instructions on how to build libcxx with CMake.
-
-#===============================================================================
-# Setup Project
-#===============================================================================
-
-project(libcxx CXX C)
-cmake_minimum_required(VERSION 2.8)
-
-set(PACKAGE_NAME libcxx)
-set(PACKAGE_VERSION trunk-svn)
-set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
-set(PACKAGE_BUGREPORT "llvmbugs@cs.uiuc.edu")
-
-# Add path for custom modules
-set(CMAKE_MODULE_PATH
- ${CMAKE_MODULE_PATH}
- "${CMAKE_CURRENT_SOURCE_DIR}/cmake"
- "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules"
- )
-
-# Require out of source build.
-include(MacroEnsureOutOfSourceBuild)
-MACRO_ENSURE_OUT_OF_SOURCE_BUILD(
- "${PROJECT_NAME} requires an out of source build. Please create a separate
- build directory and run 'cmake /path/to/${PROJECT_NAME} [options]' there."
- )
-
-#===============================================================================
-# Setup CMake Options
-#===============================================================================
-
-# Define options.
-option(LIBCXX_ENABLE_EXCEPTIONS "Use exceptions." ON)
-option(LIBCXX_ENABLE_RTTI "Use run time type information." ON)
-option(LIBCXX_ENABLE_ASSERTIONS "Enable assertions independent of build mode." ON)
-option(LIBCXX_ENABLE_PEDANTIC "Compile with pedantic enabled." ON)
-option(LIBCXX_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)
-option(LIBCXX_ENABLE_CXX0X "Enable -std=c++0x and use of c++0x language features if the compiler supports it." ON)
-option(LIBCXX_ENABLE_SHARED "Build libc++ as a shared library." ON)
-
-#===============================================================================
-# Configure System
-#===============================================================================
-
-# Get triples.
-include(GetTriple)
-get_host_triple(LIBCXX_HOST_TRIPLE
- LIBCXX_HOST_ARCH
- LIBCXX_HOST_VENDOR
- LIBCXX_HOST_OS
- )
-set(LIBCXX_HOST_TRIPLE ${LIBCXX_HOST_TRIPLE} CACHE STRING "Host triple.")
-get_target_triple(LIBCXX_TARGET_TRIPLE
- LIBCXX_TARGET_ARCH
- LIBCXX_TARGET_VENDOR
- LIBCXX_TARGET_OS
- )
-set(LIBCXX_TARGET_TRIPLE ${LIBCXX_TARGET_TRIPLE} CACHE STRING "Target triple.")
-
-# Configure compiler.
-include(config-ix)
-
-#===============================================================================
-# Setup Compiler Flags
-#===============================================================================
-
-# Get required flags.
-# On all systems the system c++ standard library headers need to be excluded.
-if (MSVC)
- # MSVC only has -X, which disables all default includes; including the crt.
- # Thus, we do nothing and hope we don't accidentally include any of the C++
- # headers.
-else()
- if (LIBCXX_HAS_NOSTDINCXX_FLAG)
- set(LIBCXX_CXX_REQUIRED_FLAGS -nostdinc++)
- endif()
- if (LIBCXX_ENABLE_CXX0X AND LIBCXX_HAS_STDCXX0X_FLAG)
- list(APPEND LIBCXX_CXX_REQUIRED_FLAGS -std=c++0x)
- endif()
-endif()
-
-macro(append_if list condition var)
- if (${condition})
- list(APPEND ${list} ${var})
- endif()
-endmacro()
-
-# Get warning flags
-append_if(LIBCXX_WARNING_FLAGS LIBCXX_HAS_WALL_FLAG -Wall)
-append_if(LIBCXX_WARNING_FLAGS LIBCXX_HAS_W_FLAG -W)
-append_if(LIBCXX_WARNING_FLAGS LIBCXX_HAS_WNO_UNUSED_PARAMETER_FLAG -Wno-unused-parameter)
-append_if(LIBCXX_WARNING_FLAGS LIBCXX_HAS_WWRITE_STRINGS_FLAG -Wwrite-strings)
-append_if(LIBCXX_WARNING_FLAGS LIBCXX_HAS_WNO_LONG_LONG_FLAG -Wno-long-long)
-if (LIBCXX_ENABLE_WERROR)
- append_if(LIBCXX_WARNING_FLAGS LIBCXX_HAS_WERROR_FLAG -Werror)
- append_if(LIBCXX_WARNING_FLAGS LIBCXX_HAS_WX_FLAG -WX)
-endif()
-if (LIBCXX_ENABLE_PEDANTIC)
- append_if(LIBCXX_WARNING_FLAGS LIBCXX_HAS_PEDANTIC_FLAG -pedantic)
-endif()
-
-# Get feature flags.
-# Exceptions
-if (LIBCXX_ENABLE_EXCEPTIONS)
- # Catches C++ exceptions only and tells the compiler to assume that extern C
- # functions never throw a C++ exception.
- append_if(LIBCXX_CXX_FEATURE_FLAGS LIBCXX_HAS_EHSC_FLAG -EHsc)
-else()
- list(APPEND LIBCXX_CXX_FEATURE_FLAGS -D_LIBCPP_NO_EXCEPTIONS)
- append_if(LIBCXX_CXX_FEATURE_FLAGS LIBCXX_HAS_NO_EHS_FLAG -EHs-)
- append_if(LIBCXX_CXX_FEATURE_FLAGS LIBCXX_HAS_NO_EHA_FLAG -EHa-)
- append_if(LIBCXX_CXX_FEATURE_FLAGS LIBCXX_HAS_FNO_EXCEPTIONS_FLAG -fno-exceptions)
-endif()
-# RTTI
-if (NOT LIBCXX_ENABLE_RTTI)
- list(APPEND LIBCXX_CXX_FEATURE_FLAGS -D_LIBCPP_NO_RTTI)
- append_if(LIBCXX_CXX_FEATURE_FLAGS LIBCXX_HAS_NO_GR_FLAG -GR-)
- append_if(LIBCXX_CXX_FEATURE_FLAGS LIBCXX_HAS_FNO_RTTI_FLAG -fno-rtti)
-endif()
-# Assert
-if (LLVM_ENABLE_ASSERTIONS)
- # MSVC doesn't like _DEBUG on release builds. See PR 4379.
- if (NOT MSVC)
- list(APPEND LIBCXX_CXX_FEATURE_FLAGS -D_DEBUG)
- endif()
- # On Release builds cmake automatically defines NDEBUG, so we
- # explicitly undefine it:
- if (uppercase_CMAKE_BUILD_TYPE STREQUAL "RELEASE")
- list(APPEND LIBCXX_CXX_FEATURE_FLAGS -UNDEBUG)
- endif()
-else()
- if (NOT uppercase_CMAKE_BUILD_TYPE STREQUAL "RELEASE")
- list(APPEND LIBCXX_CXX_FEATURE_FLAGS -DNDEBUG)
- endif()
-endif()
-
-# This is the _ONLY_ place where add_definitions is called.
-add_definitions(
- ${LIBCXX_CXX_REQUIRED_FLAGS}
- ${LIBCXX_CXX_WARNING_FLAGS}
- ${LIBCXX_CXX_FEATURE_FLAGS}
- )
-
-#===============================================================================
-# Setup Source Code
-#===============================================================================
-
-include_directories(include)
-
-# Add source code. This also contains all of the logic for deciding linker flags
-# soname, etc...
-add_subdirectory(lib)
-
-#===============================================================================
-# Setup Tests
-#===============================================================================
-
-add_subdirectory(test)
diff --git a/libcxx/CREDITS.TXT b/libcxx/CREDITS.TXT
deleted file mode 100644
index 408cda317475..000000000000
--- a/libcxx/CREDITS.TXT
+++ /dev/null
@@ -1,49 +0,0 @@
-This file is a partial list of people who have contributed to the LLVM/libc++
-project. If you have contributed a patch or made some other contribution to
-LLVM/libc++, please submit a patch to this file to add yourself, and it will be
-done!
-
-The list is sorted by surname and formatted to allow easy grepping and
-beautification by scripts. The fields are: name (N), email (E), web-address
-(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
-(S).
-
-N: Howard Hinnant
-E: hhinnant@apple.com
-D: Architect and primary author of libc++
-
-N: Marshall Clow
-E: marshall@idio.com
-E: mclow@qualcomm.com
-D: Minor patches and bug fixes.
-
-N: Bjorn Reese
-E: breese@users.sourceforge.net
-D: Initial regex prototype
-
-N: David Chisnall
-E: theraven at theravensnest dot org
-D: FreeBSD and Solaris ports, libcxxrt support, some atomics work.
-
-N: Ruben Van Boxem
-E: vanboxem dot ruben at gmail dot com
-D: Initial Windows patches.
-
-N: Arvid Picciani
-E: aep at exys dot org
-D: Minor patches and musl port.
-
-N: Craig Silverstein
-E: csilvers@google.com
-D: Implemented Cityhash as the string hash function on 64-bit machines
-
-N: Google Inc.
-D: Copyright owner and contributor of the CityHash algorithm
-
-N: Jeffrey Yasskin
-E: jyasskin@gmail.com
-E: jyasskin@google.com
-D: Linux fixes.
-
-N: Jonathan Sauer
-D: Minor patches, mostly related to constexpr
diff --git a/libcxx/LICENSE.TXT b/libcxx/LICENSE.TXT
deleted file mode 100644
index 14645d080198..000000000000
--- a/libcxx/LICENSE.TXT
+++ /dev/null
@@ -1,76 +0,0 @@
-==============================================================================
-libc++ License
-==============================================================================
-
-The libc++ library is dual licensed under both the University of Illinois
-"BSD-Like" license and the MIT license. As a user of this code you may choose
-to use it under either license. As a contributor, you agree to allow your code
-to be used under both.
-
-Full text of the relevant licenses is included below.
-
-==============================================================================
-
-University of Illinois/NCSA
-Open Source License
-
-Copyright (c) 2009-2012 by the contributors listed in CREDITS.TXT
-
-All rights reserved.
-
-Developed by:
-
- LLVM Team
-
- University of Illinois at Urbana-Champaign
-
- http://llvm.org
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal with
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
-of the Software, and to permit persons to whom the Software is furnished to do
-so, subject to the following conditions:
-
- * Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimers.
-
- * Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimers in the
- documentation and/or other materials provided with the distribution.
-
- * Neither the names of the LLVM Team, University of Illinois at
- Urbana-Champaign, nor the names of its contributors may be used to
- endorse or promote products derived from this Software without specific
- prior written permission.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
-SOFTWARE.
-
-==============================================================================
-
-Copyright (c) 2009-2012 by the contributors listed in CREDITS.TXT
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-THE SOFTWARE.
diff --git a/libcxx/Makefile b/libcxx/Makefile
deleted file mode 100644
index 79385b28ebe6..000000000000
--- a/libcxx/Makefile
+++ /dev/null
@@ -1,55 +0,0 @@
-##
-# libcpp Makefile
-##
-
-SRCDIRS = .
-DESTDIR = $(DSTROOT)
-
-OBJROOT=.
-SYMROOT=.
-export TRIPLE=-apple-
-
-ifeq (,$(RC_INDIGO))
- INSTALL_PREFIX=""
-else
- INSTALL_PREFIX="$(SDKROOT)"
-endif
-INSTALL_DIR=$(DSTROOT)/$(INSTALL_PREFIX)
-
-.PHONY: help installsrc clean installheaders do-installhdrs install
-
-help::
- echo Use make install DSTROOT=
-
-installsrc:: $(SRCROOT)
-
- ditto $(SRCDIRS)/include $(SRCROOT)/include
- ditto $(SRCDIRS)/lib $(SRCROOT)/lib
- ditto $(SRCDIRS)/src $(SRCROOT)/src
- ditto $(SRCDIRS)/Makefile $(SRCROOT)/Makefile
-
-clean::
-
-installheaders:: do-installhdrs
-
-# The do-installhdrs target is also used by clang's runtime/libcxx makefile.
-do-installhdrs:
- mkdir -p $(HEADER_DIR)/c++/v1/ext
- rsync -r --exclude=".*" --exclude="support" $(SRCDIRS)/include/* \
- $(HEADER_DIR)/c++/v1/
- chown -R root:wheel $(HEADER_DIR)/c++
- chmod 755 $(HEADER_DIR)/c++/v1
- chmod 644 $(HEADER_DIR)/c++/v1/*
- chmod 755 $(HEADER_DIR)/c++/v1/ext
- chmod 644 $(HEADER_DIR)/c++/v1/ext/*
-
-install::
-
- cd lib && ./buildit
- ditto lib/libc++.1.dylib $(SYMROOT)/usr/lib/libc++.1.dylib
- cd lib && dsymutil -o $(SYMROOT)/libc++.1.dylib.dSYM \
- $(SYMROOT)/usr/lib/libc++.1.dylib
- mkdir -p $(INSTALL_DIR)/usr/lib
- strip -S -o $(INSTALL_DIR)/usr/lib/libc++.1.dylib \
- $(SYMROOT)/usr/lib/libc++.1.dylib
- cd $(INSTALL_DIR)/usr/lib && ln -s libc++.1.dylib libc++.dylib
diff --git a/libcxx/cmake/Modules/GetTriple.cmake b/libcxx/cmake/Modules/GetTriple.cmake
deleted file mode 100644
index c555931ded5a..000000000000
--- a/libcxx/cmake/Modules/GetTriple.cmake
+++ /dev/null
@@ -1,53 +0,0 @@
-# Define functions to get the host and target triple.
-
-function(get_host_triple out out_arch out_vendor out_os)
- # Get the architecture.
- set(arch ${CMAKE_HOST_SYSTEM_PROCESSOR})
- if (arch STREQUAL "x86")
- set(arch "i686")
- endif()
- # Get the vendor.
- if (${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Darwin")
- set(vendor "apple")
- else()
- set(vendor "pc")
- endif()
- # Get os.
- if (${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows")
- set(os "win32")
- else()
- string(TOLOWER ${CMAKE_HOST_SYSTEM_NAME} os)
- endif()
- set(triple "${arch}-${vendor}-${os}")
- set(${out} ${triple} PARENT_SCOPE)
- set(${out_arch} ${arch} PARENT_SCOPE)
- set(${out_vendor} ${vendor} PARENT_SCOPE)
- set(${out_os} ${os} PARENT_SCOPE)
- message(STATUS "Host triple: ${triple}")
-endfunction()
-
-function(get_target_triple out out_arch out_vendor out_os)
- # Get the architecture.
- set(arch ${CMAKE_SYSTEM_PROCESSOR})
- if (arch STREQUAL "x86")
- set(arch "i686")
- endif()
- # Get the vendor.
- if (${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
- set(vendor "apple")
- else()
- set(vendor "pc")
- endif()
- # Get os.
- if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
- set(os "win32")
- else()
- string(TOLOWER ${CMAKE_SYSTEM_NAME} os)
- endif()
- set(triple "${arch}-${vendor}-${os}")
- set(${out} ${triple} PARENT_SCOPE)
- set(${out_arch} ${arch} PARENT_SCOPE)
- set(${out_vendor} ${vendor} PARENT_SCOPE)
- set(${out_os} ${os} PARENT_SCOPE)
- message(STATUS "Target triple: ${triple}")
-endfunction()
diff --git a/libcxx/cmake/Modules/MacroEnsureOutOfSourceBuild.cmake b/libcxx/cmake/Modules/MacroEnsureOutOfSourceBuild.cmake
deleted file mode 100644
index a0669365bf99..000000000000
--- a/libcxx/cmake/Modules/MacroEnsureOutOfSourceBuild.cmake
+++ /dev/null
@@ -1,18 +0,0 @@
-# MACRO_ENSURE_OUT_OF_SOURCE_BUILD()
-
-macro( MACRO_ENSURE_OUT_OF_SOURCE_BUILD _errorMessage )
-
-string( COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" _insource )
-if( _insource )
- message( SEND_ERROR "${_errorMessage}" )
- message( FATAL_ERROR
- "In-source builds are not allowed.
- CMake would overwrite the makefiles distributed with Compiler-RT.
- Please create a directory and run cmake from there, passing the path
- to this source directory as the last argument.
- This process created the file `CMakeCache.txt' and the directory `CMakeFiles'.
- Please delete them."
- )
-endif( _insource )
-
-endmacro( MACRO_ENSURE_OUT_OF_SOURCE_BUILD )
diff --git a/libcxx/cmake/config-ix.cmake b/libcxx/cmake/config-ix.cmake
deleted file mode 100644
index 977acdc26caa..000000000000
--- a/libcxx/cmake/config-ix.cmake
+++ /dev/null
@@ -1,38 +0,0 @@
-include(CheckLibraryExists)
-include(CheckCXXCompilerFlag)
-
-# Check compiler flags
-check_cxx_compiler_flag(-std=c++0x LIBCXX_HAS_STDCXX0X_FLAG)
-check_cxx_compiler_flag(-fPIC LIBCXX_HAS_FPIC_FLAG)
-check_cxx_compiler_flag(-nodefaultlibs LIBCXX_HAS_NODEFAULTLIBS_FLAG)
-check_cxx_compiler_flag(-nostdinc++ LIBCXX_HAS_NOSTDINCXX_FLAG)
-check_cxx_compiler_flag(-Wall LIBCXX_HAS_WALL_FLAG)
-check_cxx_compiler_flag(-W LIBCXX_HAS_W_FLAG)
-check_cxx_compiler_flag(-Wno-unused-parameter LIBCXX_HAS_WNO_UNUSED_PARAMETER_FLAG)
-check_cxx_compiler_flag(-Wwrite-strings LIBCXX_HAS_WWRITE_STRINGS_FLAG)
-check_cxx_compiler_flag(-Wno-long-long LIBCXX_HAS_WNO_LONG_LONG_FLAG)
-check_cxx_compiler_flag(-pedantic LIBCXX_HAS_PEDANTIC_FLAG)
-check_cxx_compiler_flag(-Werror LIBCXX_HAS_WERROR_FLAG)
-check_cxx_compiler_flag(-fno-exceptions LIBCXX_HAS_FNO_EXCEPTIONS_FLAG)
-check_cxx_compiler_flag(-fno-rtti LIBCXX_HAS_FNO_RTTI_FLAG)
-check_cxx_compiler_flag(/WX LIBCXX_HAS_WX_FLAG)
-check_cxx_compiler_flag(/EHsc LIBCXX_HAS_EHSC_FLAG)
-check_cxx_compiler_flag(/EHs- LIBCXX_HAS_NO_EHS_FLAG)
-check_cxx_compiler_flag(/EHa- LIBCXX_HAS_NO_EHA_FLAG)
-check_cxx_compiler_flag(/GR- LIBCXX_HAS_NO_GR_FLAG)
-
-# Check libraries
-check_library_exists(pthread pthread_create "" LIBCXX_HAS_PTHREAD_LIB)
-check_library_exists(c printf "" LIBCXX_HAS_C_LIB)
-check_library_exists(m ccos "" LIBCXX_HAS_M_LIB)
-check_library_exists(rt clock_gettime "" LIBCXX_HAS_RT_LIB)
-check_library_exists(gcc_s __gcc_personality_v0 "" LIBCXX_HAS_GCC_S_LIB)
-
-# Check C++0x features
-if (LIBCXX_ENABLE_CXX0X)
- if (LIBCXX_HAS_STDCXX0X_FLAG)
- set(CMAKE_REQUIRED_DEFINITIONS -std=c++0x)
- endif()
-else()
- set(LIBCXX_HAS_STDCXX0X_FLAG FALSE)
-endif()
diff --git a/libcxx/include/__bit_reference b/libcxx/include/__bit_reference
deleted file mode 100644
index 906b9da462e6..000000000000
--- a/libcxx/include/__bit_reference
+++ /dev/null
@@ -1,1248 +0,0 @@
-// -*- C++ -*-
-//===----------------------------------------------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef _LIBCPP___BIT_REFERENCE
-#define _LIBCPP___BIT_REFERENCE
-
-#include <__config>
-#include
-
-#include <__undef_min_max>
-
-#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
-#endif
-
-_LIBCPP_BEGIN_NAMESPACE_STD
-
-template class __bit_iterator;
-template class __bit_const_reference;
-
-template
-struct __has_storage_type
-{
- static const bool value = false;
-};
-
-template ::value>
-class __bit_reference
-{
- typedef typename _Cp::__storage_type __storage_type;
- typedef typename _Cp::__storage_pointer __storage_pointer;
-
- __storage_pointer __seg_;
- __storage_type __mask_;
-
-#if defined(__clang__)
- friend typename _Cp::__self;
-#else
- friend class _Cp::__self;
-#endif
- friend class __bit_const_reference<_Cp>;
- friend class __bit_iterator<_Cp, false>;
-public:
- _LIBCPP_INLINE_VISIBILITY operator bool() const _NOEXCEPT
- {return static_cast(*__seg_ & __mask_);}
- _LIBCPP_INLINE_VISIBILITY bool operator ~() const _NOEXCEPT
- {return !static_cast(*this);}
-
- _LIBCPP_INLINE_VISIBILITY
- __bit_reference& operator=(bool __x) _NOEXCEPT
- {
- if (__x)
- *__seg_ |= __mask_;
- else
- *__seg_ &= ~__mask_;
- return *this;
- }
-
- _LIBCPP_INLINE_VISIBILITY
- __bit_reference& operator=(const __bit_reference& __x) _NOEXCEPT
- {return operator=(static_cast(__x));}
-
- _LIBCPP_INLINE_VISIBILITY void flip() _NOEXCEPT {*__seg_ ^= __mask_;}
- _LIBCPP_INLINE_VISIBILITY __bit_iterator<_Cp, false> operator&() const _NOEXCEPT
- {return __bit_iterator<_Cp, false>(__seg_, static_cast(__ctz(__mask_)));}
-private:
- _LIBCPP_INLINE_VISIBILITY
- __bit_reference(__storage_pointer __s, __storage_type __m) _NOEXCEPT
- : __seg_(__s), __mask_(__m) {}
-};
-
-template
-class __bit_reference<_Cp, false>
-{
-};
-
-template
-_LIBCPP_INLINE_VISIBILITY inline
-void
-swap(__bit_reference<_Cp> __x, __bit_reference<_Dp> __y) _NOEXCEPT
-{
- bool __t = __x;
- __x = __y;
- __y = __t;
-}
-
-template
-_LIBCPP_INLINE_VISIBILITY inline
-void
-swap(__bit_reference<_Cp> __x, bool& __y) _NOEXCEPT
-{
- bool __t = __x;
- __x = __y;
- __y = __t;
-}
-
-template
-_LIBCPP_INLINE_VISIBILITY inline
-void
-swap(bool& __x, __bit_reference<_Cp> __y) _NOEXCEPT
-{
- bool __t = __x;
- __x = __y;
- __y = __t;
-}
-
-template
-class __bit_const_reference
-{
- typedef typename _Cp::__storage_type __storage_type;
- typedef typename _Cp::__const_storage_pointer __storage_pointer;
-
- __storage_pointer __seg_;
- __storage_type __mask_;
-
-#if defined(__clang__)
- friend typename _Cp::__self;
-#else
- friend class _Cp::__self;
-#endif
- friend class __bit_iterator<_Cp, true>;
-public:
- _LIBCPP_INLINE_VISIBILITY
- __bit_const_reference(const __bit_reference<_Cp>& __x) _NOEXCEPT
- : __seg_(__x.__seg_), __mask_(__x.__mask_) {}
-
- _LIBCPP_INLINE_VISIBILITY operator bool() const _NOEXCEPT
- {return static_cast(*__seg_ & __mask_);}
-
- _LIBCPP_INLINE_VISIBILITY __bit_iterator<_Cp, true> operator&() const _NOEXCEPT
- {return __bit_iterator<_Cp, true>(__seg_, static_cast(__ctz(__mask_)));}
-private:
- _LIBCPP_INLINE_VISIBILITY
- __bit_const_reference(__storage_pointer __s, __storage_type __m) _NOEXCEPT
- : __seg_(__s), __mask_(__m) {}
-
- __bit_const_reference& operator=(const __bit_const_reference& __x);
-};
-
-// find
-
-template
-__bit_iterator<_Cp, false>
-__find_bool_true(__bit_iterator<_Cp, false> __first, typename _Cp::size_type __n)
-{
- typedef __bit_iterator<_Cp, false> _It;
- typedef typename _It::__storage_type __storage_type;
- static const unsigned __bits_per_word = _It::__bits_per_word;
- // do first partial word
- if (__first.__ctz_ != 0)
- {
- __storage_type __clz_f = static_cast<__storage_type>(__bits_per_word - __first.__ctz_);
- __storage_type __dn = _VSTD::min(__clz_f, __n);
- __storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn));
- __storage_type __b = *__first.__seg_ & __m;
- if (__b)
- return _It(__first.__seg_, static_cast(_VSTD::__ctz(__b)));
- __n -= __dn;
- ++__first.__seg_;
- }
- // do middle whole words
- for (; __n >= __bits_per_word; ++__first.__seg_, __n -= __bits_per_word)
- if (*__first.__seg_)
- return _It(__first.__seg_, static_cast(_VSTD::__ctz(*__first.__seg_)));
- // do last partial word
- if (__n > 0)
- {
- __storage_type __m = ~__storage_type(0) >> (__bits_per_word - __n);
- __storage_type __b = *__first.__seg_ & __m;
- if (__b)
- return _It(__first.__seg_, static_cast(_VSTD::__ctz(__b)));
- }
- return _It(__first.__seg_, static_cast(__n));
-}
-
-template
-__bit_iterator<_Cp, false>
-__find_bool_false(__bit_iterator<_Cp, false> __first, typename _Cp::size_type __n)
-{
- typedef __bit_iterator<_Cp, false> _It;
- typedef typename _It::__storage_type __storage_type;
- static const unsigned __bits_per_word = _It::__bits_per_word;
- // do first partial word
- if (__first.__ctz_ != 0)
- {
- __storage_type __clz_f = static_cast<__storage_type>(__bits_per_word - __first.__ctz_);
- __storage_type __dn = _VSTD::min(__clz_f, __n);
- __storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn));
- __storage_type __b = ~(*__first.__seg_ & __m);
- if (__b)
- return _It(__first.__seg_, static_cast(_VSTD::__ctz(__b)));
- __n -= __dn;
- ++__first.__seg_;
- }
- // do middle whole words
- for (; __n >= __bits_per_word; ++__first.__seg_, __n -= __bits_per_word)
- {
- __storage_type __b = ~*__first.__seg_;
- if (__b)
- return _It(__first.__seg_, static_cast(_VSTD::__ctz(__b)));
- }
- // do last partial word
- if (__n > 0)
- {
- __storage_type __m = ~__storage_type(0) >> (__bits_per_word - __n);
- __storage_type __b = ~(*__first.__seg_ & __m);
- if (__b)
- return _It(__first.__seg_, static_cast(_VSTD::__ctz(__b)));
- }
- return _It(__first.__seg_, static_cast(__n));
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__bit_iterator<_Cp, false>
-find(__bit_iterator<_Cp, false> __first, __bit_iterator<_Cp, false> __last, const _Tp& __value_)
-{
- if (static_cast(__value_))
- return __find_bool_true(__first, static_cast(__last - __first));
- return __find_bool_false(__first, static_cast(__last - __first));
-}
-
-// count
-
-template
-typename __bit_iterator<_Cp, false>::difference_type
-__count_bool_true(__bit_iterator<_Cp, false> __first, typename _Cp::size_type __n)
-{
- typedef __bit_iterator<_Cp, false> _It;
- typedef typename _It::__storage_type __storage_type;
- typedef typename _It::difference_type difference_type;
- static const unsigned __bits_per_word = _It::__bits_per_word;
- difference_type __r = 0;
- // do first partial word
- if (__first.__ctz_ != 0)
- {
- __storage_type __clz_f = static_cast<__storage_type>(__bits_per_word - __first.__ctz_);
- __storage_type __dn = _VSTD::min(__clz_f, __n);
- __storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn));
- __r = _VSTD::__pop_count(*__first.__seg_ & __m);
- __n -= __dn;
- ++__first.__seg_;
- }
- // do middle whole words
- for (; __n >= __bits_per_word; ++__first.__seg_, __n -= __bits_per_word)
- __r += _VSTD::__pop_count(*__first.__seg_);
- // do last partial word
- if (__n > 0)
- {
- __storage_type __m = ~__storage_type(0) >> (__bits_per_word - __n);
- __r += _VSTD::__pop_count(*__first.__seg_ & __m);
- }
- return __r;
-}
-
-template
-typename __bit_iterator<_Cp, false>::difference_type
-__count_bool_false(__bit_iterator<_Cp, false> __first, typename _Cp::size_type __n)
-{
- typedef __bit_iterator<_Cp, false> _It;
- typedef typename _It::__storage_type __storage_type;
- typedef typename _It::difference_type difference_type;
- static const unsigned __bits_per_word = _It::__bits_per_word;
- difference_type __r = 0;
- // do first partial word
- if (__first.__ctz_ != 0)
- {
- __storage_type __clz_f = static_cast<__storage_type>(__bits_per_word - __first.__ctz_);
- __storage_type __dn = _VSTD::min(__clz_f, __n);
- __storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn));
- __r = _VSTD::__pop_count(~(*__first.__seg_ & __m));
- __n -= __dn;
- ++__first.__seg_;
- }
- // do middle whole words
- for (; __n >= __bits_per_word; ++__first.__seg_, __n -= __bits_per_word)
- __r += _VSTD::__pop_count(~*__first.__seg_);
- // do last partial word
- if (__n > 0)
- {
- __storage_type __m = ~__storage_type(0) >> (__bits_per_word - __n);
- __r += _VSTD::__pop_count(~(*__first.__seg_ & __m));
- }
- return __r;
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-typename __bit_iterator<_Cp, false>::difference_type
-count(__bit_iterator<_Cp, false> __first, __bit_iterator<_Cp, false> __last, const _Tp& __value_)
-{
- if (static_cast(__value_))
- return __count_bool_true(__first, static_cast(__last - __first));
- return __count_bool_false(__first, static_cast(__last - __first));
-}
-
-// fill_n
-
-template
-void
-__fill_n_false(__bit_iterator<_Cp, false> __first, typename _Cp::size_type __n)
-{
- typedef __bit_iterator<_Cp, false> _It;
- typedef typename _It::__storage_type __storage_type;
- static const unsigned __bits_per_word = _It::__bits_per_word;
- // do first partial word
- if (__first.__ctz_ != 0)
- {
- __storage_type __clz_f = static_cast<__storage_type>(__bits_per_word - __first.__ctz_);
- __storage_type __dn = _VSTD::min(__clz_f, __n);
- __storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn));
- *__first.__seg_ &= ~__m;
- __n -= __dn;
- ++__first.__seg_;
- }
- // do middle whole words
- __storage_type __nw = __n / __bits_per_word;
- _VSTD::memset(__first.__seg_, 0, __nw * sizeof(__storage_type));
- __n -= __nw * __bits_per_word;
- // do last partial word
- if (__n > 0)
- {
- __first.__seg_ += __nw;
- __storage_type __m = ~__storage_type(0) >> (__bits_per_word - __n);
- *__first.__seg_ &= ~__m;
- }
-}
-
-template
-void
-__fill_n_true(__bit_iterator<_Cp, false> __first, typename _Cp::size_type __n)
-{
- typedef __bit_iterator<_Cp, false> _It;
- typedef typename _It::__storage_type __storage_type;
- static const unsigned __bits_per_word = _It::__bits_per_word;
- // do first partial word
- if (__first.__ctz_ != 0)
- {
- __storage_type __clz_f = static_cast<__storage_type>(__bits_per_word - __first.__ctz_);
- __storage_type __dn = _VSTD::min(__clz_f, __n);
- __storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn));
- *__first.__seg_ |= __m;
- __n -= __dn;
- ++__first.__seg_;
- }
- // do middle whole words
- __storage_type __nw = __n / __bits_per_word;
- _VSTD::memset(__first.__seg_, -1, __nw * sizeof(__storage_type));
- __n -= __nw * __bits_per_word;
- // do last partial word
- if (__n > 0)
- {
- __first.__seg_ += __nw;
- __storage_type __m = ~__storage_type(0) >> (__bits_per_word - __n);
- *__first.__seg_ |= __m;
- }
-}
-
-template
-_LIBCPP_INLINE_VISIBILITY inline
-void
-fill_n(__bit_iterator<_Cp, false> __first, typename _Cp::size_type __n, bool __value_)
-{
- if (__n > 0)
- {
- if (__value_)
- __fill_n_true(__first, __n);
- else
- __fill_n_false(__first, __n);
- }
-}
-
-// fill
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-void
-fill(__bit_iterator<_Cp, false> __first, __bit_iterator<_Cp, false> __last, bool __value_)
-{
- _VSTD::fill_n(__first, static_cast(__last - __first), __value_);
-}
-
-// copy
-
-template
-__bit_iterator<_Cp, false>
-__copy_aligned(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last,
- __bit_iterator<_Cp, false> __result)
-{
- typedef __bit_iterator<_Cp, _IsConst> _In;
- typedef typename _In::difference_type difference_type;
- typedef typename _In::__storage_type __storage_type;
- static const unsigned __bits_per_word = _In::__bits_per_word;
- difference_type __n = __last - __first;
- if (__n > 0)
- {
- // do first word
- if (__first.__ctz_ != 0)
- {
- unsigned __clz = __bits_per_word - __first.__ctz_;
- difference_type __dn = _VSTD::min(static_cast(__clz), __n);
- __n -= __dn;
- __storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
- __storage_type __b = *__first.__seg_ & __m;
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b;
- __result.__seg_ += (__dn + __result.__ctz_) / __bits_per_word;
- __result.__ctz_ = static_cast((__dn + __result.__ctz_) % __bits_per_word);
- ++__first.__seg_;
- // __first.__ctz_ = 0;
- }
- // __first.__ctz_ == 0;
- // do middle words
- __storage_type __nw = __n / __bits_per_word;
- _VSTD::memmove(__result.__seg_, __first.__seg_, __nw * sizeof(__storage_type));
- __n -= __nw * __bits_per_word;
- __result.__seg_ += __nw;
- // do last word
- if (__n > 0)
- {
- __first.__seg_ += __nw;
- __storage_type __m = ~__storage_type(0) >> (__bits_per_word - __n);
- __storage_type __b = *__first.__seg_ & __m;
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b;
- __result.__ctz_ = static_cast(__n);
- }
- }
- return __result;
-}
-
-template
-__bit_iterator<_Cp, false>
-__copy_unaligned(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last,
- __bit_iterator<_Cp, false> __result)
-{
- typedef __bit_iterator<_Cp, _IsConst> _In;
- typedef typename _In::difference_type difference_type;
- typedef typename _In::__storage_type __storage_type;
- static const unsigned __bits_per_word = _In::__bits_per_word;
- difference_type __n = __last - __first;
- if (__n > 0)
- {
- // do first word
- if (__first.__ctz_ != 0)
- {
- unsigned __clz_f = __bits_per_word - __first.__ctz_;
- difference_type __dn = _VSTD::min(static_cast(__clz_f), __n);
- __n -= __dn;
- __storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn));
- __storage_type __b = *__first.__seg_ & __m;
- unsigned __clz_r = __bits_per_word - __result.__ctz_;
- __storage_type __ddn = _VSTD::min<__storage_type>(__dn, __clz_r);
- __m = (~__storage_type(0) << __result.__ctz_) & (~__storage_type(0) >> (__clz_r - __ddn));
- *__result.__seg_ &= ~__m;
- if (__result.__ctz_ > __first.__ctz_)
- *__result.__seg_ |= __b << (__result.__ctz_ - __first.__ctz_);
- else
- *__result.__seg_ |= __b >> (__first.__ctz_ - __result.__ctz_);
- __result.__seg_ += (__ddn + __result.__ctz_) / __bits_per_word;
- __result.__ctz_ = static_cast((__ddn + __result.__ctz_) % __bits_per_word);
- __dn -= __ddn;
- if (__dn > 0)
- {
- __m = ~__storage_type(0) >> (__bits_per_word - __dn);
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b >> (__first.__ctz_ + __ddn);
- __result.__ctz_ = static_cast(__dn);
- }
- ++__first.__seg_;
- // __first.__ctz_ = 0;
- }
- // __first.__ctz_ == 0;
- // do middle words
- unsigned __clz_r = __bits_per_word - __result.__ctz_;
- __storage_type __m = ~__storage_type(0) << __result.__ctz_;
- for (; __n >= __bits_per_word; __n -= __bits_per_word, ++__first.__seg_)
- {
- __storage_type __b = *__first.__seg_;
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b << __result.__ctz_;
- ++__result.__seg_;
- *__result.__seg_ &= __m;
- *__result.__seg_ |= __b >> __clz_r;
- }
- // do last word
- if (__n > 0)
- {
- __m = ~__storage_type(0) >> (__bits_per_word - __n);
- __storage_type __b = *__first.__seg_ & __m;
- __storage_type __dn = _VSTD::min(__n, static_cast(__clz_r));
- __m = (~__storage_type(0) << __result.__ctz_) & (~__storage_type(0) >> (__clz_r - __dn));
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b << __result.__ctz_;
- __result.__seg_ += (__dn + __result.__ctz_) / __bits_per_word;
- __result.__ctz_ = static_cast((__dn + __result.__ctz_) % __bits_per_word);
- __n -= __dn;
- if (__n > 0)
- {
- __m = ~__storage_type(0) >> (__bits_per_word - __n);
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b >> __dn;
- __result.__ctz_ = static_cast(__n);
- }
- }
- }
- return __result;
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__bit_iterator<_Cp, false>
-copy(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last, __bit_iterator<_Cp, false> __result)
-{
- if (__first.__ctz_ == __result.__ctz_)
- return __copy_aligned(__first, __last, __result);
- return __copy_unaligned(__first, __last, __result);
-}
-
-// copy_backward
-
-template
-__bit_iterator<_Cp, false>
-__copy_backward_aligned(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last,
- __bit_iterator<_Cp, false> __result)
-{
- typedef __bit_iterator<_Cp, _IsConst> _In;
- typedef typename _In::difference_type difference_type;
- typedef typename _In::__storage_type __storage_type;
- static const unsigned __bits_per_word = _In::__bits_per_word;
- difference_type __n = __last - __first;
- if (__n > 0)
- {
- // do first word
- if (__last.__ctz_ != 0)
- {
- difference_type __dn = _VSTD::min(static_cast(__last.__ctz_), __n);
- __n -= __dn;
- unsigned __clz = __bits_per_word - __last.__ctz_;
- __storage_type __m = (~__storage_type(0) << (__last.__ctz_ - __dn)) & (~__storage_type(0) >> __clz);
- __storage_type __b = *__last.__seg_ & __m;
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b;
- __result.__ctz_ = static_cast(((-__dn & (__bits_per_word - 1)) +
- __result.__ctz_) % __bits_per_word);
- // __last.__ctz_ = 0
- }
- // __last.__ctz_ == 0 || __n == 0
- // __result.__ctz_ == 0 || __n == 0
- // do middle words
- __storage_type __nw = __n / __bits_per_word;
- __result.__seg_ -= __nw;
- __last.__seg_ -= __nw;
- _VSTD::memmove(__result.__seg_, __last.__seg_, __nw * sizeof(__storage_type));
- __n -= __nw * __bits_per_word;
- // do last word
- if (__n > 0)
- {
- __storage_type __m = ~__storage_type(0) << (__bits_per_word - __n);
- __storage_type __b = *--__last.__seg_ & __m;
- *--__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b;
- __result.__ctz_ = static_cast(-__n & (__bits_per_word - 1));
- }
- }
- return __result;
-}
-
-template
-__bit_iterator<_Cp, false>
-__copy_backward_unaligned(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last,
- __bit_iterator<_Cp, false> __result)
-{
- typedef __bit_iterator<_Cp, _IsConst> _In;
- typedef typename _In::difference_type difference_type;
- typedef typename _In::__storage_type __storage_type;
- static const unsigned __bits_per_word = _In::__bits_per_word;
- difference_type __n = __last - __first;
- if (__n > 0)
- {
- // do first word
- if (__last.__ctz_ != 0)
- {
- difference_type __dn = _VSTD::min(static_cast(__last.__ctz_), __n);
- __n -= __dn;
- unsigned __clz_l = __bits_per_word - __last.__ctz_;
- __storage_type __m = (~__storage_type(0) << (__last.__ctz_ - __dn)) & (~__storage_type(0) >> __clz_l);
- __storage_type __b = *__last.__seg_ & __m;
- unsigned __clz_r = __bits_per_word - __result.__ctz_;
- __storage_type __ddn = _VSTD::min(__dn, static_cast(__result.__ctz_));
- if (__ddn > 0)
- {
- __m = (~__storage_type(0) << (__result.__ctz_ - __ddn)) & (~__storage_type(0) >> __clz_r);
- *__result.__seg_ &= ~__m;
- if (__result.__ctz_ > __last.__ctz_)
- *__result.__seg_ |= __b << (__result.__ctz_ - __last.__ctz_);
- else
- *__result.__seg_ |= __b >> (__last.__ctz_ - __result.__ctz_);
- __result.__ctz_ = static_cast(((-__ddn & (__bits_per_word - 1)) +
- __result.__ctz_) % __bits_per_word);
- __dn -= __ddn;
- }
- if (__dn > 0)
- {
- // __result.__ctz_ == 0
- --__result.__seg_;
- __result.__ctz_ = static_cast(-__dn & (__bits_per_word - 1));
- __m = ~__storage_type(0) << __result.__ctz_;
- *__result.__seg_ &= ~__m;
- __last.__ctz_ -= __dn + __ddn;
- *__result.__seg_ |= __b << (__result.__ctz_ - __last.__ctz_);
- }
- // __last.__ctz_ = 0
- }
- // __last.__ctz_ == 0 || __n == 0
- // __result.__ctz_ != 0 || __n == 0
- // do middle words
- unsigned __clz_r = __bits_per_word - __result.__ctz_;
- __storage_type __m = ~__storage_type(0) >> __clz_r;
- for (; __n >= __bits_per_word; __n -= __bits_per_word)
- {
- __storage_type __b = *--__last.__seg_;
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b >> __clz_r;
- *--__result.__seg_ &= __m;
- *__result.__seg_ |= __b << __result.__ctz_;
- }
- // do last word
- if (__n > 0)
- {
- __m = ~__storage_type(0) << (__bits_per_word - __n);
- __storage_type __b = *--__last.__seg_ & __m;
- __clz_r = __bits_per_word - __result.__ctz_;
- __storage_type __dn = _VSTD::min(__n, static_cast(__result.__ctz_));
- __m = (~__storage_type(0) << (__result.__ctz_ - __dn)) & (~__storage_type(0) >> __clz_r);
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b >> (__bits_per_word - __result.__ctz_);
- __result.__ctz_ = static_cast(((-__dn & (__bits_per_word - 1)) +
- __result.__ctz_) % __bits_per_word);
- __n -= __dn;
- if (__n > 0)
- {
- // __result.__ctz_ == 0
- --__result.__seg_;
- __result.__ctz_ = static_cast(-__n & (__bits_per_word - 1));
- __m = ~__storage_type(0) << __result.__ctz_;
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b << (__result.__ctz_ - (__bits_per_word - __n - __dn));
- }
- }
- }
- return __result;
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__bit_iterator<_Cp, false>
-copy_backward(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last, __bit_iterator<_Cp, false> __result)
-{
- if (__last.__ctz_ == __result.__ctz_)
- return __copy_backward_aligned(__first, __last, __result);
- return __copy_backward_unaligned(__first, __last, __result);
-}
-
-// move
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__bit_iterator<_Cp, false>
-move(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last, __bit_iterator<_Cp, false> __result)
-{
- return _VSTD::copy(__first, __last, __result);
-}
-
-// move_backward
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__bit_iterator<_Cp, false>
-move_backward(__bit_iterator<_Cp, _IsConst> __first, __bit_iterator<_Cp, _IsConst> __last, __bit_iterator<_Cp, false> __result)
-{
- return _VSTD::copy(__first, __last, __result);
-}
-
-// swap_ranges
-
-template
-__bit_iterator<__C2, false>
-__swap_ranges_aligned(__bit_iterator<__C1, false> __first, __bit_iterator<__C1, false> __last,
- __bit_iterator<__C2, false> __result)
-{
- typedef __bit_iterator<__C1, false> _I1;
- typedef typename _I1::difference_type difference_type;
- typedef typename _I1::__storage_type __storage_type;
- static const unsigned __bits_per_word = _I1::__bits_per_word;
- difference_type __n = __last - __first;
- if (__n > 0)
- {
- // do first word
- if (__first.__ctz_ != 0)
- {
- unsigned __clz = __bits_per_word - __first.__ctz_;
- difference_type __dn = _VSTD::min(static_cast(__clz), __n);
- __n -= __dn;
- __storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
- __storage_type __b1 = *__first.__seg_ & __m;
- *__first.__seg_ &= ~__m;
- __storage_type __b2 = *__result.__seg_ & __m;
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b1;
- *__first.__seg_ |= __b2;
- __result.__seg_ += (__dn + __result.__ctz_) / __bits_per_word;
- __result.__ctz_ = static_cast((__dn + __result.__ctz_) % __bits_per_word);
- ++__first.__seg_;
- // __first.__ctz_ = 0;
- }
- // __first.__ctz_ == 0;
- // do middle words
- for (; __n >= __bits_per_word; __n -= __bits_per_word, ++__first.__seg_, ++__result.__seg_)
- swap(*__first.__seg_, *__result.__seg_);
- // do last word
- if (__n > 0)
- {
- __storage_type __m = ~__storage_type(0) >> (__bits_per_word - __n);
- __storage_type __b1 = *__first.__seg_ & __m;
- *__first.__seg_ &= ~__m;
- __storage_type __b2 = *__result.__seg_ & __m;
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b1;
- *__first.__seg_ |= __b2;
- __result.__ctz_ = static_cast(__n);
- }
- }
- return __result;
-}
-
-template
-__bit_iterator<__C2, false>
-__swap_ranges_unaligned(__bit_iterator<__C1, false> __first, __bit_iterator<__C1, false> __last,
- __bit_iterator<__C2, false> __result)
-{
- typedef __bit_iterator<__C1, false> _I1;
- typedef typename _I1::difference_type difference_type;
- typedef typename _I1::__storage_type __storage_type;
- static const unsigned __bits_per_word = _I1::__bits_per_word;
- difference_type __n = __last - __first;
- if (__n > 0)
- {
- // do first word
- if (__first.__ctz_ != 0)
- {
- unsigned __clz_f = __bits_per_word - __first.__ctz_;
- difference_type __dn = _VSTD::min(static_cast(__clz_f), __n);
- __n -= __dn;
- __storage_type __m = (~__storage_type(0) << __first.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn));
- __storage_type __b1 = *__first.__seg_ & __m;
- *__first.__seg_ &= ~__m;
- unsigned __clz_r = __bits_per_word - __result.__ctz_;
- __storage_type __ddn = _VSTD::min<__storage_type>(__dn, __clz_r);
- __m = (~__storage_type(0) << __result.__ctz_) & (~__storage_type(0) >> (__clz_r - __ddn));
- __storage_type __b2 = *__result.__seg_ & __m;
- *__result.__seg_ &= ~__m;
- if (__result.__ctz_ > __first.__ctz_)
- {
- unsigned __s = __result.__ctz_ - __first.__ctz_;
- *__result.__seg_ |= __b1 << __s;
- *__first.__seg_ |= __b2 >> __s;
- }
- else
- {
- unsigned __s = __first.__ctz_ - __result.__ctz_;
- *__result.__seg_ |= __b1 >> __s;
- *__first.__seg_ |= __b2 << __s;
- }
- __result.__seg_ += (__ddn + __result.__ctz_) / __bits_per_word;
- __result.__ctz_ = static_cast((__ddn + __result.__ctz_) % __bits_per_word);
- __dn -= __ddn;
- if (__dn > 0)
- {
- __m = ~__storage_type(0) >> (__bits_per_word - __dn);
- __b2 = *__result.__seg_ & __m;
- *__result.__seg_ &= ~__m;
- unsigned __s = __first.__ctz_ + __ddn;
- *__result.__seg_ |= __b1 >> __s;
- *__first.__seg_ |= __b2 << __s;
- __result.__ctz_ = static_cast(__dn);
- }
- ++__first.__seg_;
- // __first.__ctz_ = 0;
- }
- // __first.__ctz_ == 0;
- // do middle words
- __storage_type __m = ~__storage_type(0) << __result.__ctz_;
- unsigned __clz_r = __bits_per_word - __result.__ctz_;
- for (; __n >= __bits_per_word; __n -= __bits_per_word, ++__first.__seg_)
- {
- __storage_type __b1 = *__first.__seg_;
- __storage_type __b2 = *__result.__seg_ & __m;
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b1 << __result.__ctz_;
- *__first.__seg_ = __b2 >> __result.__ctz_;
- ++__result.__seg_;
- __b2 = *__result.__seg_ & ~__m;
- *__result.__seg_ &= __m;
- *__result.__seg_ |= __b1 >> __clz_r;
- *__first.__seg_ |= __b2 << __clz_r;
- }
- // do last word
- if (__n > 0)
- {
- __m = ~__storage_type(0) >> (__bits_per_word - __n);
- __storage_type __b1 = *__first.__seg_ & __m;
- *__first.__seg_ &= ~__m;
- __storage_type __dn = _VSTD::min<__storage_type>(__n, __clz_r);
- __m = (~__storage_type(0) << __result.__ctz_) & (~__storage_type(0) >> (__clz_r - __dn));
- __storage_type __b2 = *__result.__seg_ & __m;
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b1 << __result.__ctz_;
- *__first.__seg_ |= __b2 >> __result.__ctz_;
- __result.__seg_ += (__dn + __result.__ctz_) / __bits_per_word;
- __result.__ctz_ = static_cast((__dn + __result.__ctz_) % __bits_per_word);
- __n -= __dn;
- if (__n > 0)
- {
- __m = ~__storage_type(0) >> (__bits_per_word - __n);
- __b2 = *__result.__seg_ & __m;
- *__result.__seg_ &= ~__m;
- *__result.__seg_ |= __b1 >> __dn;
- *__first.__seg_ |= __b2 << __dn;
- __result.__ctz_ = static_cast(__n);
- }
- }
- }
- return __result;
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__bit_iterator<__C2, false>
-swap_ranges(__bit_iterator<__C1, false> __first1, __bit_iterator<__C1, false> __last1,
- __bit_iterator<__C2, false> __first2)
-{
- if (__first1.__ctz_ == __first2.__ctz_)
- return __swap_ranges_aligned(__first1, __last1, __first2);
- return __swap_ranges_unaligned(__first1, __last1, __first2);
-}
-
-// rotate
-
-template
-struct __bit_array
-{
- typedef typename _Cp::difference_type difference_type;
- typedef typename _Cp::__storage_type __storage_type;
- typedef typename _Cp::iterator iterator;
- static const unsigned __bits_per_word = _Cp::__bits_per_word;
- static const unsigned _Np = 4;
-
- difference_type __size_;
- __storage_type __word_[_Np];
-
- _LIBCPP_INLINE_VISIBILITY static difference_type capacity()
- {return static_cast(_Np * __bits_per_word);}
- _LIBCPP_INLINE_VISIBILITY explicit __bit_array(difference_type __s) : __size_(__s) {}
- _LIBCPP_INLINE_VISIBILITY iterator begin() {return iterator(__word_, 0);}
- _LIBCPP_INLINE_VISIBILITY iterator end() {return iterator(__word_ + __size_ / __bits_per_word,
- static_cast(__size_ % __bits_per_word));}
-};
-
-template
-__bit_iterator<_Cp, false>
-rotate(__bit_iterator<_Cp, false> __first, __bit_iterator<_Cp, false> __middle, __bit_iterator<_Cp, false> __last)
-{
- typedef __bit_iterator<_Cp, false> _I1;
- typedef typename _I1::difference_type difference_type;
- typedef typename _I1::__storage_type __storage_type;
- difference_type __d1 = __middle - __first;
- difference_type __d2 = __last - __middle;
- _I1 __r = __first + __d2;
- while (__d1 != 0 && __d2 != 0)
- {
- if (__d1 <= __d2)
- {
- if (__d1 <= __bit_array<_Cp>::capacity())
- {
- __bit_array<_Cp> __b(__d1);
- _VSTD::copy(__first, __middle, __b.begin());
- _VSTD::copy(__b.begin(), __b.end(), _VSTD::copy(__middle, __last, __first));
- break;
- }
- else
- {
- __bit_iterator<_Cp, false> __mp = _VSTD::swap_ranges(__first, __middle, __middle);
- __first = __middle;
- __middle = __mp;
- __d2 -= __d1;
- }
- }
- else
- {
- if (__d2 <= __bit_array<_Cp>::capacity())
- {
- __bit_array<_Cp> __b(__d2);
- _VSTD::copy(__middle, __last, __b.begin());
- _VSTD::copy_backward(__b.begin(), __b.end(), _VSTD::copy_backward(__first, __middle, __last));
- break;
- }
- else
- {
- __bit_iterator<_Cp, false> __mp = __first + __d2;
- _VSTD::swap_ranges(__first, __mp, __middle);
- __first = __mp;
- __d1 -= __d2;
- }
- }
- }
- return __r;
-}
-
-// equal
-
-template
-bool
-__equal_unaligned(__bit_iterator<_Cp, true> __first1, __bit_iterator<_Cp, true> __last1,
- __bit_iterator<_Cp, true> __first2)
-{
- typedef __bit_iterator<_Cp, true> _It;
- typedef typename _It::difference_type difference_type;
- typedef typename _It::__storage_type __storage_type;
- static const unsigned __bits_per_word = _It::__bits_per_word;
- difference_type __n = __last1 - __first1;
- if (__n > 0)
- {
- // do first word
- if (__first1.__ctz_ != 0)
- {
- unsigned __clz_f = __bits_per_word - __first1.__ctz_;
- difference_type __dn = _VSTD::min(static_cast(__clz_f), __n);
- __n -= __dn;
- __storage_type __m = (~__storage_type(0) << __first1.__ctz_) & (~__storage_type(0) >> (__clz_f - __dn));
- __storage_type __b = *__first1.__seg_ & __m;
- unsigned __clz_r = __bits_per_word - __first2.__ctz_;
- __storage_type __ddn = _VSTD::min<__storage_type>(__dn, __clz_r);
- __m = (~__storage_type(0) << __first2.__ctz_) & (~__storage_type(0) >> (__clz_r - __ddn));
- if (__first2.__ctz_ > __first1.__ctz_)
- if ((*__first2.__seg_ & __m) != (__b << (__first2.__ctz_ - __first1.__ctz_)))
- return false;
- else
- if ((*__first2.__seg_ & __m) != (__b >> (__first1.__ctz_ - __first2.__ctz_)))
- return false;
- __first2.__seg_ += (__ddn + __first2.__ctz_) / __bits_per_word;
- __first2.__ctz_ = static_cast((__ddn + __first2.__ctz_) % __bits_per_word);
- __dn -= __ddn;
- if (__dn > 0)
- {
- __m = ~__storage_type(0) >> (__bits_per_word - __dn);
- if ((*__first2.__seg_ & __m) != (__b >> (__first1.__ctz_ + __ddn)))
- return false;
- __first2.__ctz_ = static_cast(__dn);
- }
- ++__first1.__seg_;
- // __first1.__ctz_ = 0;
- }
- // __first1.__ctz_ == 0;
- // do middle words
- unsigned __clz_r = __bits_per_word - __first2.__ctz_;
- __storage_type __m = ~__storage_type(0) << __first2.__ctz_;
- for (; __n >= __bits_per_word; __n -= __bits_per_word, ++__first1.__seg_)
- {
- __storage_type __b = *__first1.__seg_;
- if ((*__first2.__seg_ & __m) != (__b << __first2.__ctz_))
- return false;
- ++__first2.__seg_;
- if ((*__first2.__seg_ & ~__m) != (__b >> __clz_r))
- return false;
- }
- // do last word
- if (__n > 0)
- {
- __m = ~__storage_type(0) >> (__bits_per_word - __n);
- __storage_type __b = *__first1.__seg_ & __m;
- __storage_type __dn = _VSTD::min(__n, static_cast(__clz_r));
- __m = (~__storage_type(0) << __first2.__ctz_) & (~__storage_type(0) >> (__clz_r - __dn));
- if ((*__first2.__seg_ & __m) != (__b << __first2.__ctz_))
- return false;
- __first2.__seg_ += (__dn + __first2.__ctz_) / __bits_per_word;
- __first2.__ctz_ = static_cast((__dn + __first2.__ctz_) % __bits_per_word);
- __n -= __dn;
- if (__n > 0)
- {
- __m = ~__storage_type(0) >> (__bits_per_word - __n);
- if ((*__first2.__seg_ & __m) != (__b >> __dn))
- return false;
- }
- }
- }
- return true;
-}
-
-template
-bool
-__equal_aligned(__bit_iterator<_Cp, true> __first1, __bit_iterator<_Cp, true> __last1,
- __bit_iterator<_Cp, true> __first2)
-{
- typedef __bit_iterator<_Cp, true> _It;
- typedef typename _It::difference_type difference_type;
- typedef typename _It::__storage_type __storage_type;
- static const unsigned __bits_per_word = _It::__bits_per_word;
- difference_type __n = __last1 - __first1;
- if (__n > 0)
- {
- // do first word
- if (__first1.__ctz_ != 0)
- {
- unsigned __clz = __bits_per_word - __first1.__ctz_;
- difference_type __dn = _VSTD::min(static_cast(__clz), __n);
- __n -= __dn;
- __storage_type __m = (~__storage_type(0) << __first1.__ctz_) & (~__storage_type(0) >> (__clz - __dn));
- if ((*__first2.__seg_ & __m) != (*__first1.__seg_ & __m))
- return false;
- ++__first2.__seg_;
- ++__first1.__seg_;
- // __first1.__ctz_ = 0;
- // __first2.__ctz_ = 0;
- }
- // __first1.__ctz_ == 0;
- // __first2.__ctz_ == 0;
- // do middle words
- for (; __n >= __bits_per_word; __n -= __bits_per_word, ++__first1.__seg_, ++__first2.__seg_)
- if (*__first2.__seg_ != *__first1.__seg_)
- return false;
- // do last word
- if (__n > 0)
- {
- __storage_type __m = ~__storage_type(0) >> (__bits_per_word - __n);
- if ((*__first2.__seg_ & __m) != (*__first1.__seg_ & __m))
- return false;
- }
- }
- return true;
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-bool
-equal(__bit_iterator<_Cp, _IC1> __first1, __bit_iterator<_Cp, _IC1> __last1, __bit_iterator<_Cp, _IC2> __first2)
-{
- if (__first1.__ctz_ == __first2.__ctz_)
- return __equal_aligned(__first1, __last1, __first2);
- return __equal_unaligned(__first1, __last1, __first2);
-}
-
-template
-class __bit_iterator
-{
-public:
- typedef typename _Cp::difference_type difference_type;
- typedef bool value_type;
- typedef __bit_iterator pointer;
- typedef typename conditional<_IsConst, __bit_const_reference<_Cp>, __bit_reference<_Cp> >::type reference;
- typedef random_access_iterator_tag iterator_category;
-
-private:
- typedef typename _Cp::__storage_type __storage_type;
- typedef typename conditional<_IsConst, typename _Cp::__const_storage_pointer,
- typename _Cp::__storage_pointer>::type __storage_pointer;
- static const unsigned __bits_per_word = _Cp::__bits_per_word;
-
- __storage_pointer __seg_;
- unsigned __ctz_;
-
-public:
- _LIBCPP_INLINE_VISIBILITY __bit_iterator() _NOEXCEPT {}
-
- _LIBCPP_INLINE_VISIBILITY
- __bit_iterator(const __bit_iterator<_Cp, false>& __it) _NOEXCEPT
- : __seg_(__it.__seg_), __ctz_(__it.__ctz_) {}
-
- _LIBCPP_INLINE_VISIBILITY reference operator*() const _NOEXCEPT
- {return reference(__seg_, __storage_type(1) << __ctz_);}
-
- _LIBCPP_INLINE_VISIBILITY __bit_iterator& operator++()
- {
- if (__ctz_ != __bits_per_word-1)
- ++__ctz_;
- else
- {
- __ctz_ = 0;
- ++__seg_;
- }
- return *this;
- }
-
- _LIBCPP_INLINE_VISIBILITY __bit_iterator operator++(int)
- {
- __bit_iterator __tmp = *this;
- ++(*this);
- return __tmp;
- }
-
- _LIBCPP_INLINE_VISIBILITY __bit_iterator& operator--()
- {
- if (__ctz_ != 0)
- --__ctz_;
- else
- {
- __ctz_ = __bits_per_word - 1;
- --__seg_;
- }
- return *this;
- }
-
- _LIBCPP_INLINE_VISIBILITY __bit_iterator operator--(int)
- {
- __bit_iterator __tmp = *this;
- --(*this);
- return __tmp;
- }
-
- _LIBCPP_INLINE_VISIBILITY __bit_iterator& operator+=(difference_type __n)
- {
- if (__n >= 0)
- __seg_ += (__n + __ctz_) / __bits_per_word;
- else
- __seg_ += static_cast(__n - __bits_per_word + __ctz_ + 1)
- / static_cast(__bits_per_word);
- __n &= (__bits_per_word - 1);
- __ctz_ = static_cast((__n + __ctz_) % __bits_per_word);
- return *this;
- }
-
- _LIBCPP_INLINE_VISIBILITY __bit_iterator& operator-=(difference_type __n)
- {
- return *this += -__n;
- }
-
- _LIBCPP_INLINE_VISIBILITY __bit_iterator operator+(difference_type __n) const
- {
- __bit_iterator __t(*this);
- __t += __n;
- return __t;
- }
-
- _LIBCPP_INLINE_VISIBILITY __bit_iterator operator-(difference_type __n) const
- {
- __bit_iterator __t(*this);
- __t -= __n;
- return __t;
- }
-
- _LIBCPP_INLINE_VISIBILITY
- friend __bit_iterator operator+(difference_type __n, const __bit_iterator& __it) {return __it + __n;}
-
- _LIBCPP_INLINE_VISIBILITY
- friend difference_type operator-(const __bit_iterator& __x, const __bit_iterator& __y)
- {return (__x.__seg_ - __y.__seg_) * __bits_per_word + __x.__ctz_ - __y.__ctz_;}
-
- _LIBCPP_INLINE_VISIBILITY reference operator[](difference_type __n) const {return *(*this + __n);}
-
- _LIBCPP_INLINE_VISIBILITY friend bool operator==(const __bit_iterator& __x, const __bit_iterator& __y)
- {return __x.__seg_ == __y.__seg_ && __x.__ctz_ == __y.__ctz_;}
-
- _LIBCPP_INLINE_VISIBILITY friend bool operator!=(const __bit_iterator& __x, const __bit_iterator& __y)
- {return !(__x == __y);}
-
- _LIBCPP_INLINE_VISIBILITY friend bool operator<(const __bit_iterator& __x, const __bit_iterator& __y)
- {return __x.__seg_ < __y.__seg_ || (__x.__seg_ == __y.__seg_ && __x.__ctz_ < __y.__ctz_);}
-
- _LIBCPP_INLINE_VISIBILITY friend bool operator>(const __bit_iterator& __x, const __bit_iterator& __y)
- {return __y < __x;}
-
- _LIBCPP_INLINE_VISIBILITY friend bool operator<=(const __bit_iterator& __x, const __bit_iterator& __y)
- {return !(__y < __x);}
-
- _LIBCPP_INLINE_VISIBILITY friend bool operator>=(const __bit_iterator& __x, const __bit_iterator& __y)
- {return !(__x < __y);}
-
-private:
- _LIBCPP_INLINE_VISIBILITY
- __bit_iterator(__storage_pointer __s, unsigned __ctz) _NOEXCEPT
- : __seg_(__s), __ctz_(__ctz) {}
-
-#if defined(__clang__)
- friend typename _Cp::__self;
-#else
- friend class _Cp::__self;
-#endif
- friend class __bit_reference<_Cp>;
- friend class __bit_const_reference<_Cp>;
- friend class __bit_iterator<_Cp, true>;
- template friend struct __bit_array;
- template friend void __fill_n_false(__bit_iterator<_Dp, false> __first, typename _Dp::size_type __n);
- template friend void __fill_n_true(__bit_iterator<_Dp, false> __first, typename _Dp::size_type __n);
- template friend __bit_iterator<_Dp, false> __copy_aligned(__bit_iterator<_Dp, _IC> __first,
- __bit_iterator<_Dp, _IC> __last,
- __bit_iterator<_Dp, false> __result);
- template friend __bit_iterator<_Dp, false> __copy_unaligned(__bit_iterator<_Dp, _IC> __first,
- __bit_iterator<_Dp, _IC> __last,
- __bit_iterator<_Dp, false> __result);
- template friend __bit_iterator<_Dp, false> copy(__bit_iterator<_Dp, _IC> __first,
- __bit_iterator<_Dp, _IC> __last,
- __bit_iterator<_Dp, false> __result);
- template friend __bit_iterator<_Dp, false> __copy_backward_aligned(__bit_iterator<_Dp, _IC> __first,
- __bit_iterator<_Dp, _IC> __last,
- __bit_iterator<_Dp, false> __result);
- template friend __bit_iterator<_Dp, false> __copy_backward_unaligned(__bit_iterator<_Dp, _IC> __first,
- __bit_iterator<_Dp, _IC> __last,
- __bit_iterator<_Dp, false> __result);
- template friend __bit_iterator<_Dp, false> copy_backward(__bit_iterator<_Dp, _IC> __first,
- __bit_iterator<_Dp, _IC> __last,
- __bit_iterator<_Dp, false> __result);
- template friend __bit_iterator<__C2, false> __swap_ranges_aligned(__bit_iterator<__C1, false>,
- __bit_iterator<__C1, false>,
- __bit_iterator<__C2, false>);
- template friend __bit_iterator<__C2, false> __swap_ranges_unaligned(__bit_iterator<__C1, false>,
- __bit_iterator<__C1, false>,
- __bit_iterator<__C2, false>);
- template friend __bit_iterator<__C2, false> swap_ranges(__bit_iterator<__C1, false>,
- __bit_iterator<__C1, false>,
- __bit_iterator<__C2, false>);
- template friend __bit_iterator<_Dp, false> rotate(__bit_iterator<_Dp, false>,
- __bit_iterator<_Dp, false>,
- __bit_iterator<_Dp, false>);
- template friend bool __equal_aligned(__bit_iterator<_Dp, true>,
- __bit_iterator<_Dp, true>,
- __bit_iterator<_Dp, true>);
- template friend bool __equal_unaligned(__bit_iterator<_Dp, true>,
- __bit_iterator<_Dp, true>,
- __bit_iterator<_Dp, true>);
- template friend bool equal(__bit_iterator<_Dp, _IC1>,
- __bit_iterator<_Dp, _IC1>,
- __bit_iterator<_Dp, _IC2>);
- template friend __bit_iterator<_Dp, false> __find_bool_true(__bit_iterator<_Dp, false>,
- typename _Dp::size_type);
- template friend __bit_iterator<_Dp, false> __find_bool_false(__bit_iterator<_Dp, false>,
- typename _Dp::size_type);
-};
-
-_LIBCPP_END_NAMESPACE_STD
-
-#endif // _LIBCPP___BIT_REFERENCE
diff --git a/libcxx/include/__config b/libcxx/include/__config
deleted file mode 100644
index 7cd01dc1b55b..000000000000
--- a/libcxx/include/__config
+++ /dev/null
@@ -1,445 +0,0 @@
-// -*- C++ -*-
-//===--------------------------- __config ---------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef _LIBCPP_CONFIG
-#define _LIBCPP_CONFIG
-
-#if !_MSC_VER // explicit macro necessary because it is only defined below in this file
-#pragma GCC system_header
-#endif
-
-#define _LIBCPP_VERSION 1001
-
-#define _LIBCPP_ABI_VERSION 1
-
-#define _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_X##_LIBCPP_Y
-#define _LIBCPP_CONCAT(_LIBCPP_X,_LIBCPP_Y) _LIBCPP_CONCAT1(_LIBCPP_X,_LIBCPP_Y)
-
-#define _LIBCPP_NAMESPACE _LIBCPP_CONCAT(__,_LIBCPP_ABI_VERSION)
-
-#ifdef __LITTLE_ENDIAN__
-#if __LITTLE_ENDIAN__
-#define _LIBCPP_LITTLE_ENDIAN 1
-#define _LIBCPP_BIG_ENDIAN 0
-#endif // __LITTLE_ENDIAN__
-#endif // __LITTLE_ENDIAN__
-
-#ifdef __BIG_ENDIAN__
-#if __BIG_ENDIAN__
-#define _LIBCPP_LITTLE_ENDIAN 0
-#define _LIBCPP_BIG_ENDIAN 1
-#endif // __BIG_ENDIAN__
-#endif // __BIG_ENDIAN__
-
-#ifdef __FreeBSD__
-# include
-# if _BYTE_ORDER == _LITTLE_ENDIAN
-# define _LIBCPP_LITTLE_ENDIAN 1
-# define _LIBCPP_BIG_ENDIAN 0
-# else // _BYTE_ORDER == _LITTLE_ENDIAN
-# define _LIBCPP_LITTLE_ENDIAN 0
-# define _LIBCPP_BIG_ENDIAN 1
-# endif // _BYTE_ORDER == _LITTLE_ENDIAN
-#endif // __FreeBSD__
-
-#ifdef _WIN32
-# define _LIBCPP_LITTLE_ENDIAN 1
-# define _LIBCPP_BIG_ENDIAN 0
-// Compiler intrinsics (GCC or MSVC)
-# if (defined(_MSC_VER) && _MSC_VER >= 1400) || (__GNUC__ >= 4 && __GNUC_MINOR__ > 3)
-# define _LIBCP_HAS_IS_BASE_OF
-# endif
-#endif // _WIN32
-
-#ifdef __sun__
-# include
-# ifdef _LITTLE_ENDIAN
-# define _LIBCPP_LITTLE_ENDIAN 1
-# define _LIBCPP_BIG_ENDIAN 0
-# else
-# define _LIBCPP_LITTLE_ENDIAN 0
-# define _LIBCPP_BIG_ENDIAN 1
-# endif
-#endif // __sun__
-
-#if !defined(_LIBCPP_LITTLE_ENDIAN) || !defined(_LIBCPP_BIG_ENDIAN)
-# include
-# if __BYTE_ORDER == __LITTLE_ENDIAN
-# define _LIBCPP_LITTLE_ENDIAN 1
-# define _LIBCPP_BIG_ENDIAN 0
-# elif __BYTE_ORDER == __BIG_ENDIAN
-# define _LIBCPP_LITTLE_ENDIAN 0
-# define _LIBCPP_BIG_ENDIAN 1
-# else // __BYTE_ORDER == __BIG_ENDIAN
-# error unable to determine endian
-# endif
-#endif // !defined(_LIBCPP_LITTLE_ENDIAN) || !defined(_LIBCPP_BIG_ENDIAN)
-
-#if _WIN32
-
-// only really useful for a DLL
-#ifdef _LIBCPP_DLL // this should be a compiler builtin define ideally...
-# ifdef cxx_EXPORTS
-# define _LIBCPP_HIDDEN
-# define _LIBCPP_VISIBLE __declspec(dllexport)
-# else
-# define _LIBCPP_HIDDEN
-# define _LIBCPP_VISIBLE __declspec(dllimport)
-# endif
-#else
-# define _LIBCPP_HIDDEN
-# define _LIBCPP_VISIBLE
-#endif
-
-#ifndef _LIBCPP_INLINE_VISIBILITY
-# if _MSC_VER
-# define _LIBCPP_INLINE_VISIBILITY __forceinline
-# else // MinGW GCC and Clang
-# define _LIBCPP_INLINE_VISIBILITY __attribute__ ((__always_inline__))
-# endif
-#endif
-
-#ifndef _LIBCPP_EXCEPTION_ABI
-#define _LIBCPP_EXCEPTION_ABI _LIBCPP_VISIBLE
-#endif
-
-#ifndef _LIBCPP_ALWAYS_INLINE
-# if _MSC_VER
-# define _LIBCPP_ALWAYS_INLINE __forceinline
-# endif
-#endif
-
-#endif // _WIN32
-
-#ifndef _LIBCPP_HIDDEN
-#define _LIBCPP_HIDDEN __attribute__ ((__visibility__("hidden")))
-#endif
-
-#ifndef _LIBCPP_VISIBLE
-#define _LIBCPP_VISIBLE __attribute__ ((__visibility__("default")))
-#endif
-
-#ifndef _LIBCPP_INLINE_VISIBILITY
-#define _LIBCPP_INLINE_VISIBILITY __attribute__ ((__visibility__("hidden"), __always_inline__))
-#endif
-
-#ifndef _LIBCPP_EXCEPTION_ABI
-#define _LIBCPP_EXCEPTION_ABI __attribute__ ((__visibility__("default")))
-#endif
-
-#ifndef _LIBCPP_CANTTHROW
-#define _LIBCPP_CANTTHROW __attribute__ ((__nothrow__))
-#endif
-
-#ifndef _LIBCPP_ALWAYS_INLINE
-#define _LIBCPP_ALWAYS_INLINE __attribute__ ((__visibility__("hidden"), __always_inline__))
-#endif
-
-#if defined(__clang__)
-
-#if __has_feature(cxx_alignas)
-# define _ALIGNAS(x) alignas(x)
-#else
-# define _ALIGNAS(x) __attribute__((__aligned__(x)))
-#endif
-
-#if !__has_feature(cxx_alias_templates)
-#define _LIBCPP_HAS_NO_TEMPLATE_ALIASES
-#endif
-
-#ifndef __GXX_EXPERIMENTAL_CXX0X__
-#ifdef __linux__
-#define _LIBCPP_HAS_NO_UNICODE_CHARS
-#else
-typedef __char16_t char16_t;
-typedef __char32_t char32_t;
-#endif
-#endif
-
-#if !(__has_feature(cxx_exceptions))
-#define _LIBCPP_NO_EXCEPTIONS
-#endif
-
-#if !(__has_feature(cxx_rtti))
-#define _LIBCPP_NO_RTTI
-#endif
-
-#if !(__has_feature(cxx_strong_enums))
-#define _LIBCPP_HAS_NO_STRONG_ENUMS
-#endif
-
-#if !(__has_feature(cxx_decltype))
-#define _LIBCPP_HAS_NO_DECLTYPE
-#endif
-
-#if __has_feature(cxx_attributes)
-# define _ATTRIBUTE(x) [[x]]
-#else
-# define _ATTRIBUTE(x) __attribute__ ((x))
-#endif
-
-#define _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS
-
-#if !(__has_feature(cxx_deleted_functions))
-#define _LIBCPP_HAS_NO_DELETED_FUNCTIONS
-#endif // !(__has_feature(cxx_deleted_functions))
-
-#if !(__has_feature(cxx_lambdas))
-#define _LIBCPP_HAS_NO_LAMBDAS
-#endif
-
-#if !(__has_feature(cxx_nullptr))
-#define _LIBCPP_HAS_NO_NULLPTR
-#endif
-
-#if !(__has_feature(cxx_rvalue_references))
-#define _LIBCPP_HAS_NO_RVALUE_REFERENCES
-#endif
-
-#if !(__has_feature(cxx_static_assert))
-#define _LIBCPP_HAS_NO_STATIC_ASSERT
-#endif
-
-#if !(__has_feature(cxx_auto_type))
-#define _LIBCPP_HAS_NO_AUTO_TYPE
-#endif
-
-#if !(__has_feature(cxx_access_control_sfinae)) || !__has_feature(cxx_trailing_return)
-#define _LIBCPP_HAS_NO_ADVANCED_SFINAE
-#endif
-
-#if !(__has_feature(cxx_variadic_templates))
-#define _LIBCPP_HAS_NO_VARIADICS
-#endif
-
-#if !(__has_feature(cxx_trailing_return))
-#define _LIBCPP_HAS_NO_TRAILING_RETURN
-#endif
-
-#if !(__has_feature(cxx_generalized_initializers))
-#define _LIBCPP_HAS_NO_GENERALIZED_INITIALIZERS
-#endif
-
-#if __has_feature(is_base_of)
-# define _LIBCP_HAS_IS_BASE_OF
-#endif
-
-// Objective-C++ features (opt-in)
-#if __has_feature(objc_arc)
-#define _LIBCPP_HAS_OBJC_ARC
-#endif
-
-#if __has_feature(objc_arc_weak)
-#define _LIBCPP_HAS_OBJC_ARC_WEAK
-#define _LIBCPP_HAS_NO_STRONG_ENUMS
-#endif
-
-#if !(__has_feature(cxx_constexpr))
-#define _LIBCPP_HAS_NO_CONSTEXPR
-#endif
-
-#if __FreeBSD__
-#define _LIBCPP_HAS_QUICK_EXIT
-#endif
-
-#if (__has_feature(cxx_noexcept))
-# define _NOEXCEPT noexcept
-# define _NOEXCEPT_(x) noexcept(x)
-#else
-# define _NOEXCEPT throw()
-# define _NOEXCEPT_(x)
-#endif
-
-#if __has_feature(underlying_type)
-# define _LIBCXX_UNDERLYING_TYPE(T) __underlying_type(T)
-#endif
-
-// Inline namespaces are available in Clang regardless of C++ dialect.
-#define _LIBCPP_BEGIN_NAMESPACE_STD namespace std {inline namespace _LIBCPP_NAMESPACE {
-#define _LIBCPP_END_NAMESPACE_STD } }
-#define _VSTD std::_LIBCPP_NAMESPACE
-
-namespace std {
- inline namespace _LIBCPP_NAMESPACE {
- }
-}
-
-#elif defined(__GNUC__)
-
-#define _ALIGNAS(x) __attribute__((__aligned__(x)))
-
-#define _ATTRIBUTE(x) __attribute__((x))
-
-#if !__EXCEPTIONS
-#define _LIBCPP_NO_EXCEPTIONS
-#endif
-
-#define _LIBCPP_HAS_NO_TEMPLATE_ALIASES
-#define _LIBCPP_HAS_NO_CONSTEXPR
-
-#define _NOEXCEPT throw()
-#define _NOEXCEPT_(x)
-
-#ifndef __GXX_EXPERIMENTAL_CXX0X__
-
-#define _LIBCPP_HAS_NO_ADVANCED_SFINAE
-#define _LIBCPP_HAS_NO_DECLTYPE
-#define _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS
-#define _LIBCPP_HAS_NO_DELETED_FUNCTIONS
-#define _LIBCPP_HAS_NO_NULLPTR
-#define _LIBCPP_HAS_NO_STATIC_ASSERT
-#define _LIBCPP_HAS_NO_UNICODE_CHARS
-#define _LIBCPP_HAS_NO_VARIADICS
-#define _LIBCPP_HAS_NO_RVALUE_REFERENCES
-#define _LIBCPP_HAS_NO_ALWAYS_INLINE_VARIADICS
-
-#else // __GXX_EXPERIMENTAL_CXX0X__
-
-#define _LIBCPP_HAS_NO_TRAILING_RETURN
-#define _LIBCPP_HAS_NO_ALWAYS_INLINE_VARIADICS
-
-#if !(__GNUC__ >= 4 && __GNUC_MINOR__ >= 3)
-#define _LIBCPP_HAS_NO_RVALUE_REFERENCES
-#endif
-
-#if !(__GNUC__ >= 4 && __GNUC_MINOR__ >= 3)
-#define _LIBCPP_HAS_NO_STATIC_ASSERT
-#endif
-
-#if !(__GNUC__ >= 4 && __GNUC_MINOR__ >= 4)
-#define _LIBCPP_HAS_NO_ADVANCED_SFINAE
-#define _LIBCPP_HAS_NO_DECLTYPE
-#define _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS
-#define _LIBCPP_HAS_NO_DELETED_FUNCTIONS
-#define _LIBCPP_HAS_NO_UNICODE_CHARS
-#define _LIBCPP_HAS_NO_VARIADICS
-#define _LIBCPP_HAS_NO_GENERALIZED_INITIALIZERS
-#endif // !(__GNUC__ >= 4 && __GNUC_MINOR__ >= 4)
-
-#if !(__GNUC__ >= 4 && __GNUC_MINOR__ >= 6)
-#define _LIBCPP_HAS_NO_NULLPTR
-#endif
-
-#endif // __GXX_EXPERIMENTAL_CXX0X__
-
-#define _LIBCPP_BEGIN_NAMESPACE_STD namespace std { namespace _LIBCPP_NAMESPACE {
-#define _LIBCPP_END_NAMESPACE_STD } }
-#define _VSTD std::_LIBCPP_NAMESPACE
-
-namespace std {
-namespace _LIBCPP_NAMESPACE {
-}
-using namespace _LIBCPP_NAMESPACE __attribute__((__strong__));
-}
-
-#elif defined(_MSC_VER)
-
-#define _LIBCPP_HAS_NO_TEMPLATE_ALIASES
-#define _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
-#define _LIBCPP_HAS_NO_CONSTEXPR
-#define _LIBCPP_HAS_NO_UNICODE_CHARS
-#define _LIBCPP_HAS_NO_DELETED_FUNCTIONS
-#define __alignof__ __alignof
-#define _ATTRIBUTE __declspec
-#define _ALIGNAS(x) __declspec(align(x))
-#define _LIBCPP_HAS_NO_VARIADICS
-
-#define _NOEXCEPT throw()
-#define _NOEXCEPT_(x)
-
-#define _LIBCPP_BEGIN_NAMESPACE_STD namespace std {
-#define _LIBCPP_END_NAMESPACE_STD }
-#define _VSTD std
-
-namespace std {
-}
-
-#endif // __clang__ || __GNUC___ || _MSC_VER
-
-#ifdef _LIBCPP_HAS_NO_UNICODE_CHARS
-typedef unsigned short char16_t;
-typedef unsigned int char32_t;
-#endif // _LIBCPP_HAS_NO_UNICODE_CHARS
-
-#ifdef _LIBCPP_HAS_NO_STATIC_ASSERT
-
-template struct __static_assert_test;
-template <> struct __static_assert_test {};
-template struct __static_assert_check {};
-#define static_assert(__b, __m) \
- typedef __static_assert_check)> \
- _LIBCPP_CONCAT(__t, __LINE__)
-
-#endif // _LIBCPP_HAS_NO_STATIC_ASSERT
-
-#ifdef _LIBCPP_HAS_NO_DECLTYPE
-#define decltype(x) __typeof__(x)
-#endif
-
-#ifdef _LIBCPP_HAS_NO_CONSTEXPR
-#define _LIBCPP_CONSTEXPR
-#else
-#define _LIBCPP_CONSTEXPR constexpr
-#endif
-
-#ifndef __has_feature
-#define __has_feature(__x) 0
-#endif
-
-#if __has_feature(cxx_explicit_conversions)
-# define _LIBCPP_EXPLICIT explicit
-#else
-# define _LIBCPP_EXPLICIT
-#endif
-
-#ifdef _LIBCPP_HAS_NO_STRONG_ENUMS
-#define _LIBCPP_DECLARE_STRONG_ENUM(x) struct _LIBCPP_VISIBLE x { enum _
-#define _LIBCPP_DECLARE_STRONG_ENUM_EPILOG(x) \
- _ __v_; \
- _LIBCPP_ALWAYS_INLINE x(_ __v) : __v_(__v) {} \
- _LIBCPP_ALWAYS_INLINE operator int() const {return __v_;} \
- };
-#else // _LIBCPP_HAS_NO_STRONG_ENUMS
-#define _LIBCPP_DECLARE_STRONG_ENUM(x) enum class _LIBCPP_VISIBLE x
-#define _LIBCPP_DECLARE_STRONG_ENUM_EPILOG(x)
-#endif // _LIBCPP_HAS_NO_STRONG_ENUMS
-
-#if __APPLE__ || __FreeBSD__ || _WIN32 || __sun__
-#define _LIBCPP_LOCALE__L_EXTENSIONS 1
-#endif
-#if __FreeBSD__
-#define _DECLARE_C99_LDBL_MATH 1
-#endif
-
-#if __APPLE__ || __FreeBSD__
-#define _LIBCPP_HAS_DEFAULTRUNELOCALE
-#endif
-
-#if __APPLE__ || __FreeBSD__ || __sun__
-#define _LIBCPP_WCTYPE_IS_MASK
-#endif
-
-#ifdef _LIBCPP_DEBUG2
-# if _LIBCPP_DEBUG2 == 0
-# define _LIBCPP_DEBUG_LEVEL 1
-# elif _LIBCPP_DEBUG2 == 1
-# define _LIBCPP_DEBUG_LEVEL 2
-# else
-# error Supported values for _LIBCPP_DEBUG2 are 0 and 1
-# endif
-#endif
-
-#ifdef _LIBCPP_DEBUG2
-# include <__debug>
-#else
-# define _LIBCPP_ASSERT(x, m) ((void)0)
-#endif
-
-#endif // _LIBCPP_CONFIG
diff --git a/libcxx/include/__debug b/libcxx/include/__debug
deleted file mode 100644
index 4a0e3cecbb62..000000000000
--- a/libcxx/include/__debug
+++ /dev/null
@@ -1,191 +0,0 @@
-// -*- C++ -*-
-//===--------------------------- __debug ----------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef _LIBCPP_DEBUG_H
-#define _LIBCPP_DEBUG_H
-
-#if _LIBCPP_DEBUG_LEVEL >= 1
-
-# include
-# include
-# include
-# define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : (_VSTD::printf("%s\n", m), _VSTD::abort()))
-
-#endif
-
-#if _LIBCPP_DEBUG_LEVEL >= 2
-
-_LIBCPP_BEGIN_NAMESPACE_STD
-
-struct _LIBCPP_VISIBLE __c_node;
-
-struct _LIBCPP_VISIBLE __i_node
-{
- void* __i_;
- __i_node* __next_;
- __c_node* __c_;
-
- __i_node(const __i_node&) = delete;
- __i_node& operator=(const __i_node&) = delete;
- _LIBCPP_INLINE_VISIBILITY
- __i_node(void* __i, __i_node* __next, __c_node* __c)
- : __i_(__i), __next_(__next), __c_(__c) {}
- ~__i_node();
-};
-
-struct _LIBCPP_VISIBLE __c_node
-{
- void* __c_;
- __c_node* __next_;
- __i_node** beg_;
- __i_node** end_;
- __i_node** cap_;
-
- __c_node(const __c_node&) = delete;
- __c_node& operator=(const __c_node&) = delete;
- _LIBCPP_INLINE_VISIBILITY
- __c_node(void* __c, __c_node* __next)
- : __c_(__c), __next_(__next), beg_(nullptr), end_(nullptr), cap_(nullptr) {}
- virtual ~__c_node();
-
- virtual bool __dereferenceable(const void*) const = 0;
- virtual bool __decrementable(const void*) const = 0;
- virtual bool __addable(const void*, ptrdiff_t) const = 0;
- virtual bool __subscriptable(const void*, ptrdiff_t) const = 0;
-
- void __add(__i_node* __i);
- _LIBCPP_HIDDEN void __remove(__i_node* __i);
-};
-
-template
-struct _C_node
- : public __c_node
-{
- _C_node(void* __c, __c_node* __n)
- : __c_node(__c, __n) {}
-
- virtual bool __dereferenceable(const void*) const;
- virtual bool __decrementable(const void*) const;
- virtual bool __addable(const void*, ptrdiff_t) const;
- virtual bool __subscriptable(const void*, ptrdiff_t) const;
-};
-
-template
-bool
-_C_node<_Cont>::__dereferenceable(const void* __i) const
-{
- typedef typename _Cont::const_iterator iterator;
- const iterator* __j = static_cast(__i);
- _Cont* _Cp = static_cast<_Cont*>(__c_);
- return _Cp->__dereferenceable(__j);
-}
-
-template
-bool
-_C_node<_Cont>::__decrementable(const void* __i) const
-{
- typedef typename _Cont::const_iterator iterator;
- const iterator* __j = static_cast(__i);
- _Cont* _Cp = static_cast<_Cont*>(__c_);
- return _Cp->__decrementable(__j);
-}
-
-template
-bool
-_C_node<_Cont>::__addable(const void* __i, ptrdiff_t __n) const
-{
- typedef typename _Cont::const_iterator iterator;
- const iterator* __j = static_cast(__i);
- _Cont* _Cp = static_cast<_Cont*>(__c_);
- return _Cp->__addable(__j, __n);
-}
-
-template
-bool
-_C_node<_Cont>::__subscriptable(const void* __i, ptrdiff_t __n) const
-{
- typedef typename _Cont::const_iterator iterator;
- const iterator* __j = static_cast(__i);
- _Cont* _Cp = static_cast<_Cont*>(__c_);
- return _Cp->__subscriptable(__j, __n);
-}
-
-class _LIBCPP_VISIBLE __libcpp_db
-{
- __c_node** __cbeg_;
- __c_node** __cend_;
- size_t __csz_;
- __i_node** __ibeg_;
- __i_node** __iend_;
- size_t __isz_;
-
- __libcpp_db();
-public:
- __libcpp_db(const __libcpp_db&) = delete;
- __libcpp_db& operator=(const __libcpp_db&) = delete;
- ~__libcpp_db();
-
- class __db_c_iterator;
- class __db_c_const_iterator;
- class __db_i_iterator;
- class __db_i_const_iterator;
-
- __db_c_const_iterator __c_end() const;
- __db_i_const_iterator __i_end() const;
-
- template
- _LIBCPP_INLINE_VISIBILITY
- void __insert_c(_Cont* __c)
- {
- __c_node* __n = __insert_c(static_cast(__c));
- ::new(__n) _C_node<_Cont>(__n->__c_, __n->__next_);
- }
-
- void __insert_i(void* __i);
- __c_node* __insert_c(void* __c);
- void __erase_c(void* __c);
-
- void __insert_ic(void* __i, const void* __c);
- void __iterator_copy(void* __i, const void* __i0);
- void __erase_i(void* __i);
-
- void* __find_c_from_i(void* __i) const;
- void __invalidate_all(void* __c);
- __c_node* __find_c_and_lock(void* __c) const;
- __c_node* __find_c(void* __c) const;
- void unlock() const;
-
- void swap(void* __c1, void* __c2);
-
-
- bool __dereferenceable(const void* __i) const;
- bool __decrementable(const void* __i) const;
- bool __addable(const void* __i, ptrdiff_t __n) const;
- bool __subscriptable(const void* __i, ptrdiff_t __n) const;
- bool __comparable(const void* __i, const void* __j) const;
-private:
- _LIBCPP_HIDDEN
- __i_node* __insert_iterator(void* __i);
- _LIBCPP_HIDDEN
- __i_node* __find_iterator(const void* __i) const;
-
- friend _LIBCPP_VISIBLE __libcpp_db* __get_db();
-};
-
-_LIBCPP_VISIBLE __libcpp_db* __get_db();
-_LIBCPP_VISIBLE const __libcpp_db* __get_const_db();
-
-
-_LIBCPP_END_NAMESPACE_STD
-
-#endif
-
-#endif // _LIBCPP_DEBUG_H
-
diff --git a/libcxx/include/__functional_03 b/libcxx/include/__functional_03
deleted file mode 100644
index 3a5397d809d1..000000000000
--- a/libcxx/include/__functional_03
+++ /dev/null
@@ -1,2130 +0,0 @@
-// -*- C++ -*-
-//===----------------------------------------------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef _LIBCPP_FUNCTIONAL_03
-#define _LIBCPP_FUNCTIONAL_03
-
-// manual variadic expansion for
-
-#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
-#endif
-
-template
-class __mem_fn
- : public __weak_result_type<_Tp>
-{
-public:
- // types
- typedef _Tp type;
-private:
- type __f_;
-
-public:
- _LIBCPP_INLINE_VISIBILITY __mem_fn(type __f) : __f_(__f) {}
-
- // invoke
-
- typename __invoke_return::type
- operator() ()
- {
- return __invoke(__f_);
- }
-
- template
- typename __invoke_return0::type
- operator() (_A0& __a0)
- {
- return __invoke(__f_, __a0);
- }
-
- template
- typename __invoke_return1::type
- operator() (_A0& __a0, _A1& __a1)
- {
- return __invoke(__f_, __a0, __a1);
- }
-
- template
- typename __invoke_return2::type
- operator() (_A0& __a0, _A1& __a1, _A2& __a2)
- {
- return __invoke(__f_, __a0, __a1, __a2);
- }
-};
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp _Tp::*>
-mem_fn(_Rp _Tp::* __pm)
-{
- return __mem_fn<_Rp _Tp::*>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)()>
-mem_fn(_Rp (_Tp::* __pm)())
-{
- return __mem_fn<_Rp (_Tp::*)()>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)(_A0)>
-mem_fn(_Rp (_Tp::* __pm)(_A0))
-{
- return __mem_fn<_Rp (_Tp::*)(_A0)>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)(_A0, _A1)>
-mem_fn(_Rp (_Tp::* __pm)(_A0, _A1))
-{
- return __mem_fn<_Rp (_Tp::*)(_A0, _A1)>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)(_A0, _A1, _A2)>
-mem_fn(_Rp (_Tp::* __pm)(_A0, _A1, _A2))
-{
- return __mem_fn<_Rp (_Tp::*)(_A0, _A1, _A2)>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)()>
-mem_fn(_Rp (_Tp::* __pm)() const)
-{
- return __mem_fn<_Rp (_Tp::*)()>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)(_A0)>
-mem_fn(_Rp (_Tp::* __pm)(_A0) const)
-{
- return __mem_fn<_Rp (_Tp::*)(_A0)>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)(_A0, _A1)>
-mem_fn(_Rp (_Tp::* __pm)(_A0, _A1) const)
-{
- return __mem_fn<_Rp (_Tp::*)(_A0, _A1)>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)(_A0, _A1, _A2)>
-mem_fn(_Rp (_Tp::* __pm)(_A0, _A1, _A2) const)
-{
- return __mem_fn<_Rp (_Tp::*)(_A0, _A1, _A2)>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)()>
-mem_fn(_Rp (_Tp::* __pm)() volatile)
-{
- return __mem_fn<_Rp (_Tp::*)()>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)(_A0)>
-mem_fn(_Rp (_Tp::* __pm)(_A0) volatile)
-{
- return __mem_fn<_Rp (_Tp::*)(_A0)>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)(_A0, _A1)>
-mem_fn(_Rp (_Tp::* __pm)(_A0, _A1) volatile)
-{
- return __mem_fn<_Rp (_Tp::*)(_A0, _A1)>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)(_A0, _A1, _A2)>
-mem_fn(_Rp (_Tp::* __pm)(_A0, _A1, _A2) volatile)
-{
- return __mem_fn<_Rp (_Tp::*)(_A0, _A1, _A2)>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)()>
-mem_fn(_Rp (_Tp::* __pm)() const volatile)
-{
- return __mem_fn<_Rp (_Tp::*)()>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)(_A0)>
-mem_fn(_Rp (_Tp::* __pm)(_A0) const volatile)
-{
- return __mem_fn<_Rp (_Tp::*)(_A0)>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)(_A0, _A1)>
-mem_fn(_Rp (_Tp::* __pm)(_A0, _A1) const volatile)
-{
- return __mem_fn<_Rp (_Tp::*)(_A0, _A1)>(__pm);
-}
-
-template
-inline _LIBCPP_INLINE_VISIBILITY
-__mem_fn<_Rp (_Tp::*)(_A0, _A1, _A2)>
-mem_fn(_Rp (_Tp::* __pm)(_A0, _A1, _A2) const volatile)
-{
- return __mem_fn<_Rp (_Tp::*)(_A0, _A1, _A2)>(__pm);
-}
-
-// bad_function_call
-
-class _LIBCPP_EXCEPTION_ABI bad_function_call
- : public exception
-{
-};
-
-template class _LIBCPP_VISIBLE function; // undefined
-
-namespace __function
-{
-
-template
-struct __maybe_derive_from_unary_function
-{
-};
-
-template
-struct __maybe_derive_from_unary_function<_Rp(_A1)>
- : public unary_function<_A1, _Rp>
-{
-};
-
-template
-struct __maybe_derive_from_binary_function
-{
-};
-
-template
-struct __maybe_derive_from_binary_function<_Rp(_A1, _A2)>
- : public binary_function<_A1, _A2, _Rp>
-{
-};
-
-template class __base;
-
-template
-class __base<_Rp()>
-{
- __base(const __base&);
- __base& operator=(const __base&);
-public:
- __base() {}
- virtual ~__base() {}
- virtual __base* __clone() const = 0;
- virtual void __clone(__base*) const = 0;
- virtual void destroy() = 0;
- virtual void destroy_deallocate() = 0;
- virtual _Rp operator()() = 0;
-#ifndef _LIBCPP_NO_RTTI
- virtual const void* target(const type_info&) const = 0;
- virtual const std::type_info& target_type() const = 0;
-#endif // _LIBCPP_NO_RTTI
-};
-
-template
-class __base<_Rp(_A0)>
-{
- __base(const __base&);
- __base& operator=(const __base&);
-public:
- __base() {}
- virtual ~__base() {}
- virtual __base* __clone() const = 0;
- virtual void __clone(__base*) const = 0;
- virtual void destroy() = 0;
- virtual void destroy_deallocate() = 0;
- virtual _Rp operator()(_A0) = 0;
-#ifndef _LIBCPP_NO_RTTI
- virtual const void* target(const type_info&) const = 0;
- virtual const std::type_info& target_type() const = 0;
-#endif // _LIBCPP_NO_RTTI
-};
-
-template
-class __base<_Rp(_A0, _A1)>
-{
- __base(const __base&);
- __base& operator=(const __base&);
-public:
- __base() {}
- virtual ~__base() {}
- virtual __base* __clone() const = 0;
- virtual void __clone(__base*) const = 0;
- virtual void destroy() = 0;
- virtual void destroy_deallocate() = 0;
- virtual _Rp operator()(_A0, _A1) = 0;
-#ifndef _LIBCPP_NO_RTTI
- virtual const void* target(const type_info&) const = 0;
- virtual const std::type_info& target_type() const = 0;
-#endif // _LIBCPP_NO_RTTI
-};
-
-template
-class __base<_Rp(_A0, _A1, _A2)>
-{
- __base(const __base&);
- __base& operator=(const __base&);
-public:
- __base() {}
- virtual ~__base() {}
- virtual __base* __clone() const = 0;
- virtual void __clone(__base*) const = 0;
- virtual void destroy() = 0;
- virtual void destroy_deallocate() = 0;
- virtual _Rp operator()(_A0, _A1, _A2) = 0;
-#ifndef _LIBCPP_NO_RTTI
- virtual const void* target(const type_info&) const = 0;
- virtual const std::type_info& target_type() const = 0;
-#endif // _LIBCPP_NO_RTTI
-};
-
-template class __func;
-
-template
-class __func<_Fp, _Alloc, _Rp()>
- : public __base<_Rp()>
-{
- __compressed_pair<_Fp, _Alloc> __f_;
-public:
- explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {}
- explicit __func(_Fp __f, _Alloc __a) : __f_(_VSTD::move(__f), _VSTD::move(__a)) {}
- virtual __base<_Rp()>* __clone() const;
- virtual void __clone(__base<_Rp()>*) const;
- virtual void destroy();
- virtual void destroy_deallocate();
- virtual _Rp operator()();
-#ifndef _LIBCPP_NO_RTTI
- virtual const void* target(const type_info&) const;
- virtual const std::type_info& target_type() const;
-#endif // _LIBCPP_NO_RTTI
-};
-
-template
-__base<_Rp()>*
-__func<_Fp, _Alloc, _Rp()>::__clone() const
-{
- typedef typename _Alloc::template rebind<__func>::other _Ap;
- _Ap __a(__f_.second());
- typedef __allocator_destructor<_Ap> _Dp;
- unique_ptr<__func, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
- ::new (__hold.get()) __func(__f_.first(), _Alloc(__a));
- return __hold.release();
-}
-
-template
-void
-__func<_Fp, _Alloc, _Rp()>::__clone(__base<_Rp()>* __p) const
-{
- ::new (__p) __func(__f_.first(), __f_.second());
-}
-
-template
-void
-__func<_Fp, _Alloc, _Rp()>::destroy()
-{
- __f_.~__compressed_pair<_Fp, _Alloc>();
-}
-
-template
-void
-__func<_Fp, _Alloc, _Rp()>::destroy_deallocate()
-{
- typedef typename _Alloc::template rebind<__func>::other _Ap;
- _Ap __a(__f_.second());
- __f_.~__compressed_pair<_Fp, _Alloc>();
- __a.deallocate(this, 1);
-}
-
-template
-_Rp
-__func<_Fp, _Alloc, _Rp()>::operator()()
-{
- return __invoke(__f_.first());
-}
-
-#ifndef _LIBCPP_NO_RTTI
-
-template
-const void*
-__func<_Fp, _Alloc, _Rp()>::target(const type_info& __ti) const
-{
- if (__ti == typeid(_Fp))
- return &__f_.first();
- return (const void*)0;
-}
-
-template
-const std::type_info&
-__func<_Fp, _Alloc, _Rp()>::target_type() const
-{
- return typeid(_Fp);
-}
-
-#endif // _LIBCPP_NO_RTTI
-
-template
-class __func<_Fp, _Alloc, _Rp(_A0)>
- : public __base<_Rp(_A0)>
-{
- __compressed_pair<_Fp, _Alloc> __f_;
-public:
- _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {}
- _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f, _Alloc __a)
- : __f_(_VSTD::move(__f), _VSTD::move(__a)) {}
- virtual __base<_Rp(_A0)>* __clone() const;
- virtual void __clone(__base<_Rp(_A0)>*) const;
- virtual void destroy();
- virtual void destroy_deallocate();
- virtual _Rp operator()(_A0);
-#ifndef _LIBCPP_NO_RTTI
- virtual const void* target(const type_info&) const;
- virtual const std::type_info& target_type() const;
-#endif // _LIBCPP_NO_RTTI
-};
-
-template
-__base<_Rp(_A0)>*
-__func<_Fp, _Alloc, _Rp(_A0)>::__clone() const
-{
- typedef typename _Alloc::template rebind<__func>::other _Ap;
- _Ap __a(__f_.second());
- typedef __allocator_destructor<_Ap> _Dp;
- unique_ptr<__func, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
- ::new (__hold.get()) __func(__f_.first(), _Alloc(__a));
- return __hold.release();
-}
-
-template
-void
-__func<_Fp, _Alloc, _Rp(_A0)>::__clone(__base<_Rp(_A0)>* __p) const
-{
- ::new (__p) __func(__f_.first(), __f_.second());
-}
-
-template
-void
-__func<_Fp, _Alloc, _Rp(_A0)>::destroy()
-{
- __f_.~__compressed_pair<_Fp, _Alloc>();
-}
-
-template
-void
-__func<_Fp, _Alloc, _Rp(_A0)>::destroy_deallocate()
-{
- typedef typename _Alloc::template rebind<__func>::other _Ap;
- _Ap __a(__f_.second());
- __f_.~__compressed_pair<_Fp, _Alloc>();
- __a.deallocate(this, 1);
-}
-
-template
-_Rp
-__func<_Fp, _Alloc, _Rp(_A0)>::operator()(_A0 __a0)
-{
- return __invoke(__f_.first(), __a0);
-}
-
-#ifndef _LIBCPP_NO_RTTI
-
-template
-const void*
-__func<_Fp, _Alloc, _Rp(_A0)>::target(const type_info& __ti) const
-{
- if (__ti == typeid(_Fp))
- return &__f_.first();
- return (const void*)0;
-}
-
-template
-const std::type_info&
-__func<_Fp, _Alloc, _Rp(_A0)>::target_type() const
-{
- return typeid(_Fp);
-}
-
-#endif // _LIBCPP_NO_RTTI
-
-template
-class __func<_Fp, _Alloc, _Rp(_A0, _A1)>
- : public __base<_Rp(_A0, _A1)>
-{
- __compressed_pair<_Fp, _Alloc> __f_;
-public:
- _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {}
- _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f, _Alloc __a)
- : __f_(_VSTD::move(__f), _VSTD::move(__a)) {}
- virtual __base<_Rp(_A0, _A1)>* __clone() const;
- virtual void __clone(__base<_Rp(_A0, _A1)>*) const;
- virtual void destroy();
- virtual void destroy_deallocate();
- virtual _Rp operator()(_A0, _A1);
-#ifndef _LIBCPP_NO_RTTI
- virtual const void* target(const type_info&) const;
- virtual const std::type_info& target_type() const;
-#endif // _LIBCPP_NO_RTTI
-};
-
-template
-__base<_Rp(_A0, _A1)>*
-__func<_Fp, _Alloc, _Rp(_A0, _A1)>::__clone() const
-{
- typedef typename _Alloc::template rebind<__func>::other _Ap;
- _Ap __a(__f_.second());
- typedef __allocator_destructor<_Ap> _Dp;
- unique_ptr<__func, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
- ::new (__hold.get()) __func(__f_.first(), _Alloc(__a));
- return __hold.release();
-}
-
-template
-void
-__func<_Fp, _Alloc, _Rp(_A0, _A1)>::__clone(__base<_Rp(_A0, _A1)>* __p) const
-{
- ::new (__p) __func(__f_.first(), __f_.second());
-}
-
-template
-void
-__func<_Fp, _Alloc, _Rp(_A0, _A1)>::destroy()
-{
- __f_.~__compressed_pair<_Fp, _Alloc>();
-}
-
-template
-void
-__func<_Fp, _Alloc, _Rp(_A0, _A1)>::destroy_deallocate()
-{
- typedef typename _Alloc::template rebind<__func>::other _Ap;
- _Ap __a(__f_.second());
- __f_.~__compressed_pair<_Fp, _Alloc>();
- __a.deallocate(this, 1);
-}
-
-template
-_Rp
-__func<_Fp, _Alloc, _Rp(_A0, _A1)>::operator()(_A0 __a0, _A1 __a1)
-{
- return __invoke(__f_.first(), __a0, __a1);
-}
-
-#ifndef _LIBCPP_NO_RTTI
-
-template
-const void*
-__func<_Fp, _Alloc, _Rp(_A0, _A1)>::target(const type_info& __ti) const
-{
- if (__ti == typeid(_Fp))
- return &__f_.first();
- return (const void*)0;
-}
-
-template
-const std::type_info&
-__func<_Fp, _Alloc, _Rp(_A0, _A1)>::target_type() const
-{
- return typeid(_Fp);
-}
-
-#endif // _LIBCPP_NO_RTTI
-
-template
-class __func<_Fp, _Alloc, _Rp(_A0, _A1, _A2)>
- : public __base<_Rp(_A0, _A1, _A2)>
-{
- __compressed_pair<_Fp, _Alloc> __f_;
-public:
- _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {}
- _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f, _Alloc __a)
- : __f_(_VSTD::move(__f), _VSTD::move(__a)) {}
- virtual __base<_Rp(_A0, _A1, _A2)>* __clone() const;
- virtual void __clone(__base<_Rp(_A0, _A1, _A2)>*) const;
- virtual void destroy();
- virtual void destroy_deallocate();
- virtual _Rp operator()(_A0, _A1, _A2);
-#ifndef _LIBCPP_NO_RTTI
- virtual const void* target(const type_info&) const;
- virtual const std::type_info& target_type() const;
-#endif // _LIBCPP_NO_RTTI
-};
-
-template
-__base<_Rp(_A0, _A1, _A2)>*
-__func<_Fp, _Alloc, _Rp(_A0, _A1, _A2)>::__clone() const
-{
- typedef typename _Alloc::template rebind<__func>::other _Ap;
- _Ap __a(__f_.second());
- typedef __allocator_destructor<_Ap> _Dp;
- unique_ptr<__func, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
- ::new (__hold.get()) __func(__f_.first(), _Alloc(__a));
- return __hold.release();
-}
-
-template
-void
-__func<_Fp, _Alloc, _Rp(_A0, _A1, _A2)>::__clone(__base<_Rp(_A0, _A1, _A2)>* __p) const
-{
- ::new (__p) __func(__f_.first(), __f_.second());
-}
-
-template
-void
-__func<_Fp, _Alloc, _Rp(_A0, _A1, _A2)>::destroy()
-{
- __f_.~__compressed_pair<_Fp, _Alloc>();
-}
-
-template
-void
-__func<_Fp, _Alloc, _Rp(_A0, _A1, _A2)>::destroy_deallocate()
-{
- typedef typename _Alloc::template rebind<__func>::other _Ap;
- _Ap __a(__f_.second());
- __f_.~__compressed_pair<_Fp, _Alloc>();
- __a.deallocate(this, 1);
-}
-
-template
-_Rp
-__func<_Fp, _Alloc, _Rp(_A0, _A1, _A2)>::operator()(_A0 __a0, _A1 __a1, _A2 __a2)
-{
- return __invoke(__f_.first(), __a0, __a1, __a2);
-}
-
-#ifndef _LIBCPP_NO_RTTI
-
-template
-const void*
-__func<_Fp, _Alloc, _Rp(_A0, _A1, _A2)>::target(const type_info& __ti) const
-{
- if (__ti == typeid(_Fp))
- return &__f_.first();
- return (const void*)0;
-}
-
-template
-const std::type_info&
-__func<_Fp, _Alloc, _Rp(_A0, _A1, _A2)>::target_type() const
-{
- return typeid(_Fp);
-}
-
-#endif // _LIBCPP_NO_RTTI
-
-} // __function
-
-template
-class _LIBCPP_VISIBLE function<_Rp()>
-{
- typedef __function::__base<_Rp()> __base;
- aligned_storage<3*sizeof(void*)>::type __buf_;
- __base* __f_;
-
- template
- static bool __not_null(const _Fp&) {return true;}
- template
- static bool __not_null(const function<_Rp()>& __p) {return __p;}
-public:
- typedef _Rp result_type;
-
- // 20.7.16.2.1, construct/copy/destroy:
- _LIBCPP_INLINE_VISIBILITY explicit function() : __f_(0) {}
- _LIBCPP_INLINE_VISIBILITY function(nullptr_t) : __f_(0) {}
- function(const function&);
- template
- function(_Fp,
- typename enable_if::value>::type* = 0);
-
- template
- _LIBCPP_INLINE_VISIBILITY
- function(allocator_arg_t, const _Alloc&) : __f_(0) {}
- template
- _LIBCPP_INLINE_VISIBILITY
- function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {}
- template
- function(allocator_arg_t, const _Alloc&, const function&);
- template
- function(allocator_arg_t, const _Alloc& __a, _Fp __f,
- typename enable_if::value>::type* = 0);
-
- function& operator=(const function&);
- function& operator=(nullptr_t);
- template
- typename enable_if
- <
- !is_integral<_Fp>::value,
- function&
- >::type
- operator=(_Fp);
-
- ~function();
-
- // 20.7.16.2.2, function modifiers:
- void swap(function&);
- template
- _LIBCPP_INLINE_VISIBILITY
- void assign(_Fp __f, const _Alloc& __a)
- {function(allocator_arg, __a, __f).swap(*this);}
-
- // 20.7.16.2.3, function capacity:
- _LIBCPP_INLINE_VISIBILITY operator bool() const {return __f_;}
-
-private:
- // deleted overloads close possible hole in the type system
- template
- bool operator==(const function<_R2()>&) const;// = delete;
- template
- bool operator!=(const function<_R2()>&) const;// = delete;
-public:
- // 20.7.16.2.4, function invocation:
- _Rp operator()() const;
-
-#ifndef _LIBCPP_NO_RTTI
- // 20.7.16.2.5, function target access:
- const std::type_info& target_type() const;
- template _Tp* target();
- template const _Tp* target() const;
-#endif // _LIBCPP_NO_RTTI
-};
-
-template
-function<_Rp()>::function(const function& __f)
-{
- if (__f.__f_ == 0)
- __f_ = 0;
- else if (__f.__f_ == (const __base*)&__f.__buf_)
- {
- __f_ = (__base*)&__buf_;
- __f.__f_->__clone(__f_);
- }
- else
- __f_ = __f.__f_->__clone();
-}
-
-template
-template
-function<_Rp()>::function(allocator_arg_t, const _Alloc&, const function& __f)
-{
- if (__f.__f_ == 0)
- __f_ = 0;
- else if (__f.__f_ == (const __base*)&__f.__buf_)
- {
- __f_ = (__base*)&__buf_;
- __f.__f_->__clone(__f_);
- }
- else
- __f_ = __f.__f_->__clone();
-}
-
-template
-template
-function<_Rp()>::function(_Fp __f,
- typename enable_if::value>::type*)
- : __f_(0)
-{
- if (__not_null(__f))
- {
- typedef __function::__func<_Fp, allocator<_Fp>, _Rp()> _FF;
- if (sizeof(_FF) <= sizeof(__buf_))
- {
- __f_ = (__base*)&__buf_;
- ::new (__f_) _FF(__f);
- }
- else
- {
- typedef allocator<_FF> _Ap;
- _Ap __a;
- typedef __allocator_destructor<_Ap> _Dp;
- unique_ptr<__base, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
- ::new (__hold.get()) _FF(__f, allocator<_Fp>(__a));
- __f_ = __hold.release();
- }
- }
-}
-
-template
-template
-function<_Rp()>::function(allocator_arg_t, const _Alloc& __a0, _Fp __f,
- typename enable_if::value>::type*)
- : __f_(0)
-{
- typedef allocator_traits<_Alloc> __alloc_traits;
- if (__not_null(__f))
- {
- typedef __function::__func<_Fp, _Alloc, _Rp()> _FF;
- if (sizeof(_FF) <= sizeof(__buf_))
- {
- __f_ = (__base*)&__buf_;
- ::new (__f_) _FF(__f);
- }
- else
- {
- typedef typename __alloc_traits::template
-#ifndef _LIBCPP_HAS_NO_TEMPLATE_ALIASES
- rebind_alloc<_FF>
-#else
- rebind_alloc<_FF>::other
-#endif
- _Ap;
- _Ap __a(__a0);
- typedef __allocator_destructor<_Ap> _Dp;
- unique_ptr<__base, _Dp> __hold(__a.allocate(1), _Dp(__a, 1));
- ::new (__hold.get()) _FF(__f, _Alloc(__a));
- __f_ = __hold.release();
- }
- }
-}
-
-template
-function<_Rp()>&
-function<_Rp()>::operator=(const function& __f)
-{
- function(__f).swap(*this);
- return *this;
-}
-
-template
-function<_Rp()>&
-function<_Rp()>::operator=(nullptr_t)
-{
- if (__f_ == (__base*)&__buf_)
- __f_->destroy();
- else if (__f_)
- __f_->destroy_deallocate();
- __f_ = 0;
-}
-
-template
-template
-typename enable_if
-<
- !is_integral<_Fp>::value,
- function<_Rp()>&
->::type
-function<_Rp()>::operator=(_Fp __f)
-{
- function(_VSTD::move(__f)).swap(*this);
- return *this;
-}
-
-template
-function<_Rp()>::~function()
-{
- if (__f_ == (__base*)&__buf_)
- __f_->destroy();
- else if (__f_)
- __f_->destroy_deallocate();
-}
-
-template
-void
-function<_Rp()>::swap(function& __f)
-{
- if (__f_ == (__base*)&__buf_ && __f.__f_ == (__base*)&__f.__buf_)
- {
- typename aligned_storage::type __tempbuf;
- __base* __t = (__base*)&__tempbuf;
- __f_->__clone(__t);
- __f_->destroy();
- __f_ = 0;
- __f.__f_->__clone((__base*)&__buf_);
- __f.__f_->destroy();
- __f.__f_ = 0;
- __f_ = (__base*)&__buf_;
- __t->__clone((__base*)&__f.__buf_);
- __t->destroy();
- __f.__f_ = (__base*)&__f.__buf_;
- }
- else if (__f_ == (__base*)&__buf_)
- {
- __f_->__clone((__base*)&__f.__buf_);
- __f_->destroy();
- __f_ = __f.__f_;
- __f.__f_ = (__base*)&__f.__buf_;
- }
- else if (__f.__f_ == (__base*)&__f.__buf_)
- {
- __f.__f_->__clone((__base*)&__buf_);
- __f.__f_->destroy();
- __f.__f_ = __f_;
- __f_ = (__base*)&__buf_;
- }
- else
- _VSTD::swap(__f_, __f.__f_);
-}
-
-template
-_Rp
-function<_Rp()>::operator()() const
-{
-#ifndef _LIBCPP_NO_EXCEPTIONS
- if (__f_ == 0)
- throw bad_function_call();
-#endif // _LIBCPP_NO_EXCEPTIONS
- return (*__f_)();
-}
-
-#ifndef _LIBCPP_NO_RTTI
-
-template
-const std::type_info&
-function<_Rp()>::target_type() const
-{
- if (__f_ == 0)
- return typeid(void);
- return __f_->target_type();
-}
-
-template
-template
-_Tp*
-function<_Rp()>::target()
-{
- if (__f_ == 0)
- return (_Tp*)0;
- return (_Tp*)__f_->target(typeid(_Tp));
-}
-
-template
-template
-const _Tp*
-function<_Rp()>::target() const
-{
- if (__f_ == 0)
- return (const _Tp*)0;
- return (const _Tp*)__f_->target(typeid(_Tp));
-}
-
-#endif // _LIBCPP_NO_RTTI
-
-template
-class _LIBCPP_VISIBLE function<_Rp(_A0)>
- : public unary_function<_A0, _Rp>
-{
- typedef __function::__base<_Rp(_A0)> __base;
- aligned_storage<3*sizeof(void*)>::type __buf_;
- __base* __f_;
-
- template
- _LIBCPP_INLINE_VISIBILITY
- static bool __not_null(const _Fp&) {return true;}
- template
- _LIBCPP_INLINE_VISIBILITY
- static bool __not_null(_R2 (*__p)(_B0)) {return __p;}
- template
- _LIBCPP_INLINE_VISIBILITY
- static bool __not_null(_R2 (_Cp::*__p)()) {return __p;}
- template
- _LIBCPP_INLINE_VISIBILITY
- static bool __not_null(_R2 (_Cp::*__p)() const) {return __p;}
- template
- _LIBCPP_INLINE_VISIBILITY
- static bool __not_null(_R2 (_Cp::*__p)() volatile) {return __p;}
- template
- _LIBCPP_INLINE_VISIBILITY
- static bool __not_null(_R2 (_Cp::*__p)() const volatile) {return __p;}
- template
- _LIBCPP_INLINE_VISIBILITY
- static bool __not_null(const function<_Rp(_B0)>& __p) {return __p;}
-public:
- typedef _Rp result_type;
-
- // 20.7.16.2.1, construct/copy/destroy:
- _LIBCPP_INLINE_VISIBILITY explicit function() : __f_(0) {}
- _LIBCPP_INLINE_VISIBILITY function(nullptr_t) : __f_(0) {}
- function(const function&);
- template
- function(_Fp,
- typename enable_if::value>::type* = 0);
-
- template
- _LIBCPP_INLINE_VISIBILITY
- function(allocator_arg_t, const _Alloc&) : __f_(0) {}
- template
- _LIBCPP_INLINE_VISIBILITY
- function(allocator_arg_t, const _Alloc&, nullptr_t) : __f_(0) {}
- template
- function(allocator_arg_t, const _Alloc&, const function&);
- template
- function(allocator_arg_t, const _Alloc& __a, _Fp __f,
- typename enable_if::value>::type* = 0);
-
- function& operator=(const function&);
- function& operator=(nullptr_t);
- template