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
/
lib
/
Support
/
Annotation.cpp
Age
Commit message (
Expand
)
Author
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