summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/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
2015-03-04Use the vanilla func_end symbol for .size.Rafael Espindola
2014-09-15Fix a lot of confusion around inserting nops on empty functions.Rafael Espindola
2012-01-09Don't print an unused label before .cfi_endproc.Rafael Espindola
2012-01-07Don't print a label before .cfi_startproc when we don't need to. This makesRafael Espindola
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola
2011-05-05Don't produce a __debug_frame.Rafael Espindola
2010-07-16Consider this function:Bill Wendling