Define portable macros for packed struct definitions:
[oota-llvm.git] / include / llvm / Support / Compiler.h
2012-08-29 Benjamin KramerReplace the BUILTIN_EXPECT macro with a less horrible...
2012-08-21 David BlaikieProvide a portability macro for __builtin_trap.
2012-08-15 Michael J. SpencerAdd LLVM_DELETED_FUNCTION compatibility macro.
2012-07-20 Galina KistanovaFix few warnings.
2012-05-07 John McCallFix trivial typo in llvm_move.
2012-05-02 John McCallUpdate SmallVector to support move semantics if the...
2012-03-09 Daniel Dunbar[Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_...
2011-11-15 NAKAMURA Takumiinclude/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIB...
2011-11-15 Nick LewyckyFix linking for some users who already have tsan enable...
2011-11-01 Daniel DunbarSupport/Compiler: Add LLVM_EXTENSION for use where...
2011-03-14 John McCallVersion N of the llvm_unreachable patch: VC++ doesn...
2011-03-14 John McCallOkay, some compilers complain if you provide the except...
2011-03-14 John McCallFix the exception-specification of abort() when declari...
2011-03-14 John McCallMake llvm_unreachable evaluate to __builtin_unreachable...
2010-12-17 Michael J. SpencerSupport/Path: Deprecate PathV1::isAbsolute.
2010-10-25 Duncan SandsRemove deprecated macro names. Hopefully this will...
2010-10-23 Chandler CarruthMove the remaining attribute macros to systematic names...
2010-10-23 Chandler CarruthSwitch attribute macros to use 'LLVM_' as a prefix...
2010-10-20 Chandler CarruthAdd a comment about ATTRIBUTE_UNUSED to avoid further...
2010-10-05 Michael J. SpencerSupport: Add __forceinline to Compiler.h on MSVC.
2010-09-15 Duncan SandsRemove LLVM_GLOBAL_VISIBILITY, which is unused, and...
2010-09-01 Duncan SandsDefine LLVM_GLOBAL_VISIBILITY to be __declspec(dllexpor...
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. ...