Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtarge...
[oota-llvm.git] / include / llvm / IR /
2015-06-10 Yaron KerenReplace magic number 19 with the constant GlobalValueSu...
2015-06-09 Reid Kleckner[WinEH] Add 32-bit SEH state table emission prototype
2015-06-03 Igor Laevsky[Statepoints] Mark statepoint intrinsic with Throws...
2015-06-03 Asaf Badouhre-apply 238809
2015-06-03 Daniel Sanders[arm] Distinguish the /U[qytnms]/, 'Uv', 'Q', and ...
2015-06-02 Asaf Badouhrevert 238809
2015-06-02 Asaf BadouhAVX-512: Implemented GETEXP instruction for KNL and SKX
2015-06-01 Owen AndersonMove the name pointer out of Value into a map that...
2015-06-01 Artur PilipenkoAdd isConstant argument to MDBuilder::createTBAAStructT...
2015-06-01 David Blaikie[opaque pointer type] Explicitly store the pointee...
2015-05-27 Chandler CarruthRevert r238305: [PM] Use a simpler technique to drop...
2015-05-27 Chandler Carruth[PM] Use a simpler technique to drop optional analysis...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-26 Philip Reames[PlaceSafepoints] Cleanup InsertSafepointPoll function
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-23 Akira HatanakaSimplify and rename function overrideFunctionAttributes...
2015-05-21 David Blaikie[opaque pointer type] Allow gep_type_iterator to work...
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-05-20 Reid Kleckner[WinEH] Store pointers to the LSDA in the exception...
2015-05-20 David Blaikie[opaque pointer type] Pass explicit type to Load instru...
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-19 David Blaikie[opaque pointer type] Provide a convenience function...
2015-05-19 David Blaikie[opaque pointer type] Provide the ability to pass an...
2015-05-19 Sanjoy DasDereferenceable, dereferenceable_or_null metadata for...
2015-05-19 Tobias GrosserDrop unnecessary ';' after namespace
2015-05-19 Pete CooperStore intrinsic ID by value in Function instead of...
2015-05-19 Pete CooperMove Function::lookupIntrinsicID to a static method...
2015-05-18 David BlaikieRevert "[opaque pointer type] Provide a convenience...
2015-05-18 David Blaikie[opaque pointer type] Provide a convenience for IRBuild...
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-18 Eric Christopher80-col fixup.
2015-05-18 Eric ChristopherFix grammar in comments.
2015-05-18 Filipe CabecinhasExtract the load/store type verification to a separate...
2015-05-18 Hal FinkelPreserve the order of READ_REGISTER and WRITE_REGISTER
2015-05-18 Elena DemikhovskyAVX-512: Added intrinsics for ADDSS/D, MULSS/D, SUBSS...
2015-05-16 Daniel Sanders[x86] Distinguish the 'o', 'v', 'X', and 'i' inline...
2015-05-16 Bill Schmidt[PPC64] Add vector pack/unpack support from ISA 2.07
2015-05-15 Eric ChristopherWhile in GlobalValue fix the function(s) that don't...
2015-05-15 Jingyue WuAdd a speculative execution pass
2015-05-13 Jonathan RoelofsFix typo on Instruction::insert{After,Before}(). NFC
2015-05-13 David Blaikie[opaque pointer type] Pass the explicit function type...
2015-05-13 Diego NovilloAdd function entry count metadata.
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Pat Gavlin[Statepoints] Clean up statepoint argument accessors.
2015-05-12 Pete CooperAdd a const method to iterator over PHI incoming values.
2015-05-11 Richard SmithAdd more missing #includes, found by modules build.
2015-05-11 Elena DemikhovskyAVX-512: Changed CC parameter in "cmp" intrinsic
2015-05-11 Elena DemikhovskyAVX-512: Added SKX instructions and intrinsics:
2015-05-08 Diego NovilloUpdate Function::getContext documentation. NFC.
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-08 David Blaikie[opaque pointer type] Explicit pointee type for GEPOper...
2015-05-07 Elena DemikhovskyAVX-512: Added all forms of FP compare instructions...
2015-05-07 NAKAMURA TakumiAttributes.h: Fix incorrect \brief introduced in r23666...
2015-05-07 Justin BognerIR: Initialize DerefOrNullBytes in the AttrBuilder...
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
2015-05-06 Sanjoy Das[IRBuilder] Add a CreateGCStatepointInvoke.
2015-05-06 Pete CooperChange typeIncompatible to return an AttrBuilder instea...
2015-05-06 Pete CooperUpdate all comments to match the previous commit. NFC
2015-05-06 Pete CooperAdd remove method to operate on AttrBuilder instead...
2015-05-06 Sanjoy DasAdd missing dereferenceable_or_null getters
2015-05-06 Sanjoy Das[Statepoint] Clean up StatepointLowering: symbolic...
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: clang-format.
2015-05-06 Sanjoy Das[Statepoint] Clean up Statepoint.h: accessor names.
2015-05-06 Sanjoy Das[StatepointLowering] Don't create temporary instruction...
2015-05-05 Ulrich Weigand[SystemZ] Add vector intrinsics
2015-05-05 David Blaikie[opaque pointer type] Track explicit GEP pointee type...
2015-05-04 Elena DemikhovskyAVX-512: added integer "add" and "sub" instructions...
2015-05-04 Elena DemikhovskyAVX-512: Added VPACK* instructions forms for KNL and SKX
2015-05-01 Benjamin KramerRemove std::move on return of temporary.
2015-05-01 Benjamin KramerRemove std::move on return when it could prevent copy...
2015-04-30 Pawel BylicaAdd convenient overloads for CreateInsertElement and...
2015-04-29 David Blaikie[opaque pointer type] Store the value type of an alloca
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-28 Reid Kleckner[SEH] Add an LLVM intrinsic for _exception_info
2015-04-28 Elena DemikhovskyAVX-512: Added "pandn" intrinsics set
2015-04-24 Duncan P. N. Exon... IR: Add Function metadata attachments
2015-04-24 David Blaikie[opaque pointer type] Verifier/AutoUpgrade: Remove...
2015-04-24 Duncan P. N. Exon... IR: Use a bitmask to access GlobalObject subclass data
2015-04-24 Reid Kleckner[SEH] Implement GetExceptionCode in __except blocks
2015-04-23 Hal Finkel[PowerPC] Add asm/disasm support for dcbt with hint
2015-04-23 David BlaikieRecommit r235458: [opaque pointer type] Avoid using...
2015-04-23 Philip ReamesMove Value.isDereferenceablePointer to ValueTracking...
2015-04-22 David BlaikieRevert "[opaque pointer type] Avoid using PointerType...
2015-04-21 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-21 Lang HamesUpdate comment. NFC.
2015-04-21 Daniel BerlinRevamp PredIteratorCache interface to be cleaner.
2015-04-21 Duncan P. N. Exon... DebugInfo: Remove DIArray and DITypeArray typedefs
2015-04-21 Duncan P. N. Exon... DebugInfo: Use MDType in DITypeIdentifierMap
2015-04-21 Duncan P. N. Exon... DebugInfo: Prune unnecessary forward declarations
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-21 Elena DemikhovskyAVX-512: Added logical and arithmetic instructions...
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete old subclasses of DIType
2015-04-20 Tom StellardIR: Add ConstantFP::getNaN()
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove DIType
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove DIScope
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove typedefs for DITypeRef, etc.
2015-04-18 Duncan P. N. Exon... DebugInfo: Delete DIDescriptor (but not its subclasses)
2015-04-17 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DebugInfo API
next