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
/
Use.h
Age
Commit message (
Expand
)
Author
2007-10-11
Add a new use_iterator::atEnd() method, which allows us to shrink
Chris Lattner
2006-05-08
Move the definition of value_use_iterator::getOperandNo to User.h where the
Chris Lattner
2006-05-05
Add a helper method.
Chris Lattner
2006-03-27
Add some missing template specializations for autodereferencing User.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-01
Switch from using an ilist for uses to using a custom doubly linked list.
Chris Lattner
2005-01-30
Improve conformance with the Misha spelling benchmark suite
Chris Lattner
2005-01-29
Adjust to ilist changes.
Chris Lattner
2005-01-29
Adjust to User.h changes.
Chris Lattner
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
2003-11-16
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-14
This is obviously illegal C++ code, but was apparently accepted by 3.3
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-16
Completely rewrite support for the Value::use_* list. Now, all operations on
Chris Lattner