aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Attributes.cpp
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-18Fix an order-of-deallocation issue where the AttrListImpl could be deallocate...Owen Anderson
2010-11-09Last try to get this reference counting right, I swear.Owen Anderson
2010-11-09Really fix the leak in the attributes list. Thanks to Benjamin Kramer for po...Owen Anderson
2010-11-09Fix leak in my recent fix for PR8442.Owen Anderson
2010-11-09Fix PR8441, a race condition in the static attributes list. While the refere...Owen Anderson
2010-10-25Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis
2010-09-16Fix a threaded LLVM bug due the need for operator= on reference counted AttrL...Owen Anderson
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands
2010-02-12Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis
2010-02-06Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher
2010-01-05Change errs() to dbgs().David Greene
2009-08-26Add an 'inline hint' attribute to represent sourceDale Johannesen
2009-08-23Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer
2009-08-20Reduce contention on the Attributes lock by using atomic operations for refer...Owen Anderson
2009-08-19AttrListPtr operations need to be atomic.Owen Anderson
2009-08-17Add locking around the attributes list.Owen Anderson
2009-07-17Add support for naked functionsAnton Korobeynikov
2009-06-05Add new function attribute - noimplicitfloatDevang Patel
2009-06-04Add new function attribute - noredzone. Devang Patel
2009-05-21Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad
2009-01-11Use the spiffy new getAlignmentFromAttrs function.Nick Lewycky
2008-12-19Commit missed files from nocapture change.Nick Lewycky
2008-12-16Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling
2008-12-15It turns out that "align 1" and unaligned are different. Add a bias to theNick Lewycky
2008-12-15Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky
2008-11-13Implement stack protectors as function attributes: "ssp" and "sspreq".Bill Wendling
2008-09-26Now Attributes are divided in three groupsDevang Patel
2008-09-25 Large mechanical patch.Devang Patel
2008-09-24s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel
2008-09-24s/ParamAttributeListImpl/AttributeListImpl/gDevang Patel
2008-09-2380 colsDevang Patel
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel