aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Memory.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-20[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...Lang Hames1-2/+2
2019-04-20Initial implementation of JITLink - A replacement for RuntimeDyld.Lang Hames1-0/+29
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-1/+1
2018-04-29s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-09-19This patch adds memory support functions which will later be used to implemen...Andrew Kaylor1-52/+0
2012-09-11Add support for finding cacheflush on OpenBSD/mips64 platforms.Chandler Carruth1-4/+0
2012-07-12Fixed few warnings.Galina Kistanova1-5/+6
2011-10-10The Mips specific function for instruction cache invalidation cannot beBruno Cardoso Lopes1-34/+5
2011-09-14One more patch towards JIT support for Mips.Bruno Cardoso Lopes1-0/+35
2010-11-29Merge System into Support.Michael J. Spencer1-0/+74