Revert r230655, "gold-plugin: "Upgrade" debug info and handle its warnings."
[oota-llvm.git] / lib / IR /
2015-02-28 Duncan P. N. Exon... DebugInfo: Use TempMDNode in DIDescriptor::replaceAllUs...
2015-02-28 Duncan P. N. Exon... Optimize metadata node fields for CHECK-ability
2015-02-28 Sanjay Patelfix typo; NFC
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-28 Craig Topper[X86] Remove the blendpd/blendps/pblendw/pblendd intrin...
2015-02-28 Benjamin KramerConvert push_back loops into append calls.
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-27 Sanjay Patelremove function names from comments; NFC
2015-02-26 Ramkumar RamachandraPlaceSafepoints: use IRBuilder helpers
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-25 Charles Davis[IC] Turn non-null MD on pointer loads to range MD...
2015-02-23 Rafael EspindolaFix invalid cast.
2015-02-21 Duncan P. N. Exon... AsmParser/Writer: Handle symbolic constants in DI ...
2015-02-21 Duncan P. N. Exon... IR: Add helper to split debug info flags bitfield
2015-02-21 Duncan P. N. Exon... IR: Add debug info flag string conversions
2015-02-20 Duncan P. N. Exon... IR: Change MDFile to directly store the filename/directory
2015-02-20 David MajnemerVerifier: Unused comdats might not have a corresponding GV
2015-02-20 Benjamin KramerConstants.cpp: Only read 32 bits for float.
2015-02-20 NAKAMURA TakumiConstants.cpp: getElementAsAPFloat(): Don't handle...
2015-02-20 Duncan P. N. Exon... Bitcode: Stop assuming non-null fields
2015-02-19 Duncan P. N. Exon... IR: Fix MDType fields from unsigned to uint64_t
2015-02-19 Duncan P. N. Exon... IR: Add missing null operand to MDSubroutineType
2015-02-19 Rafael EspindolaAvoid conversion to float when creating ConstantDataArr...
2015-02-19 Igor LaevskyImplement invoke statepoint verification.
2015-02-19 Igor LaevskyAdd invoke related functionality into StatepointSite...
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-18 Duncan P. N. Exon... IR: Add MDSubprogram::replaceFunction()
2015-02-18 Duncan P. N. Exon... IR: Drop the scope in DI template parameters
2015-02-18 Duncan P. N. Exon... Fix -DNDEBUG -Werror build after r229733
2015-02-18 Duncan P. N. Exon... IR: isScopeRef() should check isScope()
2015-02-18 Duncan P. N. Exon... IR: Avoid DIScopeRef in DIImportedEntity::getEntity()
2015-02-18 Craig Topper[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics...
2015-02-17 Duncan P. N. Exon... IR: fieldIsMDNode() should be false for MDString
2015-02-17 Adrian PrantlDIBuilder: add trackIfUnresolved() to all nodes that...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-16 Craig Topper[X86] Remove the multiply by 8 that goes into the shift...
2015-02-16 Craig Topper[X86] Remove x86.avx2.psll.dq.bs and x86.avx2.psrl...
2015-02-16 David MajnemerConstantFold: Properly fold GEP indices wider than i64
2015-02-16 David MajnemerIR: SrcTy == DstTy doesn't imply that a cast is valid
2015-02-16 David MajnemerVerifier: Diagnose module flags which have null ID...
2015-02-16 David MajnemerDebugInfo: Don't crash if 'Debug Info Version' has...
2015-02-16 David MajnemerDataLayout: Validate that the pref alignment is at...
2015-02-16 David MajnemerDataLayout: Report when the datalayout type alignment...
2015-02-16 David MajnemerIR: Properly return nullptr when getAggregateElement...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-14 Ramkumar RamachandraInstCombine: propagate deref via new addDereferenceableAttr
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-13 Craig Topper[X86] Fix XOP vpcom intrinsic autoupgrade to map 'true...
2015-02-13 Craig Topper[X86] Remove int_x86_sse2_psll_dq_bs and int_x86_sse2_p...
2015-02-13 Duncan P. N. Exon... IR: Drop never-used defaults for DIBuilder::createTempl...
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-13 Duncan P. N. Exon... IR: Add MDExpression::ExprOperand
2015-02-12 Duncan P. N. Exon... IR: Stop abusing DW_TAG_base_type for compile unit...
2015-02-12 Chandler Carruth[slp] Fix a nasty bug in the SLP vectorizer that Joerg...
2015-02-11 Adrian PrantlAllow DIBuilder::replaceVTableHolder() to work with...
2015-02-11 Adrian PrantlAdd a trackIfUnresolved to DIBuilder::createInheritance(),
2015-02-11 Adrian PrantlGeneralize DIBuilder's createReplaceableForwardDecl...
2015-02-11 David MajnemerDataLayout: Report when the preferred alignment is...
2015-02-11 David MajnemerVerifier: Check for null operands in !llvm.module.flags
2015-02-11 David MajnemerVerifier: Make sure !llvm.ident's operand isn't null
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-10 Eric ChristopherReformat (and remove some tabs) to make debugging this...
2015-02-10 Duncan P. N. Exon... IR: Add MDNode::replaceWithPermanent()
2015-02-10 Duncan P. N. Exon... Verifier: reuse getInlinedAt() result, NFC
2015-02-10 Duncan P. N. Exon... IR: Remove unnecessary fields from MDTemplateParameter
2015-02-10 Duncan P. N. Exon... Verifier: Check for valid tags in debug nodes
2015-02-10 Duncan P. N. Exon... Verifier: Add simple checks for MDLocation
2015-02-10 Duncan P. N. Exon... Verifier: Create stubs for specialized metadata nodes
2015-02-10 Duncan P. N. Exon... IR: Add specialized debug info metadata nodes
2015-02-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-02-09 Ramkumar Ramachandra[Statepoint] Improve two asserts, fix some style (NFC)
2015-02-09 Duncan P. N. Exon... DebugInfo: Remove DW_TAG_constant
2015-02-09 Duncan P. N. Exon... IR: Take uint64_t in DIBuilder::createExpression()
2015-02-09 Duncan P. N. Exon... Verifier: Const-qualify Metadata, NFC
2015-02-09 Ramkumar RamachandraisDereferenceablePointer: look through gc.relocate...
2015-02-08 Benjamin KramerMetadata: Use <algorithm> to simplify code. NFC.
2015-02-08 Bjorn SteinbrinkCorrectly combine alias.scope metadata by a union inste...
next