[opaque pointer type] Access the pointee of the result type from the GEP rather than...
[oota-llvm.git] / include /
2015-04-17 David Blaikie[opaque pointer type] Access the pointee of the result...
2015-04-17 David Blaikie[opaque pointer type] Avoid creating (and then unwrappi...
2015-04-17 Rafael EspindolaCompute A-B when A or B is weak.
2015-04-17 David Blaikie[opaque pointer types] Use the pointee type loaded...
2015-04-17 Aaron BallmanSuppressing the C4324 warnings generated by MSVC. This...
2015-04-17 Pirama Arumuga NainarAdd support to promote f16 to f32
2015-04-17 Manman Ren[LTO API] add lto_codegen_set_should_internalize.
2015-04-17 Kit BartonAdd support for v1i128 type.
2015-04-17 Kit BartonAdd the i128 builtin type to LLVM.
2015-04-17 Rafael EspindolaMove AliasedSymbol to MachObjectWriter.
2015-04-17 Nico WeberRevert r235154-r235156, they cause asserts when buildin...
2015-04-17 David BlaikieNarrow down the type of CallInst::getFunctionType to...
2015-04-17 Reid Kleckner[SEH] Reimplement x64 SEH using WinEHPrepare
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-16 Duncan P. N. Exon... DebugInfo: Allow DebugLocs to be constructed from const
2015-04-16 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DIBuilder API
2015-04-16 Benjamin Kramer[Mips] Use unique_ptr to manage ownership.
2015-04-16 Benjamin KramerMake it obvious that we're iterating over a range of...
2015-04-16 Yaron KerenUpdate MCELFStreamer::reset() following r234714
2015-04-16 Daniel BerlinReplace loop doing postorder walk with postorder iterator
2015-04-16 Duncan P. N. Exon... DebugInfo: DIRef<> => TypedDebugNodeRef<>
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIDescriptor
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIScope, DIEnumerator and DISubrange
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIType and subclasses
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove unnecessary API from DIDerivedType...
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... Verifier: Check that @llvm.dbg.* intrinsics have a...
2015-04-15 Duncan P. N. Exon... DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
2015-04-15 Daniel BerlinUpdate for post-commit review comments
2015-04-15 Lang Hames[Orc] Refactor the CompileOnDemandLayer to make its...
2015-04-15 Daniel BerlinAdd range iterators for post order and inverse post...
2015-04-15 Yaron KerenClarify that Twine::toVector *appends* the Twine to...
2015-04-15 Filipe CabecinhasRevert "Verify sizes when trying to read a VBR"
2015-04-15 Filipe CabecinhasVerify sizes when trying to read a VBR
2015-04-15 Duncan P. N. Exon... uselistorder: Remove the global bits
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through PrintModulePass
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the assembly bit up out of the printer
2015-04-15 Duncan P. N. Exon... uselistorder: Pull bit through BitcodeWriterPass
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
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...
next