aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Annotation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-4/+4
* Fix the build on Cygwin. Patch by Aaron Gray.Owen Anderson2009-06-301-1/+1
* Use atomic operations for accessing this global counter.Owen Anderson2009-06-261-3/+6
* Guard the global annotation tables.Owen Anderson2009-06-221-13/+25
* Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev!Nick Lewycky2008-12-081-1/+1
* fix build on some machines. thanks buildbotNuno Lopes2008-11-271-0/+1
* fix my previous commit r60064: compare strings instead of pointersNuno Lopes2008-11-271-1/+10
* change AnnotationManager to use 'const char*' instead of std::string. this fi...Nuno Lopes2008-11-261-4/+4
* Add explicit keywords.Dan Gohman2008-02-201-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+105