aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Compiler.h
Commit message (Expand)AuthorAgeFilesLines
* 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.Edwin Török2009-07-071-0/+6
* Add BUILTIN_EXPECT Support/Compiler macro.Daniel Dunbar2009-03-171-0/+6
* Symbol visibility is unsupported on cygwin too.asl2008-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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+48