aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/Compiler.h
AgeCommit message (Expand)Author
2010-03-03don't use always_inline with gcc 3.4, it has some unimplemented featuresChris Lattner
2009-12-28Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which areBill Wendling
2009-12-15add an ALWAYS_INLINE macro, which does the obvious thing.Chris Lattner
2009-11-17Following a suggestion of Daniel Dunbar, stop people passing the nameDuncan Sands
2009-11-16Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCsDouglas Gregor
2009-11-16Make sure that if anyone passes a name by accident for the isSignedDuncan Sands
2009-11-15add attributes for readnone/readonly functions.Chris Lattner
2009-11-14Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer
2009-11-14Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of theBenjamin Kramer
2009-09-17Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCCJulien Lerouge
2009-07-07Introduce new error handling API.Torok Edwin
2009-03-17Add BUILTIN_EXPECT Support/Compiler macro.Daniel Dunbar
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