"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "4924c53b5edf47707a7b9afbf25f14223d6bef50"
Reorganized the Sparc backend to be more modular -- each different
implementation of a Target{RegInfo, InstrInfo, Machine, etc} now has a separate header and a separate implementation file. This means that instead of a massive SparcInternals.h that forces a recompilation of the whole target whenever a minor detail is changed, you should only recompile a few files. Note that SparcInternals.h is still around; its contents should be minimized. llvm-svn: 10500
Loading
Please register or sign in to comment