aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Compiler.h
AgeCommit message (Expand)Author
2008-10-31Symbol visibility is unsupported on cygwin too.Anton Korobeynikov
2008-07-16Mark function used by asm block as used, otherwise optimizer may not see the ...Devang Patel
2008-01-22Silence a warning. Should we turn this into configure-time check?Anton Korobeynikov
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2006-08-27add directive to disable inliningChris Lattner
2006-08-27New place to put compiler-specific functionality. This replaces Visibility.h,Chris Lattner