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
*
Do not forget debug info for enums. Use named mdnode to keep track of these t...
Devang Patel
2010-08-10
1
-0
/
+5
*
Handle TAG_constant for integers.
Devang Patel
2010-08-10
1
-20
/
+37
*
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
-51
/
+38
*
Undo accidental commit.
Devang Patel
2010-08-09
1
-38
/
+51
*
Simplify. Avoid redundant checks.
Devang Patel
2010-08-09
1
-51
/
+38
*
Refactor.
Devang Patel
2010-08-09
1
-9
/
+5
*
Refactoring. Update DbgVarible to handle queries itself.
Devang Patel
2010-08-09
1
-76
/
+89
*
It is ok, and convenient, to pass descriptors by value.
Devang Patel
2010-08-09
1
-36
/
+36
*
Rename a method.
Devang Patel
2010-08-09
1
-3
/
+3
*
Use location entry only of the location described by DBG_VALUE is valid.
Devang Patel
2010-08-04
1
-3
/
+6
*
Fix typo in comment.
Devang Patel
2010-08-04
1
-1
/
+1
*
If a variable is spilled by code generator then use DW_OP_fbreg to describe i...
Devang Patel
2010-08-04
1
-10
/
+35
*
Free DbgScope created for dead functions.
Devang Patel
2010-08-02
1
-0
/
+4
*
It is FE's responsibility to emit proper directory name.
Devang Patel
2010-07-27
1
-4
/
+1
*
Use current working directory when Dirname is empty. This only happens when a...
Devang Patel
2010-07-24
1
-0
/
+5
*
Revert r109262.
Devang Patel
2010-07-23
1
-5
/
+0
*
IF directory name is empty then try to extract one using absolute file name.
Devang Patel
2010-07-23
1
-0
/
+5
*
For ARM/Darwin, add a dwarf entry indicating whether a function is arm or thumb
Jim Grosbach
2010-07-21
1
-0
/
+4
*
80 column and trailing whitespace cleanup
Jim Grosbach
2010-07-21
1
-171
/
+173
*
Disallow null as a named metadata operand.
Dan Gohman
2010-07-21
1
-2
/
+2
*
Correct line info for declarations/definitions. Radar 8063111.
Stuart Hastings
2010-07-19
1
-11
/
+4
*
Fix PR 7662.
Devang Patel
2010-07-19
1
-0
/
+1
*
Reverting r107918 and r107919. Radar 8063111.
Stuart Hastings
2010-07-08
1
-4
/
+11
*
Relax assertion. In optimized code, it is possible that first instruction is ...
Devang Patel
2010-07-08
1
-1
/
+1
*
Fix decl/def debug info for template functions. Radar 8063111.
Stuart Hastings
2010-07-08
1
-11
/
+4
*
Reuse DIEInteger for 1. This is frequently used while emitting an attribute u...
Devang Patel
2010-07-08
1
-1
/
+3
*
One MDNode may be used to create regular DIE as well as abstract DIE.
Devang Patel
2010-07-07
1
-1
/
+14
*
Rename couple of maps.
Devang Patel
2010-07-07
1
-11
/
+9
*
80 cols.
Devang Patel
2010-07-07
1
-12
/
+21
*
Do not require line number entry for undefined local variable.
Devang Patel
2010-07-01
1
-2
/
+4
*
Do not construct DIE for already processed MDNode.
Devang Patel
2010-06-30
1
-1
/
+2
*
Add variables into a scope before constructing scope DIE otherwise variables ...
Devang Patel
2010-06-30
1
-2
/
+2
*
Do not hardcode DW_AT_stmt_list value.
Devang Patel
2010-06-29
1
-7
/
+16
*
Use DW_FORM_addr for DW_AT_entry_pc.
Devang Patel
2010-06-28
1
-1
/
+1
*
Include inlined function in list of processed subprograms.
Devang Patel
2010-06-28
1
-1
/
+1
*
Preserve deleted function's local variables' debug info.
Devang Patel
2010-06-28
1
-0
/
+35
*
Remove dead code.
Devang Patel
2010-06-28
1
-2
/
+0
*
Collect debug info for optimized variables of inlined functions.
Devang Patel
2010-06-25
1
-5
/
+28
*
DBG_VALUE machine instruction pointing to undefined register for a variable j...
Devang Patel
2010-06-24
1
-4
/
+1
*
Use single interface, using twine, to get named metadata.
Devang Patel
2010-06-22
1
-2
/
+2
*
Discard special LLVM prefix from linkage name.
Devang Patel
2010-06-22
1
-1
/
+2
*
Do not rely on Twine temporaries to survive.
Devang Patel
2010-06-22
1
-3
/
+4
*
Give NamedRegionTimer an Enabled flag, allowing all its clients to
Dan Gohman
2010-06-18
1
-5
/
+3
*
Use separate named MDNode to hold each function's local variable info.
Devang Patel
2010-06-16
1
-2
/
+3
*
Added a comment.
Stuart Hastings
2010-06-15
1
-0
/
+5
*
Support for nested functions/classes in debug output. (Again.) Radar 7424645.
Stuart Hastings
2010-06-11
1
-1
/
+23
*
Revert 105492 & 105493 due to a testcase regression. Radar 7424645.
Stuart Hastings
2010-06-05
1
-18
/
+1
*
Support for nested functions/classes in debug output. Radar 7424645.
Stuart Hastings
2010-06-04
1
-1
/
+18
[next]