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
/
lib
/
VMCore
/
Constants.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speed up isCString()
Evan Cheng
2006-10-26
1
-4
/
+14
*
Add isCString() - returns true if a ConstantArray is a CString.
Evan Cheng
2006-10-26
1
-0
/
+13
*
For PR950:
Reid Spencer
2006-10-26
1
-4
/
+26
*
For PR950:
Reid Spencer
2006-10-20
1
-79
/
+43
*
add a method to determine whether evaluation of a constant can trap.
Chris Lattner
2006-10-20
1
-0
/
+27
*
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide
Chris Lattner
2006-09-28
1
-8
/
+18
*
remove reference to dead method
Chris Lattner
2006-09-28
1
-1
/
+0
*
Use the new ManagedStatic class to explicitly manage static variables, elimin...
Chris Lattner
2006-09-28
1
-71
/
+47
*
Add new SetCondInst::isRelational/isEquality methods. Rename
Chris Lattner
2006-09-17
1
-2
/
+2
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
Reduce the size of Constants.o by 25% by generalizing specific instantiations of
Jim Laskey
2006-07-17
1
-30
/
+31
*
Add a new helper, simplify ConstantExpr::getWithOperandReplaced at Gabor's
Chris Lattner
2006-07-14
1
-22
/
+57
*
Add a new method for bugpoint to use
Chris Lattner
2006-07-14
1
-0
/
+51
*
Use hidden visibility to reduce the sizes of some .o files. This chops 60K o...
Chris Lattner
2006-06-28
1
-10
/
+25
*
Add a missing assertion that would have helped out Reid
Chris Lattner
2006-06-10
1
-0
/
+2
*
Provide a simpler interface for getting a ConstantArray from a character
Reid Spencer
2006-05-30
1
-8
/
+4
*
Adjust the interface to ConstantArray::get. The previous
Reid Spencer
2006-05-30
1
-8
/
+15
*
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-24
1
-1
/
+1
*
Add constant replacement for insertelement/vectorshuffle constant exprs
Chris Lattner
2006-04-08
1
-0
/
+16
*
Add shufflevector support, todo, implement better constant folding.
Chris Lattner
2006-04-08
1
-1
/
+39
*
Doh!
Evan Cheng
2006-03-11
1
-2
/
+2
*
Added a parameter to control whether Constant::getStringValue() would chop
Evan Cheng
2006-03-10
1
-4
/
+8
*
Get rid of the multiple copies of getStringValue. Now a Constant:: method.
Jim Laskey
2006-03-08
1
-0
/
+40
*
VMCore support for the insertelement operation.
Robert Bocchino
2006-01-17
1
-3
/
+46
*
Added constant folding support for the extractelement operation.
Robert Bocchino
2006-01-10
1
-0
/
+2
*
Added support for the extractelement operation.
Robert Bocchino
2006-01-10
1
-0
/
+38
*
Fix an assertion to allow constant folding of packed values
Chris Lattner
2006-01-04
1
-3
/
+4
*
Revert previous patch. Additional tests fail.
Reid Spencer
2005-12-22
1
-3
/
+0
*
Fix PR409:
Reid Spencer
2005-12-22
1
-0
/
+3
*
add a hack to work around broken VC++ scoping rules. Thx to JeffC for pointing
Chris Lattner
2005-10-07
1
-13
/
+13
*
refactor a bit of code.
Chris Lattner
2005-10-04
1
-29
/
+35
*
Minor speedup to avoid array searches given a Use*. This speeds up bc reading
Chris Lattner
2005-10-04
1
-23
/
+39
*
Change the signature of replaceUsesOfWithOnConstant. The bool was always
Chris Lattner
2005-10-04
1
-32
/
+12
*
For large constants (e.g. arrays and structs with many elements) just
Chris Lattner
2005-10-04
1
-23
/
+56
*
minor cleanup/fastpath for the bcreader. This speeds up the bcreader
Chris Lattner
2005-10-04
1
-2
/
+23
*
implement the struct version of the array speedup, speeding up the
Chris Lattner
2005-10-04
1
-9
/
+49
*
Change ConstantArray::replaceUsesOfWithOnConstant to attempt to update
Chris Lattner
2005-10-03
1
-8
/
+58
*
move some methods, no other changes
Chris Lattner
2005-10-03
1
-130
/
+132
*
minor microoptimizations
Chris Lattner
2005-10-03
1
-14
/
+21
*
Split SimpleConstantVal up into its components, so each Constant subclass get...
Chris Lattner
2005-09-27
1
-10
/
+14
*
Move code dependency for MathExtras.h out of Constants.h.
Jim Laskey
2005-08-17
1
-0
/
+9
*
Culling out use of unions for converting FP to bits and vice versa.
Jim Laskey
2005-08-17
1
-24
/
+5
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-31
/
+31
*
Add new function getPtrPtrFromArrayPtr().
Alkis Evlogimenos
2005-03-19
1
-0
/
+7
*
Fix a typo in an assertion comment.
Reid Spencer
2005-03-09
1
-1
/
+1
*
remove all of the various setName implementations, consolidating them into
Chris Lattner
2005-03-05
1
-4
/
+0
*
Constants never get names.
Chris Lattner
2005-03-05
1
-5
/
+2
*
Adjust to changes in User class. Aggregate constants now must explicitly
Chris Lattner
2005-01-29
1
-46
/
+81
*
Fix grammar
Misha Brukman
2005-01-27
1
-1
/
+1
*
Allow getZeroExtend and getSignExtend to work with boolean inputs.
Chris Lattner
2005-01-01
1
-5
/
+13
[next]