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
/
ConstantFolding.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ANSI-approved way of getting the value infinity (otherwise VC++ won't com...
Jeff Cohen
2005-05-03
1
-3
/
+4
*
fold fp div by 0 to inf, the way gcc does. This is legal according to the FP...
Andrew Lenharth
2005-05-02
1
-0
/
+7
*
Shut GCC 4.0 up about classes with virtual functions but no virtual
Reid Spencer
2005-04-24
1
-0
/
+5
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-40
/
+40
*
Fix a nasty thinko in my previous commit.
Chris Lattner
2005-01-28
1
-1
/
+1
*
Fix ConstProp/2005-01-28-SetCCGEP.ll: indexing over zero sized elements does
Chris Lattner
2005-01-28
1
-5
/
+36
*
No need to pessimize current code for future possibilities.
Chris Lattner
2005-01-06
1
-4
/
+3
*
Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c
Chris Lattner
2004-11-22
1
-0
/
+1
*
Generalize this code to turn any cast-to-first-element-of into a gep constexpr
Chris Lattner
2004-11-17
1
-8
/
+21
*
fold gep undef, ... -> undef
Chris Lattner
2004-10-17
1
-1
/
+8
*
Fix constant folding relational operators with undef operands.
Chris Lattner
2004-10-17
1
-7
/
+4
*
Implement constant folding of undef values.
Chris Lattner
2004-10-16
1
-4
/
+54
*
Allow creation of GEP constantexprs with a vector of value* operands as
Chris Lattner
2004-10-11
1
-15
/
+16
*
If we are trying to create a ConstantExpr cast that is really a GEP to the
Chris Lattner
2004-10-11
1
-0
/
+11
*
bug 122:
Reid Spencer
2004-07-17
1
-23
/
+20
*
Implement folding of expressions like 'uint cast (int* getelementptr (int*
Chris Lattner
2004-07-15
1
-0
/
+12
*
When folding constant expr gep's, don't force the use of long indices.
Chris Lattner
2004-07-07
1
-3
/
+6
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-2
/
+2
*
Fix a bug that Chris asserts emphatically is a bug. The changed clause
Reid Spencer
2004-05-30
1
-1
/
+1
*
Add a missing break, which caused a crash in an obscure situation
Chris Lattner
2004-04-11
1
-0
/
+1
*
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
1
-4
/
+4
*
Teach the constant folder how to do select instructions
Chris Lattner
2004-03-12
1
-0
/
+11
*
Implement test/Regression/Assembler/2004-03-07-FunctionAddressAlignment.llx
Chris Lattner
2004-03-08
1
-0
/
+20
*
Get all instruction definitions
Chris Lattner
2004-02-22
1
-3
/
+1
*
Move the folding of gep null, 0, 0, 0 to a place where it can be shared and
Chris Lattner
2004-02-16
1
-2
/
+15
*
Fix a crasher bug in my constant folding rewrite
Chris Lattner
2004-02-01
1
-3
/
+10
*
Implement a bunch of symbolic constant folding opportunities. This implements
Chris Lattner
2004-01-13
1
-21
/
+324
*
Rearrange and comment code better. No functionality changes
Chris Lattner
2004-01-12
1
-160
/
+177
*
Rename ConstantHandling.* -> ConstantFolding.*
Chris Lattner
2004-01-12
1
-0
/
+656