summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/longbranch.ll
Commit message (Expand)AuthorAgeFilesLines
* [mips] Involves microMIPS's jump in the analyzable branch setSimon Atanasyan2018-08-291-5/+2
* [mips] Merge MipsLongBranch and MipsHazardSchedule passesAleksandar Beserminji2018-05-221-2/+0
* [mips] Analyze and provide selection patterns microMIPSR6 branchesSimon Dardis2018-04-271-4/+2
* [mips] Add partial support for R6 in the long branch passSimon Dardis2017-12-141-155/+309
* Revert r305382, it caused PR33513.Nico Weber2017-06-191-20/+20
* [mips] Fix machine verifier errors in the long branch passSimon Dardis2017-06-141-20/+20
* [mips] interAptiv based generic schedule modelSimon Dardis2016-09-011-1/+1
* [mips] Correct label prefixes for N32 and N64.Daniel Sanders2016-07-191-7/+7
* [mips] Emit a JALR with $rd equal to $zero, instead of a JR in MIPS32R6.Vasileios Kalintiris2016-06-181-0/+13
* [mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic2016-04-111-6/+6
* [MC] Use .p2align instead of .alignDan Gohman2016-01-261-1/+1
* Revert r237789 - [mips] The naming convention for private labels is ABI depe...Daniel Sanders2015-05-201-30/+30
* [mips] The naming convention for private labels is ABI dependant.Daniel Sanders2015-05-201-30/+30
* Replace obsolete -mattr=n64 command line option with -target-abi=n64. No func...Vladimir Medic2015-02-261-2/+2
* [mips][microMIPS] Delay slot filler: Replace the microMIPS JR with the JRCJozef Kolek2015-02-131-2/+1
* [mips][microMIPS] Implement CodeGen support for SW16 and LW16 instructionsZoran Jovanovic2015-02-041-1/+1
* [mips][microMIPS] Implement CodeGen support for LI16 instruction.Jozef Kolek2014-12-111-1/+1
* [mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...Daniel Sanders2014-11-071-1/+1
* [mips] Modify long branch for NaCl:Sasa Stankovic2014-06-051-0/+34
* [mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic2014-05-271-4/+1
* [mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic2014-04-301-31/+127
* [mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 te...Daniel Sanders2014-04-141-0/+1
* [mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasingAkira Hatanaka2013-10-041-2/+6
* [mips] Use register number instead of name to print register $AT.Akira Hatanaka2012-11-021-8/+8
* Fix mips' long branch pass.Akira Hatanaka2012-08-281-2/+8
* Fix Mips long branch pass.Akira Hatanaka2012-07-211-4/+6
* Test case for MIPS long branch pass.Akira Hatanaka2012-06-141-0/+23
OpenPOWER on IntegriCloud