llvm-6502/lib
Richard Osborne cc331c8f40 [XCore] Support functions returning more than 4 words.
If a function returns a large struct by value return the first 4 words
in registers and the rest on the stack in a location reserved by the
caller. This is needed to support the xC language which supports
functions returning an arbitrary number of return values. This is
r202397 reapplied with a fix to avoid an uninitialized read of a member.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202414 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-27 17:47:54 +00:00
..
Analysis Remove unnecessary llvm:: qualification. 2014-02-26 23:27:16 +00:00
AsmParser
Bitcode
CodeGen Don't emit anything into the debug_ranges section if we aren't emitting 2014-02-27 07:44:45 +00:00
DebugInfo
ExecutionEngine
IR Add a debug info code generation level to the compile unit metadata 2014-02-27 01:24:56 +00:00
IRReader
LineEditor
Linker Compare DataLayout by Value, not by pointer. 2014-02-26 17:02:08 +00:00
LTO
MC Remove MCPureStreamer. 2014-02-27 16:17:34 +00:00
Object Relax COFF string table check 2014-02-26 19:51:44 +00:00
Option
Support Re-apply r200853, which should not crash after Clang plugins were converted to loadable modules in r201256. 2014-02-27 14:47:37 +00:00
TableGen Fix odd indentation. 2014-02-27 03:11:13 +00:00
Target [XCore] Support functions returning more than 4 words. 2014-02-27 17:47:54 +00:00
Transforms [asan] fix a pair of silly typos 2014-02-27 13:13:59 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile