aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2009-12-07Add support to emit debug info for c++ style namespaces.Devang Patel
2009-12-05Don't print a space before the : between the file name and line number.Dan Gohman
2009-12-05Print newlines after printing labels for debug info, so that the outputDan Gohman
2009-12-05Fix this code to use DIScope instead of DICompileUnit, as in r90181.Dan Gohman
2009-12-04Print a space between the comment character and the text.Dan Gohman
2009-12-04In TAG_subrange_type, uppder bound is zero indexed. Devang Patel
2009-12-04Use new interfaces to print spill size.David Greene
2009-12-03Insert composite type DIE into the map before processing type fields. This al...Devang Patel
2009-12-03Add support to emit debug info for virtual functions and virtual base classes.Devang Patel
2009-12-03Emit method definition DIE at module level (even for methods with inlined fun...Devang Patel
2009-12-02Clarify that DIEString does not keep a copy of the string.Devang Patel
2009-12-01Reuse existing subprogram DIE.Devang Patel
2009-12-01Clear function specific containers while processing end of a function, even i...Devang Patel
2009-11-30If pointer type has a name then do not ignore the name.Devang Patel
2009-11-25Avoid some possibly unsafe uses of StringRef::data().Benjamin Kramer
2009-11-25Use StringRef (again) in DebugInfo interface.Devang Patel
2009-11-24Use StringRef instead of std::string in DIEString.Devang Patel
2009-11-24Swith to pubtypes section before emitting pub types.Devang Patel
2009-11-24Emit pubtypes.Devang Patel
2009-11-23Simplify this code.Dan Gohman
2009-11-23Revert r89487.Devang Patel
2009-11-22Add getFrameIndexReference() to TargetRegisterInfo, which allows targets toJim Grosbach
2009-11-2280-column cleanupJim Grosbach
2009-11-21remove trailing whitespaceJim Grosbach
2009-11-21Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel
2009-11-21Remove dead code.Devang Patel
2009-11-21There is no need to use FoldingSet to unique DIEs. Devang Patel
2009-11-20Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman
2009-11-20Do not hold on to a map slot while new entries may be inserted into the map.Devang Patel
2009-11-20There is no need to emit source location info for DW_TAG_pointer_type.Devang Patel
2009-11-19Reverting the EH table patches.Bill Wendling
2009-11-19The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EHBill Wendling
2009-11-18Attempt #2:Bill Wendling
2009-11-17Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.Nick Lewycky
2009-11-17Revert r88939.Nick Lewycky
2009-11-17Refactor the code that creates the "dot-label" difference. This may be used inBill Wendling
2009-11-16Revert r88939.Devang Patel
2009-11-16Add VISIBILITY_HIDDEN marker.Devang Patel
2009-11-16Support spill comments.David Greene
2009-11-14revert 88761 as it fails builds.Sanjiv Gupta
2009-11-14Fix debug info crashes for PIC16.Sanjiv Gupta
2009-11-13Use .data() instead of .c_str() when nul-termination is not needed.Dan Gohman
2009-11-13Move DebugInfo checks into EmitComments and remove them fromDavid Greene
2009-11-13Ignore nameless variables.Devang Patel
2009-11-12Simplify code a bitBill Wendling
2009-11-12Refactor code that checks if it's a call to a "nounwind" function.Bill Wendling
2009-11-12If there's more than one function operand to a call instruction, be conservativeBill Wendling
2009-11-12"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...Devang Patel
2009-11-11Don't mark a call as potentially throwing if the function it's calling has theBill Wendling
2009-11-11If doesSupportDebugInformation() is false then do not try to emit dwarf debug...Devang Patel