summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/unalignedload.ll
AgeCommit message (Expand)Author
2016-06-24[mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders
2016-04-11[mips] Make Static a default relocation model for MIPS codegenPetar Jovanovic
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-05-23[mips][mips64r6] [ls][dw][lr] are not available in MIPS32r6/MIPS64r6Daniel Sanders
2014-05-22[mips] Make unalignedload.ll test stricter and easier to modify for MIPS32r6/...Daniel Sanders
2013-07-12[mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka
2012-06-02Fix test cases in test/CodeGen/Mips.Akira Hatanaka
2011-10-24Change the default scheduler from Latency to ILP, since LatencyDan Gohman
2011-08-18Use subword loads instead of a 4-byte load when the size of a structure (or aAkira Hatanaka
2011-08-12Define unaligned load and store. Akira Hatanaka