summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* For DW_TAG_template_type_parameter the actual passed in type couldEric Christopher2013-08-08
* The conversion to bool is fine here, no need to check isType.Eric Christopher2013-08-08
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-08
* Change variable name and reflow formatting.Eric Christopher2013-08-08
* Reflow for loop.Eric Christopher2013-08-08
* Be more rigorous about the sizes of forms and attributes.Eric Christopher2013-08-08
* Using the integrated assembler we'd fail to change section to theEric Christopher2013-08-07
* Remove some parens. No functional change.Eric Christopher2013-08-07
* Add a way to grab a particular attribute out of a DIE.Eric Christopher2013-08-07
* Move somewhat messy conditional out of line.Eric Christopher2013-08-07
* AsmPrinter/CMakeLists.txt: Add explicit dependency to intrinsics_gen here.NAKAMURA Takumi2013-08-06
* Recommit previous cleanup with a fix for c++98 ambiguity.Eric Christopher2013-08-05
* Revert "Use existing builtin hashing functions to make this routine more"Eric Christopher2013-08-05
* Use existing builtin hashing functions to make this routine moreEric Christopher2013-08-05
* Change parent hashing algorithm to be non-recursive and elaborateEric Christopher2013-08-05
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-02
* Revert r187597, "Bugfix for making the DWARF debug strings and labels to code...NAKAMURA Takumi2013-08-02
* DebugInfo: Emit definitions for types with no members.David Blaikie2013-08-01
* Bugfix for making the DWARF debug strings and labels to code emitted as secre...Carlo Kok2013-08-01
* Fix a truly egregious thinko in anonymous namespace check,Eric Christopher2013-07-29
* Make sure we don't emit an ODR hash for types with no name and makeEric Christopher2013-07-29
* Elaborate a bit on the type unit and ODR conditional code.Eric Christopher2013-07-29
* DwarfDebug: MD5 is always little endian, bswap on big endian platforms.Benjamin Kramer2013-07-27
* Fix a memory leak in the debug emission by simply not allocating memory.Chandler Carruth2013-07-27
* Remove addLetterToHash, no functional change.Eric Christopher2013-07-26
* Add preliminary support for hashing DIEs and breaking them intoEric Christopher2013-07-26
* Reformat options.Eric Christopher2013-07-23
* Formatting.Eric Christopher2013-07-22
* Add getModuleFlag(StringRef Key) to query a module flag given Key.Manman Ren2013-07-16
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16
* Clarify comments.Eric Christopher2013-07-14
* Collapse temporary variable into call.Eric Christopher2013-07-14
* Initialize AsmPrinter::MF in the constructorHal Finkel2013-07-11
* Fix comment.Eric Christopher2013-07-09
* Typo.Adrian Prantl2013-07-09
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-09
* Update comment to avoid mentioning DbgValues which is an instanceEric Christopher2013-07-08
* Debug Info: clean up usage of Verify.Manman Ren2013-07-08
* DebugInfo: Correct comment & re-format a nearby loopDavid Blaikie2013-07-08
* DebugInfo: Simplify Address Pool index handling.David Blaikie2013-07-08
* Revert: Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-08
* Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-06
* Simplify code. No functionality change.Benjamin Kramer2013-07-05
* Initialize object file info before output streamerNico Rieck2013-07-04
* Hoist all of the Entry.getLoc() calls int a single variable.Eric Christopher2013-07-03
* Make DotDebugLocEntry a class, reorder the members along with commentsEric Christopher2013-07-03
* Elaborate on comment.Eric Christopher2013-07-03
* Add names to the header file since they help in documenting the APIEric Christopher2013-07-03
* Move typedefs inside the class that they belong to.Eric Christopher2013-07-03
* Remove unused field.Eric Christopher2013-07-03