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
/
DwarfWriter.h
Age
Commit message (
Expand
)
Author
2009-02-25
Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...
Evan Cheng
2009-02-24
Overhaul my earlier submission due to feedback. It's a large patch, but most of
Bill Wendling
2009-02-24
- Use the "Fast" flag instead of "OptimizeForSize" to determine whether to emit
Bill Wendling
2009-02-20
Add an accessor method to DwarfWriter to tell of debugging info should be emi...
Bill Wendling
2009-01-26
Looks like comments were chopped off.
Evan Cheng
2009-01-15
Validate dbg_* intrinsics before lowering them.
Devang Patel
2009-01-13
Undo previous checkin.
Devang Patel
2009-01-13
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-13
Use dwarf writer to decide whether the module has debug info or not.
Devang Patel
2009-01-12
Add DwarfWriter interface to mainipulate source location info.
Devang Patel
2009-01-08
Convert DwarfWriter into a pass.
Devang Patel
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-09-26
If we have a function with an unreachable statement such that the ending debug
Bill Wendling
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-01-29
Landing pad-less eh for PPC.
Jim Laskey
2007-01-26
Change the MachineDebugInfo to MachineModuleInfo to better reflect usage
Jim Laskey
2006-12-07
Removed more <iostream> includes
Bill Wendling
2006-10-30
Simplify DwarfWriter header.
Jim Laskey
2006-10-17
Do not leak all of the SourceLineInfo objects. Do not bother mallocing each
Chris Lattner
2006-09-07
Make target asm info a property of the target machine.
Jim Laskey
2006-09-06
Separate target specific asm properties from the asm printers.
Jim Laskey
2006-06-23
Add and sort "sections" in debug lines. This always stepping through
Jim Laskey
2006-06-14
Place dwarf headers at earliest possible point. Well behaved when skipping
Jim Laskey
2006-05-19
Fix some doxygen usage in these headers.
Reid Spencer
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-04-07
Make sure that debug labels are defined within the same section and after the
Jim Laskey
2006-04-07
Foundation for call frame information.
Jim Laskey
2006-03-28
Refactor address attributes. Add base register to frame info.
Jim Laskey
2006-03-23
Make sure types are allocated in the scope of their use.
Jim Laskey
2006-03-23
Generate local variable and scope information and equivalent dwarf forms.
Jim Laskey
2006-03-02
Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov for
Chris Lattner
2006-03-01
Use context and not compile unit.
Jim Laskey
2006-02-27
Supporting multiple compile units.
Jim Laskey
2006-02-27
Re-orging file.
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-06
Changing model for the construction of debug information.
Jim Laskey
2006-01-27
Using bit size of integers instead of ambiguous "long" et all.
Jim Laskey
2006-01-27
Sorry - really folowing convention.
Jim Laskey
2006-01-27
Improve visibility/correctness of operand indices in "llvm.db" objects.
Jim Laskey
2006-01-26
Dropped DwarfWriter::
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-24
Crude Dwarf global variable debugging.
Jim Laskey
2006-01-21
Simplify search for abbreviations.
Jim Laskey
2006-01-21
Correct some simple errors.
Jim Laskey
2006-01-20
Right size integer values before emitting.
Jim Laskey
2006-01-20
Reworked how Dwarf debug info entries and abbreviations are handled. Added
Jim Laskey
2006-01-18
Added minimum Dwarf aranges. Cleaned up some section headers. Line number
Jim Laskey
[next]