summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsRelocations.h
Commit message (Collapse)AuthorAgeFilesLines
* [MCJIT] Nuke MachineRelocation and MachineCodeEmitter. Now that the old JIT isLang Hames2014-09-231-41/+0
| | | | | | gone they're no longer needed. llvm-svn: 218320
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
| | | | | | | | | | Add header guards to files that were missing guards. Remove #endif comments as they don't seem common in LLVM (we can easily add them back if we decide they're useful) Changes made by clang-tidy with minor tweaks. llvm-svn: 215558
* remove blanks, and some code formatJia Liu2012-02-281-3/+3
| | | | llvm-svn: 151625
* Improve Mips JIT.Bruno Cardoso Lopes2011-12-301-2/+2
| | | | | | | | | | | Implement encoder methods getJumpTargetOpValue and getBranchTargetOpValue for jmptarget and brtarget Mips tablegen operand types in the code emitter for old-style JIT. Rename the pc relative relocation for branches - new name is Mips::reloc_mips_pc16. Patch by Sasa Stankovic llvm-svn: 147382
* Revert r141932, r141936 and r141937.Akira Hatanaka2011-10-141-23/+1
| | | | llvm-svn: 141959
* Add missing relocation types.Akira Hatanaka2011-10-141-1/+3
| | | | | | Patch by Jack Carter and Reed Kotler at Mips. llvm-svn: 141936
* Add more Mips relocation types.Akira Hatanaka2011-10-141-1/+21
| | | | | | Patch by Jack Carter at Mips. llvm-svn: 141932
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-141-5/+14
| | | | | | | | | | | | | | - Add TSFlags for the instruction formats. The idea here is to use as much encoding as possible from getBinaryCodeForInstr, and having TSFLags formats for that would make it easier to encode most part of the instructions (since Mips encodings are pretty straightforward) - Improve the mips mechanism for compilation callback - Add Mips specific code for invalidating the instruction cache - Next patch will address wrong tablegen encoding Commit msg added by my own but the patch is from Sasa Stankovic. llvm-svn: 139688
* Added the infrastructute necessary for MIPS JIT support. Patch by VladimirBruno Cardoso Lopes2011-07-211-0/+32
Stefanovic. I removed the part that actually emits the instructions cause I want that to get in better shape first and in incremental steps. This also makes it easier to review the upcoming parts. llvm-svn: 135678
OpenPOWER on IntegriCloud