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-02-02
Do not add redundant arguments in a method definition DIE.
Devang Patel
2009-01-30
Each input file is encoded as a separate compile unit in LLVM debugging
Devang Patel
2009-01-30
Enable emitting of constant values in non-default address space as well. The ...
Sanjiv Gupta
2009-01-30
Remove dead code, again.
Devang Patel
2009-01-30
Remove dead code.
Devang Patel
2009-01-30
Add DW_AT_declaration for class methods.
Devang Patel
2009-01-28
Do not forget to derived type while constructing an array type.
Devang Patel
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-27
Add type DIE into appropriate context DIE.
Devang Patel
2009-01-27
Assorted debug info fixes.
Devang Patel
2009-01-26
Make the Dwarf macro information section optional; CellSPU's assembler
Scott Michel
2009-01-23
Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...
Devang Patel
2009-01-23
Empty DIType represents void. In this case no need to construct any type DIE.
Devang Patel
2009-01-23
Code did not follow associated comment. not a good idea.
Devang Patel
2009-01-23
Set appropriate tag for the composite type.
Devang Patel
2009-01-22
do not sign extend characters input to isprint. This improves
Chris Lattner
2009-01-22
Few targets like the tiny little PIC16 have only 16-bit pointers.
Sanjiv Gupta
2009-01-21
Encode member accessibility.
Devang Patel
2009-01-20
Appropriately mark fowrad decls.
Devang Patel
2009-01-20
Fix struct member's debug info.
Devang Patel
2009-01-20
Need only one set of debug info versions enum.
Devang Patel
2009-01-20
Fix global variable's address in a DIE.
Devang Patel
2009-01-20
Enable debug info for enums.
Devang Patel
2009-01-20
Enable debug info for composite types.
Devang Patel
2009-01-20
Do not use DenseMap because the iterator is invalidated while constructing ty...
Devang Patel
2009-01-19
Verify debug info.
Devang Patel
2009-01-17
Remove tabs.
Devang Patel
2009-01-17
Refactor code
Devang Patel
2009-01-17
Assign argument type to appropriate DIE.
Devang Patel
2009-01-17
Remove dead code.
Devang Patel
2009-01-17
Disable composite type debug info for now.
Devang Patel
2009-01-16
Fix comments.
Devang Patel
2009-01-16
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-16
Align source code.
Devang Patel
2009-01-16
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
Delete trailing whitespace.
Mikhail Glushenkov
2009-01-16
Validate debug info values only if DwarfDebug is initialized.
Devang Patel
2009-01-16
Any debug info symbol is only valid if atleast one compile unit is seen.
Devang Patel
2009-01-16
Do not stumble over forward declared struct member.
Devang Patel
2009-01-15
Validate dbg_* intrinsics before lowering them.
Devang Patel
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-15
Use lightweight DebugInfo objects directly.
Devang Patel
2009-01-15
Use variable's context to identify respective DbgScope.
Devang Patel
2009-01-14
Do not construct debug scope if RootScope *is* null.
Devang Patel
2009-01-13
Removoe MachineModuleInfo methods (and related DebugInfoDesc class hierarchy...
Devang Patel
2009-01-13
Keep "has debug info" big in MachineModuleInfo to avoid circular dependency b...
Devang Patel
2009-01-13
Undo previous checkin.
Devang Patel
2009-01-13
Use DwarfWriter to record dbg variables.
Devang Patel
2009-01-13
Use dwarf writer to decide whether the module has debug info or not.
Devang Patel
2009-01-13
Start using DebugInfo API to emit debug info.
Devang Patel
[next]