index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
DwarfWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: make SetCounter an instance variable
Anton Korobeynikov
2007-03-07
1
-28
/
+26
*
Fix DWARF debugging information on x86/Linux and (hopefully)
Anton Korobeynikov
2007-03-07
1
-17
/
+61
*
Emit eh filter info.
Jim Laskey
2007-03-01
1
-18
/
+66
*
Handle mix of personalities.
Jim Laskey
2007-02-28
1
-30
/
+37
*
Missing end of abbreviations - correction
Jim Laskey
2007-02-22
1
-1
/
+1
*
Missing end of abbreviations.
Jim Laskey
2007-02-22
1
-0
/
+3
*
Exception handling support.
Jim Laskey
2007-02-21
1
-91
/
+310
*
Slip up
Jim Laskey
2007-02-01
1
-1
/
+1
*
Emit labels as label_n and not as debug_n
Jim Laskey
2007-02-01
1
-8
/
+8
*
Support for non-landing pad exception handling.
Jim Laskey
2007-02-01
1
-171
/
+267
*
Out of line function.
Jim Laskey
2007-01-29
1
-0
/
+1
*
Only gather frame info if debug or eh.
Jim Laskey
2007-01-29
1
-1
/
+0
*
Flag to control exception handling.
Jim Laskey
2007-01-29
1
-2
/
+3
*
Disable zero landing pads for now.
Jim Laskey
2007-01-29
1
-1
/
+2
*
Landing pad-less eh for PPC.
Jim Laskey
2007-01-29
1
-114
/
+198
*
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2007-01-26
1
-30
/
+30
*
Clarify some constants.
Jim Laskey
2007-01-26
1
-4
/
+5
*
1. Remove dwarf-verbose option (now asm-verbose.)
Jim Laskey
2007-01-25
1
-36
/
+24
*
Migrate print routines to asm to be shared by exception handling.
Jim Laskey
2007-01-25
1
-341
/
+187
*
Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves
Jim Laskey
2007-01-24
1
-15
/
+28
*
Use asm printer to emit alignment
Jim Laskey
2007-01-24
1
-8
/
+2
*
Need to handle static declarations properly.
Jim Laskey
2007-01-08
1
-6
/
+9
*
Silence warning.
Jim Laskey
2007-01-03
1
-1
/
+1
*
Need to walk the derived chain of typedefs to get actual size.
Jim Laskey
2006-12-22
1
-4
/
+13
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-8
/
+8
*
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-07
1
-9
/
+7
*
Some addresssed should be 64-bit and some shouldn't.
Jim Laskey
2006-12-06
1
-19
/
+25
*
Change global descriptor names to provide name, full name and linkage name.
Jim Laskey
2006-11-30
1
-32
/
+27
*
Temp fix to deal gdb issue.
Jim Laskey
2006-11-30
1
-1
/
+6
*
Eliminate unnecessary scopes.
Jim Laskey
2006-11-29
1
-21
/
+27
*
Converted to using llvm streams instead of <iostream>s
Bill Wendling
2006-11-29
1
-4
/
+16
*
Allows debugging llc self hosted.
Jim Laskey
2006-11-09
1
-2
/
+7
*
Merging dwarf info to a single compile unit.
Jim Laskey
2006-11-09
1
-117
/
+104
*
1. Add a pass to fold debug label instructions so a debug info client can detect
Jim Laskey
2006-11-07
1
-17
/
+20
*
Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup.
Reid Spencer
2006-11-07
1
-0
/
+2
*
Tab interferes with uniqueness.
Jim Laskey
2006-11-06
1
-1
/
+1
*
Live local variables are being dropped because the begin or end labels marking
Jim Laskey
2006-11-04
1
-3
/
+4
*
Make CodeGen libs -pedantic clean.
Reid Spencer
2006-11-02
1
-1
/
+1
*
1. Hash not quite right for DIEValues.
Jim Laskey
2006-11-02
1
-25
/
+10
*
Remove unused variable.
Reid Spencer
2006-11-02
1
-1
/
+0
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+0
*
General clean up of teh dwarf writer.
Jim Laskey
2006-11-02
1
-2260
/
+2307
*
1. Clean up code due to changes in SwitchTo*Section(2)
Anton Korobeynikov
2006-10-31
1
-26
/
+26
*
Fix a problem introduced by a last-minute change (logic negation).
Reid Spencer
2006-10-30
1
-2
/
+2
*
Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
Reid Spencer
2006-10-30
1
-8
/
+12
*
Switch abbreviations to use the folding set.a.
Jim Laskey
2006-10-30
1
-127
/
+111
*
Simplify DwarfWriter header.
Jim Laskey
2006-10-30
1
-97
/
+508
*
Tighter data structure for deleted debug labels.
Jim Laskey
2006-10-24
1
-2
/
+1
*
More complete solution to deleting blocks and debug info.
Jim Laskey
2006-10-23
1
-3
/
+18
*
Do not leak all of the SourceLineInfo objects. Do not bother mallocing each
Chris Lattner
2006-10-17
1
-13
/
+14
[next]