summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* Remove a redundant call to hasRawTextSupport.Rafael Espindola2014-01-31
* If we're not producing DWARF accel tables, don't waste memoryPaul Robinson2014-01-31
* Add support for DW_FORM_flag and DW_FORM_flag_present to the DIE hashingEric Christopher2014-01-31
* DebugInfo: Flag type unit references as declarationsDavid Blaikie2014-01-31
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-30
* Move range handling for a function to endFunction rather thanEric Christopher2014-01-29
* If we use DW_AT_ranges we need to specify a base address that rangesEric Christopher2014-01-29
* Turn on CU ranges if we've got multiple compile units in the sameEric Christopher2014-01-29
* Make the compile unit map a MapVector so that we can assume a stableEric Christopher2014-01-29
* Fix formatting of comment.Eric Christopher2014-01-29
* Enable EHABI by defaultRenato Golin2014-01-29
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-29
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-28
* typoAdrian Prantl2014-01-28
* Revert r199871 and replace it with a simple check in the debug infoEric Christopher2014-01-28
* Reformat slightly.Eric Christopher2014-01-27
* MC: Add support for .cfi_startproc simpleDavid Majnemer2014-01-27
* Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola2014-01-24
* Revert "Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for a"Eric Christopher2014-01-24
* Use DW_AT_high_pc and DW_AT_low_pc for the high and low pc for aEric Christopher2014-01-24
* Simplify the logic for deciding when to initialize the sections.Rafael Espindola2014-01-24
* Make the use of DW_AT_ranges in the compile unit depend also uponEric Christopher2014-01-23
* Avoid emitting a DWARF type attribute for an ObjC property of typeEric Christopher2014-01-23
* Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald2014-01-22
* Fix a DenseMap iterator invalidation bug causing lots of crashes whenChandler Carruth2014-01-20
* Debug info (LTO): Move the creation of accessibility flags toAdrian Prantl2014-01-18
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-16
* Use a slightly smaller hack.Rafael Espindola2014-01-16
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-15
* Make sure we emit a relocation to the debug_ranges section in theEric Christopher2014-01-15
* Enable use of ranges for translation units in the presence ofEric Christopher2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-14
* Handle bundled terminators in isBlockOnlyReachableByFallthrough.Jakob Stoklund Olesen2014-01-12
* Revert r198979 - accidental commit.Eric Christopher2014-01-11
* Reformat.Eric Christopher2014-01-11
* Update function name and add some helpful comments.Eric Christopher2014-01-11
* Revert "Revert r198851, "Prototype of skeleton type units for fission""David Blaikie2014-01-10
* Revert r198851, "Prototype of skeleton type units for fission"NAKAMURA Takumi2014-01-09
* Prototype of skeleton type units for fissionDavid Blaikie2014-01-09
* DwarfDebug: Refactor out common skeleton construction code to be reused for t...David Blaikie2014-01-09
* Reformatting for r198842David Blaikie2014-01-09
* DwarfUnit: Rename "Node" to "CUNode" and propagate it through DwarfTypeUnit a...David Blaikie2014-01-09
* Revert "DwarfUnit: Move the DICompileUnit Node to the DwarfCompileUnit only"David Blaikie2014-01-09
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* DwarfUnit: Move the DICompileUnit Node to the DwarfCompileUnit onlyDavid Blaikie2014-01-09
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07