aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/mm_malloc.h
AgeCommit message (Expand)Author
2013-01-16PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie
2011-07-18lib/Headers/mm_malloc.h: Use __mingw_aligned_malloc() in _mm_malloc() on mingw.NAKAMURA Takumi
2011-03-15lib/Headers/mm_malloc.h: On Windows, we can expect _mm_malloc would be provid...NAKAMURA Takumi
2010-11-22Undo part of my previous commit to mm_malloc.h, going back to the use ofChandler Carruth
2010-11-16Futher reduce the includes of our builtin headers, and teach limits.h to avoidChandler Carruth
2010-10-18From scratch rewrite of mm_malloc.h.Eric Christopher
2010-03-26Fix 80 col violations.Daniel Dunbar
2010-03-22fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.Chris Lattner
2009-02-14Add the nodebug attribute to intrinsicsAnders Carlsson
2009-01-08Add mm_malloc.h, patch by Sam Weinig.Anders Carlsson