summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Fix typos.Bruce Mitchener2015-09-121-2/+2
* [X86] Make sure startproc/endproc are pairedDavid Majnemer2015-09-111-1/+1
* Debug Info: Allow a DIModule to appear as the scope of other entities.Adrian Prantl2015-09-101-0/+2
* [WinEH] Add codegen support for cleanuppad and cleanupretReid Kleckner2015-09-101-4/+6
* [SEH] Emit 32-bit SEH tables for the new EH IRReid Kleckner2015-09-092-14/+40
* [WinEH] Emit prologues and epilogues for funcletsReid Kleckner2015-09-081-6/+14
* [EH] Handle non-Function personalities like unknown personalitiesReid Kleckner2015-08-312-6/+3
* AsmPrinter: Allow null subroutine typeDuncan P. N. Exon Smith2015-08-281-4/+3
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-272-24/+39
* [WinEH] Calculate state numbers for the new EH representationDavid Majnemer2015-08-182-6/+7
* Redo "Make global aliases have symbol size equal to their type"John Brawn2015-08-121-0/+14
* Make DW_AT_[MIPS_]linkage_name optional, and off by default for SCE.Paul Robinson2015-08-113-1/+21
* 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
OpenPOWER on IntegriCloud