Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-23 | Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency. | Dan Gohman | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89683 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-11-23 | Move some more code out of SelectionDAGBuild.cpp and into | Dan Gohman | |
FunctionLoweringInfo.cpp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89674 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-11-23 | Move the FunctionLoweringInfo class and some related utility functions out | Dan Gohman | |
of SelectionDAGBuild.h/cpp into its own files, to help separate general lowering logic from SelectionDAG-specific lowering logic. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89667 91177308-0d34-0410-b5e6-96231b3b80d8 |