summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use existing builtin hashing functions to make this routine moreEric Christopher2013-08-051-5/+2
* Change parent hashing algorithm to be non-recursive and elaborateEric Christopher2013-08-051-20/+32
* Fix a truly egregious thinko in anonymous namespace check,Eric Christopher2013-07-291-2/+2
* Make sure we don't emit an ODR hash for types with no name and makeEric Christopher2013-07-291-2/+4
* Elaborate a bit on the type unit and ODR conditional code.Eric Christopher2013-07-291-4/+4
* DwarfDebug: MD5 is always little endian, bswap on big endian platforms.Benjamin Kramer2013-07-271-2/+3
* Fix a memory leak in the debug emission by simply not allocating memory.Chandler Carruth2013-07-271-2/+2
* Remove addLetterToHash, no functional change.Eric Christopher2013-07-261-10/+1
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-261-0/+149
* Reformat options.Eric Christopher2013-07-231-40/+41
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-161-11/+4
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-2/+2
* 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
OpenPOWER on IntegriCloud