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
*
Set DW_AT_artificial only if argument is marked as artificial.
Devang Patel
2010-02-06
1
-5
/
+12
*
Do not generate specification DIE for nested functions.
Devang Patel
2010-02-05
1
-1
/
+7
*
Emit appropriate expression to find virtual base offset.
Devang Patel
2010-02-03
1
-1
/
+20
*
Provide interface to identifiy artificial methods.
Devang Patel
2010-02-03
1
-0
/
+3
*
Apparently gdb is not amused by empty lines in pubtypes section.
Devang Patel
2010-02-02
1
-2
/
+4
*
NULL terminate name in pubtypes sections.
Devang Patel
2010-02-02
1
-1
/
+1
*
Emit declaration DIE for the class static variables.
Devang Patel
2010-01-30
1
-1
/
+10
*
Add size and location info in DW_TAG_class_type descriptor.
Devang Patel
2010-01-29
1
-1
/
+1
*
remove a noop function.
Chris Lattner
2010-01-26
1
-3
/
+0
*
constify a bunch of dwarf stuff now that the registerinfo method
Chris Lattner
2010-01-26
1
-5
/
+5
*
Use AssertingVH, just to be paranoid.
Devang Patel
2010-01-26
1
-2
/
+4
*
Emit DW_AT_containing_type attribute for a class if containing type is known.
Devang Patel
2010-01-26
1
-0
/
+5
*
mcstreamerize .file and .file. This also fixes an issue where the
Chris Lattner
2010-01-25
1
-2
/
+1
*
fix some issues where we weren't emitting enough newlines.
Chris Lattner
2010-01-24
1
-0
/
+1
*
when emitting DIEs, emit the comment on the same line as the directive.
Chris Lattner
2010-01-24
1
-2
/
+3
*
remove one form of EmitString, just use EmitBytes instead. We must
Chris Lattner
2010-01-23
1
-14
/
+22
*
move "EOL" from asmprinter to dwarfprinter. It should eventually
Chris Lattner
2010-01-22
1
-90
/
+86
*
move uleb printing from asmprinter to dwarfprinter, mcize,
Chris Lattner
2010-01-22
1
-23
/
+16
*
move sleb printing out of asmprinter into dwarf printer, make clients
Chris Lattner
2010-01-22
1
-3
/
+2
*
Remove MetadataBase class because it is not adding significant value.
Devang Patel
2010-01-22
1
-2
/
+1
*
rename the dwarf class to DwarfPrinter. This matches the filename
Chris Lattner
2010-01-22
1
-1
/
+1
*
inline away the trivial AsmPrinter::EOL() method.
Chris Lattner
2010-01-22
1
-29
/
+24
*
If a instruction belongs to another function (and not current function) as pe...
Devang Patel
2010-01-20
1
-4
/
+12
*
MDNodes are not expected to disappear or replaced by another MDNode, so there...
Devang Patel
2010-01-19
1
-8
/
+9
*
Revert accident check-in from r93165.
Devang Patel
2010-01-19
1
-8
/
+6
*
Switch some functions to take Twines, eliminate uses of StringExtras.h.
Benjamin Kramer
2010-01-17
1
-8
/
+4
*
move the mangler into libtarget from vmcore.
Chris Lattner
2010-01-16
1
-1
/
+1
*
Change DIEObjectLabel to take an MCSymbol instead of std::string.
Chris Lattner
2010-01-16
1
-4
/
+4
*
No need to use WeakVH here.
Devang Patel
2010-01-16
1
-2
/
+1
*
Replace DebugLocTuple with DILocation.
Devang Patel
2010-01-16
1
-12
/
+18
*
Add FIXME.
Devang Patel
2010-01-15
1
-0
/
+1
*
Do not use AT_specification die for static variables. It confuses gdb.
Devang Patel
2010-01-15
1
-3
/
+6
*
Do not emit multiple AT_container_type attributes.
Devang Patel
2010-01-15
1
-1
/
+2
*
s/NextValueNo/NextMDValueNo while processing metadata.
Devang Patel
2010-01-11
1
-7
/
+8
*
Kill dead store.
Benjamin Kramer
2010-01-07
1
-2
/
+1
*
If a scope has only one instruction then first instruction is also the last i...
Devang Patel
2010-01-05
1
-1
/
+1
*
Use StringRef.startswith().
Devang Patel
2010-01-05
1
-37
/
+20
*
Fix debug_inlined section entries for routines whose names are changed throug...
Devang Patel
2010-01-04
1
-5
/
+10
*
Fix begin and end markers for nested scopes.
Devang Patel
2010-01-04
1
-43
/
+53
*
move these out of their own timer groups into the 'uncategorized' groups.
Chris Lattner
2009-12-28
1
-7
/
+1
*
Change errs() to dbgs().
David Greene
2009-12-24
1
-1
/
+1
*
Add support to emit debug info for C++ namespaces.
Devang Patel
2009-12-15
1
-14
/
+60
*
Use DW_AT_specification to point to DIE describing function declaration.
Devang Patel
2009-12-14
1
-52
/
+31
*
Construct CompileUnits lazily.
Devang Patel
2009-12-11
1
-8
/
+10
*
If VariableDIe is not created (may be because global was optimzed away) then ...
Devang Patel
2009-12-10
1
-0
/
+2
*
Refactor code that finds context for a given die.
Devang Patel
2009-12-10
1
-38
/
+21
*
Refactor.
Devang Patel
2009-12-10
1
-20
/
+35
*
Reapply r90858, a cleanup patch.
Devang Patel
2009-12-09
1
-144
/
+68
*
Revert 90858 90875 and 90805 for now.
Devang Patel
2009-12-08
1
-136
/
+151
*
Cleanup.
Devang Patel
2009-12-08
1
-145
/
+69
[next]