| Commit message (Expand) | Author | Age | Files | Lines |
* | [Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macro | Daniel Dunbar | 2012-03-09 | 1 | -9/+9 |
* | include/llvm/Support/Compiler.h: Invalidate LLVM_ATTRIBUTE_WEAK on cygming fo... | NAKAMURA Takumi | 2011-11-15 | 1 | -1/+1 |
* | Fix linking for some users who already have tsan enabled code and are trying to | Nick Lewycky | 2011-11-15 | 1 | -0/+7 |
* | Support/Compiler: Add LLVM_EXTENSION for use where we want to hide pedantic d... | Daniel Dunbar | 2011-11-01 | 1 | -0/+8 |
* | Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort() | John McCall | 2011-03-14 | 1 | -3/+1 |
* | Okay, some compilers complain if you provide the exception-specification | John McCall | 2011-03-14 | 1 | -5/+0 |
* | Fix the exception-specification of abort() when declaring it in C++. | John McCall | 2011-03-14 | 1 | -1/+1 |
* | Make llvm_unreachable evaluate to __builtin_unreachable() in -Asserts | John McCall | 2011-03-14 | 1 | -0/+15 |
* | Support/Path: Deprecate PathV1::isAbsolute. | Michael J. Spencer | 2010-12-17 | 1 | -0/+19 |
* | Remove deprecated macro names. Hopefully this will unbreak the | Duncan Sands | 2010-10-25 | 1 | -11/+0 |
* | Move the remaining attribute macros to systematic names based on the attribute | Chandler Carruth | 2010-10-23 | 1 | -15/+18 |
* | Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names | Chandler Carruth | 2010-10-23 | 1 | -8/+16 |
* | Add a comment about ATTRIBUTE_UNUSED to avoid further confusion over when to | Chandler Carruth | 2010-10-20 | 1 | -0/+8 |
* | Support: Add __forceinline to Compiler.h on MSVC. | Michael J. Spencer | 2010-10-05 | 1 | -1/+2 |
* | Remove LLVM_GLOBAL_VISIBILITY, which is unused, and was not working properly. | Duncan Sands | 2010-09-15 | 1 | -11/+1 |
* | Define LLVM_GLOBAL_VISIBILITY to be __declspec(dllexport) on | Duncan Sands | 2010-09-01 | 1 | -1/+4 |
* | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands | 2010-05-11 | 1 | -4/+13 |
* | don't use always_inline with gcc 3.4, it has some unimplemented features | Chris Lattner | 2010-03-03 | 1 | -1/+3 |
* | Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which are | Bill Wendling | 2009-12-28 | 1 | -0/+6 |
* | add an ALWAYS_INLINE macro, which does the obvious thing. | Chris Lattner | 2009-12-15 | 1 | -0/+10 |
* | Following a suggestion of Daniel Dunbar, stop people passing the name | Duncan Sands | 2009-11-17 | 1 | -8/+0 |
* | Make ERROR_IF_USED macro work with GCC <= 4.2, Apple GCCs | Douglas Gregor | 2009-11-16 | 1 | -1/+3 |
* | Make sure that if anyone passes a name by accident for the isSigned | Duncan Sands | 2009-11-16 | 1 | -0/+6 |
* | add attributes for readnone/readonly functions. | Chris Lattner | 2009-11-15 | 1 | -0/+12 |
* | Implement DISABLE_INLINE for MSVC. This required changing the position in all | Benjamin Kramer | 2009-11-14 | 1 | -0/+2 |
* | Make NORETURN working with MSVC. MSVC only accepts NORETURN in front of the | Benjamin Kramer | 2009-11-14 | 1 | -0/+2 |
* | Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCC | Julien Lerouge | 2009-09-17 | 1 | -1/+1 |
* | Introduce new error handling API. | Torok Edwin | 2009-07-07 | 1 | -0/+6 |
* | Add BUILTIN_EXPECT Support/Compiler macro. | Daniel Dunbar | 2009-03-17 | 1 | -0/+6 |
* | Symbol visibility is unsupported on cygwin too. | Anton Korobeynikov | 2008-10-31 | 1 | -1/+1 |
* | Mark function used by asm block as used, otherwise optimizer may not see the ... | Devang Patel | 2008-07-16 | 1 | -0/+5 |
* | Silence a warning. Should we turn this into configure-time check? | Anton Korobeynikov | 2008-01-22 | 1 | -1/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | add directive to disable inlining | Chris Lattner | 2006-08-27 | 1 | -0/+8 |
* | New place to put compiler-specific functionality. This replaces Visibility.h, | Chris Lattner | 2006-08-27 | 1 | -0/+40 |