summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+2
* Rename EH related stuff to be more preciseReid Kleckner2014-11-141-3/+3
* Revert "IR: MDNode => Value"Duncan P. N. Exon Smith2014-11-111-1/+1
* Add Forward Control-Flow Integrity.Tom Roeder2014-11-111-6/+6
* Compute the correct jump table entries on 32 bit windows.Rafael Espindola2014-11-061-2/+3
* IR: MDNode => Value: NamedMDNode::getOperator()Duncan P. N. Exon Smith2014-11-051-1/+1
* CodeGen: Enable DWARF emission for MS ABI targetsDavid Majnemer2014-11-041-5/+3
* Fix a bit of confusion about .set and produce more readable assembly.Rafael Espindola2014-10-211-34/+24
* Make AsmPrinter::EmitLabelOffsetDifference a static helper and simplify.Rafael Espindola2014-10-211-30/+0
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-1/+1
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-5/+7
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-7/+5
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-5/+7
* Add back a fallback case for targets that do not or cannot implement getNoopF...Owen Anderson2014-09-161-1/+5
* Fix a lot of confusion around inserting nops on empty functions.Rafael Espindola2014-09-151-15/+3
* Cleanup: Use the appropriate API for accessing the DIVariable of aAdrian Prantl2014-09-101-1/+1
* CodeGen: indicate Windows unwind data formatSaleem Abdulrasool2014-09-011-1/+6
* CodeGen: split out the Win64Exception emitterSaleem Abdulrasool2014-09-011-0/+1
* Delete dead code. NFC.Rafael Espindola2014-08-151-3/+0
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-1/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-52/+72
OpenPOWER on IntegriCloud