index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-9
/
+9
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-9
/
+9
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-9
/
+9
*
Fixup comment.
Eric Christopher
2012-10-08
1
-1
/
+1
*
Fixup comments.
Eric Christopher
2012-10-08
1
-2
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-10
/
+10
*
Update this a bit more to represent how the prologue should work:
Eric Christopher
2012-10-04
1
-3
/
+4
*
Revert "Don't use a debug location for frame setup instructions in the"
Eric Christopher
2012-10-02
1
-4
/
+3
*
80-col.
Eric Christopher
2012-10-02
1
-2
/
+2
*
Don't use a debug location for frame setup instructions in the
Eric Christopher
2012-10-02
1
-3
/
+4
*
Have the DbgVariable "isArtificial" and "isObjectPointer" not
Eric Christopher
2012-09-21
1
-1
/
+3
*
Recommit, with fixes:
Eric Christopher
2012-09-12
1
-1
/
+11
*
Revert "Add some support for dealing with an object pointer on arguments."
Eric Christopher
2012-09-12
1
-2
/
+0
*
Add some support for dealing with an object pointer on arguments.
Eric Christopher
2012-09-12
1
-0
/
+2
*
Revert r160148 it seems to cause more problems than it should
Eric Christopher
2012-09-10
1
-1
/
+1
*
80-col fixup.
Eric Christopher
2012-09-10
1
-1
/
+2
*
No reason to construct this twice.
Eric Christopher
2012-09-10
1
-1
/
+1
*
Use DW_FORM_flag_present to save space in debug information if we're
Eric Christopher
2012-08-24
1
-5
/
+4
*
Turn these two options in to trinary state so that they can be
Eric Christopher
2012-08-23
1
-14
/
+40
*
Add a flag to DwarfDebug to allow it to communicate whether or not
Eric Christopher
2012-08-23
1
-0
/
+2
*
Typo.
Eric Christopher
2012-08-23
1
-1
/
+1
*
Only emit the __debug_inlined section if we're trying to be compatible
Eric Christopher
2012-08-23
1
-1
/
+5
*
Emit pubtypes only when going for darwin gdb compatibility.
Eric Christopher
2012-08-23
1
-1
/
+4
*
Add an option for darwin gdb compatibility.
Eric Christopher
2012-08-23
1
-2
/
+9
*
Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing
Eric Christopher
2012-08-01
1
-21
/
+6
*
Add a DW_AT_high_pc for CUs that are a single address range. Update
Eric Christopher
2012-07-27
1
-6
/
+21
*
The end of the prologue should be marked with is_stmt.
Eric Christopher
2012-07-12
1
-1
/
+1
*
Fix PR13202 and a regtest.
Alexey Samsonov
2012-07-06
1
-0
/
+6
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
1
-2
/
+2
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
1
-1
/
+1
*
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-22
1
-4
/
+8
*
Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...
Benjamin Kramer
2012-06-09
1
-0
/
+1
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-2
/
+3
*
Remove duplicate code that we could just fallthrough to.
Eric Christopher
2012-05-18
1
-1
/
+0
*
Fix thinko in conditional.
Eric Christopher
2012-05-08
1
-1
/
+1
*
Handle OpDeref in case it comes in as a register operand.
Eric Christopher
2012-05-08
1
-3
/
+5
*
Patch to set is_stmt a little better for prologue lines in a function.
Eric Christopher
2012-04-05
1
-2
/
+5
*
Fix thinko check for number of operands to be the one that actually
Eric Christopher
2012-04-03
1
-1
/
+1
*
Add a line number for the scope of the function (starting at the first
Eric Christopher
2012-04-03
1
-3
/
+10
*
Turn on the accelerator tables for Darwin.
Eric Christopher
2012-04-02
1
-0
/
+6
*
Use DW_AT_low_pc for a single entry point into a routine.
Eric Christopher
2012-03-27
1
-3
/
+3
*
Use the file in the inlined die rather than the compile unit for
Eric Christopher
2012-03-26
1
-1
/
+2
*
DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...
Benjamin Kramer
2012-03-11
1
-11
/
+10
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
Grammar-o in function name.
Eric Christopher
2012-03-02
1
-2
/
+2
*
If the linkage name doesn't exist we're supposed to emit a reference
Eric Christopher
2012-03-02
1
-4
/
+3
*
Revert "Reorder the sections being output to reduce the number of assembler"
Eric Christopher
2012-03-02
1
-3
/
+3
*
Reorder the sections being output to reduce the number of assembler
Eric Christopher
2012-03-01
1
-3
/
+3
*
Minimal changes for LLVM to compile under VS11.
Michael J. Spencer
2012-03-01
1
-1
/
+1
[next]