index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
AsmPrinter
/
DwarfDebug.cpp
Age
Commit message (
Expand
)
Author
2012-07-27
Add a DW_AT_high_pc for CUs that are a single address range. Update
Eric Christopher
2012-07-12
The end of the prologue should be marked with is_stmt.
Eric Christopher
2012-07-06
Fix PR13202 and a regtest.
Alexey Samsonov
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-22
Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as
Rafael Espindola
2012-06-22
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-09
Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...
Benjamin Kramer
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-05-18
Remove duplicate code that we could just fallthrough to.
Eric Christopher
2012-05-08
Fix thinko in conditional.
Eric Christopher
2012-05-08
Handle OpDeref in case it comes in as a register operand.
Eric Christopher
2012-04-05
Patch to set is_stmt a little better for prologue lines in a function.
Eric Christopher
2012-04-03
Fix thinko check for number of operands to be the one that actually
Eric Christopher
2012-04-03
Add a line number for the scope of the function (starting at the first
Eric Christopher
2012-04-02
Turn on the accelerator tables for Darwin.
Eric Christopher
2012-03-27
Use DW_AT_low_pc for a single entry point into a routine.
Eric Christopher
2012-03-26
Use the file in the inlined die rather than the compile unit for
Eric Christopher
2012-03-11
DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...
Benjamin Kramer
2012-03-04
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-02
Grammar-o in function name.
Eric Christopher
2012-03-02
If the linkage name doesn't exist we're supposed to emit a reference
Eric Christopher
2012-03-02
Revert "Reorder the sections being output to reduce the number of assembler"
Eric Christopher
2012-03-01
Reorder the sections being output to reduce the number of assembler
Eric Christopher
2012-03-01
Minimal changes for LLVM to compile under VS11.
Michael J. Spencer
2012-02-22
Add the source language into the compile unit.
Eric Christopher
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-24
Remove generation of DW_AT_sibling. Nothing as far as I can tell uses it.
Eric Christopher
2012-01-06
Use const vector references instead of a vector copy. Spotted by Devang.
Eric Christopher
2012-01-06
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2011-12-16
Extraneous whitespace and 80-col.
Eric Christopher
2011-12-04
Add inline subprogram names to the name lookup table since they may
Eric Christopher
2011-12-02
Move global variables in TargetMachine into new TargetOptions class. As an API
Nick Lewycky
2011-11-12
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
2011-11-10
Check in getOrCreateSubprogramDIE if a declaration exists and if so output
Rafael Espindola
2011-11-10
Make types and namespaces take multiple DIEs for the accelerator tables
Eric Christopher
2011-11-10
Rework adding function names to the dwarf accelerator tables, allow
Eric Christopher
2011-11-09
Add comments.
Benjamin Kramer
2011-11-09
Take advantage of the zero byte in StringMap when emitting dwarf stringpool e...
Benjamin Kramer
2011-11-09
Remove the pubnames section, no one consumes it.
Eric Christopher
2011-11-08
Also add the linkage name to the name accelerator tables if it exists
Eric Christopher
2011-11-08
Add the base ObjC method name to the names lookup table as well.
Eric Christopher
2011-11-07
Add all completed and named types to the dwarf type accelerator tables.
Eric Christopher
2011-11-07
Use StringRef::startswith to do some string comparisons.
Eric Christopher
2011-11-07
Allow for the case where the name of the subprogram is "".
Eric Christopher
2011-11-07
Remove unnecessary addition to API. Replace with something much simpler.
Eric Christopher
2011-11-07
Add the support code to enable the dwarf accelerator tables. Upcoming patches
Eric Christopher
2011-11-07
Expose a way to get the beginning of the dwarf string section.
Eric Christopher
2011-11-07
Fix up comment.
Eric Christopher
2011-11-04
Emit declarations before definitions if they are available. This causes DW_AT...
Rafael Espindola
[next]