Go to file
Benjamin Kramer 07ea85a5e6 ARM: Share applyFixup between ELF and Darwin.
The implementations already diverged a bit, merge them back together.

llvm-svn: 168542
2012-11-24 14:36:43 +00:00
clang Make err_module_expected_semi consistent with all the other expected_semi diags. 2012-11-24 03:20:20 +00:00
clang-tools-extra Following the example from loop-convert tests, simplifying the remove-cstr-calls lit script. 2012-11-05 18:28:45 +00:00
compiler-rt [asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). This makes the code friendly to more platforms 2012-11-24 05:03:11 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Implement any() builtin. Patch by Tom Stellard! 2012-10-08 03:39:21 +00:00
libcxx istreambuf_iterator increment should call sbumpc instead of snextc. Patch 2012-11-16 22:17:23 +00:00
libcxxabi Remove aborts under __dynamic_cast which were under _LIBCXX_DYNAMIC_FALLBACK. Change all type_info comparisons to use an inlined is_equal helper. However no change in functionality for this latter change at this time. This is just to encapsulate the comparison and make it a little easier to switch back and forth for testing/debugging. 2012-11-15 18:00:42 +00:00
lld Populate entry point into ELF executable. 2012-11-21 21:07:36 +00:00
lldb Skip objC test on non-darwin platforms 2012-11-23 22:15:09 +00:00
llvm ARM: Share applyFixup between ELF and Darwin. 2012-11-24 14:36:43 +00:00
polly Make polly -Wdocumentation clean 2012-11-19 12:26:25 +00:00