summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-281-2/+2
* DebugInfo: Revise r185189 to avoid subtle 'unsigned += bool'David Blaikie2013-06-281-1/+2
* DebugInfo: Simplify the AddressPool representationDavid Blaikie2013-06-281-15/+10
* DebugInfo: constify the AddressPool MCSymbol pointersDavid Blaikie2013-06-281-10/+10
* Remove unused code. No functionality change.Manman Ren2013-06-251-4/+0
* 80-column and tab character fixes.Eric Christopher2013-06-241-2/+4
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-201-4/+2
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-191-4/+4
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-4/+1
* Fix break in r183446 - helps to increment the iterator in a loopDavid Blaikie2013-06-061-1/+2
* Debug Info: simplify parameter ordering preservationDavid Blaikie2013-06-061-25/+21
* PR15662: Optimized debug info produces out of order function parametersDavid Blaikie2013-06-051-3/+31
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-011-13/+3
* Rename variable to be more descriptive.Eric Christopher2013-05-301-3/+3
* LTO+Debug Info: revert r182791.Manman Ren2013-05-291-38/+11
* LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee isManman Ren2013-05-281-11/+38
* Dwarf: use a single line table to generate assembly when .loc is used.Manman Ren2013-05-211-3/+14
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-0/+3
* StringRefize some debug accel table bits.Benjamin Kramer2013-05-111-5/+5
* Remove more dead code.Rafael Espindola2013-05-111-3/+0
* Debug Info: Support DW_TAG_imported_declarationDavid Blaikie2013-05-081-1/+3
* Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie2013-05-081-5/+5
* Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher2013-05-081-3/+2
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-071-13/+20
* Debug Info: Fix for break due to r181271David Blaikie2013-05-071-0/+1
* Fix the VS2010 build broken by r181271Timur Iskhodzhanov2013-05-071-1/+2
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-061-3/+39
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-301-6/+6
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-301-6/+6
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-271-1/+1
* Cleanup and document MachineLocation.Adrian Prantl2013-04-261-1/+7
* Formatting.Eric Christopher2013-04-241-1/+1
* Tidy.Eric Christopher2013-04-221-4/+6
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-221-0/+22
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-191-22/+0
* PR14606: debug info imported_module supportDavid Blaikie2013-04-191-0/+22
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-091-13/+21
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-071-4/+13
* Dwarf: use utostr on CUID to append to SmallString.Manman Ren2013-04-061-1/+1
* Debug Info: revert 178722 for now.Manman Ren2013-04-041-8/+1
* Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address onManman Ren2013-04-041-1/+8
* Remove ZeroOrMore from the option description. We don't need it here.Eric Christopher2013-04-031-1/+1
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-291-13/+13
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-291-4/+4
* Move the construction of the skeleton compile unit after theEric Christopher2013-03-291-7/+8
* No functionality change. Use unreachable in getCUOffset.Manman Ren2013-03-131-1/+3
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-121-3/+30
* Remove support for versioned debug info.David Blaikie2013-03-111-108/+24
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-10/+25
* Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher2013-02-221-4/+2
OpenPOWER on IntegriCloud