aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
AgeCommit message (Expand)Author
2012-12-19Split out abbreviations for the skeleton info from the rest ofEric Christopher
2012-12-15To simplify some code move the unit emission into the holders.Eric Christopher
2012-12-15Use begin and end label names from the section for info.Eric Christopher
2012-12-13Use default label name for a section in emitting abbreviationEric Christopher
2012-12-11Update some comments.Eric Christopher
2012-12-10Refactor out the abbreviation handling into a separate class thatEric Christopher
2012-12-10Remove blank line at top of file.Eric Christopher
2012-12-10Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher
2012-12-10Delete the FissionCU.Eric Christopher
2012-12-10Reorder fission variables.Eric Christopher
2012-12-04Comment change made in r169304 as requested by Eric Christopher.David Blaikie
2012-12-04Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie
2012-12-03Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-30Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher
2012-11-27Attempt to make the comments for dwarf debug look more likeEric Christopher
2012-11-27Reapply section moving, make sure string section is output last.Eric Christopher
2012-11-27Revert rearrangement of debug info sections to unblock the botsEric Christopher
2012-11-27Add in sections for the fission case (no change so incorrect) andEric Christopher
2012-11-27Reorder section output ordering.Eric Christopher
2012-11-27Whitespace cleanup.Eric Christopher
2012-11-22Pull some code out into functions to make rearranging them a bit easier.Eric Christopher
2012-11-21Update for some of the coding standard before rearranging functionsEric Christopher
2012-11-20Remove constness from this, it modifies the output stream as doesEric Christopher
2012-11-20Remove unused function argument, add a bit to the comment.Eric Christopher
2012-11-19Remove a function argument and propagate const around accordingly.Eric Christopher
2012-11-19Whitespace and 80-col.Eric Christopher
2012-11-19Move section label emission to module end. Nothing should beEric Christopher
2012-11-12Add an option to enable prototype "fission" capabilities and debug changes.Eric Christopher
2012-11-07Add comment describing what's going on here.Bill Wendling
2012-11-07When we're updating the subprogram scope DIE, we want to determine if we'reBill Wendling
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth
2012-10-31Replace some instances of UniqueVector with SetVector, which is slightly chea...Benjamin Kramer
2012-10-30Fix grammar.Bill Wendling
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow
2012-10-11Revert 165732 for further review.Micah Villmow
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-10-08Fixup comment.Eric Christopher
2012-10-08Fixup comments.Eric Christopher
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-04Update this a bit more to represent how the prologue should work:Eric Christopher
2012-10-02Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher
2012-10-0280-col.Eric Christopher
2012-10-02Don't use a debug location for frame setup instructions in theEric Christopher
2012-09-21Have the DbgVariable "isArtificial" and "isObjectPointer" notEric Christopher
2012-09-12Recommit, with fixes:Eric Christopher
2012-09-12Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher
2012-09-12Add some support for dealing with an object pointer on arguments.Eric Christopher
2012-09-10Revert r160148 it seems to cause more problems than it shouldEric Christopher
2012-09-1080-col fixup.Eric Christopher