Revert r237766, "Support: Introduce LLVM_FALLTHROUGH macro."
[oota-llvm.git] / include / llvm / Support / Compiler.h
2015-05-21 Peter CollingbourneRevert r237766, "Support: Introduce LLVM_FALLTHROUGH...
2015-05-20 Peter CollingbourneSupport: Introduce LLVM_FALLTHROUGH macro.
2015-04-07 Richard SmithFix some minor abuse of C++ terminology in comments.
2015-04-05 Benjamin KramerMark BumpPtrAllocator::Allocate as returning a noalias...
2015-04-02 Reid KlecknerAdd an LLVM_PTR_SIZE macro to make LLVM_ALIGNAS more...
2015-04-02 Benjamin Kramer[support] Add a macro wrapper for alignas and simplify...
2015-02-17 Aaron BallmanI believe we no longer require LLVM_HAS_INITIALIZER_LIS...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-02-15 Aaron BallmanSince MSVC 1800 is our lowest common denominator, we...
2015-02-15 Benjamin KramerRemove LLVM_HAS_VARIADIC_TEMPLATES and all the faux...
2015-02-15 Benjamin KramerUpdate the docs to require at least MSVC 2013.
2015-02-10 Aaron BallmanNow use the __debugbreak intrinsic instead of calling...
2015-02-10 Aaron BallmanChanging the status code generated by LLVM_BUILTIN_TRAP...
2015-02-10 Aaron BallmanRe-committing r228628 with a fix for 64-bit builds.
2015-02-10 Aaron BallmanReverting r228628; it broke at least one builder due...
2015-02-09 Aaron BallmanOn Windows, we now use RaiseException to generate the...
2015-01-29 Chandler Carruth[LPM] Remove a PPC64 hack to try to work around a bad...
2015-01-29 Chandler Carruth[LPM] Try again to appease powerpc64 in its self host...
2015-01-29 Chandler Carruth[LPM] Fix an "obvious" typo from r227411. Really sorry...
2015-01-29 Chandler Carruth[LPM] Clean up the use of TLS in pretty stack trace...
2014-11-18 Justin BognerFix an inaccurate comment
2014-11-04 Reid KlecknerRemove the END_WITH_NULL macro now that Clang doesn...
2014-11-04 Reid KlecknerRename END_WITH_NULL to LLVM_END_WITH_NULL and move...
2014-11-03 Reid KlecknerRelax the LLVM_NOEXCEPT _MSC_VER version check back...
2014-10-31 Reid KlecknerDefine LLVM_NOEXCEPT with MSVC 14 CTP 3 or newer
2014-10-21 Reid KlecknerGCC has supported C++11 ref-qualifiers since 4.8.1
2014-09-10 Hal FinkelEnable use of __builtin_assume_aligned when self-hosting
2014-08-21 Hans WennborgUse returns_nonnull in BumpPtrAllocator and MallocAlloc...
2014-06-10 Rafael EspindolaAdd a LLVM_NOEXCEPT to Compiler.h.
2014-03-27 Rui UeyamaRevert "[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__."
2014-03-27 Rui Ueyama[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__.
2014-03-02 Chandler Carruth[C++11] Replace LLVM_STATIC_ASSERT with static_assert...
2014-03-02 Chandler Carruth[C++11] Clarify in the Compiler.h support macros and...
2014-03-02 Craig Topper[C++11] Remove LLVM_FINAL and LLVM_OVERRIDE macros...
2014-03-02 Craig TopperAdd back LLVM_FINAL macro. lld still needs it.
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-03-01 Chandler Carruth[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is...
2014-03-01 Chandler Carruth[C++11] Remove LLVM_HAS_CXX11_TYPETRAITS now that it...
2014-03-01 Chandler Carruth[C++11] Now that we're not using it, remove the
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-03-01 Chandler Carruth[C++11] Force the other C++11 standard library detectio...
2014-03-01 Chandler Carruth[C++11] Turn off compiler-based detection of R-value...
2014-02-20 Evgeniy StepanovUnconditionally include msan_interface.h when building...
2014-02-19 Logan ChienDisable override and final C++ keyword in gcc 4.6.
2014-01-03 Nico WeberAdd a LLVM_DUMP_METHOD macro.
2014-01-03 Alp TokerMSVC 2010 build fix
2014-01-03 Alp TokerEnable LLVM_FINAL, LLVM_OVERRIDE and LLVM_HAS_VARIADIC_...
2014-01-02 Alp TokerSupport LLVM_STATIC_ASSERT() in clang pre-C++11 mode
2013-12-31 Alp TokerSilence g++ 4.9 build issue
2013-12-29 Alp TokerMake LLVM_MSC_PREREQ() compatible with all MSVC versions
2013-12-29 Alp TokerFix parens fail in r198142
2013-12-29 Alp TokerEnable deleted functions and explicit conversions in...
2013-12-29 Alp TokerDefine LLVM_MSC_PREREQ() macro to simplify _MSC_VER...
2013-12-25 Alp TokerFix the MSVC 2010 build
2013-12-22 Alp TokerDefine LLVM_HAS_STRONG_ENUMS
2013-12-05 Reid KlecknerCompiler.h: Disable initializer list usage with clang-cl
2013-11-11 Pete CooperDon't universally enable initialiser lists on GCC....
2013-11-11 Pete CooperAdd LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 suppo...
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-08-19 Jakub StaszakAdd definition of __warn_unused_result__ attribute...
2013-07-08 Reid KlecknerReland "Use Clang's __has_* macros in Compiler.h ....
2013-07-08 Quentin ColombetRevert: "Use Clang's __has_* macros in Compiler.h to...
2013-07-08 Reid KlecknerAttempt to fix Compiler.h for some self-hosting bots
2013-07-08 Reid KlecknerUse Clang's __has_* macros in Compiler.h to test for...
2013-03-22 Argyrios KyrtzidisIntroduce LLVM_STATIC_ASSERT macro, which expands to...
2013-02-21 David BlaikieMake Optional<T>'s operator bool 'explicit' in C++11
2013-02-13 Evgeniy StepanovFix MSan annotations inclusion guard.
2013-02-11 Michael J. Spencer[Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.
2013-02-04 Evgeniy StepanovMore MSan/ASan annotations.
2013-02-03 Michael J. Spencer[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.
2013-01-31 Evgeniy StepanovAnnotate BumpPtrAllocator for MemorySanitizer.
2013-01-21 NAKAMURA TakumiSupport/Compiler.h: MSC1600, aka VS2010, is not C+...
2013-01-20 Michael J. Spencer[Support] Port ErrorOr<T> from lld to C++03.
2013-01-16 Michael J. Spencer[Support] Update MSVC compiler support in Compiler.h.
2013-01-15 Michael J. Spencer[Support] Add LLVM_CONSTEXPR.
2013-01-11 Dmitri GribenkoAdd a new portability macro LLVM_FUNCTION_NAME, that...
2013-01-03 NAKAMURA TakumiCompiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined...
2013-01-02 Michael J. SpencerRestrict __builtin_assume_aligned to gcc 4.7+
2013-01-02 Michael J. Spencer[Support][Endian] Add support for specifying the alignm...
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-30 Chandler CarruthSeparate out the tests for whether the compiler suports...
2012-11-30 Jordan RoseAdd a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.
2012-11-25 Craig TopperAdd an extra slash so doxygen comments will be properly...
2012-09-18 Craig TopperFix a typo. No functional change.
2012-09-16 Craig TopperAdd LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility...
2012-09-04 Bob WilsonMake sure macros in the include subdirectory are not...
2012-08-29 Benjamin KramerExplicitly cast an expression to bool before handing...
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...
next