summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie2015-01-181-4/+4
* Add the llvm.frameallocate and llvm.recoverframeallocation intrinsicsReid Kleckner2015-01-131-0/+14
* Introduce an example statepoint GC strategyPhilip Reames2015-01-071-0/+5
* x86_64: Fix calls to __morestack under the large code model.Peter Collingbourne2014-12-301-0/+17
* Band-aid fix for PR22032: don't emit DWARF debug info if AddressSanitizer is ...Timur Iskhodzhanov2014-12-261-3/+16
* CodeGen: Error on redefinitions instead of assertingDavid Majnemer2014-12-241-5/+11
* CodeGen: Allow aliases to be overridden by variablesDavid Majnemer2014-12-241-0/+2
* MC: Label definitions are permitted after .set directivesDavid Majnemer2014-12-241-0/+2
* Add the ExceptionHandling::MSVC enumerationReid Kleckner2014-12-191-2/+2
* Move lowerConstant to AsmPrinterMatt Arsenault2014-12-161-25/+20
* Fixing -Wsign-compare warnings; NFC.Aaron Ballman2014-12-161-1/+2
* Silence more static analyzer warnings.Michael Ilseman2014-12-151-2/+4
* GCStrategy should not own GCFunctionInfoPhilip Reames2014-12-111-2/+2
* Remove the Module pointer from GCStrategy and GCMetadataPrinterPhilip Reames2014-12-091-2/+2
* Prologue supportPeter Collingbourne2014-12-031-3/+7
OpenPOWER on IntegriCloud