aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
AgeCommit message (Expand)Author
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
2006-10-04More long term solutionJim Laskey
2006-10-04Work around for some problems with templates.Jim Laskey
2006-09-18Sort out mangled names for globalsJim Laskey
2006-09-07Make target asm info a property of the target machine.Jim Laskey
2006-09-06Separate target specific asm properties from the asm printers.Jim Laskey
2006-09-01Corrections.Jim Laskey
2006-08-29Handle callee saved registers in dwarf frame info (lead up to exceptionJim Laskey
2006-08-25Allow for register numbers > 31.Jim Laskey
2006-08-21Adding C++ member support.Jim Laskey
2006-07-13Fixed a bug handling void function types.Jim Laskey
2006-07-111. Support for c++ mangled names.Jim Laskey
2006-06-23Add and sort "sections" in debug lines. This always stepping throughJim Laskey
2006-06-20Add support for function types.Jim Laskey