index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
TransformInternals.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor code out of TransformInternals into the Transform Utils library
Chris Lattner
2002-05-07
1
-64
/
+0
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+0
*
* Clean up the code a bit
Chris Lattner
2002-04-16
1
-8
/
+4
*
Implement TODO, fixing bug:
Chris Lattner
2002-04-09
1
-16
/
+9
*
Add explicit #includes of Function.h to make up for the removed #include
Chris Lattner
2002-04-09
1
-0
/
+1
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-1
/
+0
*
Make ConvertableToGEP handle cases where the user is indexing into the
Chris Lattner
2002-03-21
1
-23
/
+29
*
Implement the new InsertInstBeforeInst function
Chris Lattner
2002-03-21
1
-0
/
+14
*
1. Fix bug test/Regression/Other/2002-03-20-LevelRaiseBadCodegen.ll
Chris Lattner
2002-03-21
1
-15
/
+21
*
Fix bug: test/Regression/Other/2002-03-14-LevelRaiseHang.ll
Chris Lattner
2002-03-14
1
-1
/
+1
*
update comments
Chris Lattner
2002-03-11
1
-3
/
+2
*
We were not correctly burrowing down multiple levels to get to a leaf. Fix t...
Chris Lattner
2002-03-07
1
-1
/
+2
*
Bug fix for test/Regression/Other/2002-02-14-LevelRaiseBadAssert.ll
Chris Lattner
2002-02-14
1
-0
/
+1
*
Elminate an unused variable
Chris Lattner
2002-01-21
1
-1
/
+0
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-2
/
+2
*
* add ReplaceInstWithInst
Chris Lattner
2001-12-14
1
-26
/
+25
*
Don't insert scales of 1 :)
Chris Lattner
2001-12-07
1
-1
/
+2
*
Fix bug that caused invalid transformations to be applied
Chris Lattner
2001-12-06
1
-1
/
+1
*
Handle more complex array indexing expressions
Chris Lattner
2001-12-05
1
-14
/
+47
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-5
/
+5
*
losslessCastableTypes is moved to Type class
Chris Lattner
2001-11-26
1
-50
/
+133
*
Better heuristics for handling arrays
Chris Lattner
2001-11-14
1
-1
/
+1
*
Improve raising significantly
Chris Lattner
2001-11-08
1
-0
/
+42
*
Refactor code to share stuff
Chris Lattner
2001-11-04
1
-0
/
+89