aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/ModuleUtils.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2011-12-15[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany
2011-10-31Add utility to append a function to the list of global constructors. Devang Patel