llvm-6502/include/llvm/IR
Reid Kleckner 4b70bfc905 Begin adding docs and IR-level support for the inalloca attribute
The inalloca attribute is designed to support passing C++ objects by
value in the Microsoft C++ ABI.  It behaves the same as byval, except
that it always implies that the argument is in memory and that the bytes
are never copied.  This attribute allows the caller to take the address
of an outgoing argument's memory and execute arbitrary code to store
into it.

This patch adds basic IR support, docs, and verification.  It does not
attempt to implement any lowering or fix any possibly broken transforms.

When this patch lands, a complete description of this feature should
appear at http://llvm.org/docs/InAlloca.html .

Differential Revision: http://llvm-reviews.chandlerc.com/D2173

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197645 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-19 02:14:12 +00:00
..
Argument.h Begin adding docs and IR-level support for the inalloca attribute 2013-12-19 02:14:12 +00:00
Attributes.h Begin adding docs and IR-level support for the inalloca attribute 2013-12-19 02:14:12 +00:00
BasicBlock.h
CallingConv.h
CMakeLists.txt [CMake] Introduce LLVM_INCLUDE_DIR. 2013-12-16 15:05:39 +00:00
Constant.h
Constants.h Add getBitCastOrAddrSpaceCast 2013-12-07 02:58:41 +00:00
DataLayout.h Pointer sizes are stored in Bytes. Fix variables names to say so. 2013-12-13 23:15:20 +00:00
DerivedTypes.h Fix the segfault reported in PR 11990. 2013-12-07 00:13:34 +00:00
DiagnosticInfo.h Add warning capabilities in LLVM. 2013-12-17 17:47:22 +00:00
DiagnosticPrinter.h Add warning capabilities in LLVM. 2013-12-17 17:47:22 +00:00
Function.h
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
InlineAsm.h
InstrTypes.h
Instruction.def Add addrspacecast instruction. 2013-11-15 01:34:59 +00:00
Instruction.h
Instructions.h Add addrspacecast instruction. 2013-11-15 01:34:59 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td Grow the stackmap/patchpoint format to hold 64-bit IDs. 2013-12-13 18:37:10 +00:00
IntrinsicsAArch64.td [AArch64] Refactor NEON floating-point Max/Min/Maxnm/Minnm across vector AArch64 2013-12-11 23:21:25 +00:00
IntrinsicsARM.td Export intrinsics:__builtin_arm_{dmb,dsb} to frontend 2013-11-12 19:57:43 +00:00
IntrinsicsHexagon.td
IntrinsicsMips.td [mips][msa] Correct sld and sldi builtins. 2013-12-10 11:37:00 +00:00
IntrinsicsNVVM.td
IntrinsicsPowerPC.td
IntrinsicsR600.td
IntrinsicsX86.td AVX-512: changed intrinsics for mask operations 2013-12-10 13:53:10 +00:00
IntrinsicsXCore.td
IRBuilder.h Use present fast-math flags when applicable in CreateBinOp 2013-12-05 00:32:09 +00:00
LegacyPassManager.h Move the old pass manager infrastructure into a legacy namespace and 2013-11-09 12:26:54 +00:00
LegacyPassManagers.h Fix comments for PassDebuggingString 2013-12-08 01:28:17 +00:00
LLVMContext.h Add warning capabilities in LLVM. 2013-12-17 17:47:22 +00:00
MDBuilder.h
Metadata.h Debug Info: Move the constant for Debug Info Version from Dwarf.h to Metadata.h. 2013-12-02 20:09:52 +00:00
Module.h
OperandTraits.h
Operator.h
PassManager.h [PM] Fix a stale comment after my last refactoring spoted by Joey in 2013-11-26 12:00:58 +00:00
SymbolTableListTraits.h
Type.h Remove the notion of primitive types. 2013-12-07 19:34:20 +00:00
TypeBuilder.h
TypeFinder.h
Use.h
User.h
Value.h
ValueSymbolTable.h