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
/
Value.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change Value from a "struct" to a "class" so that VC 7.1 doesn't generate
Reid Spencer
2004-09-23
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
New methods
Chris Lattner
2004-08-04
1
-0
/
+4
*
I demand the ability to say 'if (isa<Value>(V))'!
Chris Lattner
2004-07-30
1
-0
/
+5
*
Add new enum entries for ConstantAggregateZeroVal/ConstantExprVal and
Chris Lattner
2004-07-19
1
-8
/
+12
*
Add a missing space to align comments.
Reid Spencer
2004-07-18
1
-1
/
+1
*
bug 122:
Reid Spencer
2004-07-17
1
-1
/
+4
*
Final fix for PR341: eliminate operator<<(ostream, Value*). Clients should
Chris Lattner
2004-07-15
1
-8
/
+0
*
Add a missing #include
Chris Lattner
2004-07-12
1
-0
/
+1
*
Remove definition and use of OtherVal enumerator. This just fixes a thinko.
Reid Spencer
2004-07-06
1
-1
/
+0
*
- Remove enumerator TypeVal since Values can't be types any more
Reid Spencer
2004-07-04
1
-5
/
+1
*
Eliminate the Instruction::iType field, folding it into the Value::VTy field.
Chris Lattner
2004-06-27
1
-1
/
+6
*
Rearrange some code.
Chris Lattner
2004-06-26
1
-17
/
+24
*
Apparently a particular vendor compiler uses the struct/class tag to MANGLE
Chris Lattner
2004-06-08
1
-2
/
+1
*
Annotations are evil. This makes Value not derive from Annotable, which makes
Chris Lattner
2004-02-26
1
-2
/
+1
*
Minor cleanup
Chris Lattner
2004-01-10
1
-1
/
+1
*
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
*
Completely rewrite support for the Value::use_* list. Now, all operations on
Chris Lattner
2003-10-16
1
-65
/
+39
*
Add new hasOneUse() method. Remove explicit inline qualifiers
Chris Lattner
2003-10-15
1
-9
/
+13
*
There is no reason for Value to be an AbstractTypeUser. This just makes things
Chris Lattner
2003-10-02
1
-11
/
+3
*
Standardize header file comments
Chris Lattner
2003-09-30
1
-1
/
+1
*
Add new method
Chris Lattner
2003-08-29
1
-0
/
+4
*
Detemplatize the PATypeHandle class, which was only really instantiated on 'T...
Chris Lattner
2003-06-18
1
-1
/
+1
*
Move annotation to support library
Chris Lattner
2003-01-14
1
-1
/
+1
*
- Detemplatize UseTy<> in Value.h, because it's only instantiated for one
Chris Lattner
2002-10-09
1
-26
/
+21
*
- Remove Value::use_push_back & Value::use_remove
Chris Lattner
2002-10-09
1
-3
/
+2
*
Group #includes better
Chris Lattner
2002-09-23
1
-1
/
+1
*
Eliminate setType method
Chris Lattner
2002-09-10
1
-2
/
+0
*
Convert comments to Doxygen style
Chris Lattner
2002-08-25
1
-22
/
+21
*
Disable the operator= in Value
Chris Lattner
2002-07-24
1
-0
/
+1
*
We must with with GCC 2.95 :(
Chris Lattner
2002-06-25
1
-1
/
+1
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-0
/
+1
*
*** empty log message ***
Chris Lattner
2002-06-25
1
-46
/
+34
*
Module's are no longer Value's.
Chris Lattner
2002-04-28
1
-10
/
+1
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-6
/
+6
*
* Move casting stuff out to Support/Casting.h
Chris Lattner
2002-04-08
1
-72
/
+16
*
Transform uses of Method into uses of Function.
Chris Lattner
2002-03-26
1
-10
/
+11
*
Rename Method to Function
Chris Lattner
2002-03-23
1
-5
/
+6
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-8
/
+8
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-4
/
+4
*
Remove extra assert in dyn_cast_or_null.
Vikram S. Adve
2001-10-17
1
-2
/
+0
*
Add cast_or_null & dyn_cast_or_null
Chris Lattner
2001-10-15
1
-1
/
+20
*
Improve error messages on assertion failure.
Chris Lattner
2001-10-15
1
-2
/
+6
*
Cast NULL when requested.
Vikram S. Adve
2001-10-14
1
-2
/
+3
*
Add use_back() methods
Chris Lattner
2001-10-13
1
-0
/
+2
*
* Both Method & GlobalVariable now subclass GlobalValue
Chris Lattner
2001-10-03
1
-3
/
+10
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-1
/
+1
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-33
/
+35
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-19
/
+29
[next]