summaryrefslogtreecommitdiffstats
path: root/lib/Headers/mm_malloc.h
Commit message (Expand)AuthorAgeFilesLines
* PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie2013-01-161-14/+14
* lib/Headers/mm_malloc.h: Use __mingw_aligned_malloc() in _mm_malloc() on mingw.NAKAMURA Takumi2011-07-181-1/+3
* lib/Headers/mm_malloc.h: On Windows, we can expect _mm_malloc would be provid...NAKAMURA Takumi2011-03-151-0/+2
* Undo part of my previous commit to mm_malloc.h, going back to the use ofChandler Carruth2010-11-221-13/+5
* Futher reduce the includes of our builtin headers, and teach limits.h to avoidChandler Carruth2010-11-161-5/+13
* From scratch rewrite of mm_malloc.h.Eric Christopher2010-10-181-19/+28
* Fix 80 col violations.Daniel Dunbar2010-03-261-3/+6
* fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.Chris Lattner2010-03-221-2/+2
* Add the nodebug attribute to intrinsicsAnders Carlsson2009-02-141-2/+2
* Add mm_malloc.h, patch by Sam Weinig.Anders Carlsson2009-01-081-0/+59