aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/ThreadLocal.inc
AgeCommit message (Expand)AuthorFilesLines
2014-12-15ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer1-1/+1
2014-07-14Fix a -Wunused-local-typedefs warningAlp Toker1-1/+1
2014-02-12Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner1-1/+1
2012-06-12Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis1-1/+1
2012-06-12For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis1-7/+6
2010-11-29Now to chant the magical incantation that will exorcise the System libraryCharles Davis1-1/+1
2010-11-29Merge System into Support.Michael J. Spencer1-0/+54