aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-021-0/+4
* Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...NAKAMURA Takumi2013-08-021-4/+0
* DebugInfo: Emit definitions for types with no members.David Blaikie2013-08-011-7/+3
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-011-0/+4
* 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-265-4/+254
* Reformat options.Eric Christopher2013-07-231-40/+41
* Formatting.Eric Christopher2013-07-221-1/+1
* 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-162-5/+5
* Clarify comments.Eric Christopher2013-07-141-4/+1
* Collapse temporary variable into call.Eric Christopher2013-07-141-4/+2
* Initialize AsmPrinter::MF in the constructorHal Finkel2013-07-111-1/+1
* Fix comment.Eric Christopher2013-07-091-1/+1
* Typo.Adrian Prantl2013-07-091-1/+1
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-093-15/+15
* Update comment to avoid mentioning DbgValues which is an instanceEric Christopher2013-07-081-1/+1
* Debug Info: clean up usage of Verify.Manman Ren2013-07-083-20/+20
* 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
* Revert: Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-081-3/+9
* Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-061-9/+3
* Simplify code. No functionality change.Benjamin Kramer2013-07-051-7/+3
* Initialize object file info before output streamerNico Rieck2013-07-041-2/+2
* 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-032-14/+29
* Elaborate on comment.Eric Christopher2013-07-031-1/+1
* Add names to the header file since they help in documenting the APIEric Christopher2013-07-031-10/+11
* Move typedefs inside the class that they belong to.Eric Christopher2013-07-031-10/+7
* Remove unused field.Eric Christopher2013-07-031-12/+19
* Constify a few functions.Eric Christopher2013-07-031-3/+3
* Introduce some typedefs for DenseMaps containing SmallVectors so the vector s...Craig Topper2013-07-032-7/+9
* 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
* Move instance variable before experimental section.Eric Christopher2013-07-031-4/+5
* Fix typo to make grep for DW_AT_comp_dir work without case-insensitiveEric Christopher2013-07-031-1/+1
* Remove unnecessary forward declare.Eric Christopher2013-07-031-1/+0
* Add a helpful comment.Eric Christopher2013-07-031-0/+2
* addConstantValue, addConstantFPValue never returned anything butEric Christopher2013-07-032-30/+18
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-024-6/+44
* Fix comment.Eric Christopher2013-07-021-1/+1
* [DebugInfo] Allow getDebugThreadLocalSymbol to return MCExprUlrich Weigand2013-07-021-3/+3
* [DebugInfo] Hold generic MCExpr in AddrPoolUlrich Weigand2013-07-022-9/+9