Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 1 | -4/+4 |
* | Fix the build on Cygwin. Patch by Aaron Gray. | Owen Anderson | 2009-06-30 | 1 | -1/+1 |
* | Use atomic operations for accessing this global counter. | Owen Anderson | 2009-06-26 | 1 | -3/+6 |
* | Guard the global annotation tables. | Owen Anderson | 2009-06-22 | 1 | -13/+25 |
* | Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev! | Nick Lewycky | 2008-12-08 | 1 | -1/+1 |
* | fix build on some machines. thanks buildbot | Nuno Lopes | 2008-11-27 | 1 | -0/+1 |
* | fix my previous commit r60064: compare strings instead of pointers | Nuno Lopes | 2008-11-27 | 1 | -1/+10 |
* | change AnnotationManager to use 'const char*' instead of std::string. this fi... | Nuno Lopes | 2008-11-26 | 1 | -4/+4 |
* | Add explicit keywords. | Dan Gohman | 2008-02-20 | 1 | -2/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 1 | -0/+105 |