Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | reverts 195057 per request | Jack Carter | 2013-11-19 | 1 | -3/+25 | |
| | | | | llvm-svn: 195152 | |||||
* | Remove unused special member functions and reformat. | Eric Christopher | 2013-11-19 | 1 | -12/+2 | |
| | | | | llvm-svn: 195077 | |||||
* | Fix previous commit and fully remove variable. | Eric Christopher | 2013-11-19 | 1 | -2/+1 | |
| | | | | llvm-svn: 195076 | |||||
* | [Mips] Support for MicroMips STO refactoring. | Jack Carter | 2013-11-19 | 1 | -17/+4 | |
| | | | | | | | | | | | | | | | | No true functional changes. Change the "hack" name of emitMipsHackSTOCG to emitSymSTO. Remove demonstration code in AsmParser for emitMipsHackSTOCG and emitMipsHackELFFlags. The STO field is in an ELF symbol and is not an explicit directive. That said, we are missing the compliment call in AsmParser and that will need to be addressed soon. XFAIL dummy tests for emitMipsHackELFFlags and emitMipsHackELFFlags. These will built out with following patches. llvm-svn: 195067 | |||||
* | [Mips] MipsTargetStreamer refactoring. | Jack Carter | 2013-11-18 | 1 | -0/+69 | |
No functionality changes. llvm-svn: 195057 |