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
*
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
*
Unneeded forward.
Jim Laskey
2006-03-23
1
-1
/
+0
*
Make sure types are allocated in the scope of their use.
Jim Laskey
2006-03-23
1
-107
/
+54
*
Generate local variable and scope information and equivalent dwarf forms.
Jim Laskey
2006-03-23
1
-67
/
+257
*
Expand subprogram and added block descriptor.
Jim Laskey
2006-03-15
1
-7
/
+7
*
back out my previous hack
Chris Lattner
2006-03-09
1
-1
/
+1
*
temporary hack to get the build working again, apparently a header
Chris Lattner
2006-03-09
1
-1
/
+1
*
Move bit field endianness to backend.
Jim Laskey
2006-03-09
1
-10
/
+26
*
Get rid of the multiple copies of getStringValue. Now a Constant:: method.
Jim Laskey
2006-03-08
1
-1
/
+0
*
Bitfield support.
Jim Laskey
2006-03-07
1
-2
/
+14
*
Added support for dwarf block data entries.
Jim Laskey
2006-03-03
1
-49
/
+248
*
Adding basic structure support.
Jim Laskey
2006-03-03
1
-3
/
+40
*
Support for enumerations.
Jim Laskey
2006-03-01
1
-2
/
+13
*
Switch back to using actual dwarf tags. Simplifies code without loss to other
Jim Laskey
2006-03-01
1
-28
/
+6
*
Use context and not compile unit.
Jim Laskey
2006-03-01
1
-11
/
+13
*
I guess I can handle large type sizes.
Jim Laskey
2006-03-01
1
-2
/
+1
*
Basic array support.
Jim Laskey
2006-03-01
1
-6
/
+67
*
Add const, volatile, restrict support.
Jim Laskey
2006-02-28
1
-0
/
+3
*
Qualify dwarf namespace inside llvm namespace.
Jim Laskey
2006-02-27
1
-1
/
+1
*
Partial enabling of functions.
Jim Laskey
2006-02-27
1
-1
/
+1
*
Supporting multiple compile units.
Jim Laskey
2006-02-27
1
-136
/
+185
*
Re-orging file.
Jim Laskey
2006-02-27
1
-556
/
+357
*
Add pointer and reference types. Added short-term code to ignore NULL types
Jim Laskey
2006-02-24
1
-12
/
+29
*
Added basic support for typedefs.
Jim Laskey
2006-02-23
1
-12
/
+23
*
DwarfWriter reading basic type information from llvm-gcc4 code.
Jim Laskey
2006-02-23
1
-4
/
+38
*
Coordinate activities with llvm-gcc4 and dwarf.
Jim Laskey
2006-02-22
1
-162
/
+244
*
Using wrong DW_FORM.
Jim Laskey
2006-02-14
1
-1
/
+1
*
Changing model for the construction of debug information.
Jim Laskey
2006-02-06
1
-11
/
+11
*
Using bit size of integers instead of ambiguous "long" et all.
Jim Laskey
2006-01-27
1
-62
/
+62
*
Sorry - really folowing convention.
Jim Laskey
2006-01-27
1
-1
/
+1
*
Following convention.
Jim Laskey
2006-01-27
1
-1
/
+1
*
fix build
Andrew Lenharth
2006-01-27
1
-1
/
+1
*
Improve visibility/correctness of operand indices in "llvm.db" objects.
Jim Laskey
2006-01-27
1
-16
/
+43
*
Use global information to fill out Dwarf compile units.
Jim Laskey
2006-01-26
1
-20
/
+10
*
Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.
Jim Laskey
2006-01-26
1
-15
/
+14
[next]