Correct 'teh' and other typos / repeated words.
[oota-llvm.git] / include /
2015-04-14 Ed MasteCorrect 'teh' and other typos / repeated words.
2015-04-14 Daniel BerlinOnly recalculate DFS Numbers if invalid. Invalidate...
2015-04-14 Daniel BerlinMake updateDFSNumbers API public
2015-04-14 Duncan P. N. Exon... DebugInfo: Add implicit conversion from DISubprogram...
2015-04-14 Rafael EspindolaFix MSVC build.
2015-04-14 Rafael EspindolaAdd raw_pwrite_stream type.
2015-04-14 Petar JovanovicRe-enable target-specific relocation table sorting...
2015-04-14 Jingyue WuSimplify n-ary adds by reassociation
2015-04-14 Duncan P. N. Exon... DebugInfo: Update signature of DICompileUnit::replace*()
2015-04-14 Dmitri GribenkoLinkAllPasses.h: also link in parts of libLLVMSupport
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Sanjoy Das[SCEVExpander] Fix comments for functions. NFC.
2015-04-14 Sanjoy Das[LoopUnrollRuntime] Avoid high-cost trip count computation.
2015-04-14 Sanjoy Das[SCEV] Refactor out isHighCostExpansion. NFCI.
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DINamespace and DITemplate*Parameter
2015-04-14 Duncan P. N. Exon... DebugInfo: Add MDLexicalBlockBase::getLine(), etc.
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIVariable and DIGlobalVariable
2015-04-14 Duncan P. N. Exon... DebugInfo: Move DIVariable::printExtendedName() to...
2015-04-14 Duncan P. N. Exon... DebugInfo: Inline DIVariable::isBlockByrefVariable...
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIObjCProperty and DIImportedEntity
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DILocation
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIExpression
2015-04-14 Duncan P. N. Exon... DebugInfo: Move an assertion into MDCompositeTypeBase
2015-04-14 Duncan P. N. Exon... DebugInfo: Move DILocation::computeNewDiscriminators()
2015-04-14 Duncan P. N. Exon... AddDiscriminators: Create new MDLocation directly
2015-04-14 Duncan P. N. Exon... DebugInfo: Move DILocation::getDiscriminator() to MDLoc...
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove DIObjCProperty attribute accessors...
2015-04-13 Duncan P. N. Exon... DebugInfo: Move DIDerivedType accessors to MDDerivedTyp...
2015-04-13 Daniel BerlinAdd new getModRefInfo API to determine whether an Instr...
2015-04-13 Daniel BerlinCommon some code from MemoryDependenceAnalysis that...
2015-04-13 Duncan P. N. Exon... DebugInfo: Make DIDerivedType accessors more strict
2015-04-13 Daniel BerlinMake getModRefInfo with a default location not crash.
2015-04-13 Daniel BerlinAllow printing functions with an optional annotationwriter
2015-04-13 Lang Hames[Orc] Add an Orc layer for applying arbitrary transform...
2015-04-13 Duncan P. N. Exon... DebugInfo: Simplify a few more wrappers
2015-04-13 Duncan P. N. Exon... SelectionDAG: Stop using DIVariable::isInlinedFnArgument()
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove DIGlobalVariable::getGlobal()
2015-04-13 Duncan P. N. Exon... DebugInfo: Remove a few unnecessary wrappers
2015-04-13 Duncan P. N. Exon... DebugInfo: Assume valid pointer in DISubprogram::replac...
2015-04-13 Duncan P. N. Exon... DebugInfo: Migrate DISubprogram::describes() to new...
2015-04-13 Duncan P. N. Exon... Reapply "Verifier: Check for incompatible bit piece...
2015-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-04-13 Duncan P. N. Exon... Revert "Verifier: Check for incompatible bit piece...
2015-04-12 Petr Hosek[MC] Write padding into fragments when -mc-relax-all...
2015-04-12 Lang Hames[Orc] Remove duplicate "then" in comment.
2015-04-12 Lang Hames[Orc] Fix out-of-date comment for the IRCompileLayer.
2015-04-11 Duncan P. N. Exon... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-11 Duncan P. N. Exon... Verifier: Check for incompatible bit piece expressions
2015-04-11 Duncan P. N. Exon... DebugInfo: Remove dead DIDescriptor::replaceAllUsesWith()
2015-04-11 Duncan P. N. Exon... DebugInfo: Introduce DIBuilder::replaceTemporary()
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-04-11 Benjamin KramerMake OnDiskChainedHashTableGenerator's Bucket type...
2015-04-11 Duncan P. N. Exon... DebugInfo: Move DIScope::getName() and getContext(...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-11 Duncan P. N. Exon... DebugInfo: Rewrite atSameLineAs() as MDLocation::canDis...
2015-04-11 Duncan P. N. Exon... DebugInfo: Remove dead DIRef friends
2015-04-11 Duncan P. N. Exon... DebugInfo: Add forwarding getFilename() accessor to...
2015-04-11 Lang Hames[Orc] Tidy up IndirectionUtils API a little, add some...
2015-04-10 Duncan P. N. Exon... DebugInfo: Remove dead DIDescriptor::getDescriptorField()
2015-04-10 Tim NorthoverGeneric: Make isMask_N and isShiftedMask_N consistent...
2015-04-10 Sanjoy Das[InstCombine][CodeGenPrep] Create llvm.uadd.with.overfl...
2015-04-10 Rafael EspindolaRemember if lseek works in this FD.
2015-04-10 Duncan P. N. Exon... DebugInfo: Stop leaking temporaries in DIBuilder::creat...
2015-04-10 Benjamin Kramer[CallSite] Use the injected base class name. NFC.
2015-04-10 Benjamin Kramer[CallSite] Make construction from Value* (or Instructio...
2015-04-10 Benjamin KramerMicrooptimize DenseMap::clear.
2015-04-10 Jingyue WuDivergence analysis for GPU programs
2015-04-10 David Majnemer[WinEHPrepare] Don't rely on the order of IR
2015-04-09 Nemanja IvanovicAdd LLVM support for remaining integer divide and permu...
2015-04-09 Rafael EspindolaSimplify use of formatted_raw_ostream.
2015-04-09 Jingyue Wu[NFC] add more comments for SLSR
2015-04-09 Rafael Espindolaclang-format. NFC.
2015-04-09 Rafael Espindolaclang-format this constructor.
2015-04-09 Rafael EspindolaDon't repeat names in comments.
2015-04-09 Rafael EspindolaUse implicit calls to parent constructor. NFC.
2015-04-09 Rafael EspindolaThis reverts commit r234460 and r234461.
2015-04-09 Rafael EspindolaUse the cast machinery to remove dummy uses of formatte...
2015-04-09 Rafael EspindolaAdd classof implementations to the raw_ostream classes.
2015-04-09 Rafael EspindolaDelete unused constructor.
2015-04-09 Eric ChristopherUpdate comment to refer to software floating point...
2015-04-08 Rafael EspindolaDon't repeat names in comments.
2015-04-08 Adam Nemet[LoopAccesses] Allow analysis to complete in the presen...
2015-04-08 Rafael EspindolaDon't repeat names in comments.
2015-04-08 Simon Atanasyan[mips] Update MIPS relocations list
2015-04-08 Rafael EspindolaDon't repeat names in comments. NFC.
2015-04-08 Adam NemetRevert "[LoopAccesses] Allow analysis to complete in...
2015-04-07 Adam Nemet[LoopAccesses] Allow analysis to complete in the presen...
2015-04-07 Rafael EspindolaUse support::endian. NFC.
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2015-04-07 Rafael EspindolaRemove dead code. NFC.
2015-04-07 Reid Kleckner[WinEH] Fix xdata generation when no catch object is...
2015-04-07 Sanjay Patelmove helper function closer to use; NFC
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove constructors for DIRef<>
2015-04-07 Sanjay Pateladd some const to FastMathFlags getters; NFC
2015-04-07 Duncan P. N. Exon... Workaround continued bot failures with MDTupleTypedArra...
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Rafael EspindolaClear the stub map in getSortedStubs.
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DICompositeType mutation API
next