summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/empty-functions.ll
AgeCommit message (Expand)Author
2017-10-10[MC] Suppress .Lcfi labels when emitting textual assemblyReid Kleckner
2017-04-24Don't emit CFI instructions at the end of a functionAdrian Prantl
2016-09-06[PPC] Claim stack frame before storing into it, if no red zone is presentKrzysztof Parzyszek
2016-08-03Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri
2015-03-05Use the generic Lfunc_begin label on ppc.Rafael Espindola
2015-03-04Use the vanilla func_end symbol for .size.Rafael Espindola
2014-09-15Add back tests for empty function in SPARC and PowerPC.Rafael Espindola
2014-09-15Fix a lot of confusion around inserting nops on empty functions.Rafael Espindola
2014-08-08Provide an implementation of getNoopForMachoTarget for PPC, otherwiseJoerg Sonnenberger
2010-07-16Consider this function:Bill Wendling