summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* CodeGen: refactor DwarfExceptionSaleem Abdulrasool2014-06-111-6/+6
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-091-0/+1
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-061-4/+2
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-051-0/+49
* Don't emit structors for available_externally globals (PR19933)Hans Wennborg2014-06-041-3/+8
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-6/+4
* Delete getAliasedGlobal.Rafael Espindola2014-05-161-1/+1
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-161-12/+36
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-161-5/+2
* Implement global merge optimization for global variables.Jiangning Liu2014-05-151-2/+5
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-131-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-241-19/+19
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [c++11] Tidy up AsmPrinter.cpp.Jim Grosbach2014-04-161-95/+77
* Use unique_ptr for the result of Registry entries.David Blaikie2014-04-151-7/+5
* Use unique_ptr to manage ownership of GCStrategy objects in GCMetadataDavid Blaikie2014-04-151-8/+8
OpenPOWER on IntegriCloud