llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 513e52ec4e Fix a minor bug legalizing dynamic_stackalloc. This allows us to compile
std::__pad<wchar_t, std::char_traits<wchar_t> >::_S_pad(std::ios_base&, wchar_t, wchar_t*, wchar_t const*, int, int, bool)

from libstdc++


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19416 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-09 19:07:54 +00:00
..
LegalizeDAG.cpp Fix a minor bug legalizing dynamic_stackalloc. This allows us to compile 2005-01-09 19:07:54 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
SelectionDAG.cpp Add support for FP->INT conversions and back. 2005-01-08 08:08:56 +00:00
SelectionDAGISel.cpp Handle static alloca arguments to PHI nodes. 2005-01-09 01:16:24 +00:00
TargetLowering.cpp First draft of new Target interface 2005-01-07 07:44:53 +00:00