summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Compiler.h
Commit message (Expand)AuthorAge
* 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
* include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...NAKAMURA Takumi2011-11-15
* Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky2011-11-15
* Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d...Daniel Dunbar2011-11-01
* Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort()John McCall2011-03-14
* Okay, some compilers complain if you provide the exception-specificationJohn McCall2011-03-14
* Fix the exception-specification of abort() when declaring it in C++.John McCall2011-03-14
* Make llvm_unreachable evaluate to __builtin_unreachable() in -AssertsJohn McCall2011-03-14
* Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer2010-12-17
* Remove deprecated macro names. Hopefully this will unbreak theDuncan Sands2010-10-25
* Move the remaining attribute macros to systematic names based on the attributeChandler Carruth2010-10-23
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-23
* Add a comment about ATTRIBUTE_UNUSED to avoid further confusion over when toChandler Carruth2010-10-20