Go to file
Ulrich Weigand 6e23ac606e [PowerPC] Merge/rename PPC fixup types
Now that fixup_ppc_ha16 and fixup_ppc_lo16 are being treated exactly
the same everywhere, it no longer makes sense to have two fixup types.

This patch merges them both into a single type fixup_ppc_half16,
and renames fixup_ppc_lo16_ds to fixup_ppc_half16ds for consistency.
(The half16 and half16ds names are taken from the description of
relocation types in the PowerPC ABI.)

No change in code generation expected.

llvm-svn: 182092
2013-05-17 12:37:21 +00:00
clang [analyzer; alternate edges] improve support for edges with PseudoObjectExprs. 2013-05-17 09:41:40 +00:00
clang-tools-extra cpp11-migrate: Check for valid NULL macros from macro arg expansions 2013-05-16 14:55:05 +00:00
compiler-rt tsan: remove "printing report from signal handler. Can crash or hang" output 2013-05-17 12:05:44 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Glen: This patch gets the string conversion functions working on Windows. It also refactors repetitive code in string.cpp do greatly reduce the repetitiveness, increasing maintainability. 2013-05-16 17:13:40 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [lld][ELF][All Archs] Addend is used by dynamic relocations 2013-05-17 05:10:30 +00:00
lldb Fix a typo (ouput => output) 2013-05-17 12:31:43 +00:00
llvm [PowerPC] Merge/rename PPC fixup types 2013-05-17 12:37:21 +00:00
polly Update LoopInfo correctly 2013-05-16 06:40:24 +00:00