Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Factor out EH landing pad code into a separate function, and constify | Dan Gohman | 2010-04-14 | 1 | -6/+7 | |
| | | | | | | a bunch of stuff to support it. llvm-svn: 101273 | |||||
* | Pull utility routines with no SelectionDAG dependence out of | Dan Gohman | 2010-04-14 | 1 | -0/+76 | |
| | | | | | | | SelectionDAGBuilder. FunctionLoweringInfo isn't an ideal place for them to live, but it's better than SelectionDAGBuilder for now. llvm-svn: 101267 | |||||
* | Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and | Dan Gohman | 2010-04-14 | 1 | -0/+3 | |
| | | | | | | drop the redundant #ifndef NDEBUG. llvm-svn: 101261 | |||||
* | Sink landing-pad marking code out of | Dan Gohman | 2010-04-14 | 1 | -0/+5 | |
| | | | | | | SelectionDAGISel::runOnMachineFunction into FunctionLowering. llvm-svn: 101252 | |||||
* | It's not necessary to recompute EB here. | Dan Gohman | 2010-04-14 | 1 | -1/+1 | |
| | | | | llvm-svn: 101251 | |||||
* | Forgot the part where we handle the ".llvm.eh.catch.all.value". | Bill Wendling | 2010-03-27 | 1 | -2/+11 | |
| | | | | llvm-svn: 99697 | |||||
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -1/+1 | |
| | | | | | | | | | into TargetOpcodes.h. #include the new TargetOpcodes.h into MachineInstr. Add new inline accessors (like isPHI()) to MachineInstr, and start using them throughout the codebase. llvm-svn: 95687 | |||||
* | Trim unneeded includes. | Evan Cheng | 2010-01-21 | 1 | -1/+0 | |
| | | | | llvm-svn: 94105 | |||||
* | Avoid going through the LLVMContext for type equality where it's safe to ↵ | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 | |
| | | | | | | dereference the type pointer. llvm-svn: 92726 | |||||
* | Move CopyCatchInfo into FunctionLoweringInfo.cpp too, for consistency. | Dan Gohman | 2009-11-23 | 1 | -1/+13 | |
| | | | | llvm-svn: 89683 | |||||
* | Move some more code out of SelectionDAGBuild.cpp and into | Dan Gohman | 2009-11-23 | 1 | -0/+65 | |
| | | | | | | FunctionLoweringInfo.cpp. llvm-svn: 89674 | |||||
* | Move the FunctionLoweringInfo class and some related utility functions out | Dan Gohman | 2009-11-23 | 1 | -0/+278 | |
of SelectionDAGBuild.h/cpp into its own files, to help separate general lowering logic from SelectionDAG-specific lowering logic. llvm-svn: 89667 |