Silencing an "enumeral and non-enumeral type in conditional expression" warning;...
[oota-llvm.git] / lib / IR / Function.cpp
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.