summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Compiler.h
Commit message (Expand)AuthorAge
* 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
* Support: Add __forceinline to Compiler.h on MSVC.Michael J. Spencer2010-10-05
* Remove LLVM_GLOBAL_VISIBILITY, which is unused, and was not working properly.Duncan Sands2010-09-15
* Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) onDuncan Sands2010-09-01
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-11
* don't use always_inline with gcc 3.4, it has some unimplemented featuresChris Lattner2010-03-03
* Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which areBill Wendling2009-12-28
* add an ALWAYS_INLINE macro, which does the obvious thing.Chris Lattner2009-12-15
* Following a suggestion of Daniel Dunbar, stop people passing the nameDuncan Sands2009-11-17
* Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCsDouglas Gregor2009-11-16
* Make sure that if anyone passes a name by accident for the isSignedDuncan Sands2009-11-16
* add attributes for readnone/readonly functions.Chris Lattner2009-11-15
* Implement DISABLE_INLINE for MSVC. This required changing the position in allBenjamin Kramer2009-11-14
* Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of theBenjamin Kramer2009-11-14
* Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCCJulien Lerouge2009-09-17
* Introduce new error handling API.Torok Edwin2009-07-07
* Add BUILTIN_EXPECT Support/Compiler macro.Daniel Dunbar2009-03-17
* Symbol visibility is unsupported on cygwin too.Anton Korobeynikov2008-10-31
* Mark function used by asm block as used, otherwise optimizer may not see the ...Devang Patel2008-07-16
* Silence a warning. Should we turn this into configure-time check?Anton Korobeynikov2008-01-22
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* add directive to disable inliningChris Lattner2006-08-27
* New place to put compiler-specific functionality. This replaces Visibility.h,Chris Lattner2006-08-27