aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Annotation.cpp
AgeCommit message (Expand)Author
2009-07-31Remove Annotation.h, which is no longer used in the LLVM tree.Dan Gohman
2009-07-07Have scoped mutexes take referenes instead of pointers.Owen Anderson
2009-06-30Fix the build on Cygwin. Patch by Aaron Gray.Owen Anderson
2009-06-26Use atomic operations for accessing this global counter.Owen Anderson
2009-06-22Guard the global annotation tables.Owen Anderson
2008-12-08Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev!Nick Lewycky
2008-11-27fix build on some machines. thanks buildbotNuno Lopes
2008-11-27fix my previous commit r60064: compare strings instead of pointersNuno Lopes
2008-11-26change AnnotationManager to use 'const char*' instead of std::string. this fi...Nuno Lopes
2008-02-20Add explicit keywords.Dan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-10-04Fix a static dtor issueChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-11-09* Convert tabs to spacesMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-02-26Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-05-22Add using declarationsChris Lattner
2003-01-14Move annotation to support libraryChris Lattner
2003-01-13Fix static initializer ordering dependencyChris Lattner
2002-07-24Fix problem that GCC3.1 doesn't like.Chris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-09-09Clean up Type class by removing mutable ConstRules member and use annotations...Chris Lattner
2001-09-07Annotations are const objects nowChris Lattner
2001-08-27Support passing a data pointer to annotation factory methodsChris Lattner
2001-08-23Add annotation supportChris Lattner