summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Compiler.h
Commit message (Expand)AuthorAge
* Revert "[C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__."Rui Ueyama2014-03-27
* [C++11] Do not check __GXX_EXPERIMENTAL_CXX0X__.Rui Ueyama2014-03-27
* [C++11] Replace LLVM_STATIC_ASSERT with static_assert, we now haveChandler Carruth2014-03-02
* [C++11] Clarify in the Compiler.h support macros and comments (andChandler Carruth2014-03-02
* [C++11] Remove LLVM_FINAL and LLVM_OVERRIDE macros now that all their uses ar...Craig Topper2014-03-02
* Add back LLVM_FINAL macro. lld still needs it.Craig Topper2014-03-02
* Switch all uses of LLVM_FINAL to just use 'final', and remove the macro.Craig Topper2014-03-02
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-02
* [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macroAlp Toker2014-03-02
* [C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on.Chandler Carruth2014-03-01
* [C++11] Remove LLVM_HAS_CXX11_TYPETRAITS now that it is a constant dueChandler Carruth2014-03-01
* [C++11] Now that we're not using it, remove theChandler Carruth2014-03-01
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-01
* [C++11] Force the other C++11 standard library detection macros to beChandler Carruth2014-03-01
* [C++11] Turn off compiler-based detection of R-value references, relyingChandler Carruth2014-03-01
* Unconditionally include msan_interface.h when building with MSan.Evgeniy Stepanov2014-02-20
* Disable override and final C++ keyword in gcc 4.6.Logan Chien2014-02-19
* Add a LLVM_DUMP_METHOD macro.Nico Weber2014-01-03
* MSVC 2010 build fixAlp Toker2014-01-03
* Enable LLVM_FINAL, LLVM_OVERRIDE and LLVM_HAS_VARIADIC_TEMPLATES with more gc...Alp Toker2014-01-03
* Support LLVM_STATIC_ASSERT() in clang pre-C++11 modeAlp Toker2014-01-02
* Silence g++ 4.9 build issueAlp Toker2013-12-31
* Make LLVM_MSC_PREREQ() compatible with all MSVC versionsAlp Toker2013-12-29
* Fix parens fail in r198142Alp Toker2013-12-29
* Enable deleted functions and explicit conversions in MSVC 2013Alp Toker2013-12-29
* Define LLVM_MSC_PREREQ() macro to simplify _MSC_VER checksAlp Toker2013-12-29
* Fix the MSVC 2010 buildAlp Toker2013-12-25
* Define LLVM_HAS_STRONG_ENUMSAlp Toker2013-12-22
* Compiler.h: Disable initializer list usage with clang-clReid Kleckner2013-12-05
* Don't universally enable initialiser lists on GCC. Thanks for catching this ...Pete Cooper2013-11-11
* Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRefPete Cooper2013-11-11
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* Add definition of __warn_unused_result__ attribute. It will be used in theJakub Staszak2013-08-19
* Reland "Use Clang's __has_* macros in Compiler.h ..." with fixesReid Kleckner2013-07-08
* Revert: "Use Clang's __has_* macros in Compiler.h to test for features"Quentin Colombet2013-07-08
* Attempt to fix Compiler.h for some self-hosting botsReid Kleckner2013-07-08
* Use Clang's __has_* macros in Compiler.h to test for featuresReid Kleckner2013-07-08
* Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...Argyrios Kyrtzidis2013-03-22
* Make Optional<T>'s operator bool 'explicit' in C++11David Blaikie2013-02-21
* Fix MSan annotations inclusion guard.Evgeniy Stepanov2013-02-13
* [Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.Michael J. Spencer2013-02-11
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-04
* [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.Michael J. Spencer2013-02-03
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-31
* Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready.NAKAMURA Takumi2013-01-21
* [Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer2013-01-20
* [Support] Update MSVC compiler support in Compiler.h.Michael J. Spencer2013-01-16
* [Support] Add LLVM_CONSTEXPR.Michael J. Spencer2013-01-15
* Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, ifDmitri Gribenko2013-01-11
* Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in ...NAKAMURA Takumi2013-01-03