llvm-6502/include/llvm/IR
Juergen Ributzka 623d2e618f [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
The idea of the AnyReg Calling Convention is to provide the call arguments in
registers, but not to force them to be placed in a paticular order into a
specified set of registers. Instead it is up tp the register allocator to assign
any register as it sees fit. The same applies to the return value (if
applicable).

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

Reviewed by Andy

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194293 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-08 23:28:16 +00:00
..
Argument.h
Attributes.h Explicitly request unsigned enum types when desired 2013-09-23 23:26:57 +00:00
BasicBlock.h
CallingConv.h [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic. 2013-11-08 23:28:16 +00:00
CMakeLists.txt
Constant.h
Constants.h
DataLayout.h MemCpyOptimizer: Use max legal int size instead of pointer size 2013-09-16 22:43:16 +00:00
DerivedTypes.h
Function.h Implement function prefix data as an IR feature. 2013-09-16 01:08:15 +00:00
GlobalAlias.h Add a GlobalAlias::isValidLinkage to reduce code duplication. 2013-10-09 16:07:32 +00:00
GlobalValue.h Remove linkonce_odr_auto_hide. 2013-11-01 17:09:14 +00:00
GlobalVariable.h Clarify that GlobalVariables definitions must have an initializer. 2013-10-29 13:44:11 +00:00
InlineAsm.h Explicitly request unsigned enum types when desired 2013-09-23 23:26:57 +00:00
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h Cleanup: update comments. 2013-10-31 17:25:22 +00:00
IntrinsicInst.h
Intrinsics.h Enable variable arguments support for intrinsics. 2013-10-31 17:18:11 +00:00
Intrinsics.td Add experimental stackmap intrinsics to definition file and documenation. 2013-10-31 17:18:14 +00:00
IntrinsicsAArch64.td Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. 2013-11-05 17:42:05 +00:00
IntrinsicsARM.td [ARM] Introduce the 'sevl' instruction in ARMv8. 2013-10-01 12:39:11 +00:00
IntrinsicsHexagon.td
IntrinsicsMips.td [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related tests 2013-10-30 15:45:42 +00:00
IntrinsicsNVVM.td
IntrinsicsPowerPC.td
IntrinsicsR600.td
IntrinsicsX86.td Add support for AVX512 masked vector blend intrinsics. 2013-11-04 19:14:56 +00:00
IntrinsicsXCore.td
IRBuilder.h IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer. 2013-10-08 17:44:56 +00:00
LLVMContext.h
MDBuilder.h
Metadata.h TBAA: add isTBAAVtableAccess to MDNode so clients can call the function 2013-09-06 22:47:05 +00:00
Module.h Fixed doxygen comment to match Module.cpp 2013-10-23 21:25:44 +00:00
OperandTraits.h
Operator.h Fix comment to match what the assert actually enforces 2013-09-12 01:07:54 +00:00
SymbolTableListTraits.h
Type.h TypeFinder: prefer iterative algorithm to keep stack usage low. 2013-10-16 04:10:06 +00:00
TypeBuilder.h
TypeFinder.h
Use.h
User.h
Value.h
ValueSymbolTable.h