IR: Remove a redundant function. NFC
[oota-llvm.git] / lib / IR / AsmWriter.cpp
2015-09-02 Justin BognerIR: Remove a redundant function. NFC
2015-09-02 Justin BognerIR: Invert a condition to make it more legible. NFC
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-15 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-08-14 David Majnemer[IR] Add token types
2015-08-08 Benjamin KramerFix some comment typos.
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-29 David Blaikie[opaque pointers] Remove use of PointerType::getElement...
2015-07-27 Alex LorenzIR: Expose the method 'getLocalSlot' in the module...
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-21 Alex LorenzIR: Extract a function 'printLLVMNameWithoutPrefix...
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-27 Duncan P. N. Exon... IR: Expose ModuleSlotTracker in Value::print()
2015-06-27 Duncan P. N. Exon... Plug a leak introduced by r240848
2015-06-26 Duncan P. N. Exon... CodeGen: Push the ModuleSlotTracker through Metadata
2015-06-26 Duncan P. N. Exon... CodeGen: Use a single SlotTracker in MachineFunction...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Rafael EspindolaAllow aliases to be unnamed.
2015-06-17 Rafael EspindolaUse a range loop. NFC.
2015-06-13 Yaron KerenC++11 Rangify loops in AssemblyWriter::printModule...
2015-06-08 Benjamin KramerPrefer copy init over direct init. NFC.
2015-06-07 Benjamin Kramer[AsmWriter] Rewrite module asm printing using StringRef...
2015-06-02 Filipe Cabecinhas[IR/AsmWriter] Output escape sequences if the first...
2015-06-02 Filipe Cabecinhasclang-format a few functions. NFC
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: accessor names.
2015-05-05 Igor LaevskyEmit comment for gc.relocate showing base and derived...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-24 Duncan P. N. Exon... IR: Add assembly/bitcode support for function metadata...
2015-04-24 Duncan P. N. Exon... AsmWriter: Parameterize the syntactic separator for...
2015-04-24 Duncan P. N. Exon... AsmWriter: Only collect attachment names once per module
2015-04-24 Duncan P. N. Exon... AsmWriter: Split out code for printing Metadata attachm...
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the assembly bit up out of the printer
2015-04-15 Duncan P. N. Exon... uselistorder: Start pulling out -preserve-ll-uselistorder
2015-04-13 Daniel BerlinAllow printing functions with an optional annotationwriter
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-07 Duncan P. N. Exon... DebugInfo: Move DIFlag-related API from DIDescriptor...
2015-04-07 Duncan P. N. Exon... IR: Rename MDSubrange::getLo() to getLowerBound()
2015-04-06 Duncan P. N. Exon... DebugInfo: Use MDTypeRef throughout the hierarchy
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for remaining debug info
2015-03-30 Duncan P. N. Exon... Verifier: Add operand checks for MDLexicalBlock
2015-03-30 Duncan P. N. Exon... Verifier: Check operands of MDSubprogram nodes
2015-03-27 Duncan P. N. Exon... Verifier: Check operands of MDType subclasses and MDCom...
2015-03-27 Duncan P. N. Exon... Verifier: Check fields of MDVariable subclasses
2015-03-27 Duncan P. N. Exon... AsmWriter: Cleanup debug info fields with MDFieldPrinte...
2015-03-26 Duncan P. N. Exon... Verifier: Check accessors of MDLocation
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-17 Benjamin KramerInternalize llvm::AssemblyWriter. It's not used outside...
2015-03-16 Duncan P. N. Exon... AsmWriter: Handle broken metadata nodes
2015-03-15 Duncan P. N. Exon... IR: Default the Metadata::dump() argument "harder"...
2015-03-14 Duncan P. N. Exon... IR: Make Metadata::print() reliable and useful
2015-03-14 Duncan P. N. Exon... AsmWriter: Split out SlotTracker::processInstructionMet...
2015-03-14 Duncan P. N. Exon... AsmWriter: Use range-based for, NFC
2015-03-13 Duncan P. N. Exon... AsmWriter: Write alloca array size explicitly (and...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-02 Benjamin KramerAsmWriter: Only print one space after the load type
2015-02-28 Duncan P. N. Exon... Optimize metadata node fields for CHECK-ability
2015-02-28 Duncan P. N. Exon... AsmWriter: Escape string fields in metadata
2015-02-28 Duncan P. N. Exon... AsmWriter: Extract writeStringField(), NFCI
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-25 Duncan P. N. Exon... IR: Drop newline from AssemblyWriter::printMDNodeBody()
2015-02-25 Duncan P. N. Exon... IR: Annotate dump methods with LLVM_DUMP_METHOD
2015-02-21 Duncan P. N. Exon... AsmParser/Writer: Handle symbolic constants in DI ...
2015-02-20 Duncan P. N. Exon... Bitcode: Stop assuming non-null fields
2015-02-19 Duncan P. N. Exon... IR: Drop scope from MDTemplateParameter
2015-02-18 Duncan P. N. Exon... IR: Swap order of name and value in MDEnum
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDImportedEntity
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDObjCProperty
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDExpression
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLocalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDGlobalVariable
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDNamespace
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlockFile
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDLexicalBlock
2015-02-13 Duncan P. N. Exon... AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubprogram
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDCompileUnit
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubroutineType
2015-02-13 Duncan P. N. Exon... AsmWriter: MDCompositeType: Recognize DW_LANG in 'runti...
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDDerivedType and MDCompositeType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDFile
2015-02-13 Duncan P. N. Exon... AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding'
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDBasicType
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDEnumerator
2015-02-13 Duncan P. N. Exon... AsmWriter/Bitcode: MDSubrange
2015-02-10 Duncan P. N. Exon... IR: Add specialized debug info metadata nodes
2015-02-06 Duncan P. N. Exon... AsmWriter: Extract writeTag(), NFC
next