summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/tls.ll
AgeCommit message (Expand)Author
2016-10-03Set some tests to an unknown vendor and OSMatthias Braun
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-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-11-04Revert "[mips] Add names and tests for the hardware registers"Rafael Espindola
2014-11-04[mips] Add names and tests for the hardware registersVasileios Kalintiris
2014-02-16Add extra CHECK prefix to tests with explicit prefixNico Rieck
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2013-07-12[mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka
2013-01-22[mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka
2012-08-22Add option disable-mips-delay-filler. Turn on mips' delay slot filler byAkira Hatanaka
2012-05-12Fix test cases.Akira Hatanaka
2012-05-12Insert instructions to the entry basic block which initializes the globalAkira Hatanaka
2012-02-24Add an option to use a virtual register as the global base register instead ofAkira Hatanaka
2011-12-19Remove the restriction on the first operand of the add node in SelectAddr.Akira Hatanaka
2011-12-14Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka
2011-05-31This patch implements the thread local storage. Implemented are GeneralBruno Cardoso Lopes