summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Debug info: Infrastructure to support debug locations for fragmentedAdrian Prantl2014-08-011-1/+5
* Refactor duplicated code.Rafael Espindola2014-07-301-24/+2
* Add the missing hasLinkOnceODRLinkage predicate.Rafael Espindola2014-07-301-2/+1
* [X86] Optimize stackmap shadows on X86.Lang Hames2014-07-241-0/+2
* CodeGen: Stick constant pool entries in COMDAT sections for WinCOFFDavid Majnemer2014-07-141-7/+21
* CodeGen: Add a getSectionKind method to MachineConstantPoolEntryDavid Majnemer2014-07-141-15/+1
* Fix ppcf128 component access on little-endian systemsUlrich Weigand2014-07-031-1/+2
* CodeGen: rename Win64 ExceptionHandling to WinEHSaleem Abdulrasool2014-06-291-4/+3
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-1/+2
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-2/+1
* Add back functionality removed in r210497.Richard Trieu2014-06-211-2/+4
* Remove unnecessary include.Eric Christopher2014-06-191-1/+0
OpenPOWER on IntegriCloud