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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...
Devang Patel
2011-04-12
1
-163
/
+49
*
Remove dead typedef.
Devang Patel
2011-04-12
1
-2
/
+0
*
Refactor.
Devang Patel
2011-04-05
1
-1
/
+4
*
Remove dead code.
Devang Patel
2011-03-31
1
-5
/
+1
*
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-26
1
-18
/
+26
*
Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...
Jakob Stoklund Olesen
2011-03-25
1
-1
/
+1
*
Keep track of directory namd and fIx regression caused by Rafael's patch r119...
Devang Patel
2011-03-24
1
-1
/
+1
*
Reapply r128045 and r128051 with fixes.
Jakob Stoklund Olesen
2011-03-22
1
-2
/
+10
*
Revert r128045 and r128051, debug info enhancements.
Andrew Trick
2011-03-22
1
-10
/
+2
*
Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
Jakob Stoklund Olesen
2011-03-22
1
-2
/
+10
*
If argument numbering is encoded in metadata then emit arguments' debug info ...
Devang Patel
2011-03-01
1
-2
/
+10
*
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-25
1
-6
/
+0
*
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
1
-0
/
+6
*
Merge .debug_loc entries whenever possible to reduce debug_loc size.
Devang Patel
2011-02-04
1
-14
/
+22
*
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
1
-0
/
+5
*
Add support to describe template parameter type in debug info.
Devang Patel
2011-02-02
1
-0
/
+5
*
Emit 128 bit constant.
Devang Patel
2011-01-06
1
-0
/
+1
*
Change CodeGen to use .loc directives. This produces a lot more readable output
Rafael Espindola
2010-11-18
1
-65
/
+4
*
Remove DW_AT_start_scope support. It is incomplete and superseeded by locatio...
Devang Patel
2010-11-12
1
-9
/
+3
*
s/beginScope/beginInstruction/g
Devang Patel
2010-10-26
1
-4
/
+4
*
Remove dead argument.
Devang Patel
2010-09-27
1
-1
/
+1
*
Fix linux/msvc build, move include.
Benjamin Kramer
2010-09-13
1
-0
/
+1
*
Simplify.
Devang Patel
2010-08-31
1
-3
/
+3
*
Revert r107202. It is not adding any value.
Devang Patel
2010-08-24
1
-1
/
+0
*
Simplify.
Devang Patel
2010-08-10
1
-2
/
+2
*
Drop "const". It does not add value here.
Devang Patel
2010-08-10
1
-5
/
+5
*
Do not include file static variable in pubnames list.
Devang Patel
2010-08-10
1
-3
/
+0
*
Undo accidental commit.
Devang Patel
2010-08-09
1
-0
/
+3
*
Simplify. Avoid redundant checks.
Devang Patel
2010-08-09
1
-3
/
+0
*
Refactoring. Update DbgVarible to handle queries itself.
Devang Patel
2010-08-09
1
-6
/
+4
*
It is ok, and convenient, to pass descriptors by value.
Devang Patel
2010-08-09
1
-5
/
+5
*
Reuse DIEInteger for 1. This is frequently used while emitting an attribute u...
Devang Patel
2010-07-08
1
-0
/
+2
*
One MDNode may be used to create regular DIE as well as abstract DIE.
Devang Patel
2010-07-07
1
-0
/
+3
*
Do not hardcode DW_AT_stmt_list value.
Devang Patel
2010-06-29
1
-0
/
+1
*
Preserve deleted function's local variables' debug info.
Devang Patel
2010-06-28
1
-0
/
+4
*
Remove dead code.
Devang Patel
2010-06-28
1
-1
/
+1
*
Collect debug info for optimized variables of inlined functions.
Devang Patel
2010-06-25
1
-1
/
+2
*
Use local small vector.
Devang Patel
2010-06-02
1
-3
/
+0
*
Identify instructions, that needs a label to mark debug info entity, in advan...
Devang Patel
2010-05-26
1
-0
/
+7
*
Remove dead code.
Devang Patel
2010-05-26
1
-6
/
+0
*
First cut at supporting .debug_loc section.
Devang Patel
2010-05-25
1
-4
/
+31
*
Refactor.
Devang Patel
2010-05-20
1
-0
/
+8
*
Split DbgVariable. Eventually, variable info will be communicated through fra...
Devang Patel
2010-05-20
1
-7
/
+29
*
Revert r104165.
Devang Patel
2010-05-19
1
-0
/
+2
*
There is no need to maintain InsnsBeginScopeSet separately.
Devang Patel
2010-05-19
1
-2
/
+0
*
Add support to preserve type info for the variables that are removed by the o...
Devang Patel
2010-05-14
1
-1
/
+1
*
Enable multiple Compile Units in one module.
Devang Patel
2010-05-10
1
-2
/
+9
*
Remove DIGlobal.
Devang Patel
2010-05-07
1
-1
/
+1
*
Wrap const MDNode * inside DIDescriptor.
Devang Patel
2010-05-07
1
-15
/
+15
*
Refactor.
Devang Patel
2010-04-28
1
-0
/
+10
[next]