aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2011-06-24Handle debug info for i128 constants.Devang Patel
2011-06-22Emit trailing padding on constant vectors when TargetData says that the vectorNick Lewycky
2011-06-21Add verbose EH table printing to SjLj exception tables.Bill Wendling
2011-06-21Improve the comment printing for the EH table. This gives a much more detailedBill Wendling
2011-06-19Fix a FIXME by making GlobalVariable::getInitializer() return aJay Foad
2011-06-15Handle jump tables. Test to follow soon.Rafael Espindola
2011-06-14Revert r133004 ; it's breaking nightly tests.Eli Friedman
2011-06-14Partial revert of 132882.Rafael Espindola
2011-06-14Implement Jakob's suggestion on how to detect fall thought without callingRafael Espindola
2011-06-12Really fix the fall-through logic.Rafael Espindola
2011-06-12Fix silly bug I introduce in the previous commit. Fixes debug builds.Rafael Espindola
2011-06-12AnalyzeBranch doesn't change which successors a bb has, just the orderRafael Espindola
2011-06-10Ensure that EmitGlobalVariable is correctly differentiating between declarationsChad Rosier
2011-06-05Use path API for path concatenation.Benjamin Kramer
2011-06-01A DBG_VALUE that truncates a range does not start another dbg value range.Devang Patel
2011-06-01Do not drop constant values when a variable's content is described using .deb...Devang Patel
2011-06-01Incomplete type may not have corresponding DIE, so do not check DIEEntry eage...Devang Patel
2011-05-31Refactor.Devang Patel
2011-05-31Include global types, that are referenced through local variables, in debug_p...Devang Patel
2011-05-30Emit the handler's data area. For GCC-style exceptions under Win64, theCharles Davis
2011-05-29When generating against the Win64 EH scheme, set the handler to the GCC-specificCharles Davis
2011-05-28When generating code for Win64 EH, emit StartProc and EndProc directives.Charles Davis
2011-05-28Select DW_AT_const_value size based on global variable size.Devang Patel
2011-05-28Fix the root cause of the bootstrap failure:Rafael Espindola
2011-05-27Stub out support for Win64-style exceptions. Note that this is merely usingCharles Davis
2011-05-27Fix a regression I recently introduced by removing DwarfRegNum ofRafael Espindola
2011-05-27Make size computation less brittle.Rafael Espindola
2011-05-27Keep this simple. Use DIType to get signness and size of a type. Based on siz...Devang Patel
2011-05-27Handle signed types gracefully.Devang Patel
2011-05-27Select DW_AT_const_value size based on variable size.Devang Patel
2011-05-25Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola
2011-05-24Fix debug info for blocks' variable.Devang Patel
2011-05-23Remove unnecessary comment.Devang Patel
2011-05-20No reason not to allow defining the CFA as a reg w/ offset zero.Jim Grosbach
2011-05-20Fix typo.Jim Grosbach
2011-05-20Add support for frame info use of the .cfi_def_cfa directive.Jim Grosbach
2011-05-12Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.Devang Patel
2011-05-12Let Objective-C front-end identify class extension, in dwarf output, using an...Devang Patel
2011-05-11Identify end of prologue (and beginning of function body) using DW_LNS_set_pr...Devang Patel
2011-05-10Initialize moveTypeModule.Rafael Espindola
2011-05-10Produce a __debug_frame section on darwin ARM when appropriate.Rafael Espindola
2011-05-10Rename DwarfRequiresRelocationForStmtList toRafael Espindola
2011-05-10Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola
2011-05-09Do not ignore InlinedAt while walking up scope chain to find subprogram node. Devang Patel
2011-05-06Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...Devang Patel
2011-05-06Nothing else uses this label.Rafael Espindola
2011-05-06Yet more dead code.Rafael Espindola
2011-05-06Update comments.Rafael Espindola
2011-05-06More dead code elimination.Rafael Espindola
2011-05-06Dead code elimination.Rafael Espindola