llvm-6502/include/llvm/CodeGen
Duncan Sands ca0ed74485 Eliminate the remaining uses of getTypeSize. This
should only effect x86 when using long double.  Now
12/16 bytes are output for long double globals (the
exact amount depends on the alignment).  This brings
globals in line with the rest of LLVM: the space
reserved for an object is now always the ABI size.
One tricky point is that only 10 bytes should be
output for long double if it is a field in a packed
struct, which is the reason for the additional
argument to EmitGlobalConstant.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43688 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-05 00:04:43 +00:00
..
AsmPrinter.h Eliminate the remaining uses of getTypeSize. This 2007-11-05 00:04:43 +00:00
CallingConvLower.h
Collector.h
CollectorMetadata.h
Collectors.h
DwarfWriter.h
ELFRelocation.h
FileWriters.h
IntrinsicLowering.h
LinkAllCodegenComponents.h
LiveInterval.h Update comments. 2007-10-17 02:16:40 +00:00
LiveIntervalAnalysis.h There are times when the coalescer would not coalesce away a copy but the copy 2007-11-03 07:20:12 +00:00
LiveVariables.h
MachineBasicBlock.h
MachineCodeEmitter.h
MachineConstantPool.h
MachineDominators.h Add a newline at the end of the file. 2007-10-31 08:49:24 +00:00
MachineFrameInfo.h
MachineFunction.h
MachineFunctionPass.h
MachineInstr.h
MachineInstrBuilder.h
MachineJumpTableInfo.h
MachineLocation.h
MachineModuleInfo.h
MachinePassRegistry.h
MachineRelocation.h
MachORelocation.h
Passes.h Add the skeleton of a better PHI elimination pass. 2007-10-31 03:37:57 +00:00
RegAllocRegistry.h
RegisterCoalescer.h
RegisterScavenging.h
RuntimeLibcalls.h More ppcf128 issues (maybe the last)? 2007-10-19 00:59:18 +00:00
SchedGraphCommon.h
ScheduleDAG.h
SchedulerRegistry.h
SelectionDAG.h Add support for byval function whose argument is not 32 bit aligned. 2007-10-19 10:41:11 +00:00
SelectionDAGISel.h
SelectionDAGNodes.h Fix comment typos. 2007-10-25 12:28:12 +00:00
SimpleRegisterCoalescing.h - Coalesce extract_subreg when both intervals are relatively small. 2007-11-01 06:22:48 +00:00
SSARegMap.h
ValueTypes.h Document the fact that the verifier currently requires the 2007-10-16 13:34:11 +00:00
ValueTypes.td