Go to file
Nick Kledzik 1bebb2832e [mach-o] Add support for arm64 (AAarch64)
Most of the changes are in the new file ArchHandler_arm64.cpp.  But a few
things had to be fixed to support 16KB pages (instead of 4KB) which iOS arm64
requires.  In addition the StubInfo struct had to be expanded because
arm64 uses two instruction (ADRP/LDR) to load a global which requires two
relocations.  The other mach-o arches just needed one relocation.

llvm-svn: 217469
2014-09-09 23:52:59 +00:00
clang Objective-C. Under a special flag, -Wcstring-format-directive, 2014-09-09 23:10:54 +00:00
clang-tools-extra clang-apply-replacements: For-rangify. 2014-09-09 14:09:48 +00:00
compiler-rt Remove extra semicolon [-Wpedantic] 2014-09-08 23:37:09 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc add isordered builtin 2014-09-05 13:59:15 +00:00
libcxx PR20546: Fix tests for compare_exchange_weak. 2014-09-06 20:38:25 +00:00
libcxxabi Implement post-review comments for r216730 2014-09-09 20:20:52 +00:00
lld [mach-o] Add support for arm64 (AAarch64) 2014-09-09 23:52:59 +00:00
lldb Include the correct headers for kinfo_proc on FreeBSD. 2014-09-09 22:39:56 +00:00
llvm Sink PrevCU updating into DwarfUnit::addRange to ensure consistency 2014-09-09 23:13:01 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Add -e to test generation script 2014-09-09 22:14:38 +00:00