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
/
User.h
Age
Commit message (
Expand
)
Author
2002-10-01
- Remove the User::eraseOperand method which is never used, really
Chris Lattner
2002-09-16
Add routines to update or erase operands (and to do so without external
Vikram S. Adve
2002-08-25
Convert comments to Doxygen style
Chris Lattner
2002-08-22
Remove unneccesary method
Chris Lattner
2002-08-22
Add method copyOperands().
Vikram S. Adve
2002-03-21
Remove a misguided API extension
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-10-13
Add classof implementations for User
Chris Lattner
2001-09-14
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-07
Remove extra whitespace at EOL
Chris Lattner
2001-07-09
Fix stupid typo
Chris Lattner
2001-07-08
Add a new "addOperand" method to User.
Chris Lattner
2001-07-07
Devirtualize User::dropAllReferences
Chris Lattner
2001-07-07
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-06-06
Initial revision
Chris Lattner