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
2003-11-16
Fixes for PR114: Thanks to Reid Spencer!
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-15
lalala
Chris Lattner
2003-10-13
Add new op_erase method
Chris Lattner
2003-10-09
Add a method to reserve space for operands
Chris Lattner
2003-10-06
Remove unneeded dtors
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-17
Add new op_erase method
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-05-29
Don't require the user to do something like isa<foo>(II->get()). The ->get
Chris Lattner
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