summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-04-14DebugInfo: Pubnames: Do not include variable declarations in pubnamesDavid Blaikie
2015-04-14[RuntimeDyld] Make SectionEntry's Name field a std::string.Lang Hames
2015-04-14Revert "The code that originally made me discover this is:"Rafael Espindola
2015-04-14Improve RefreshCallGraph to remove invalid call graph edge.Chad Rosier
2015-04-14Refactor: Simplify boolean expressions in ARM targetAlexander Kornienko
2015-04-14The code that originally made me discover this is:Daniel Jasper
2015-04-14[AArch64] Allow non-standard INS/DUP encodingsBradley Smith
2015-04-14Add raw_pwrite_stream type.Rafael Espindola
2015-04-14R600/SI: Fix verifier error caused by SIAnnotateControlFlowTom Stellard
2015-04-14Error out of ParseBitcodeInto(Module*) if we haven't read a ModuleFilipe Cabecinhas
2015-04-14Re-enable target-specific relocation table sorting and use it for MipsPetar Jovanovic
2015-04-14[MachineLICM] Use newer model of register pressure sets.Daniel Jasper
2015-04-14Fix crash in DebugInfoFinder when adding a module with forward declared compo...Anders Waldenborg
2015-04-14Simplify n-ary adds by reassociationJingyue Wu
2015-04-14DebugInfo: Update signature of DICompileUnit::replace*()Duncan P. N. Exon Smith
2015-04-14DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith
2015-04-14[LoopUnrollRuntime] Avoid high-cost trip count computation.Sanjoy Das
2015-04-14[SCEV] Strengthen SCEVExpander::isHighCostExpansion.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: Gut DIVariable and DIGlobalVariableDuncan P. N. Exon Smith
2015-04-14[RuntimeDyldELF] Improve GOT supportKeno Fischer
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-14[LoopAccesses] Properly print whether memchecks are neededAdam Nemet
2015-04-14DebugInfo: Gut DIExpressionDuncan P. N. Exon Smith
2015-04-14[RewriteStatepointsForGC] Delete dead code [NFC]Philip Reames
2015-04-14DebugInfo: Move DILocation::computeNewDiscriminators()Duncan P. N. Exon Smith
2015-04-14AddDiscriminators: Create new MDLocation directlyDuncan P. N. Exon Smith
2015-04-13DebugInfo: Remove DIObjCProperty attribute accessors, 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-13Make getModRefInfo with a default location not crash.Daniel Berlin
2015-04-13[CodeGen] Combine concat_vectors of scalars into build_vector.Ahmed Bougacha
2015-04-13Allow printing functions with an optional annotationwriterDaniel Berlin
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-13Expand ADDO/SUBO on HexagonKrzysztof Parzyszek
2015-04-13StripSymbols: Use DIGlobalVariable::getConstant() instead of getGlobal()Duncan P. N. Exon Smith
2015-04-13GCC complains thusly: "attributes at the beginning of statement are ignored [...Nick Lewycky
2015-04-13[RwriteStatepointsForGC] Minor indentation and naming [NFC]Philip Reames
2015-04-13Subtraction is not commutative. Fixes PR23212!Nick Lewycky
2015-04-13[RewriteStatepointsForGC] Avoid inserting empty holderPhilip Reames
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-13[inliner] Don't inline a function if it doesn't have exactly the sameAkira Hatanaka
2015-04-13[RewriteStatepointsForGC] Fix a latent bug in normalization for invoke statep...Philip Reames
2015-04-13Revert revisions r234755, r234759, r234760Jan Vesely