summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-6/+6
* Debug Info: clean up usage of Verify.Manman Ren2013-07-081-7/+7
* DebugInfo: Correct comment & re-format a nearby loopDavid Blaikie2013-07-081-5/+3
* DebugInfo: Simplify Address Pool index handling.David Blaikie2013-07-081-5/+3
* Hoist all of the Entry.getLoc() calls int a single variable.Eric Christopher2013-07-031-7/+8
* Make DotDebugLocEntry a class, reorder the members along with commentsEric Christopher2013-07-031-9/+9
* Elaborate on comment.Eric Christopher2013-07-031-1/+1
* Introduce some typedefs for DenseMaps containing SmallVectors so the vector s...Craig Topper2013-07-031-5/+3
* Use SmallVectorImpl& instead of SmallVector& to avoid needlessly respecifying...Craig Topper2013-07-031-6/+6
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-031-8/+8
* Avoid doing a lot of computation when we have multiple ranges andEric Christopher2013-07-031-26/+29
* Move iterator to where it's used and update comments.Eric Christopher2013-07-031-1/+3
* Add a helpful comment.Eric Christopher2013-07-031-0/+2
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-021-5/+23
* Fix comment.Eric Christopher2013-07-021-1/+1
* [DebugInfo] Hold generic MCExpr in AddrPoolUlrich Weigand2013-07-021-7/+7
* [DebugInfo] Introduce DIEExpr variant of DIEValue to hold MCExpr valuesUlrich Weigand2013-07-021-2/+2
* Remove address spaces from MC.Rafael Espindola2013-07-021-1/+1
* PR14728: DebugInfo: TLS variables with -gsplit-dwarfDavid Blaikie2013-07-011-6/+11
* 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
OpenPOWER on IntegriCloud