[opaque pointer types] Push the passing of value types up from Function/GlobalVariabl...
[oota-llvm.git] / lib / IR / Function.cpp
2015-08-21 David Blaikie[opaque pointer types] Push the passing of value types...
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-10 Peter CollingbourneArgumentPromotion: Drop sret attribute on functions...
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-23 Akira HatanakaSimplify and rename function overrideFunctionAttributes...
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-13 Diego NovilloAdd function entry count metadata.
2015-05-08 David BlaikieReplace branch-to-unreachable with assertion.
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
2015-05-06 Sanjoy DasAdd missing dereferenceable_or_null getters
2015-04-24 Duncan P. N. Exon... IR: Add Function metadata attachments
2015-04-24 Duncan P. N. Exon... IR: Use a bitmask to access GlobalObject subclass data
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-06 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-02-14 Ramkumar RamachandraInstCombine: propagate deref via new addDereferenceableAttr
2015-02-08 Elena DemikhovskyMasked Gather and Scatter Intrinsics.
2015-01-26 Philip ReamesRevert GCStrategy ownership changes
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-14 Philip ReamesgetMangledTypeStr: clarify how it mangles types, and...
2014-12-25 Elena DemikhovskyMasked Load/Store - Changed the order of parameters...
2014-12-22 Rafael EspindolaThe leak detector is dead, long live asan and valgrind.
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-03 Peter CollingbournePrologue support
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-24 Philip ReamesIncorporate review comments from r221742
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-12 Philip ReamesExtend intrinsic name mangling to support arrays, named...
2014-10-24 Rafael EspindolaDon't ever call materializeAllPermanently during LTO.
2014-10-23 Rafael Espindolaclang-format two code snippets to make the next patch...
2014-10-20 Robert KhasanovMoved out IIT_V64 from common values section.
2014-10-20 Steven WuFix Intrinsic::getType not working with vararg
2014-09-30 Robert Khasanov[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-05 Juergen RibutzkaProvide convenient access to the zext/sext attributes...
2014-07-18 Hal FinkelAdd a dereferenceable attribute
2014-07-04 Saleem AbdulrasoolTableGen: introduce support for MSBuiltin
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
2014-05-09 Rafael EspindolaRun clang-format in small sections of code to make...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2014-03-28 Tim NorthoverIntrinsics: expand semantics of LLVMExtendedVectorType...
2014-03-12 Evan ChengRevert r203488 and r203520.
2014-03-10 Evan ChengFor functions with ARM target specific calling conventi...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-14 Mark SeabornFix llc to not reuse spill slots in functions that...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-10-31 Andrew TrickEnable variable arguments support for intrinsics.
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-03-20 Chris Lattnerminor code style cleanup.
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-02-21 Bill WendlingDon't assert on empty attributes.
2013-02-20 Bill WendlingAdd and remove the attribute from the correct slot.
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-23 Bill WendlingUse the AttributeSet when removing multiple attributes...
2013-01-23 Bill WendlingUse the AttributeSet when adding multiple attributes...
2013-01-22 Bill WendlingMore encapsulation work.
2013-01-11 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2013-01-02 Chandler CarruthActually update the CMake and Makefile builds correctly...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.