Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added support for PIC code with "explicit relocations" *only*. | Bruno Cardoso Lopes | 2007-11-05 | 1 | -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 Lopes | 2007-10-09 | 1 | -1/+4 | |
| | | | | llvm-svn: 42780 | |||||
* | InlineAsm asm support for integer registers added | Bruno Cardoso Lopes | 2007-08-21 | 1 | -0/+11 | |
| | | | | llvm-svn: 41225 | |||||
* | LowerRETURNADDR removed since it was wrong and does not have utility yet! | Bruno Cardoso Lopes | 2007-08-18 | 1 | -2/+3 | |
| | | | | | | MipsAdd opcode added llvm-svn: 41152 | |||||
* | More explicit keywords. | Dan Gohman | 2007-08-02 | 1 | -1/+1 | |
| | | | | llvm-svn: 40757 | |||||
* | Assert when TLS is not implemented. | Lauro Ramos Venancio | 2007-07-11 | 1 | -0/+1 | |
| | | | | llvm-svn: 39737 | |||||
* | Initial Mips support, here we go! =) | Bruno Cardoso Lopes | 2007-06-06 | 1 | -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 |