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