summaryrefslogtreecommitdiff
path: root/lib/CodeGen/DwarfWriter.cpp
Commit message (Expand)AuthorAge
* Cleanup: make SetCounter an instance variableAnton Korobeynikov2007-03-07
* Fix DWARF debugging information on x86/Linux and (hopefully)Anton Korobeynikov2007-03-07
* Emit eh filter info.Jim Laskey2007-03-01
* Handle mix of personalities.Jim Laskey2007-02-28
* Missing end of abbreviations - correctionJim Laskey2007-02-22
* Missing end of abbreviations.Jim Laskey2007-02-22
* Exception handling support.Jim Laskey2007-02-21
* Slip upJim Laskey2007-02-01
* Emit labels as label_n and not as debug_nJim Laskey2007-02-01
* Support for non-landing pad exception handling.Jim Laskey2007-02-01
* Out of line function.Jim Laskey2007-01-29
* Only gather frame info if debug or eh.Jim Laskey2007-01-29
* Flag to control exception handling.Jim Laskey2007-01-29
* Disable zero landing pads for now.Jim Laskey2007-01-29
* Landing pad-less eh for PPC.Jim Laskey2007-01-29
* Change the MachineDebugInfo to MachineModuleInfo to better reflect usageJim Laskey2007-01-26
* Clarify some constants.Jim Laskey2007-01-26
* 1. Remove dwarf-verbose option (now asm-verbose.)Jim Laskey2007-01-25
* Migrate print routines to asm to be shared by exception handling.Jim Laskey2007-01-25
* Repair debug frames as a prelude to eh_frames. Switched to using MachineMovesJim Laskey2007-01-24
* Use asm printer to emit alignmentJim Laskey2007-01-24
* Need to handle static declarations properly.Jim Laskey2007-01-08
* Silence warning.Jim Laskey2007-01-03
* Need to walk the derived chain of typedefs to get actual size.Jim Laskey2006-12-22
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Some addresssed should be 64-bit and some shouldn't.Jim Laskey2006-12-06
* Change global descriptor names to provide name, full name and linkage name.Jim Laskey2006-11-30
* Temp fix to deal gdb issue.Jim Laskey2006-11-30
* Eliminate unnecessary scopes.Jim Laskey2006-11-29
* Converted to using llvm streams instead of <iostream>sBill Wendling2006-11-29
* Allows debugging llc self hosted.Jim Laskey2006-11-09
* Merging dwarf info to a single compile unit.Jim Laskey2006-11-09
* 1. Add a pass to fold debug label instructions so a debug info client can detectJim Laskey2006-11-07
* Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup.Reid Spencer2006-11-07
* Tab interferes with uniqueness.Jim Laskey2006-11-06
* Live local variables are being dropped because the begin or end labels markingJim Laskey2006-11-04
* Make CodeGen libs -pedantic clean.Reid Spencer2006-11-02
* 1. Hash not quite right for DIEValues.Jim Laskey2006-11-02
* Remove unused variable.Reid Spencer2006-11-02
* For PR786:Reid Spencer2006-11-02
* General clean up of teh dwarf writer.Jim Laskey2006-11-02
* 1. Clean up code due to changes in SwitchTo*Section(2)Anton Korobeynikov2006-10-31
* Fix a problem introduced by a last-minute change (logic negation).Reid Spencer2006-10-30
* Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4Reid Spencer2006-10-30
* Switch abbreviations to use the folding set.a.Jim Laskey2006-10-30
* Simplify DwarfWriter header.Jim Laskey2006-10-30
* Tighter data structure for deleted debug labels.Jim Laskey2006-10-24
* More complete solution to deleting blocks and debug info.Jim Laskey2006-10-23
* Do not leak all of the SourceLineInfo objects. Do not bother mallocing eachChris Lattner2006-10-17