summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/const4.ll
Commit message (Collapse)AuthorAgeFilesLines
* Mostly finish up constant islands port for Mips for load constants.Reed Kotler2013-11-101-64/+0
| | | | | | | Still need to finish the branch part. Still lots more review of the code, clean up and testing. llvm-svn: 194337
* Fix r194019 as requested by Eric Christopher.Reed Kotler2013-11-051-0/+64
| | | | | | | | | | | | | | | | | | | | | Submit the basic port of the rest of ARM constant islands code to Mips. Two test cases are added which reflect the next level of functionality: constants getting moved to water areas that are out of range from the initial placement at the end of the function and basic blocks being split to create water when none exists that can be used. There is a bunch of this code that is not complete and has been marked with IN_PROGRESS. I will finish cleaning this all up during the next week or two and submit the rest of the test cases. I have elminated some code for dealing with inline assembly because to me it unecessarily complicates things and some of the newer features of llvm like function attributies and builtin assembler give me better tools to solve the alignment issues created there. Also, for Mips16 I even have the option of not doing constant islands in the present of inline assembler if I chose. When everything has been completed I will summarize the port and notify people that are knowledgable regarding the ARM Constant Islands code so they can review it in it's entirety if they wish. llvm-svn: 194053
* Revert r194019 to r194021, "Submit the basic port of the rest of ARM ↵NAKAMURA Takumi2013-11-041-64/+0
| | | | | | | | constant islands code to Mips." It broke -Asserts build. llvm-svn: 194026
* Add the test case that goes with the previous submission for constant Reed Kotler2013-11-041-0/+64
islands. I forgot to add it to svn on that patch. Ooops. llvm-svn: 194020
OpenPOWER on IntegriCloud