aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
AgeCommit message (Expand)Author
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
2006-11-021. Hash not quite right for DIEValues.Jim Laskey
2006-11-02Remove unused variable.Reid Spencer
2006-11-02For PR786:Reid Spencer
2006-11-02General clean up of teh dwarf writer.Jim Laskey
2006-10-311. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov
2006-10-30Fix a problem introduced by a last-minute change (logic negation).Reid Spencer
2006-10-30Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer
2006-10-30Switch abbreviations to use the folding set.a.Jim Laskey
2006-10-30Simplify DwarfWriter header.Jim Laskey
2006-10-24Tighter data structure for deleted debug labels.Jim Laskey
2006-10-23More complete solution to deleting blocks and debug info.Jim Laskey
2006-10-17Do not leak all of the SourceLineInfo objects. Do not bother mallocing eachChris Lattner
2006-10-17Clean up interface to getGlobalLinkName.Jim Laskey
2006-10-17Basic support for getGlobalLinkName.Jim Laskey
2006-10-16Global name regression.Jim Laskey
2006-10-13Workaround for templatesJim Laskey