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
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
Age
Commit message (
Expand
)
Author
2011-03-26
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-25
Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...
Jakob Stoklund Olesen
2011-03-24
Keep track of directory namd and fIx regression caused by Rafael's patch r119...
Devang Patel
2011-03-23
Don't coalesce identical DBG_VALUE instructions prematurely.
Jakob Stoklund Olesen
2011-03-22
Reapply r128045 and r128051 with fixes.
Jakob Stoklund Olesen
2011-03-22
Revert r128045 and r128051, debug info enhancements.
Andrew Trick
2011-03-22
Clear map after use.
Jakob Stoklund Olesen
2011-03-22
Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
Jakob Stoklund Olesen
2011-03-16
Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix
Daniel Dunbar
2011-03-16
Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...
Renato Golin
2011-03-03
Fix typo.
Devang Patel
2011-03-03
Fix thinko in previous check-in.
Devang Patel
2011-03-03
llvm::Function argument count is not a good indicator of how many arugments d...
Devang Patel
2011-03-01
If argument numbering is encoded in metadata then emit arguments' debug info ...
Devang Patel
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
Do not use DIFactory.
Devang Patel
2011-02-23
Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...
Devang Patel
2011-02-19
Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...
Devang Patel
2011-02-15
Ignore DBG_VALUE machine instructions while constructing instruction ranges b...
Devang Patel
2011-02-04
Merge .debug_loc entries whenever possible to reduce debug_loc size.
Devang Patel
2011-02-02
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
Add support to describe template parameter type in debug info.
Devang Patel
2011-01-20
Fix debug info for merged global.
Devang Patel
2011-01-19
Fix register address expression. Patch by Ken Dyck.
Devang Patel
2011-01-11
Appropriately truncate debug info range in dwarf output.
Devang Patel
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-07
Speculatively revert r123032.
Devang Patel
2011-01-07
Appropriately truncate debug info range in dwarf output.
Devang Patel
2011-01-06
Emit 128 bit constant.
Devang Patel
2010-12-09
DW_FORM_data1 may not provide sufficient room for vtable index, use _udata in...
Devang Patel
2010-12-06
Undefined value in reg 0 may need a marker to identify end of source range.
Devang Patel
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-20
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-18
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-12
Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio...
Devang Patel
2010-11-10
Take care of special characters while creating named MDNode name to hold func...
Devang Patel
2010-11-02
Simplify.
Devang Patel
2010-10-28
Ignore empty blocks.
Devang Patel
2010-10-28
Do not work too hard to find type's file info. There is a special field to re...
Devang Patel
2010-10-28
Technically DIFile scope should also be handled here.
Devang Patel
2010-10-26
s/beginScope/beginInstruction/g
Devang Patel
2010-10-26
For statistics that are only used in functions declared in !NDEBUG, wrap the
Nick Lewycky
2010-10-25
Add simple counter to count no. of basic blocks without any line number infor...
Devang Patel
2010-10-08
Line number 0 indicates there is no source line/file name info available for ...
Devang Patel
2010-10-07
Provie a clearner interface so that FE can decide whether a function has prot...
Devang Patel
2010-10-06
Add support for DW_TAG_unspecified_parameters.
Devang Patel
2010-10-01
Add support to let FE mark explict methods as explict in debug info.
Devang Patel
2010-09-29
Let FE mark a variable as artificial variable.
Devang Patel
[next]