summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Compiler.h
Commit message (Expand)AuthorAge
* 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
* Restrict __builtin_assume_aligned to gcc 4.7+Michael J. Spencer2013-01-02
* [Support][Endian] Add support for specifying the alignment and native unalign...Michael J. Spencer2013-01-02
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* Separate out the tests for whether the compiler suports R-valueChandler Carruth2012-11-30
* Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.Jordan Rose2012-11-30
* Add an extra slash so doxygen comments will be properly recognized.Craig Topper2012-11-25
* Fix a typo. No functional change.Craig Topper2012-09-18
* Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.Craig Topper2012-09-16
* Make sure macros in the include subdirectory are not used without being defined.Bob Wilson2012-09-04
* Explicitly cast an expression to bool before handing it off to __builtin_expect.Benjamin Kramer2012-08-29
* Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer2012-08-29
* Provide a portability macro for __builtin_trap.David Blaikie2012-08-21
* Add LLVM_DELETED_FUNCTION compatibility macro.Michael J. Spencer2012-08-15
* Fix few warnings.Galina Kistanova2012-07-20
* Fix trivial typo in llvm_move.John McCall2012-05-07
* Update SmallVector to support move semantics if the host does.John McCall2012-05-02
* [Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macroDaniel Dunbar2012-03-09