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
/
Use.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the definition of value_use_iterator::getOperandNo to User.h where the
Chris Lattner
2006-05-08
1
-4
/
+3
*
Add a helper method.
Chris Lattner
2006-05-05
1
-0
/
+6
*
Add some missing template specializations for autodereferencing User.
Chris Lattner
2006-03-27
1
-1
/
+25
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
Switch from using an ilist for uses to using a custom doubly linked list.
Chris Lattner
2005-02-01
1
-80
/
+50
*
Improve conformance with the Misha spelling benchmark suite
Chris Lattner
2005-01-30
1
-3
/
+3
*
Adjust to ilist changes.
Chris Lattner
2005-01-29
1
-13
/
+25
*
Adjust to User.h changes.
Chris Lattner
2005-01-29
1
-2
/
+9
*
Convert 'struct' to 'class' in various places to adhere to the coding standards
Chris Lattner
2004-10-27
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Fixes for PR114: Thanks to Reid Spencer!
Chris Lattner
2003-11-16
1
-2
/
+2
*
This is obviously illegal C++ code, but was apparently accepted by 3.3
Chris Lattner
2003-11-14
1
-2
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-2
/
+7
*
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-20
1
-0
/
+7
*
Completely rewrite support for the Value::use_* list. Now, all operations on
Chris Lattner
2003-10-16
1
-0
/
+146