summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...David Blaikie2013-06-151-2/+5
* Formatting.Eric Christopher2013-06-111-1/+1
* Remove a few fixmes, the only work we're doing is getting the stringEric Christopher2013-06-101-4/+0
* Fix up comment.Eric Christopher2013-06-101-1/+1
* Remove unused function.Eric Christopher2013-06-101-6/+0
* IndentCount is only used within NDEBUG code.Eric Christopher2013-06-101-0/+2
* Teach AsmPrinter how to print odd constants.Quentin Colombet2013-06-071-2/+43
* 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-012-27/+7
* Const-ify some printing and dumping code for DIEValues.Eric Christopher2013-05-312-13/+13
* Rename variable to be more descriptive.Eric Christopher2013-05-301-3/+3
* Formatting.Eric Christopher2013-05-301-1/+1
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-291-1/+1
* LTO+Debug Info: revert r182791.Manman Ren2013-05-293-54/+13
* LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee isManman Ren2013-05-283-13/+54
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-221-19/+12
* 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
* Make getCompileUnit non-const and return the current DIE if itEric Christopher2013-05-142-3/+3
* Assert that DIEEntries are constructed with non-null DIEsDavid Blaikie2013-05-141-1/+3
* Remove the MachineMove class.Rafael Espindola2013-05-133-29/+20
* StringRefize some debug accel table bits.Benjamin Kramer2013-05-113-7/+7
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-111-3/+4
* Remove more dead code.Rafael Espindola2013-05-112-13/+0
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-101-2/+18
* Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher2013-05-091-15/+11
* Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher2013-05-081-11/+15
* Debug Info: Support DW_TAG_imported_declarationDavid Blaikie2013-05-081-1/+3
* Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie2013-05-082-7/+7
* Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher2013-05-083-7/+7
* Typo.Eric Christopher2013-05-081-2/+2
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-072-16/+23
* 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-063-6/+55
* Remove unnecessary instance variable and rework logic accordingly.Eric Christopher2013-05-062-8/+5
* Grammar.Eric Christopher2013-05-061-1/+2
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-011-15/+0
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-302-9/+7
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-302-7/+9
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-291-0/+15
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-272-1/+5
* Cleanup and document MachineLocation.Adrian Prantl2013-04-262-3/+9
* Formatting.Eric Christopher2013-04-241-1/+1
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-221-1/+1
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-221-5/+2
* Tidy.Eric Christopher2013-04-221-4/+6
* Update comment. Whitespace.Eric Christopher2013-04-221-2/+2
OpenPOWER on IntegriCloud