aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-281-3/+18
* DebugInfo: Pass MCSymbolRefExprs for labels instead of MCSymbolsDavid Blaikie2013-06-285-13/+26
* DebugInfo: Revise r185189 to avoid subtle 'unsigned += bool'David Blaikie2013-06-281-1/+2
* DebugInfo: Simplify the AddressPool representationDavid Blaikie2013-06-282-18/+12
* DebugInfo: constify the AddressPool MCSymbol pointersDavid Blaikie2013-06-282-12/+13
* Remove unused code. No functionality change.Manman Ren2013-06-251-4/+0
* 80-column and tab character fixes.Eric Christopher2013-06-243-5/+8
* Formatting.Eric Christopher2013-06-241-3/+2
* Use const references instead of pointers to references that areEric Christopher2013-06-242-21/+23
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-231-2/+2
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-2/+11
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-203-9/+12
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-192-7/+10
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-8/+0
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-163-44/+29
* DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...David Blaikie2013-06-151-3/+13
* 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