aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Compiler.h
Commit message (Expand)AuthorAgeFilesLines
* Reland "Use Clang's __has_* macros in Compiler.h ..." with fixesReid Kleckner2013-07-081-16/+40
* Revert: "Use Clang's __has_* macros in Compiler.h to test for features"Quentin Colombet2013-07-081-38/+16
* Attempt to fix Compiler.h for some self-hosting botsReid Kleckner2013-07-081-1/+1
* Use Clang's __has_* macros in Compiler.h to test for featuresReid Kleckner2013-07-081-16/+38
* Introduce LLVM_STATIC_ASSERT macro, which expands to C/C++'s static_assert on...Argyrios Kyrtzidis2013-03-221-0/+10
* Make Optional<T>'s operator bool 'explicit' in C++11David Blaikie2013-02-211-0/+10
* Fix MSan annotations inclusion guard.Evgeniy Stepanov2013-02-131-1/+1
* [Support][Compiler] Add LLVM_HAS_VARIADIC_TEMPLATES.Michael J. Spencer2013-02-111-0/+10
* More MSan/ASan annotations.Evgeniy Stepanov2013-02-041-4/+11
* [Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.Michael J. Spencer2013-02-031-0/+13
* Annotate BumpPtrAllocator for MemorySanitizer.Evgeniy Stepanov2013-01-311-0/+18
* Support/Compiler.h: MSC1600, aka VS2010, is not C++11-ready.NAKAMURA Takumi2013-01-211-2/+2
* [Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer2013-01-201-0/+27
* [Support] Update MSVC compiler support in Compiler.h.Michael J. Spencer2013-01-161-2/+4
* [Support] Add LLVM_CONSTEXPR.Michael J. Spencer2013-01-151-0/+6
* Add a new portability macro LLVM_FUNCTION_NAME, that expands to __func__, ifDmitri Gribenko2013-01-111-0/+9
* Compiler.h: Leave LLVM_BUILTIN_UNREACHABLE undefined if it is unavailable in ...NAKAMURA Takumi2013-01-031-3/+3
* Restrict __builtin_assume_aligned to gcc 4.7+Michael J. Spencer2013-01-021-1/+2
* [Support][Endian] Add support for specifying the alignment and native unalign...Michael J. Spencer2013-01-021-2/+14
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-301-4/+4
* Separate out the tests for whether the compiler suports R-valueChandler Carruth2012-11-301-2/+14
* Add a new C++11 compatibility macro, LLVM_LVALUE_FUNCTION.Jordan Rose2012-11-301-0/+10
* Add an extra slash so doxygen comments will be properly recognized.Craig Topper2012-11-251-13/+13
* Fix a typo. No functional change.Craig Topper2012-09-181-1/+1
* Add LLVM_OVERRIDE and LLVM_FINAL C++11 compatibility macros.Craig Topper2012-09-161-0/+16
* Make sure macros in the include subdirectory are not used without being defined.Bob Wilson2012-09-041-1/+1
* Explicitly cast an expression to bool before handing it off to __builtin_expect.Benjamin Kramer2012-08-291-2/+2
* Replace the BUILTIN_EXPECT macro with a less horrible LLVM_LIKELY/LLVM_UNLIKE...Benjamin Kramer2012-08-291-2/+4
* Provide a portability macro for __builtin_trap.David Blaikie2012-08-211-0/+9
* Add LLVM_DELETED_FUNCTION compatibility macro.Michael J. Spencer2012-08-151-0/+19
* Fix few warnings.Galina Kistanova2012-07-201-1/+1
* Fix trivial typo in llvm_move.John McCall2012-05-071-1/+1
* Update SmallVector to support move semantics if the host does.John McCall2012-05-021-0/+19
* [Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macroDaniel Dunbar2012-03-091-9/+9
* include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo...NAKAMURA Takumi2011-11-151-1/+1
* Fix linking for some users who already have tsan enabled code and are trying toNick Lewycky2011-11-151-0/+7
* Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d...Daniel Dunbar2011-11-011-0/+8
* Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort()John McCall2011-03-141-3/+1
* Okay, some compilers complain if you provide the exception-specificationJohn McCall2011-03-141-5/+0
* Fix the exception-specification of abort() when declaring it in C++.John McCall2011-03-141-1/+1
* Make llvm_unreachable evaluate to __builtin_unreachable() in -AssertsJohn McCall2011-03-141-0/+15
* Support/Path: Deprecate PathV1::isAbsolute.Michael J. Spencer2010-12-171-0/+19
* Remove deprecated macro names. Hopefully this will unbreak theDuncan Sands2010-10-251-11/+0
* Move the remaining attribute macros to systematic names based on the attributeChandler Carruth2010-10-231-15/+18
* Switch attribute macros to use 'LLVM_' as a prefix. We retain the old namesChandler Carruth2010-10-231-8/+16
* Add a comment about ATTRIBUTE_UNUSED to avoid further confusion over when toChandler Carruth2010-10-201-0/+8
* Support: Add __forceinline to Compiler.h on MSVC.Michael J. Spencer2010-10-051-1/+2
* Remove LLVM_GLOBAL_VISIBILITY, which is unused, and was not working properly.Duncan Sands2010-09-151-11/+1
* Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) onDuncan Sands2010-09-011-1/+4
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-111-4/+13