This patch changes the ownership of TLOF from TargetLoweringBase to TargetMachine so that different subtargets could share the TLOF effectively.
I have made the change to X86 only currently and it passes make check. I could update the other targets after feedback.
Please review.
Thanks
Aditya