aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Compiler.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't use always_inline with gcc 3.4, it has some unimplemented featuresChris Lattner2010-03-031-1/+3
* Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which areBill Wendling2009-12-281-0/+6
* add an ALWAYS_INLINE macro, which does the obvious thing.Chris Lattner2009-12-151-0/+10
* Following a suggestion of Daniel Dunbar, stop people passing the nameDuncan Sands2009-11-171-8/+0
* Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCsDouglas Gregor2009-11-161-1/+3
* Make sure that if anyone passes a name by accident for the isSignedDuncan Sands2009-11-161-0/+6
* add attributes for readnone/readonly functions.Chris Lattner2009-11-151-0/+12
* Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer2009-11-141-0/+2
* Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of theBenjamin Kramer2009-11-141-0/+2
* Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCCJulien Lerouge2009-09-171-1/+1
* Introduce new error handling API.Torok Edwin2009-07-071-0/+6
* Add BUILTIN_EXPECT Support/Compiler macro.Daniel Dunbar2009-03-171-0/+6
* Symbol visibility is unsupported on cygwin too.Anton Korobeynikov2008-10-311-1/+1
* Mark function used by asm block as used, otherwise optimizer may not see the ...Devang Patel2008-07-161-0/+5
* Silence a warning. Should we turn this into configure-time check?Anton Korobeynikov2008-01-221-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* add directive to disable inliningChris Lattner2006-08-271-0/+8
* New place to put compiler-specific functionality. This replaces Visibility.h,Chris Lattner2006-08-271-0/+40