summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.h
Commit message (Expand)AuthorAge
* When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky2012-09-18
* Allow MCCodeEmitter access to the target MCRegisterInfo.Jim Grosbach2012-05-15
* Initial 64 bit direct object support.Akira Hatanaka2012-04-02
* Pass endian information to constructors. Define separate functions to createAkira Hatanaka2012-03-01
* Add big endian mips support. Based on a patch by Jack Carter.Rafael Espindola2012-01-11
* Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola2011-12-22
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-11
* Register Asm backend. Add functions to MipsAsmBackend.Akira Hatanaka2011-09-30
* Initial implementation of MipsMCCodeEmitter.Akira Hatanaka2011-09-30
* Add a base class for Mips TargetMachines and add Mips64 TargetMachines. Akira Hatanaka2011-09-21
* Fix typo in MipsMCTargetDesc.h; Patch supplied by Liu (proljc@gmail.com)James Molloy2011-08-30
* Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng2011-07-14