summaryrefslogtreecommitdiff
path: root/lib/VMCore/Attributes.cpp
Commit message (Expand)AuthorAge
...
* [ms-inline asm] Add a new Inline Asm Non-Standard Dialect attribute.Chad Rosier2012-08-10
* switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner2012-05-28
* Extend Attributes to 64 bitsKostya Serebryany2012-01-20
* Add the returns_twice attribute to LLVM.Rafael Espindola2011-10-03
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Add a new function attribute, nonlazybind, which inhibits lazy-loadingJohn McCall2011-06-15
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Merge System into Support.Michael J. Spencer2010-11-29
* Fix an order-of-deallocation issue where the AttrListImpl could be deallocate...Owen Anderson2010-11-18
* Last try to get this reference counting right, I swear.Owen Anderson2010-11-09
* Really fix the leak in the attributes list. Thanks to Benjamin Kramer for po...Owen Anderson2010-11-09
* Fix leak in my recent fix for PR8442.Owen Anderson2010-11-09
* Fix PR8441, a race condition in the static attributes list. While the refere...Owen Anderson2010-11-09
* Add a new 'hotpatch' attribute. This attribute will insert a two-byte no-opCharles Davis2010-10-25
* Fix a threaded LLVM bug due the need for operator= on reference counted AttrL...Owen Anderson2010-09-16
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-12
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-06
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* Change errs() to dbgs().David Greene2010-01-05
* Add an 'inline hint' attribute to represent sourceDale Johannesen2009-08-26
* Kill off more cerr/cout uses and prune includes a bit.Benjamin Kramer2009-08-23
* Reduce contention on the Attributes lock by using atomic operations for refer...Owen Anderson2009-08-20
* AttrListPtr operations need to be atomic.Owen Anderson2009-08-19
* Add locking around the attributes list.Owen Anderson2009-08-17
* Add support for naked functionsAnton Korobeynikov2009-07-17
* Add new function attribute - noimplicitfloatDevang Patel2009-06-05
* Add new function attribute - noredzone. Devang Patel2009-06-04
* Use v.data() instead of &v[0] when SmallVector v might be empty.Jay Foad2009-05-21
* Use the spiffy new getAlignmentFromAttrs function.Nick Lewycky2009-01-11
* Commit missed files from nocapture change.Nick Lewycky2008-12-19
* Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling2008-12-16
* It turns out that "align 1" and unaligned are different. Add a bias to theNick Lewycky2008-12-15
* Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky2008-12-15
* Implement stack protectors as function attributes: "ssp" and "sspreq".Bill Wendling2008-11-13
* Now Attributes are divided in three groupsDevang Patel2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-24
* s/ParamAttributeListImpl/AttributeListImpl/gDevang Patel2008-09-24
* 80 colsDevang Patel2008-09-23
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23