aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-222-0/+25
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-192-25/+0
* PR14606: debug info imported_module supportDavid Blaikie2013-04-192-0/+25
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-1/+1
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-091-13/+21
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-072-5/+14
* Dwarf: use utostr on CUID to append to SmallString.Manman Ren2013-04-061-1/+1
* Debug Info: revert 178722 for now.Manman Ren2013-04-043-15/+4
* typoAdrian Prantl2013-04-041-1/+1
* Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address onManman Ren2013-04-043-4/+15
* Fix grammar.Eric Christopher2013-04-031-1/+1
* Remove ZeroOrMore from the option description. We don't need it here.Eric Christopher2013-04-031-1/+1
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-293-18/+18
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-293-11/+11