summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Fix some comment typos.Benjamin Kramer2015-08-081-1/+1
* [MC/Dwarf] Allow to specify custom parameters for linetable emission.Frederic Riss2015-08-071-1/+2
* Revert "Make global aliases have symbol size equal to their type"John Brawn2015-08-071-10/+0
* If the "CodeView" module flag is set, emit codeview instead of DWARFReid Kleckner2015-08-052-12/+5
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-031-5/+8
* AsmPrinter: Split out non-DIE printing from DIE::print(), NFCDuncan P. N. Exon Smith2015-08-021-28/+24
* AsmPrinter: Take DIEValueList in some DwarfUnit API, NFCDuncan P. N. Exon Smith2015-08-022-13/+17
* AsmPrinter: Change DIEValueList to a subclass of DIE, NFCDuncan P. N. Exon Smith2015-08-021-6/+6
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-313-4/+3
* Reapply "Add reverse(ContainerTy) range adapter."Pete Cooper2015-07-291-2/+1
* Revert "Add reverse(ContainerTy) range adapter."Pete Cooper2015-07-291-1/+2
* Add reverse(ContainerTy) range adapter.Pete Cooper2015-07-291-2/+1
* Implement target independent TLS compatible with glibc's emutls.c.Chih-Hung Hsieh2015-07-282-29/+115
* Use make_range(rbegin(), rend()) to allow foreach loops. NFC.Pete Cooper2015-07-243-8/+5
* AsmPrinter: Use DICompositeType in updateAcceleratorTables(), NFCDuncan P. N. Exon Smith2015-07-241-1/+1
* DI: Clarify isUnsignedDIType(), NFCDuncan P. N. Exon Smith2015-07-241-17/+18
* DI: Strengthen block-byref cast to DIDerivedType, NFCDuncan P. N. Exon Smith2015-07-241-1/+1
* DI: Only DICompositeType has getElements(), NFCDuncan P. N. Exon Smith2015-07-242-2/+2
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-3/+3
* Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini2015-07-241-3/+3
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-3/+3
* [AsmPrinter] Check for valid constants in handleIndirectSymViaGOTPCRelBruno Cardoso Lopes2015-07-211-1/+1
* Make global aliases have symbol size equal to their typeJohn Brawn2015-07-171-0/+10
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-165-97/+91
* Remove DataLayout from TargetLoweringObjectFile, redirect to ModuleMehdi Amini2015-07-162-10/+10
* Redirect pointerSize query to the TargetMachine in ASMPrinterMehdi Amini2015-07-162-8/+12
* Add a "debugger tuning" concept that allows us to fine-tune how wePaul Robinson2015-07-152-10/+71
* Debug Info: Add basic support for external types references.Adrian Prantl2015-07-154-3/+28
* [CodeGen] Force emission of personality directive if explicitly specifiedKeno Fischer2015-07-144-22/+54
* [WinEH] Emit the LSDA even if no lpads remain but outlining occurredReid Kleckner2015-07-131-6/+14
* Service the doxygen comments in DwarfUnit and DwarfDebug.Adrian Prantl2015-07-132-148/+151
* Print the visibility of available_externally functions.Rafael Espindola2015-07-131-1/+1
* [WinEH] Make sure LSDA tables are 4 byte alignedReid Kleckner2015-07-101-0/+2
* [CodeView] Add support for emitting column informationDavid Majnemer2015-07-092-10/+28
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-072-2/+2
* Remove JumpInstrTableInfo.h as it is no longer used.Eric Christopher2015-07-061-1/+0
* Revert "[DWARF] Fix debug info generation for function static variables, type...David Blaikie2015-07-016-62/+35
* [AsmPrinter] Hide implementation detailsBenjamin Kramer2015-07-014-6/+6
* [DWARF] Fix debug info generation for function static variables, typedefs, an...Michael Kuperstein2015-07-016-35/+62
* [SEH] Add new intrinsics for recovering and restoring parent framesReid Kleckner2015-06-302-15/+26
* Debug info: Add dwarf backend support for DIModule.Adrian Prantl2015-06-303-0/+27
* [MMI] Use TinyPtrVector instead of PointerUnion with vector.Benjamin Kramer2015-06-291-2/+1
* Revert "Debug Info: One more bitfield bugfix. While yesterday's r240853 fixed"Adrian Prantl2015-06-271-18/+13
* Debug Info: One more bitfield bugfix. While yesterday's r240853 fixedAdrian Prantl2015-06-271-16/+21
* Debug Info: Fix a bug in the DW_AT_bit_offset calculation that wouldAdrian Prantl2015-06-261-13/+28
* Debug Info: Clarify the documentation for bitfields emission.Adrian Prantl2015-06-261-2/+7
* AsmPrinter: Use an intrusively linked list for DIE::ChildrenDuncan P. N. Exon Smith2015-06-258-53/+47
* AsmPrinter: Convert DIE::Values to a linked listDuncan P. N. Exon Smith2015-06-257-59/+66
* [AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRelBruno Cardoso Lopes2015-06-251-2/+9
* AsmPrinter: Cleanup DIEValue::EmitValue() API, NFCDuncan P. N. Exon Smith2015-06-243-14/+13
OpenPOWER on IntegriCloud