summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Compiler.h
Commit message (Expand)AuthorAge
* 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