index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Support
/
Annotation.h
Age
Commit message (
Expand
)
Author
2009-07-31
Remove Annotation.h, which is no longer used in the LLVM tree.
Dan Gohman
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
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
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2005-07-27
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-06-15
Don't lie to the casual reader about Value subclassing from Annotable.
Reid Spencer
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-10-27
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-06-27
Get rid of Annotable's vtable. If anyone deletes an object through an Annota...
Chris Lattner
2004-02-26
Make sure that at least one virtual method is defined in a .cpp file to avoid
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM notice.
John Criswell
2003-07-25
Use the C++ <cassert> header, not the C <assert.h> header
Chris Lattner
2003-07-25
Add assert.h include
Chris Lattner
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-01-14
Move annotation to support library
Chris Lattner
2002-07-24
Disable the operator= in Value
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-09-09
Convert ConstRules to use annotations to clean it up.
Chris Lattner
2001-09-07
Make annotations operations const with a mutable annotation list so that
Chris Lattner
2001-08-27
Extend annotations to pass data pointers around to the functions
Chris Lattner
2001-08-23
Add annotation support
Chris Lattner