summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* 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
* Clarify that llvm.used can contain aliases.Rafael Espindola2013-04-22
* Tidy.Eric Christopher2013-04-22
* Update comment. Whitespace.Eric Christopher2013-04-22
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-22
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-19
* PR14606: debug info imported_module supportDavid Blaikie2013-04-19
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-17
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-09
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-07
* Dwarf: use utostr on CUID to append to SmallString.Manman Ren2013-04-06
* Debug Info: revert 178722 for now.Manman Ren2013-04-04
* typoAdrian Prantl2013-04-04
* Debug Info: according to DWARF 2, FORM_ref_addr the same size as an address onManman Ren2013-04-04
* Fix grammar.Eric Christopher2013-04-03
* Remove ZeroOrMore from the option description. We don't need it here.Eric Christopher2013-04-03
* Use SmallVectorImpl instead of SmallVector at the uses.Eric Christopher2013-03-29
* Use 12 as the magic number for our abbreviation data and ourEric Christopher2013-03-29
* Move the construction of the skeleton compile unit after theEric Christopher2013-03-29
* Teach cmake about the new Erlang GC files.Duncan Sands2013-03-25
* Add a GC plugin for ErlangYiannis Tsiouris2013-03-25
* Fix integer comparison in DIEInteger::BestForm.Hans Wennborg2013-03-18
* No functionality change. Use unreachable in getCUOffset.Manman Ren2013-03-13
* No functionality change. Use unreachable in getCompileUnit.Manman Ren2013-03-13
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-12
* Remove support for versioned debug info.David Blaikie2013-03-11
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07