summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-051-0/+2
* Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-2/+0
* Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-0/+2
* Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-2/+0
* [WinEH] Add an EH registration and state insertion pass for 32-bit x86Reid Kleckner2015-05-011-0/+2
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-3/+3
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-165/+164
* DebugInfo: Drop rest of DIDescriptor subclassesDuncan P. N. Exon Smith2015-04-211-2/+2
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-2/+2
* DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith2015-04-141-2/+2
* DebugInfo: Gut DIExpressionDuncan P. N. Exon Smith2015-04-141-3/+3
* Refactor a lot of duplicated code for stub output.Rafael Espindola2015-04-071-2/+22
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-2/+2
* Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-271-1/+1
* [AsmPrinter] Don't assert on GOT equivalent non-constant users.Ahmed Bougacha2015-03-271-1/+1
* At the beginning of doFinalization set the MachineFunction toEric Christopher2015-03-201-0/+5
* Centralize the handling of unique ids for temporary labels.Rafael Espindola2015-03-171-7/+7
* Remove the error prone GetTempSymbol API.Rafael Espindola2015-03-171-12/+0
* Make EmitFunctionHeader a private helper.Rafael Espindola2015-03-171-0/+2
* Convert the easy cases of GetTempSymbol to createTempSymbol.Rafael Espindola2015-03-171-1/+1
* Don't duplicate comment from the .h. NFC.Rafael Espindola2015-03-171-4/+0
* Move the EH symbol to the asm printer and use it for the SJLJ case too.Rafael Espindola2015-03-171-1/+8
* [AsmPrinter] Use the per-function subtarget to emit inline asm instructions thatAkira Hatanaka2015-03-161-1/+5
* [NVPTXAsmPrinter] do not print .align on function headersJingyue Wu2015-03-121-1/+2
* [AsmPrinter][TLOF] Reintroduce AArch64 testBruno Cardoso Lopes2015-03-101-11/+12
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-5/+4
* Print jump tables before exception tables.Rafael Espindola2015-03-091-7/+12
* [AsmPrinter][TLOF] 32-bit MachO support for replacing GOT equivalentsBruno Cardoso Lopes2015-03-061-4/+5
* [AsmPrinter][TLOF] ARM64 MachO support for replacing GOT equivalentsBruno Cardoso Lopes2015-03-061-1/+6
* Use the correct func begin symbol in all places in ppc.Rafael Espindola2015-03-051-7/+9
* Use the generic Lfunc_begin label on ppc.Rafael Espindola2015-03-051-1/+5
* Use the existing begin and end symbol for debug info.Rafael Espindola2015-03-051-2/+3
* Use the vanilla func_end symbol for .size.Rafael Espindola2015-03-041-7/+4
* Drop the "eh_" from eh_func_begin and eh_func_end.Rafael Espindola2015-03-041-2/+2
* Remove the Forward Control Flow Integrity pass and its dependencies.Eric Christopher2015-02-271-53/+0
* Centralize handling of the eh_begin and eh_end labels.Rafael Espindola2015-02-271-0/+24
* [AsmPrinter] Access pointers to globals via pcrel GOT entriesBruno Cardoso Lopes2015-02-231-15/+209
* Remove more uses of TargetMachine::getSubtargetImpl from theEric Christopher2015-02-201-9/+8
* AsmPrinter::doFinalization is at the module level and so doesn'tEric Christopher2015-02-201-2/+7
* Remove the MCInstrInfo cached variable as it was only used in aEric Christopher2015-02-201-12/+6
* Update and remove a few calls to TargetMachine::getSubtargetImplEric Christopher2015-02-191-9/+12
* Twines should be passed by const ref.Rafael Espindola2015-02-171-2/+2
* Add r228939 back with a fix.Rafael Espindola2015-02-171-11/+4
* Revert "On ELF, put PIC jump tables in a non executable section."Matthias Braun2015-02-141-4/+13
* On ELF, put PIC jump tables in a non executable section.Rafael Espindola2015-02-121-13/+4
* Put each jump table in an independent section if the function is too.Rafael Espindola2015-02-121-4/+3
* Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in theAdrian Prantl2015-02-091-3/+3
* Only access TLOF via the TargetMachine, not TargetLowering.Eric Christopher2015-02-031-1/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-32/+34
* Classify functions by EH personality type rather than using the tripleReid Kleckner2015-01-231-2/+1
OpenPOWER on IntegriCloud