aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2009-02-27It is possible that subprgoram definition is only encoding return value direc...Devang Patel
2009-02-25Print variable's display name in dwarf DIE.Devang Patel
2009-02-25Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...Evan Cheng
2009-02-24Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling
2009-02-24gdb uses DW_AT_prototyped to identify K&R style in C based languages.Devang Patel
2009-02-24If there is not any debug info available for any global variables and any sub...Devang Patel
2009-02-21Drop bunch of half-working stuff in the ext_weak linkage support.Anton Korobeynikov
2009-02-20- Early exit a nested block.Bill Wendling
2009-02-20Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling
2009-02-18The subprogram die may not exist while creating "default" scope.Devang Patel
2009-02-17The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel
2009-02-17Emit debug info for bitfields.Devang Patel
2009-02-10Validate file id.Devang Patel
2009-02-05if we have a large GEP offset on a 32-bit or other target, makeChris Lattner
2009-02-03More whitespace fixin'.Bill Wendling
2009-02-03Whitespace and comment changes. No functionality change.Bill Wendling
2009-02-02Do not add redundant arguments in a method definition DIE.Devang Patel
2009-01-30 Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel
2009-01-30Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta
2009-01-30Remove dead code, again.Devang Patel
2009-01-30Remove dead code.Devang Patel
2009-01-30Add DW_AT_declaration for class methods.Devang Patel
2009-01-28Do not forget to derived type while constructing an array type.Devang Patel
2009-01-28Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands
2009-01-27Add type DIE into appropriate context DIE.Devang Patel
2009-01-27Assorted debug info fixes.Devang Patel
2009-01-26Make the Dwarf macro information section optional; CellSPU's assemblerScott Michel
2009-01-23Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel
2009-01-23Empty DIType represents void. In this case no need to construct any type DIE.Devang Patel
2009-01-23Code did not follow associated comment. not a good idea.Devang Patel
2009-01-23Set appropriate tag for the composite type.Devang Patel
2009-01-22do not sign extend characters input to isprint. This improvesChris Lattner
2009-01-22Few targets like the tiny little PIC16 have only 16-bit pointers.Sanjiv Gupta
2009-01-21Encode member accessibility.Devang Patel
2009-01-20Appropriately mark fowrad decls.Devang Patel
2009-01-20Fix struct member's debug info.Devang Patel
2009-01-20Need only one set of debug info versions enum.Devang Patel
2009-01-20Fix global variable's address in a DIE.Devang Patel
2009-01-20Enable debug info for enums.Devang Patel
2009-01-20Enable debug info for composite types.Devang Patel
2009-01-20Do not use DenseMap because the iterator is invalidated while constructing ty...Devang Patel
2009-01-19Verify debug info.Devang Patel
2009-01-17Remove tabs.Devang Patel
2009-01-17Refactor codeDevang Patel
2009-01-17Assign argument type to appropriate DIE.Devang Patel
2009-01-17Remove dead code.Devang Patel
2009-01-17Disable composite type debug info for now.Devang Patel
2009-01-16Fix comments.Devang Patel
2009-01-16Use lightweight DebugInfo objects directly.Devang Patel
2009-01-16Align source code.Devang Patel