summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* reverts 195057 per requestJack Carter2013-11-191-3/+25
| | | | llvm-svn: 195152
* Remove unused special member functions and reformat.Eric Christopher2013-11-191-12/+2
| | | | llvm-svn: 195077
* Fix previous commit and fully remove variable.Eric Christopher2013-11-191-2/+1
| | | | llvm-svn: 195076
* [Mips] Support for MicroMips STO refactoring.Jack Carter2013-11-191-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 Carter2013-11-181-0/+69
No functionality changes. llvm-svn: 195057
OpenPOWER on IntegriCloud