llvm-6502/lib/CodeGen
Nate Begeman c2b2d6a7c9 Fix a fixme by correctly calculating preferred alignments for functions,
based on the alignment of the symbol and the target data's preferred align
for that type.

Also, rename some arguments for consistency.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33984 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-07 05:47:16 +00:00
..
SelectionDAG switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This 2007-02-04 08:47:20 +00:00
AsmPrinter.cpp Oops, swap this. This fixes a regression I introduced in the ARM backend. 2007-02-06 01:56:31 +00:00
BranchFolding.cpp Change the MachineDebugInfo to MachineModuleInfo to better reflect usage 2007-01-26 21:22:28 +00:00
DwarfWriter.cpp Slip up 2007-02-01 17:48:20 +00:00
ELFWriter.cpp Use TargetELFWriterInfo class. 2007-01-27 02:55:44 +00:00
IntrinsicLowering.cpp Two fixes: 2007-02-06 19:06:38 +00:00
LiveInterval.cpp
LiveIntervalAnalysis.cpp
LiveVariables.cpp
LLVMTargetMachine.cpp
MachineBasicBlock.cpp
MachineFunction.cpp Teach TargetData to handle 'preferred' alignment for each target, and use 2007-01-20 22:35:55 +00:00
MachineInstr.cpp
MachineModuleInfo.cpp Support for non-landing pad exception handling. 2007-02-01 16:31:34 +00:00
MachinePassRegistry.cpp
MachOWriter.cpp Fix a fixme by correctly calculating preferred alignments for functions, 2007-02-07 05:47:16 +00:00
Makefile
Passes.cpp
PHIElimination.cpp rename DenseMap to IndexedMap. 2007-02-01 05:32:05 +00:00
PhysRegTracker.h
PrologEpilogInserter.cpp Change the MachineDebugInfo to MachineModuleInfo to better reflect usage 2007-01-26 21:22:28 +00:00
RegAllocLinearScan.cpp
RegAllocLocal.cpp rename DenseMap to IndexedMap. 2007-02-01 05:32:05 +00:00
RegAllocSimple.cpp
TwoAddressInstructionPass.cpp
UnreachableBlockElim.cpp
VirtRegMap.cpp Switch this to use SmallSet to avoid mallocs in the common case. 2007-01-23 00:59:48 +00:00
VirtRegMap.h rename DenseMap to IndexedMap. 2007-02-01 05:32:05 +00:00