summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-04-14DebugInfo: Add implicit conversion from DISubprogram to DIScopeDuncan P. N. Exon Smith
2015-04-14Fix MSVC build.Rafael Espindola
2015-04-14Add raw_pwrite_stream type.Rafael Espindola
2015-04-14Re-enable target-specific relocation table sorting and use it for MipsPetar Jovanovic
2015-04-14Simplify n-ary adds by reassociationJingyue Wu
2015-04-14DebugInfo: Update signature of DICompileUnit::replace*()Duncan P. N. Exon Smith
2015-04-14LinkAllPasses.h: also link in parts of libLLVMSupportDmitri Gribenko
2015-04-14DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith
2015-04-14[SCEVExpander] Fix comments for functions. NFC.Sanjoy Das
2015-04-14[LoopUnrollRuntime] Avoid high-cost trip count computation.Sanjoy Das
2015-04-14[SCEV] Refactor out isHighCostExpansion. NFCI.Sanjoy Das
2015-04-14DebugInfo: Gut DINamespace and DITemplate*ParameterDuncan P. N. Exon Smith
2015-04-14DebugInfo: Add MDLexicalBlockBase::getLine(), etc.Duncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith
2015-04-14DebugInfo: Move DIVariable::printExtendedName() to its only callerDuncan P. N. Exon Smith
2015-04-14DebugInfo: Inline DIVariable::isBlockByrefVariable() into its callersDuncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DIObjCProperty and DIImportedEntityDuncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DILocationDuncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DIExpressionDuncan P. N. Exon Smith
2015-04-14DebugInfo: Move an assertion into MDCompositeTypeBaseDuncan P. N. Exon Smith
2015-04-14DebugInfo: Move DILocation::computeNewDiscriminators()Duncan P. N. Exon Smith
2015-04-14AddDiscriminators: Create new MDLocation directlyDuncan P. N. Exon Smith
2015-04-14DebugInfo: Move DILocation::getDiscriminator() to MDLocationDuncan P. N. Exon Smith
2015-04-13DebugInfo: Remove DIObjCProperty attribute accessors, NFCDuncan P. N. Exon Smith
2015-04-13DebugInfo: Move DIDerivedType accessors to MDDerivedType, NFCDuncan P. N. Exon Smith
2015-04-13Add new getModRefInfo API to determine whether an Instruction and a call modi...Daniel Berlin
2015-04-13Common some code from MemoryDependenceAnalysis that will be used in MemorySSADaniel Berlin
2015-04-13DebugInfo: Make DIDerivedType accessors more strictDuncan P. N. Exon Smith
2015-04-13Make getModRefInfo with a default location not crash.Daniel Berlin
2015-04-13Allow printing functions with an optional annotationwriterDaniel Berlin
2015-04-13[Orc] Add an Orc layer for applying arbitrary transforms to IR, use it to addLang Hames
2015-04-13DebugInfo: Simplify a few more wrappersDuncan P. N. Exon Smith
2015-04-13SelectionDAG: Stop using DIVariable::isInlinedFnArgument()Duncan P. N. Exon Smith
2015-04-13DebugInfo: Remove DIGlobalVariable::getGlobal()Duncan P. N. Exon Smith
2015-04-13DebugInfo: Remove a few unnecessary wrappersDuncan P. N. Exon Smith
2015-04-13DebugInfo: Assume valid pointer in DISubprogram::replaceFunction()Duncan P. N. Exon Smith
2015-04-13DebugInfo: Migrate DISubprogram::describes() to new hierarchy, NFCDuncan P. N. Exon Smith
2015-04-13Reapply "Verifier: Check for incompatible bit piece expressions"Duncan P. N. Exon Smith
2015-04-13Allow memory intrinsics to be tail callsKrzysztof Parzyszek
2015-04-13Revert "Verifier: Check for incompatible bit piece expressions"Duncan P. N. Exon Smith
2015-04-12[MC] Write padding into fragments when -mc-relax-all flag is usedPetr Hosek
2015-04-12[Orc] Remove duplicate "then" in comment.Lang Hames
2015-04-12[Orc] Fix out-of-date comment for the IRCompileLayer.Lang Hames
2015-04-11DebugInfo: Make MDSubprogram::getFunction() return ConstantDuncan P. N. Exon Smith
2015-04-11Verifier: Check for incompatible bit piece expressionsDuncan P. N. Exon Smith
2015-04-11DebugInfo: Remove dead DIDescriptor::replaceAllUsesWith()Duncan P. N. Exon Smith
2015-04-11DebugInfo: Introduce DIBuilder::replaceTemporary()Duncan P. N. Exon Smith
2015-04-11Mark empty default constructors as =default if it makes the type PODBenjamin Kramer
2015-04-11Make OnDiskChainedHashTableGenerator's Bucket type a POD type and reorder fie...Benjamin Kramer
2015-04-11DebugInfo: Move DIScope::getName() and getContext() to MDScopeDuncan P. N. Exon Smith