aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
AgeCommit message (Expand)Author
2007-05-13Emit function debug frames in one atom. This will prevent us from generating ...Anton Korobeynikov
2007-05-13Emit multiple common EH frames for multiple (including blank) personalityAnton Korobeynikov
2007-05-12More DWARF-related things cleanup:Anton Korobeynikov
2007-05-11Perform correct actions numbers/sizes computationAnton Korobeynikov
2007-05-11Fix action No calculation in multiple-invoke-one-LP modeAnton Korobeynikov
2007-05-10Allow multiple invokes per landing pad. This (probably) fixes PR1410.Anton Korobeynikov
2007-05-10Later computations assume we are aligned at this point.Duncan Sands
2007-05-10TypeIds are indexed by j, not iAnton Korobeynikov
2007-05-05Use the personality function that was registered with MMI rather thanDuncan Sands
2007-05-05Spelling fix.Duncan Sands
2007-05-05Emit sections/directives in the proper order. This fixes PR1376. Also,Anton Korobeynikov
2007-05-01Fix couple of bugs connected with eh info:Anton Korobeynikov
2007-03-07Cleanup: make SetCounter an instance variableAnton Korobeynikov
2007-03-07Fix DWARF debugging information on x86/Linux and (hopefully)Anton Korobeynikov
2007-03-01Emit eh filter info.Jim Laskey
2007-02-28Handle mix of personalities.Jim Laskey
2007-02-22Missing end of abbreviations - correctionJim Laskey
2007-02-22Missing end of abbreviations.Jim Laskey
2007-02-21Exception handling support.Jim Laskey
2007-02-01Slip upJim Laskey
2007-02-01Emit labels as label_n and not as debug_nJim Laskey
2007-02-01Support for non-landing pad exception handling.Jim Laskey
2007-01-29Out of line function.Jim Laskey
2007-01-29Only gather frame info if debug or eh.Jim Laskey
2007-01-29Flag to control exception handling.Jim Laskey
2007-01-29Disable zero landing pads for now.Jim Laskey
2007-01-29Landing pad-less eh for PPC.Jim Laskey
2007-01-26Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey
2007-01-26Clarify some constants.Jim Laskey
2007-01-251. Remove dwarf-verbose option (now asm-verbose.)Jim Laskey
2007-01-25Migrate print routines to asm to be shared by exception handling.Jim Laskey
2007-01-24Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey
2007-01-24Use asm printer to emit alignmentJim Laskey
2007-01-08Need to handle static declarations properly.Jim Laskey
2007-01-03Silence warning.Jim Laskey
2006-12-22Need to walk the derived chain of typedefs to get actual size.Jim Laskey
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Some addresssed should be 64-bit and some shouldn't.Jim Laskey
2006-11-30Change global descriptor names to provide name, full name and linkage name.Jim Laskey
2006-11-30Temp fix to deal gdb issue.Jim Laskey
2006-11-29Eliminate unnecessary scopes.Jim Laskey
2006-11-29Converted to using llvm streams instead of <iostream>sBill Wendling
2006-11-09Allows debugging llc self hosted.Jim Laskey
2006-11-09Merging dwarf info to a single compile unit.Jim Laskey
2006-11-071. Add a pass to fold debug label instructions so a debug info client can detectJim Laskey
2006-11-07Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup.Reid Spencer
2006-11-06Tab interferes with uniqueness.Jim Laskey
2006-11-04Live local variables are being dropped because the begin or end labels markingJim Laskey
2006-11-02Make CodeGen libs -pedantic clean.Reid Spencer