index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Support
/
Annotation.cpp
Age
Commit message (
Expand
)
Author
2009-07-31
Remove Annotation.h, which is no longer used in the LLVM tree.
Dan Gohman
2009-07-07
Have scoped mutexes take referenes instead of pointers.
Owen Anderson
2009-06-30
Fix the build on Cygwin. Patch by Aaron Gray.
Owen Anderson
2009-06-26
Use atomic operations for accessing this global counter.
Owen Anderson
2009-06-22
Guard the global annotation tables.
Owen Anderson
2008-12-08
Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev!
Nick Lewycky
2008-11-27
fix build on some machines. thanks buildbot
Nuno Lopes
2008-11-27
fix my previous commit r60064: compare strings instead of pointers
Nuno Lopes
2008-11-26
change AnnotationManager to use 'const char*' instead of std::string. this fi...
Nuno Lopes
2008-02-20
Add explicit keywords.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-10-04
Fix a static dtor issue
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-11-09
* Convert tabs to spaces
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-02-26
Make sure that at least one virtual method is defined in a .cpp file to avoid
Chris Lattner
2003-12-14
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-13
Regularize header file comments
Chris Lattner
2003-05-22
Add using declarations
Chris Lattner
2003-01-14
Move annotation to support library
Chris Lattner
2003-01-13
Fix static initializer ordering dependency
Chris Lattner
2002-07-24
Fix problem that GCC3.1 doesn't like.
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-09-09
Clean up Type class by removing mutable ConstRules member and use annotations...
Chris Lattner
2001-09-07
Annotations are const objects now
Chris Lattner
2001-08-27
Support passing a data pointer to annotation factory methods
Chris Lattner
2001-08-23
Add annotation support
Chris Lattner