llvm-6502/lib
Roman Divacky 6ebf55d811 PPC32 va_list is an actual structure so va_copy needs to copy the whole
structure not just a pointer. This implements that and thus fixes va_copy
on PPC32. Fixes #15286. Both bug and patch by Florian Zeitz!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187158 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-25 21:36:47 +00:00
..
Analysis Treat nothrow forms of ::operator delete and ::operator delete[] as 2013-07-21 23:11:42 +00:00
AsmParser
Bitcode
CodeGen RegAllocGreedy comment. 2013-07-25 18:35:22 +00:00
DebugInfo
ExecutionEngine AArch64: don't mask off shift bits when processing JIT relocations. 2013-07-25 12:42:52 +00:00
IR Debug Info: update comments and add a FIXME. 2013-07-25 21:19:31 +00:00
IRReader
Linker
MC Revert "Remove use of asymmetric std::lower_bound comparator." 2013-07-23 17:44:11 +00:00
Object Remove the mblaze backend from llvm. 2013-07-25 18:55:05 +00:00
Option Silence gcc warning. 2013-07-22 21:29:28 +00:00
Support Remove the mblaze backend from llvm. 2013-07-25 18:55:05 +00:00
TableGen
Target PPC32 va_list is an actual structure so va_copy needs to copy the whole 2013-07-25 21:36:47 +00:00
Transforms Respect llvm.used in Internalize. 2013-07-25 03:23:25 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile