aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-7/+10
* It is possible that subprgoram definition is only encoding return value direc...Devang Patel2009-02-271-2/+6
* Print variable's display name in dwarf DIE.Devang Patel2009-02-251-1/+1
* Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...Evan Cheng2009-02-251-316/+395
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-2/+2
* gdb uses DW_AT_prototyped to identify K&R style in C based languages.Devang Patel2009-02-241-0/+5
* If there is not any debug info available for any global variables and any sub...Devang Patel2009-02-241-13/+26
* Drop bunch of half-working stuff in the ext_weak linkage support.Anton Korobeynikov2009-02-211-10/+0
* - Early exit a nested block.Bill Wendling2009-02-201-23/+27
* Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling2009-02-201-5/+11
* The subprogram die may not exist while creating "default" scope.Devang Patel2009-02-181-1/+4
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-171-0/+6
* Emit debug info for bitfields.Devang Patel2009-02-171-1/+18
* Validate file id.Devang Patel2009-02-101-0/+3
* if we have a large GEP offset on a 32-bit or other target, makeChris Lattner2009-02-051-0/+6
* More whitespace fixin'.Bill Wendling2009-02-031-37/+36
* Whitespace and comment changes. No functionality change.Bill Wendling2009-02-031-25/+11
* Do not add redundant arguments in a method definition DIE.Devang Patel2009-02-021-11/+18
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-301-34/+46
* Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta2009-01-301-56/+59
* Remove dead code, again.Devang Patel2009-01-301-14/+0
* Remove dead code.Devang Patel2009-01-301-10/+0
* Add DW_AT_declaration for class methods.Devang Patel2009-01-301-2/+5
* Do not forget to derived type while constructing an array type.Devang Patel2009-01-281-0/+2
* Rename getAnalysisToUpdate to getAnalysisIfAvailable.Duncan Sands2009-01-281-4/+4
* Add type DIE into appropriate context DIE.Devang Patel2009-01-271-3/+17
* Assorted debug info fixes.Devang Patel2009-01-271-17/+19
* Make the Dwarf macro information section optional; CellSPU's assemblerScott Michel2009-01-261-5/+9
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-231-0/+5
* Empty DIType represents void. In this case no need to construct any type DIE.Devang Patel2009-01-231-3/+1
* Code did not follow associated comment. not a good idea.Devang Patel2009-01-231-1/+1
* Set appropriate tag for the composite type.Devang Patel2009-01-231-0/+1
* do not sign extend characters input to isprint. This improvesChris Lattner2009-01-221-1/+1
* Few targets like the tiny little PIC16 have only 16-bit pointers.Sanjiv Gupta2009-01-221-0/+4
* Encode member accessibility.Devang Patel2009-01-211-1/+5
* Appropriately mark fowrad decls.Devang Patel2009-01-201-11/+8
* Fix struct member's debug info.Devang Patel2009-01-201-7/+24
* Need only one set of debug info versions enum.Devang Patel2009-01-201-4/+4
* Fix global variable's address in a DIE.Devang Patel2009-01-201-1/+1
* Enable debug info for enums.Devang Patel2009-01-201-10/+14
* Enable debug info for composite types.Devang Patel2009-01-201-4/+0
* Do not use DenseMap because the iterator is invalidated while constructing ty...Devang Patel2009-01-201-2/+2
* Verify debug info.Devang Patel2009-01-191-1/+18
* Remove tabs.Devang Patel2009-01-171-19/+19
* Refactor codeDevang Patel2009-01-171-118/+73
* Assign argument type to appropriate DIE.Devang Patel2009-01-171-2/+2
* Remove dead code.Devang Patel2009-01-171-14/+2
* Disable composite type debug info for now.Devang Patel2009-01-171-0/+3
* Fix comments.Devang Patel2009-01-161-5/+5
* Use lightweight DebugInfo objects directly.Devang Patel2009-01-161-51/+50