[PM] Remove a failed attempt to port the CallGraph analysis to the new
[oota-llvm.git] / lib / IR /
2015-08-05 Benjamin Kramer[IR] Simplify code with ArrayRef::copy. No functionalit...
2015-08-04 Yaron KerenAvoid passing nullptr to std::equal.
2015-08-04 David MajnemerDrive-by fixes for LandingPad -> EHPad
2015-08-04 Chen LiIntroduce enum value for previously defined metadata...
2015-08-04 Chandler Carruth[UB] Don't allocate space for contained types and then...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-08-02 Andrew WilkinsAdd support to set/get ordering for load/store from...
2015-08-01 Craig TopperMark CompositeType::getTypeAtIndex as const. NFC
2015-08-01 Craig TopperMark Type::getPointerTo as const. Unfortunately, this...
2015-08-01 Craig TopperMerge the const and non-const Type::getScalarType to...
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-07-29 David Blaikie[opaque pointers] Remove use of PointerType::getElement...
2015-07-28 Sanjoy Das[Statepoints] Let patchable statepoints have a symbolic...
2015-07-28 Craig TopperRemove unnecessary const_casts. NFC
2015-07-28 David Blaikie[opaque pointer type] Avoid using pointee types to...
2015-07-27 Alex LorenzIR: Expose the method 'getLocalSlot' in the module...
2015-07-27 Pete CooperRevert "Add const to a bunch of Type* in DataLayout...
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-24 Duncan P. N. Exon... DI: Remove unnecessary DICompositeTypeBase
2015-07-24 Duncan P. N. Exon... DI: Simplify DebugInfoFinder::processType(), NFC
2015-07-24 Duncan P. N. Exon... DI: Remove dead code: getDICompositeType()
2015-07-24 Duncan P. N. Exon... DI: Remove DIDerivedTypeBase
2015-07-24 Duncan P. N. Exon... Verifier: Sink filename check into visitMDCompositeType...
2015-07-24 Duncan P. N. Exon... Verifier: Remove unnecessary references to DW_TAG_subro...
2015-07-24 Duncan P. N. Exon... DI: Strengthen some dyn_casts to DIDerivedType, NFC
2015-07-24 Pete CooperAdd const to a bunch of Type* in DataLayout. NFC.
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-21 Alex LorenzIR: Extract a function 'printLLVMNameWithoutPrefix...
2015-07-21 Sanjay Patelfix formatting; NFC
2015-07-16 Reid KlecknerRevert "Update LLVM bindings after r239940. ..."
2015-07-15 Adrian PrantlDebug Info: Add basic support for external types refere...
2015-07-14 Andrew WilkinsAdd capability to get and set the personalitty function...
2015-07-13 Benjamin KramerRemove macro guards for extern template instantiations.
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-10 Adrian PrantlCleanup a couple of comments in DIBuilder.cpp
2015-07-10 David Majnemer[IR] Switch static const to an enum to silence MSVC...
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerTighten the verifier check for catchblock.
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerAddress Reid's review feedback.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-07 David MajnemerRevert "Revert r241570, it caused PR24053"
2015-07-07 Nico WeberRevert r241570, it caused PR24053
2015-07-07 David Majnemer[IR] Make getFirstNonPHI return null if the BB is empty
2015-07-06 Adrian PrantlDIBuilder: Don't rauw null pointers with empty arrays...
2015-07-06 Adrian PrantlUse an early exit in DIBuilder::finalize() to improve...
2015-07-05 Peter CollingbourneVerifier: Forbid comdats on linker declarations.
2015-07-03 Filipe CabecinhasRemove always-true comparison, NFC.
2015-07-02 Adrian PrantlDIBuilder: Now that DICompileUnit is distinct, stop...
2015-07-02 Akira HatanakaAdd functions for adding and testing string attributes...
2015-06-30 Adrian PrantlFix a fixme and make DICompileUnit a distinct node...
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-27 Duncan P. N. Exon... IR: Expose ModuleSlotTracker in Value::print()
2015-06-27 Duncan P. N. Exon... Plug a leak introduced by r240848
2015-06-26 Duncan P. N. Exon... CodeGen: Push the ModuleSlotTracker through Metadata
2015-06-26 Philip ReamesMinor style cleanup after 240843 [NFC]
2015-06-26 Philip Reames[Verifier] Follow on to 240836
2015-06-26 Duncan P. N. Exon... CodeGen: Use a single SlotTracker in MachineFunction...
2015-06-26 Philip Reames[Verifier] Verify invokes of intrinsics
2015-06-24 Pete CooperDevirtualize Instruction::clone_impl
2015-06-24 Pete CooperDevirtualize Constant::replaceUsesOfWithOnConstant.
2015-06-24 Pete CooperRemove unused GlobalVariable::replaceUsesOfWithOnConsta...
2015-06-23 Pete CooperDevirtualize Constant::destroyConstant.
2015-06-23 Rafael EspindolaRemove unused arguments and move ManglerPrefixTy to...
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Tobias GrosserIRBuilder: Allow globals to be constructed in a specifi...
2015-06-18 Sanjoy Das[CallGraph] Teach the CallGraph about non-leaf intrinsics.
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Rafael EspindolaAllow aliases to be unnamed.
2015-06-17 Rafael EspindolaUse a range loop. NFC.
2015-06-17 James Y KnightTweak wording of alignment static_assert messages.
2015-06-17 James Y KnightFix alignment issues in LLVM.
2015-06-16 Aaron BallmanSilence an MSVC warning about not all control paths...
2015-06-15 Adrian PrantlDebug Info IR: Switch DIObjCProperty to use DITypeRef.
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-15 Yaron KerenDe-duplicate common expression, NFC.
2015-06-13 Yaron KerenC++11 Rangify loops in AssemblyWriter::printModule...
2015-06-12 David BlaikieRefix a use of explicit pointer types in GEP constant...
2015-06-12 Pete CooperMove OperandList to be allocated prior to User for...
2015-06-12 Pete CooperAdded a version of User::new for hung off uses.
2015-06-12 Pete CooperRename NumOperands to make it clear its managed by...
2015-06-12 Pete CooperReplace all accesses to User::OperandList with getter...
2015-06-11 Alexey SamsonovSet proper debug location for branch added in BasicBloc...
2015-06-11 Benjamin KramerReplace an instance of custom atomics with standard...
2015-06-11 Reid KlecknerRevert "Move dllimport name mangling to IR mangler."
2015-06-10 Pete CooperStop returning a Use* from allocHungOffUses.
2015-06-10 Pete CooperAdd User::growHungoffUses and use it to grow the hung...
2015-06-10 Pete CooperDelete User::dropHungOffUses and move it in to ~User...
2015-06-10 Pete CooperMake User track whether a class has 'hung off uses...
2015-06-10 Pete CooperMove the special Phi logic for hung off uses in to...
next