llvm-6502/include/llvm/IR
Rafael Espindola 33cc3f81c1 Remove the 's' DataLayout specification
During the years there have been some attempts at figuring out how to
align byval arguments. A look at the commit log suggests that they
were

* Use the ABI alignment.
* When that was not sufficient for x86-64, I added the 's' specification to
  DataLayout.
* When that was not sufficient Evan added the virtual getByValTypeAlignment.
* When even that was not sufficient, we just got the FE to add the alignment
  to the byval.

This patch is just a simple cleanup that removes my first attempt at fixing the
problem. I also added an AArch64 implementation of getByValTypeAlignment to
make sure this patch is a nop. I also left the 's' parsing for backward
compatibility.

I will send a short email to llvmdev about the change for anyone maintaining
an out of tree target.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198287 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-01 22:29:43 +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 Remove the 's' DataLayout specification 2014-01-01 22:29:43 +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
Instruction.h
Instructions.h
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
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: Added intrinsics for vcvt, vcvtt, vrndscale, vcmp 2014-01-01 15:12:34 +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
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 Remove the AnyPointerSize and AnyEndianness enumerators, which were left from 2013-12-20 03:11:07 +00:00
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 Mark some Type and EVT methods as LLVM_READONLY. 2013-12-28 16:17:26 +00:00
TypeBuilder.h
TypeFinder.h
Use.h
User.h
Value.h
ValueSymbolTable.h