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