Use ArrayRef instead of a std::vector&.
[oota-llvm.git] / include / llvm / Target / TargetFrameLowering.h
2011-07-07 Bill WendlingUse ArrayRef instead of a std::vector&.
2011-07-07 Bill WendlingAdd a target hook to encode the compact unwind information.
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...