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
2011-04-12
Simplify. There is no need to use static variable.
Devang Patel
2011-04-12
Do not reuse parameter name.
Devang Patel
2011-04-12
This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...
Devang Patel
2011-04-12
Remove dead typedef.
Devang Patel
2011-04-12
Refactor CompileUnit into a separate header.
Devang Patel
2011-04-08
Simplify array bound checks and clarify comments. One element array can have...
Devang Patel
2011-04-08
Do not emit DW_AT_upper_bound and DW_AT_lower_bound for unbouded array.
Devang Patel
2011-04-07
Remove dead code. rdar://9221736.
Evan Cheng
2011-04-05
Add support to encode function's template parameters.
Devang Patel
2011-04-05
Refactor.
Devang Patel
2011-04-05
Do not emit empty name.
Devang Patel
2011-04-05
Print visibility info for external variables.
Rafael Espindola
2011-03-31
Remove dead code.
Devang Patel
2011-03-29
Tidy up. 80 columns and trailing whitespace.
Jim Grosbach
2011-03-26
Collect and coalesce DBG_VALUE instructions before emitting the function.
Jakob Stoklund Olesen
2011-03-25
Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...
Jakob Stoklund Olesen
2011-03-24
Keep track of directory namd and fIx regression caused by Rafael's patch r119...
Devang Patel
2011-03-23
Don't coalesce identical DBG_VALUE instructions prematurely.
Jakob Stoklund Olesen
2011-03-22
Reapply r128045 and r128051 with fixes.
Jakob Stoklund Olesen
2011-03-22
Revert r128045 and r128051, debug info enhancements.
Andrew Trick
2011-03-22
Clear map after use.
Jakob Stoklund Olesen
2011-03-22
Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
Jakob Stoklund Olesen
2011-03-16
Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix
Daniel Dunbar
2011-03-16
Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh...
Renato Golin
2011-03-12
Speculatively revert commit 127478 (jsjodin) in an attempt to fix the
Duncan Sands
2011-03-11
Remove optimization emitting a reference insted of label difference, since it...
Jan Sjödin
2011-03-09
Remove unused virtual dtor.
Benjamin Kramer
2011-03-06
lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.
NAKAMURA Takumi
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-03
Fix typo.
Devang Patel
2011-03-03
Fix thinko in previous check-in.
Devang Patel
2011-03-03
llvm::Function argument count is not a good indicator of how many arugments d...
Devang Patel
2011-03-01
If argument numbering is encoded in metadata then emit arguments' debug info ...
Devang Patel
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Remove dead variable.
Nick Lewycky
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-24
Do not use DIFactory.
Devang Patel
2011-02-23
Use DW_FORM_data2 for DW_AT_language and let users use DW_LANG_lo_user=0x8000...
Devang Patel
2011-02-23
Omit private_extern declarations of extern symbols; followup to
Stuart Hastings
2011-02-19
Do not emit empty DW_TAG_lexical_block DIEs. In one test case, size of debug...
Devang Patel
2011-02-15
Ignore DBG_VALUE machine instructions while constructing instruction ranges b...
Devang Patel
2011-02-15
Spelling fix: consequtive -> consecutive.
Duncan Sands
2011-02-09
Assert on bad jump tables.
Jakob Stoklund Olesen
2011-02-04
Merge .debug_loc entries whenever possible to reduce debug_loc size.
Devang Patel
2011-02-02
Add support to describe template value parameter in debug info.
Devang Patel
2011-02-02
Add support to describe template parameter type in debug info.
Devang Patel
2011-01-30
Clarify the LSDASection NULL check
Anton Korobeynikov
2011-01-28
Print the visibility of declarations.
Rafael Espindola
2011-01-24
Support printing exception section into the current one. This is the case whe...
Anton Korobeynikov
2011-01-20
Fix debug info for merged global.
Devang Patel
[prev]
[next]