summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/longbranch.ll
AgeCommit message (Expand)Author
2017-12-14[mips] Add partial support for R6 in the long branch passSimon Dardis
2017-06-19Revert r305382, it caused PR33513.Nico Weber
2017-06-14[mips] Fix machine verifier errors in the long branch passSimon Dardis
2016-09-01[mips] interAptiv based generic schedule modelSimon Dardis
2016-07-19[mips] Correct label prefixes for N32 and N64.Daniel Sanders
2016-06-18[mips] Emit a JALR with $rd equal to $zero, instead of a JR in MIPS32R6.Vasileios Kalintiris
2016-04-11[mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic
2016-01-26[MC] Use .p2align instead of .alignDan Gohman
2015-05-20Revert r237789 - [mips] The naming convention for private labels is ABI depe...Daniel Sanders
2015-05-20[mips] The naming convention for private labels is ABI dependant.Daniel Sanders
2015-02-26Replace obsolete -mattr=n64 command line option with -target-abi=n64. No func...Vladimir Medic
2015-02-13[mips][microMIPS] Delay slot filler: Replace the microMIPS JR with the JRCJozef Kolek
2015-02-04[mips][microMIPS] Implement CodeGen support for SW16 and LW16 instructionsZoran Jovanovic
2014-12-11[mips][microMIPS] Implement CodeGen support for LI16 instruction.Jozef Kolek
2014-11-07[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders
2014-06-05[mips] Modify long branch for NaCl:Sasa Stankovic
2014-05-27[mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic
2014-04-30[mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic
2014-04-14[mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 te...Daniel Sanders
2013-10-04[mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasingAkira Hatanaka
2012-11-02[mips] Use register number instead of name to print register $AT.Akira Hatanaka
2012-08-28Fix mips' long branch pass.Akira Hatanaka
2012-07-21Fix Mips long branch pass.Akira Hatanaka
2012-06-14Test case for MIPS long branch pass.Akira Hatanaka