index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
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
*
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
*
Clean up interface to getGlobalLinkName.
Jim Laskey
2006-10-17
1
-2
/
+1
*
Basic support for getGlobalLinkName.
Jim Laskey
2006-10-17
1
-2
/
+2
*
Global name regression.
Jim Laskey
2006-10-16
1
-1
/
+5
*
Workaround for templates
Jim Laskey
2006-10-13
1
-0
/
+10
*
More long term solution
Jim Laskey
2006-10-04
1
-10
/
+14
*
Work around for some problems with templates.
Jim Laskey
2006-10-04
1
-0
/
+6
*
Sort out mangled names for globals
Jim Laskey
2006-09-18
1
-13
/
+23
*
Make target asm info a property of the target machine.
Jim Laskey
2006-09-07
1
-17
/
+18
*
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-09-06
1
-80
/
+64
*
Corrections.
Jim Laskey
2006-09-01
1
-4
/
+4
*
Handle callee saved registers in dwarf frame info (lead up to exception
Jim Laskey
2006-08-29
1
-9
/
+35
*
Allow for register numbers > 31.
Jim Laskey
2006-08-25
1
-4
/
+14
*
Adding C++ member support.
Jim Laskey
2006-08-21
1
-61
/
+149
*
Fixed a bug handling void function types.
Jim Laskey
2006-07-13
1
-1
/
+1
*
1. Support for c++ mangled names.
Jim Laskey
2006-07-11
1
-0
/
+6
*
Add and sort "sections" in debug lines. This always stepping through
Jim Laskey
2006-06-23
1
-85
/
+110
*
Add support for function types.
Jim Laskey
2006-06-20
1
-0
/
+17
*
References need to be section relative.
Jim Laskey
2006-06-19
1
-3
/
+5
*
References need to be section relative.
Jim Laskey
2006-06-19
1
-1
/
+1
*
1. Revise vector debug support.
Jim Laskey
2006-06-16
1
-7
/
+9
*
1. Support standard dwarf format (was bootstrapping in Apple format.)
Jim Laskey
2006-06-15
1
-4
/
+12
*
Place dwarf headers at earliest possible point. Well behaved when skipping
Jim Laskey
2006-06-14
1
-46
/
+52
*
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-12
1
-0
/
+1
*
Split SwitchSection into SwitchTo{Text|Data}Section methods.
Chris Lattner
2006-05-09
1
-25
/
+25
*
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-03
1
-2
/
+2
*
Use existing information.
Jim Laskey
2006-04-10
1
-3
/
+14
*
Remove section change in function end, preventing override of function's real
Jim Laskey
2006-04-08
1
-1
/
+0
*
Make sure that debug labels are defined within the same section and after the
Jim Laskey
2006-04-07
1
-8
/
+5
*
Foundation for call frame information.
Jim Laskey
2006-04-07
1
-30
/
+123
*
Refactor address attributes. Add base register to frame info.
Jim Laskey
2006-03-28
1
-13
/
+19
*
Hack no more.
Jim Laskey
2006-03-24
1
-2
/
+0
[next]