index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-18
1
-2
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
Remove extra bytes that were added for gdb. We do not have good poiner to un...
Devang Patel
2011-04-13
1
-8
/
+1
*
Simplify. There is no need to use static variable.
Devang Patel
2011-04-12
1
-3
/
+1
*
This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...
Devang Patel
2011-04-12
1
-1139
/
+169
*
Refactor CompileUnit into a separate header.
Devang Patel
2011-04-12
1
-98
/
+1
*
Simplify array bound checks and clarify comments. One element array can have...
Devang Patel
2011-04-08
1
-10
/
+7
*
Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.
Devang Patel
2011-04-08
1
-3
/
+15
*
Add support to encode function's template parameters.
Devang Patel
2011-04-05
1
-0
/
+3
*
Refactor.
Devang Patel
2011-04-05
1
-14
/
+17
*
Do not emit empty name.
Devang Patel
2011-04-05
1
-1
/
+2
*
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-26
1
-92
/
+161
*
Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...
Jakob Stoklund Olesen
2011-03-25
1
-48
/
+31
*
Keep track of directory namd and fIx regression caused by Rafael's patch r119...
Devang Patel
2011-03-24
1
-11
/
+28
*
Don't coalesce identical DBG_VALUE instructions prematurely.
Jakob Stoklund Olesen
2011-03-23
1
-3
/
+1
*
Reapply r128045 and r128051 with fixes.
Jakob Stoklund Olesen
2011-03-22
1
-34
/
+71
*
Revert r128045 and r128051, debug info enhancements.
Andrew Trick
2011-03-22
1
-67
/
+30
*
Clear map after use.
Jakob Stoklund Olesen
2011-03-22
1
-0
/
+1
*
Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
Jakob Stoklund Olesen
2011-03-22
1
-30
/
+66
*
Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix
Daniel Dunbar
2011-03-16
1
-5
/
+2
*
Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...
Renato Golin
2011-03-16
1
-2
/
+5
*
Fix typo.
Devang Patel
2011-03-03
1
-1
/
+1
*
Fix thinko in previous check-in.
Devang Patel
2011-03-03
1
-1
/
+3
*
llvm::Function argument count is not a good indicator of how many arugments d...
Devang Patel
2011-03-03
1
-1
/
+4
*
If argument numbering is encoded in metadata then emit arguments' debug info ...
Devang Patel
2011-03-01
1
-2
/
+32
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-11
/
+2
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-2
/
+11
*
Do not use DIFactory.
Devang Patel
2011-02-24
1
-3
/
+4
*
Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...
Devang Patel
2011-02-23
1
-1
/
+1
*
Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...
Devang Patel
2011-02-19
1
-17
/
+20
*
Ignore DBG_VALUE machine instructions while constructing instruction ranges b...
Devang Patel
2011-02-15
1
-0
/
+4
*
Merge .debug_loc entries whenever possible to reduce debug_loc size.
Devang Patel
2011-02-04
1
-1
/
+10
*
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
1
-0
/
+20
*
Add support to describe template parameter type in debug info.
Devang Patel
2011-02-02
1
-0
/
+27
*
Fix debug info for merged global.
Devang Patel
2011-01-20
1
-0
/
+39
*
Fix register address expression. Patch by Ken Dyck.
Devang Patel
2011-01-19
1
-4
/
+2
*
Appropriately truncate debug info range in dwarf output.
Devang Patel
2011-01-11
1
-15
/
+5
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-5
/
+5
*
Speculatively revert r123032.
Devang Patel
2011-01-07
1
-5
/
+15
*
Appropriately truncate debug info range in dwarf output.
Devang Patel
2011-01-07
1
-15
/
+5
*
Emit 128 bit constant.
Devang Patel
2011-01-06
1
-10
/
+37
*
DW_FORM_data1 may not provide sufficient room for vtable index, use _udata in...
Devang Patel
2010-12-09
1
-1
/
+1
*
Undefined value in reg 0 may need a marker to identify end of source range.
Devang Patel
2010-12-06
1
-4
/
+2
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Move some more hooks to TargetFrameInfo
Anton Korobeynikov
2010-11-20
1
-2
/
+2
*
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
1
-1
/
+2
*
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-18
1
-259
/
+19
*
Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio...
Devang Patel
2010-11-12
1
-31
/
+6
*
Take care of special characters while creating named MDNode name to hold func...
Devang Patel
2010-11-10
1
-10
/
+4
*
Simplify.
Devang Patel
2010-11-02
1
-2
/
+1
[prev]
[next]