Go to file
Hal Finkel 9abc2a50b3 [ELF2] Only call getPPC64SectionRank for EM_PPC64 files
Suggested by Rafael in his review of r250100. As Rafael points out, this may
grow into a switch in the future, but regardless, calling this on files for
other architectures is unnecessary.

llvm-svn: 250209
2015-10-13 19:07:29 +00:00
clang Move the adc-builtins test to the pattern of the other builtins 2015-10-13 18:40:21 +00:00
clang-tools-extra Updating the documentation for the readability-inconsistent-declaration-parameter-name checker. 2015-10-13 18:13:10 +00:00
compiler-rt [PGO]: Eliminate calls to __llvm_profile_register_function for Linux. 2015-10-13 18:40:00 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Mark 2447 and 2466 as completed. 2015-10-12 16:25:21 +00:00
libcxxabi Fix Bug 25103 - _cxa_demangle improperly demangles virtual thunks. Thanks to Jason King for the report and suggested fix 2015-10-12 20:45:05 +00:00
libunwind unwind: Allow the building of libunwind for MIPS. 2015-09-26 18:26:01 +00:00
lld [ELF2] Only call getPPC64SectionRank for EM_PPC64 files 2015-10-13 19:07:29 +00:00
lldb Fix ref counting of Python objects. 2015-10-13 18:16:15 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm [AArch64] Check the size of the vector before accessing its elements. 2015-10-13 18:55:34 +00:00
openmp Detect final task in GOMP interface. 2015-10-13 18:36:22 +00:00
polly RegisterPasses: Optionally run inliner before Polly 2015-10-12 20:03:44 +00:00