llvm-6502/lib/CodeGen/SelectionDAG
Nate Begeman ae232e7a10 Add the necessary support to the ISel to allow targets to codegen the new
alignment information appropriately.  Includes code for PowerPC to support
fixed-size allocas with alignment larger than the stack.  Support for
arbitrarily aligned dynamic allocas coming soon.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24224 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-06 09:00:38 +00:00
..
DAGCombiner.cpp Fix a crash that Andrew noticed, and add a pair of braces to unfconfuse 2005-11-02 18:42:59 +00:00
LegalizeDAG.cpp Allow custom lowered FP_TO_SINT ops in the check for whether a larger 2005-10-25 23:47:25 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Fix logic bug in finding retry slot in tally. 2005-11-05 00:01:25 +00:00
SelectionDAG.cpp add TargetExternalSymbol 2005-10-23 03:40:17 +00:00
SelectionDAGISel.cpp Add the necessary support to the ISel to allow targets to codegen the new 2005-11-06 09:00:38 +00:00
SelectionDAGPrinter.cpp add a method 2005-10-01 00:17:07 +00:00
TargetLowering.cpp Invert the TargetLowering flag that controls divide by consant expansion. 2005-10-21 00:02:42 +00:00