index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineDebugInfo.h
Age
Commit message (
Expand
)
Author
2007-01-26
rename files
Jim Laskey
2007-01-24
Repair debug frames as a prelude to eh_frames. Switched to using MachineMoves
Jim Laskey
2006-11-30
Change global descriptor names to provide name, full name and linkage name.
Jim Laskey
2006-11-08
Wasn't handling case of when machine move labels were undefined.
Jim Laskey
2006-11-07
1. Add a pass to fold debug label instructions so a debug info client can detect
Jim Laskey
2006-10-24
Tighter data structure for deleted debug labels.
Jim Laskey
2006-10-23
More complete solution to deleting blocks and debug info.
Jim Laskey
2006-10-17
add a method to remove a line # record.
Chris Lattner
2006-10-17
Do not leak all of the SourceLineInfo objects. Do not bother mallocing each
Chris Lattner
2006-10-17
minor cleanups
Chris Lattner
2006-09-18
Sort out mangled names for globals
Jim Laskey
2006-07-11
1. Support for c++ mangled names.
Jim Laskey
2006-06-23
Add and sort "sections" in debug lines. This always stepping through
Jim Laskey
2006-06-16
1. Revise vector debug support.
Jim Laskey
2006-06-15
1. Support standard dwarf format (was bootstrapping in Apple format.)
Jim Laskey
2006-06-14
Change versioning to per debug info descriptor (merged with tag.)
Jim Laskey
2006-04-07
Foundation for call frame information.
Jim Laskey
2006-03-26
How to be dumb on $5/day. Need a tri-state to track valid debug descriptors.
Jim Laskey
2006-03-23
Generate local variable and scope information and equivalent dwarf forms.
Jim Laskey
2006-03-15
Expand subprogram and added block descriptor.
Jim Laskey
2006-03-09
Forgot this on last check in.
Jim Laskey
2006-03-07
Switch to using a numeric id for anchors.
Jim Laskey
2006-03-03
Adding basic structure support.
Jim Laskey
2006-03-01
Support for enumerations.
Jim Laskey
2006-03-01
Remove extra comma from enum list.
Jim Laskey
2006-03-01
Switch back to using actual dwarf tags. Simplifies code without loss to other
Jim Laskey
2006-03-01
Basic array support.
Jim Laskey
2006-02-28
Add const, volatile, restrict support.
Jim Laskey
2006-02-24
Add pointer and reference types. Added short-term code to ignore NULL types
Jim Laskey
2006-02-24
Get VC++ building again.
Jeff Cohen
2006-02-23
Added basic support for typedefs.
Jim Laskey
2006-02-23
DwarfWriter reading basic type information from llvm-gcc4 code.
Jim Laskey
2006-02-22
Coordinate activities with llvm-gcc4 and dwarf.
Jim Laskey
2006-02-13
Sync up the tag numbers with gcc4.
Jim Laskey
2006-02-13
Rename to better reflect usage (current and planned.)
Jim Laskey
2006-02-11
Reorg for integration with gcc4. Old style debug info will not be passed though
Jim Laskey
2006-02-06
Goodbye nasty macro.
Jim Laskey
2006-02-06
Edit requests from Sabre.
Jim Laskey
2006-02-06
Changing model for the construction of debug information.
Jim Laskey
2006-01-29
Remove extra qualifier.
Jim Laskey
2006-01-27
Improve visibility/correctness of operand indices in "llvm.db" objects.
Jim Laskey
2006-01-26
Use global information to fill out Dwarf compile units.
Jim Laskey
2006-01-26
Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.
Jim Laskey
2006-01-17
Adding basic support for Dwarf line number debug information.
Jim Laskey
2006-01-05
Added initial support for DEBUG_LABEL allowing debug specific labels to be
Jim Laskey
2006-01-04
Applied some recommend changes from sabre. The dominate one beginning "let the
Jim Laskey
2006-01-04
Add flag for debug presence.
Jim Laskey
2006-01-04
1. Make MachineDebugInfo a pass.
Jim Laskey
2005-12-16
Added source file/line correspondence for dwarf (PowerPC only at this point.)
Jim Laskey