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
*
Add support for embedded metadata to LLVM. This introduces two new types of
Nick Lewycky
2009-04-04
1
-1
/
+3
*
correct patch
Chris Lattner
2009-04-03
1
-1
/
+1
*
add patch to go along with r68350
Chris Lattner
2009-04-03
1
-1
/
+3
*
Add two new classes: WeakVH and AssertingVH. These are both "ValueHandles",
Chris Lattner
2009-03-31
1
-1
/
+7
*
shrink subclassid, liberating some bits for future (ab)use.
Chris Lattner
2009-03-31
1
-1
/
+1
*
Value* only has 2 bits free as well.
Chris Lattner
2009-03-29
1
-0
/
+13
*
Comment typeo fix, thanks Duncan!
Chris Lattner
2008-12-02
1
-1
/
+1
*
add a little helper function that does PHI translation.
Chris Lattner
2008-12-02
1
-0
/
+11
*
fit in 80 cols
Chris Lattner
2008-10-28
1
-1
/
+2
*
remove a deprecated internal interface
Gabor Greif
2008-10-13
1
-5
/
+0
*
Factorize code: remove variants of "strip off
Duncan Sands
2008-10-01
1
-1
/
+10
*
Make pointer parameter const for isUsedInBasicBlock.
Bill Wendling
2008-09-25
1
-1
/
+1
*
backing out my last commit, it was not intended to go on the trunk
Gabor Greif
2008-09-19
1
-6
/
+4
*
first shot at removing Use::Val
Gabor Greif
2008-09-19
1
-4
/
+6
*
minor correction
Gabor Greif
2008-09-13
1
-2
/
+2
*
we should use 'class' for non-pod types instead of 'struct' to
Chris Lattner
2008-08-24
1
-1
/
+1
*
Updating VC++ project.
Cédric Venet
2008-08-24
1
-1
/
+1
*
Switch the asmprinter (.ll) and all the stuff it requires over to
Chris Lattner
2008-08-23
1
-4
/
+10
*
Rename instance variables, parameter argument names to eliminate a bunch of c...
Evan Cheng
2008-07-24
1
-3
/
+3
*
add a helper.
Chris Lattner
2008-06-27
1
-0
/
+2
*
add a const version of stripPointerCasts
Chris Lattner
2008-06-16
1
-0
/
+3
*
Do not speculatively execute an instruction by hoisting it to its predecessor...
Evan Cheng
2008-06-12
1
-0
/
+2
*
remove bogus comment
Gabor Greif
2008-06-11
1
-1
/
+0
*
Prune and tidy #includes.
Dan Gohman
2008-05-29
1
-1
/
+1
*
Remove warnings about unused parameters and shadowed variables.
Bill Wendling
2008-05-19
1
-1
/
+1
*
merge of use-diet branch to trunk
Gabor Greif
2008-05-10
1
-4
/
+3
*
Turn StripPointerCast() into a method
Anton Korobeynikov
2008-05-07
1
-5
/
+5
*
Make StripPointerCast a common function (should we mak it method of Value ins...
Anton Korobeynikov
2008-05-06
1
-0
/
+5
*
add a method for comparing to see if a value has a specified name.
Chris Lattner
2008-04-30
1
-0
/
+4
*
move the Use destructor where it belongs to
Gabor Greif
2008-03-14
1
-5
/
+1
*
There is no killUse.
Dan Gohman
2008-03-07
1
-1
/
+1
*
Re-apply the memory operand changes, with a fix for the static
Dan Gohman
2008-02-06
1
-0
/
+1
*
Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...
Evan Cheng
2008-01-31
1
-1
/
+0
*
Add a new PseudoSourceValue class, which will be used to help track
Dan Gohman
2008-01-30
1
-0
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Reverting dtor devirtualization patch.
Gordon Henriksen
2007-12-10
1
-3
/
+0
*
Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!
Gordon Henriksen
2007-12-09
1
-0
/
+3
*
add Value::getNameStart/getNameLen() accessors.
Chris Lattner
2007-08-10
1
-1
/
+15
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+262