index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
User.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str...
Chris Lattner
2007-02-12
1
-4
/
+2
*
Move the definition of value_use_iterator::getOperandNo to User.h where the
Chris Lattner
2006-05-08
1
-0
/
+7
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-7
/
+7
*
Fix spelling, patch contributed by Gabor Greif
Chris Lattner
2005-02-27
1
-0
/
+2
*
Instead of storing operands as std::vector<Use>, just maintain a pointer
Chris Lattner
2005-01-29
1
-32
/
+31
*
Warning fixes for VC++, contributed by Morten Ofstad!
Chris Lattner
2004-11-15
1
-1
/
+1
*
bug 122:
Reid Spencer
2004-07-17
1
-2
/
+1
*
Make ctor inline, change ValueTy ->unsigned
Chris Lattner
2004-06-27
1
-1
/
+2
*
Consider anything with a ValueType that is >= Instruction to be an instruction
Chris Lattner
2004-06-26
1
-3
/
+2
*
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-16
1
-2
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
lalala
Chris Lattner
2003-10-15
1
-0
/
+1
*
Add new op_erase method
Chris Lattner
2003-10-13
1
-0
/
+3
*
Add a method to reserve space for operands
Chris Lattner
2003-10-09
1
-0
/
+2
*
Remove unneeded dtors
Chris Lattner
2003-10-06
1
-1
/
+0
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Remove a ton of extraneous #includes
Chris Lattner
2003-06-22
1
-2
/
+0
*
Add new op_erase method
Chris Lattner
2003-06-17
1
-0
/
+5
*
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-11
1
-0
/
+2
*
Don't require the user to do something like isa<foo>(II->get()). The ->get
Chris Lattner
2003-05-29
1
-0
/
+20
*
- Remove the User::eraseOperand method which is never used, really
Chris Lattner
2002-10-01
1
-4
/
+0
*
Add routines to update or erase operands (and to do so without external
Vikram S. Adve
2002-09-16
1
-0
/
+4
*
Convert comments to Doxygen style
Chris Lattner
2002-08-25
1
-3
/
+3
*
Remove unneccesary method
Chris Lattner
2002-08-22
1
-4
/
+0
*
Add method copyOperands().
Vikram S. Adve
2002-08-22
1
-0
/
+4
*
Remove a misguided API extension
Chris Lattner
2002-03-21
1
-10
/
+0
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-4
/
+4
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-3
/
+3
*
Add classof implementations for User
Chris Lattner
2001-10-13
1
-0
/
+8
*
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
1
-1
/
+0
*
Remove extra whitespace at EOL
Chris Lattner
2001-09-07
1
-2
/
+2
*
Fix stupid typo
Chris Lattner
2001-07-09
1
-1
/
+1
*
Add a new "addOperand" method to User.
Chris Lattner
2001-07-08
1
-0
/
+10
*
Devirtualize User::dropAllReferences
Chris Lattner
2001-07-07
1
-3
/
+3
*
Changed the fundemental architecture of Operands for Instructions. Now
Chris Lattner
2001-07-07
1
-8
/
+30
*
Initial revision
Chris Lattner
2001-06-06
1
-0
/
+47