Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / lib / IR / AsmWriter.cpp
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
2015-02-06 Duncan P. N. Exon... AsmWriter: Extract writeMetadataAsOperand(), NFC
2015-02-03 Duncan P. N. Exon... AsmParser: Recognize DW_TAG_* constants
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-01-22 Duncan P. N. Exon... IR: DwarfNode => DebugNode, NFC
2015-01-20 Duncan P. N. Exon... IR: Introduce GenericDwarfNode
2015-01-19 Duncan P. N. Exon... IR: Merge UniquableMDNode back into MDNode, NFC
2015-01-19 Duncan P. N. Exon... IR: Remove isa<UniquableMDNode>, NFC
2015-01-14 Duncan P. N. Exon... IR: Always print MDLocation line
2015-01-13 Duncan P. N. Exon... IR: Add MDLocation class
2015-01-12 Duncan P. N. Exon... IR: Split out writeMDTuple(), NFC
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2014-12-16 Duncan P. N. Exon... IR: Stop printing 'metadata' in Metadata::print()
2014-12-16 Duncan P. N. Exon... IR: Make MDNode::dump() useful by adding addresses
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-03 Peter CollingbournePrologue support
2014-12-01 Reid KlecknerParse 'ghccc' in .ll files as the GHC convention (cc 10)
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-05 Duncan P. N. Exon... IR: MDNode => Value: AsmWriter SlotTracker API
2014-11-01 Duncan P. N. Exon... IR: MDNode => Value: Instruction::getAllMetadata()
2014-10-28 Reid KlecknerX86: Implement the vectorcall calling convention
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-19 Duncan P. N. Exon... IR: Implement uselistorder assembly directives
2014-08-12 Justin BognerIR: Print a newline when dumping Types
2014-07-30 Rafael EspindolaUse "weak alias" instead of "alias weak"
2014-07-10 David MajnemerIR: Aliases don't belong to an explicit comdat
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-09 Richard TrieuRemoving an "if (!this)" check from two print methods...
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-09 Reid KlecknerRevert "[ms-cxxabi] Add a new calling convention that...
2014-05-09 Nick LewyckyprintCustom is only used in PseudoSourceValue, remove...
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-23 Rafael EspindolaRemove AssemblyAnnotationWriter from NamedMDNode::print.
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-05 David BlaikieRemove unused parameter
2014-03-15 Benjamin KramerMake some assertions on constant expressions static.
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-01-31 Reid Kleckner[ms-cxxabi] Add a new calling convention that swaps...
2014-01-25 Reid KlecknerFix llvm-dis to print the inalloca bit on allocas.
2014-01-17 Juergen RibutzkaAdd two new calling conventions for runtime calls
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-15 Michael KupersteinFix AsmWriter's handling of SPIR calling conventions...
2013-12-07 Rafael EspindolaRemove unused value.
2013-12-05 Matt ArsenaultUse isIntrinsic() instead of checking for "llvm."
2013-11-11 Andrew TrickPrint new JavaScript calling conventions symbolically.
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-07-12 Charles DavisTarget/X86: Add explicit Win64 and System V/x86-64...
2013-05-23 Daniel MaleaRe-implement DebugIR in a way that does not subclass...
2013-05-08 Daniel MaleaPull up AssemblyWriter interface into header to allow...
2013-05-01 Rafael EspindolaNow that the underlying issue is fixed, revert r180750...
2013-04-29 Bill WendlingRevert the command line option patch. However, keep...
2013-04-29 Reid KlecknerRevert "revert r179735, it has no testcases, and doesn...
2013-04-25 Chris Lattnerrevert r179735, it has no testcases, and doesn't really...
2013-04-18 Bill WendlingMake the TargetIndependent flag have the right boolean...
next