summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-16
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...David Blaikie2013-06-15
* Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...David Blaikie2013-06-15
* Formatting.Eric Christopher2013-06-11
* Remove a few fixmes, the only work we're doing is getting the stringEric Christopher2013-06-10
* Fix up comment.Eric Christopher2013-06-10
* Remove unused function.Eric Christopher2013-06-10
* IndentCount is only used within NDEBUG code.Eric Christopher2013-06-10
* Teach AsmPrinter how to print odd constants.Quentin Colombet2013-06-07
* Fix break in r183446 - helps to increment the iterator in a loopDavid Blaikie2013-06-06
* Debug Info: simplify parameter ordering preservationDavid Blaikie2013-06-06
* PR15662: Optimized debug info produces out of order function parametersDavid Blaikie2013-06-05
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-01
* Const-ify some printing and dumping code for DIEValues.Eric Christopher2013-05-31
* Rename variable to be more descriptive.Eric Christopher2013-05-30
* Formatting.Eric Christopher2013-05-30
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-29
* LTO+Debug Info: revert r182791.Manman Ren2013-05-29
* LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee isManman Ren2013-05-28
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-22
* Dwarf: use a single line table to generate assembly when .loc is used.Manman Ren2013-05-21
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-20
* Make getCompileUnit non-const and return the current DIE if itEric Christopher2013-05-14
* Assert that DIEEntries are constructed with non-null DIEsDavid Blaikie2013-05-14
* Remove the MachineMove class.Rafael Espindola2013-05-13
* StringRefize some debug accel table bits.Benjamin Kramer2013-05-11
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-11
* Remove more dead code.Rafael Espindola2013-05-11
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-10
* Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher2013-05-09
* Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher2013-05-08
* Debug Info: Support DW_TAG_imported_declarationDavid Blaikie2013-05-08
* Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie2013-05-08
* Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher2013-05-08
* Typo.Eric Christopher2013-05-08
* Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie2013-05-07
* Debug Info: Fix for break due to r181271David Blaikie2013-05-07
* Fix the VS2010 build broken by r181271Timur Iskhodzhanov2013-05-07
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-06
* Remove unnecessary instance variable and rework logic accordingly.Eric Christopher2013-05-06
* Grammar.Eric Christopher2013-05-06
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-01
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-29
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-27
* Cleanup and document MachineLocation.Adrian Prantl2013-04-26
* Formatting.Eric Christopher2013-04-24
* Remove unused DwarfSectionOffsetDirective stringMatt Arsenault2013-04-22