summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelLowering.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-051-7/+1
| | | | | | | Removed all macro code for PIC (goodbye "la"). Support tested with shootout bench. llvm-svn: 43697
* Position Independent Code (PIC) support [3]Bruno Cardoso Lopes2007-10-091-1/+4
| | | | llvm-svn: 42780
* InlineAsm asm support for integer registers addedBruno Cardoso Lopes2007-08-211-0/+11
| | | | llvm-svn: 41225
* LowerRETURNADDR removed since it was wrong and does not have utility yet!Bruno Cardoso Lopes2007-08-181-2/+3
| | | | | | MipsAdd opcode added llvm-svn: 41152
* More explicit keywords.Dan Gohman2007-08-021-1/+1
| | | | llvm-svn: 40757
* Assert when TLS is not implemented.Lauro Ramos Venancio2007-07-111-0/+1
| | | | llvm-svn: 39737
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+83
- Modifications from the last patch included (issues pointed by Evan Cheng are now fixed). - Added more MipsI instructions. - Added more patterns to match branch instructions. llvm-svn: 37461
OpenPOWER on IntegriCloud