I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
[oota-llvm.git] / include / llvm / Support / Compiler.h
2010-05-11 Duncan SandsI got tired of VISIBILITY_HIDDEN colliding with the...
2010-03-03 Chris Lattnerdon't use always_inline with gcc 3.4, it has some unimp...
2009-12-28 Bill WendlingAdd an "ATTRIBUTE_UNUSED" macro (and use it). It's...
2009-12-15 Chris Lattneradd an ALWAYS_INLINE macro, which does the obvious...
2009-11-17 Duncan SandsFollowing a suggestion of Daniel Dunbar, stop people...
2009-11-16 Douglas GregorMake ERROR_IF_USED macro work with GCC <= 4.2, Apple...
2009-11-16 Duncan SandsMake sure that if anyone passes a name by accident...
2009-11-15 Chris Lattneradd attributes for readnone/readonly functions.
2009-11-14 Benjamin KramerImplement DISABLE_INLINE for MSVC. This required changi...
2009-11-14 Benjamin KramerMake NORETURN working with MSVC. MSVC only accepts...
2009-09-17 Julien LerougeUse __attribute__((__used__)) if GCC >= 3.1 (seems...
2009-07-07 Torok EdwinIntroduce new error handling API.
2009-03-17 Daniel DunbarAdd BUILTIN_EXPECT Support/Compiler macro.
2008-10-31 Anton KorobeynikovSymbol visibility is unsupported on cygwin too.
2008-07-16 Devang PatelMark function used by asm block as used, otherwise...
2008-01-22 Anton KorobeynikovSilence a warning. Should we turn this into configure...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-08-27 Chris Lattneradd directive to disable inlining
2006-08-27 Chris LattnerNew place to put compiler-specific functionality. ...