summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAge
* Debug info: Emit values in subregisters that do not have a separateAdrian Prantl2014-02-11
* DebugInfo: Use existing symbol rather than creating it again.David Blaikie2014-02-11
* Remove some prototype code accidentally committed in r201043David Blaikie2014-02-10
* Use a consistent argument order in TargetLoweringObjectFile.Rafael Espindola2014-02-09
* Fix formatting introduced in r200941David Blaikie2014-02-09
* Pass the Mangler by reference.Rafael Espindola2014-02-08
* Fix a bug with .weak_def_can_be_hidden: Mutable variables cannot use it.Rafael Espindola2014-02-07
* Refactor logic into a function predicate.Rafael Espindola2014-02-07
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-06
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Use the default values.Rafael Espindola2014-02-04
* DebugInfo: Remove some unneeded conditionals now that DIBuilder no longer emi...David Blaikie2014-02-04
* Remove some unused #includesEli Bendersky2014-02-01
* 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