Go to file
Bruce Mitchener b8269c7228 Remove unused virtuals from ABISysV_ppc*
Summary:
The StackUsesFrames and FunctionCallsChangeCFA virtual functions
aren't used anywhere and aren't overridden by anything.

They were introduced when the ABISysV_ppc* code was added and weren't
used at the time. The review for the commit that added them can be
found at http://reviews.llvm.org/D5988

The commit comment notes that backtraces don't yet work:

    Backtraces don't work. This is due to PowerPC ABI using a
    backchain pointer in memory, instead of a dedicated frame
    pointer register for the backchain.

So there is a possibility these were added with the intent of using
them in the future.

Reviewers: clayborg, jingham, jhibbits, emaste

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D13506

llvm-svn: 249563
2015-10-07 16:48:33 +00:00
clang [VFS] Port driver tool chains to VFS. 2015-10-07 15:48:01 +00:00
clang-tools-extra Loosening the restriction on variadic function definitions so that extern "C" function definitions are permissible. 2015-10-07 15:14:10 +00:00
compiler-rt Add ARM RTABI aliases for half-precision conversions 2015-10-07 16:15:22 +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 Remove unnecessary inline functions capturing the contents of C library macros. 2015-10-06 22:03:22 +00:00
libcxxabi Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL. 2015-09-20 18:10:46 +00:00
libunwind unwind: Allow the building of libunwind for MIPS. 2015-09-26 18:26:01 +00:00
lld [ELF2] -z now option implemented 2015-10-07 15:00:21 +00:00
lldb Remove unused virtuals from ABISysV_ppc* 2015-10-07 16:48:33 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm Move test back to Generic now it's fixed the right way (thanks Eric!) 2015-10-07 16:26:28 +00:00
openmp Fix memory corruption in Windows debug library 2015-09-25 17:23:17 +00:00
polly IRBuilder: Use Map.lookup instead of Map.find [NFC] 2015-10-07 13:35:20 +00:00