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
Age
Commit message (
Expand
)
Author
2009-12-03
Emit method definition DIE at module level (even for methods with inlined fun...
Devang Patel
2009-12-02
Clarify that DIEString does not keep a copy of the string.
Devang Patel
2009-12-01
Reuse existing subprogram DIE.
Devang Patel
2009-12-01
Clear function specific containers while processing end of a function, even i...
Devang Patel
2009-11-30
If pointer type has a name then do not ignore the name.
Devang Patel
2009-11-25
Avoid some possibly unsafe uses of StringRef::data().
Benjamin Kramer
2009-11-25
Use StringRef (again) in DebugInfo interface.
Devang Patel
2009-11-24
Use StringRef instead of std::string in DIEString.
Devang Patel
2009-11-24
Swith to pubtypes section before emitting pub types.
Devang Patel
2009-11-24
Emit pubtypes.
Devang Patel
2009-11-23
Simplify this code.
Dan Gohman
2009-11-23
Revert r89487.
Devang Patel
2009-11-22
Add getFrameIndexReference() to TargetRegisterInfo, which allows targets to
Jim Grosbach
2009-11-22
80-column cleanup
Jim Grosbach
2009-11-21
remove trailing whitespace
Jim Grosbach
2009-11-21
Cosmetic changes, which were long overdue, in DwarfDebug.cpp.
Devang Patel
2009-11-21
Remove dead code.
Devang Patel
2009-11-21
There is no need to use FoldingSet to unique DIEs.
Devang Patel
2009-11-20
Target-independent support for TargetFlags on BlockAddress operands,
Dan Gohman
2009-11-20
Do not hold on to a map slot while new entries may be inserted into the map.
Devang Patel
2009-11-20
There is no need to emit source location info for DW_TAG_pointer_type.
Devang Patel
2009-11-19
Reverting the EH table patches.
Bill Wendling
2009-11-19
The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EH
Bill Wendling
2009-11-18
Attempt #2:
Bill Wendling
2009-11-17
Remove VISIBILITY_HIDDEN from the classes in this directory. Fixes bug 5507.
Nick Lewycky
2009-11-17
Revert r88939.
Nick Lewycky
2009-11-17
Refactor the code that creates the "dot-label" difference. This may be used in
Bill Wendling
2009-11-16
Revert r88939.
Devang Patel
2009-11-16
Add VISIBILITY_HIDDEN marker.
Devang Patel
2009-11-16
Support spill comments.
David Greene
2009-11-14
revert 88761 as it fails builds.
Sanjiv Gupta
2009-11-14
Fix debug info crashes for PIC16.
Sanjiv Gupta
2009-11-13
Use .data() instead of .c_str() when nul-termination is not needed.
Dan Gohman
2009-11-13
Move DebugInfo checks into EmitComments and remove them from
David Greene
2009-11-13
Ignore nameless variables.
Devang Patel
2009-11-12
Simplify code a bit
Bill Wendling
2009-11-12
Refactor code that checks if it's a call to a "nounwind" function.
Bill Wendling
2009-11-12
If there's more than one function operand to a call instruction, be conservative
Bill Wendling
2009-11-12
"Attach debug info with llvm instructions" mode was enabled a month ago. Now ...
Devang Patel
2009-11-11
Don't mark a call as potentially throwing if the function it's calling has the
Bill Wendling
2009-11-11
If doesSupportDebugInformation() is false then do not try to emit dwarf debug...
Devang Patel
2009-11-11
Fix -Asserts warning.
Daniel Dunbar
2009-11-11
Make sure that the exception handling data has the same visibility as the
Bill Wendling
2009-11-11
Do not assume first function scope seen represents current function.
Devang Patel
2009-11-11
While creating DbgScopes, do not forget parent scope.
Devang Patel
2009-11-10
Ignore variable if scope info is not available.
Devang Patel
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-11-10
Fix DenseMap iterator constness.
Jeffrey Yasskin
2009-11-06
Fix comment typos.
Bob Wilson
2009-11-06
Do not bother to emit debug info for nameless global variable.
Devang Patel
[next]