Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-16 | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner | |
Remove explicit casts to std::string now that there is no overload resolution issues in the TargetData ctors. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28830 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2006-05-20 | Make all of the TargetMachine subclasses use the new string TargetData methods. | Owen Anderson | |
This is part of the on-going work on PR 761. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28414 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2006-05-14 | added a skeleton of the ARM backend | Rafael Espindola | |
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28301 91177308-0d34-0410-b5e6-96231b3b80d8 |