index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
VMCore
/
Constants.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for select constant expressions. Use reserve a bit more to avoid
Chris Lattner
2004-03-12
1
-0
/
+35
*
Eliminate nightmarish API
Chris Lattner
2004-03-08
1
-23
/
+0
*
Move the folding of gep null, 0, 0, 0 to a place where it can be shared and
Chris Lattner
2004-02-16
1
-12
/
+5
*
Add a new ConstantAggregateZero class, to fix PR239. This makes zero
Chris Lattner
2004-02-15
1
-36
/
+70
*
ConstantArray::get and ConstantStruct::get now just return pointers to
Chris Lattner
2004-02-15
1
-4
/
+4
*
Remove dependence on return type of ConstantStruct::get
Chris Lattner
2004-02-15
1
-1
/
+1
*
Remove dependence on the return type of ConstantArray::get
Chris Lattner
2004-02-15
1
-1
/
+1
*
Keep a cache of non-abstract null arrays and structs. This speeds up llvm-dis
Chris Lattner
2004-02-15
1
-2
/
+19
*
Adjust to the changed StructType interface. In particular, getElementTypes()...
Chris Lattner
2004-02-09
1
-9
/
+9
*
Second half of a fix for PR218 & test/Regression/Assembler/2004-02-01-Negativ...
Chris Lattner
2004-02-01
1
-4
/
+43
*
Fix a problem brian ran into with the bytecode reader asserting. It turns
Chris Lattner
2004-01-23
1
-0
/
+5
*
Fix bug in previous checkin: Demorgan would be ashamed of me, I need to
Chris Lattner
2004-01-14
1
-1
/
+1
*
Implement ConstantArray::isString
Chris Lattner
2004-01-14
1
-3
/
+16
*
Rename ConstantHandling.* -> ConstantFolding.*
Chris Lattner
2004-01-12
1
-1
/
+1
*
Move ConstantHandling.h into lib/VMCore and out of include/llvm
Chris Lattner
2004-01-12
1
-1
/
+1
*
Eliminate ConstantFoldShiftInstruction reference
Chris Lattner
2004-01-12
1
-1
/
+1
*
Fix out of date comment, remove use of ConstantExpr::getShift
Chris Lattner
2004-01-12
1
-8
/
+1
*
Make ConstantExpr::get work for shifts as well
Chris Lattner
2004-01-12
1
-0
/
+2
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-110
/
+116
*
The ConstantPointer class is now gone.
Chris Lattner
2003-11-17
1
-3
/
+10
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Add support for constant expr shifts
Chris Lattner
2003-11-05
1
-0
/
+7
*
Fix bug: instcombine/2003-10-23-InstcombineNullFail.ll
Chris Lattner
2003-10-23
1
-0
/
+11
*
Fix problem which effected linking apache
Chris Lattner
2003-10-21
1
-1
/
+1
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Add a sanity check for constant expression casts
Chris Lattner
2003-10-07
1
-0
/
+2
*
Type tables are now AbstractTypeUsers. This allows them to merge together
Chris Lattner
2003-10-05
1
-135
/
+217
*
Minor random speedup: make Constant::getNullValue only call ConstantFOO::get
Chris Lattner
2003-10-03
1
-13
/
+45
*
These methods are dead, remove them. Because the bodies will soon be
Chris Lattner
2003-10-03
1
-2
/
+8
*
There is no reason for Value to be an AbstractTypeUser. This just makes things
Chris Lattner
2003-10-02
1
-4
/
+0
*
Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution.
Chris Lattner
2003-08-29
1
-17
/
+31
*
Refactor code to make it useful outside of Constants.cpp
Chris Lattner
2003-08-29
1
-24
/
+4
*
The word `dependent' has no `a'.
Misha Brukman
2003-08-21
1
-1
/
+1
*
Fix linking bug in xboard
Chris Lattner
2003-08-18
1
-1
/
+4
*
Fix a bug that brian reported
Chris Lattner
2003-07-30
1
-4
/
+24
*
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-23
1
-8
/
+5
*
Fix bug: InstCombine/2003-06-22-ConstantExprCrash.ll
Chris Lattner
2003-06-22
1
-1
/
+7
*
Fix bug: Linker/2003-06-02-TypeResolveProblem2.ll
Chris Lattner
2003-06-16
1
-16
/
+28
*
* Make assertion message useful
Chris Lattner
2003-06-02
1
-6
/
+5
*
Fix bug: Linker/2003-06-02-TypeResolveProblem.ll
Chris Lattner
2003-06-02
1
-0
/
+4
*
Fix problem with last checkin.
Chris Lattner
2003-05-25
1
-4
/
+6
*
Fix Bug: Linker/2003-04-26-NullPtrLinkProblem.ll
Chris Lattner
2003-05-23
1
-103
/
+194
*
Add support for shift constant expressions
Chris Lattner
2003-05-21
1
-5
/
+28
*
Fix bug: Assembler/2003-05-15-AssemblerProblem.llx
Chris Lattner
2003-05-15
1
-2
/
+1
*
Remove unnecessary casts
Chris Lattner
2003-05-14
1
-11
/
+12
*
Eliminate using declarations
Chris Lattner
2003-05-13
1
-19
/
+14
*
Don't build constantexprs that could be folded
Chris Lattner
2003-04-17
1
-0
/
+10
*
Change the interface to constant expressions to allow automatic folding
Chris Lattner
2003-04-16
1
-6
/
+5
*
Fix ConstantUInt::isAllOnesValue
Chris Lattner
2003-03-10
1
-0
/
+7
*
Remove #include
Chris Lattner
2003-03-06
1
-1
/
+18
[next]