aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/empty-functions.ll
AgeCommit message (Expand)Author
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