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
*
Revert 90858 90875 and 90805 for now.
Devang Patel
2009-12-08
1
-136
/
+151
*
Cleanup.
Devang Patel
2009-12-08
1
-145
/
+69
*
Do not try to push dead variable's debug info into namespace info.
Devang Patel
2009-12-08
1
-3
/
+5
*
Add support to emit debug info for c++ style namespaces.
Devang Patel
2009-12-07
1
-8
/
+67
*
Don't print a space before the : between the file name and line number.
Dan Gohman
2009-12-05
1
-2
/
+2
*
Print newlines after printing labels for debug info, so that the output
Dan Gohman
2009-12-05
1
-0
/
+1
*
In TAG_subrange_type, uppder bound is zero indexed.
Devang Patel
2009-12-04
1
-2
/
+1
*
Insert composite type DIE into the map before processing type fields. This al...
Devang Patel
2009-12-03
1
-1
/
+1
*
Add support to emit debug info for virtual functions and virtual base classes.
Devang Patel
2009-12-03
1
-3
/
+31
*
Emit method definition DIE at module level (even for methods with inlined fun...
Devang Patel
2009-12-03
1
-24
/
+75
*
Clarify that DIEString does not keep a copy of the string.
Devang Patel
2009-12-02
1
-2
/
+2
*
Reuse existing subprogram DIE.
Devang Patel
2009-12-01
1
-2
/
+7
*
Clear function specific containers while processing end of a function, even i...
Devang Patel
2009-12-01
1
-9
/
+7
*
If pointer type has a name then do not ignore the name.
Devang Patel
2009-11-30
1
-1
/
+1
*
Avoid some possibly unsafe uses of StringRef::data().
Benjamin Kramer
2009-11-25
1
-3
/
+3
*
Use StringRef (again) in DebugInfo interface.
Devang Patel
2009-11-25
1
-42
/
+41
*
Use StringRef instead of std::string in DIEString.
Devang Patel
2009-11-24
1
-1
/
+1
*
Swith to pubtypes section before emitting pub types.
Devang Patel
2009-11-24
1
-0
/
+3
*
Emit pubtypes.
Devang Patel
2009-11-24
1
-23
/
+89
*
Simplify this code.
Dan Gohman
2009-11-23
1
-1
/
+1
*
Revert r89487.
Devang Patel
2009-11-23
1
-1
/
+1
*
Add getFrameIndexReference() to TargetRegisterInfo, which allows targets to
Jim Grosbach
2009-11-22
1
-5
/
+6
*
80-column cleanup
Jim Grosbach
2009-11-22
1
-10
/
+18
*
remove trailing whitespace
Jim Grosbach
2009-11-21
1
-39
/
+39
*
Cosmetic changes, which were long overdue, in DwarfDebug.cpp.
Devang Patel
2009-11-21
1
-375
/
+383
*
Remove dead code.
Devang Patel
2009-11-21
1
-15
/
+0
*
There is no need to use FoldingSet to unique DIEs.
Devang Patel
2009-11-21
1
-157
/
+56
*
Do not hold on to a map slot while new entries may be inserted into the map.
Devang Patel
2009-11-20
1
-27
/
+33
*
There is no need to emit source location info for DW_TAG_pointer_type.
Devang Patel
2009-11-20
1
-1
/
+1
*
Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.
Nick Lewycky
2009-11-17
1
-1
/
+0
*
Revert r88939.
Nick Lewycky
2009-11-17
1
-2
/
+2
*
Revert r88939.
Devang Patel
2009-11-16
1
-2
/
+2
*
Add VISIBILITY_HIDDEN marker.
Devang Patel
2009-11-16
1
-2
/
+2
*
Ignore nameless variables.
Devang Patel
2009-11-13
1
-1
/
+3
*
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-12
1
-232
/
+2
*
If doesSupportDebugInformation() is false then do not try to emit dwarf debug...
Devang Patel
2009-11-11
1
-0
/
+3
*
Fix -Asserts warning.
Daniel Dunbar
2009-11-11
1
-0
/
+1
*
Do not assume first function scope seen represents current function.
Devang Patel
2009-11-11
1
-2
/
+3
*
While creating DbgScopes, do not forget parent scope.
Devang Patel
2009-11-11
1
-0
/
+2
*
Ignore variable if scope info is not available.
Devang Patel
2009-11-10
1
-2
/
+5
*
Implement support to debug inlined functions.
Devang Patel
2009-11-10
1
-364
/
+488
*
Do not bother to emit debug info for nameless global variable.
Devang Patel
2009-11-06
1
-2
/
+2
*
Do not try to emit debug info entry for dead global variable.
Devang Patel
2009-11-06
1
-1
/
+6
*
While calculating original type size for a derived type, handle type variants...
Devang Patel
2009-11-04
1
-3
/
+1
*
Fix DW_AT_data_member_location for bit-fields. It points to the location of a...
Devang Patel
2009-11-04
1
-5
/
+12
*
Array element size does not match array size but array is not a bitfield.
Devang Patel
2009-11-04
1
-1
/
+3
*
Ignore unnamed variables.
Devang Patel
2009-11-03
1
-1
/
+3
*
Fix a funky "declared with greater visibility than the type of its field"
Jeffrey Yasskin
2009-11-03
1
-2
/
+2
*
Do not held on to DenseMap slot accross map insertion. The insertion may caus...
Devang Patel
2009-10-27
1
-17
/
+21
*
Do not emit name entry for a pointer type.
Devang Patel
2009-10-16
1
-1
/
+1
[next]