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-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
2011-11-02
Don't emit a directory entry for the value in DW_AT_comp_dir, that is always
Nick Lewycky
2011-10-27
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-26
Reflow lines, fix comments for doxygen style, fix whitespace. No functionality
Nick Lewycky
2011-10-17
Minor style cleanup, no functionality change.
Nick Lewycky
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-10-11
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-03
Typo.
Eric Christopher
2011-08-19
Do not use named md nodes to track variables that are completely optimized. T...
Devang Patel
2011-08-18
Eliminate unnecessary forwarding function.
Devang Patel
2011-08-16
Until now all debug info MDNodes referred to a root MDNode, a compile unit. T...
Devang Patel
2011-08-16
Remove unnecessary version check.
Devang Patel
2011-08-15
Refactor.
Devang Patel
2011-08-15
Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses...
Devang Patel
2011-08-15
This is somewhat déjà-vu, but avoid using getCompileUnit() as much as possi...
Devang Patel
2011-08-15
Refactor. Variables are part of compile unit so let CompileUnit create new va...
Devang Patel
2011-08-15
There is no need to maintain a set to keep track of variables that use locati...
Devang Patel
2011-08-15
Fix warning.
Devang Patel
2011-08-15
Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct...
Devang Patel
[next]