aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* These should *stop* the timer, not start it again.Bill Wendling2009-03-101-2/+2
* - Fix misspelled method name.Bill Wendling2009-03-101-11/+5
* - Create GetOrCreateSourceID from getOrCreateSourceID. GetOrCreateSourceID isBill Wendling2009-03-101-79/+82
* Refine the Dwarf writer timers so that they measure exception writing and debugBill Wendling2009-03-101-143/+169
* Add a timer to the DwarfWriter pass that measures the total time it takes toBill Wendling2009-03-101-8/+110
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-091-20/+37
* 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
* 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
* - 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
* 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
* 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
* 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
* 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
* Align source code.Devang Patel2009-01-161-4/+4