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
/
Transforms
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert SCCP over to use InstVisitor instead of hand crafted switch
Chris Lattner
2002-04-18
1
-181
/
+136
*
GEP instructions can never be constant propogated.
Chris Lattner
2002-04-18
1
-7
/
+12
*
Store instructions always return void, so they never get a name
Chris Lattner
2002-04-18
1
-2
/
+1
*
Eliminate cast of same type instructions.
Chris Lattner
2002-04-15
1
-0
/
+8
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
2
-3
/
+3
*
Add #includes to make up for #includes pruned out of header files.
Chris Lattner
2002-04-09
1
-0
/
+1
*
s/Method/Function
Chris Lattner
2002-04-08
7
-22
/
+19
*
ConstantHandling moved into VMCore library
Chris Lattner
2002-04-08
3
-3
/
+3
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
4
-29
/
+29
*
Change references from Method to Function
Chris Lattner
2002-03-26
3
-33
/
+33
*
Major overhaul to support arbitrary mixed array and structure indices.
Vikram S. Adve
2002-03-24
1
-63
/
+94
*
New pass to decompose multi-dimensional array references into
Vikram S. Adve
2002-03-23
1
-0
/
+148
*
Fix bug: test/Regression/Other/2002-03-11-InstCombineHang.ll
Chris Lattner
2002-03-11
1
-2
/
+2
*
Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
Chris Lattner
2002-03-11
2
-3
/
+5
*
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-02-26
7
-60
/
+170
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
5
-29
/
+32
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
5
-37
/
+40
*
MethodPass's are now guaranteed to not be run on external methods!
Chris Lattner
2002-01-31
3
-6
/
+1
*
Convert xforms over to new pass structure.
Chris Lattner
2002-01-31
3
-27
/
+47
*
Remove extraneous #includes
Chris Lattner
2002-01-26
1
-1
/
+0
*
Remove opt namespace
Chris Lattner
2002-01-26
1
-3
/
+1
*
Implement new DeadInstElmination pass
Chris Lattner
2002-01-23
1
-1
/
+5
*
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
7
-42
/
+36
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
8
-34
/
+40
*
initial checkin
Chris Lattner
2001-12-14
1
-0
/
+150
*
Assertion could never fail because another one would in it's place. :)
Chris Lattner
2001-12-13
1
-1
/
+1
*
Actually return true when a change has been made
Chris Lattner
2001-12-05
1
-0
/
+2
*
Fix bugs, don't do external methods which causes segv.
Chris Lattner
2001-12-04
1
-1
/
+4
*
Implement induction variable simplification
Chris Lattner
2001-12-04
1
-1
/
+125
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
5
-49
/
+49
*
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-12-03
5
-4
/
+6
*
Initial checkin of indvar stuff
Chris Lattner
2001-12-03
2
-0
/
+75
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
4
-5
/
+5
*
Misc cleanups
Chris Lattner
2001-11-26
1
-53
/
+53
*
Expose constant propogation of an instruction in a clean way
Chris Lattner
2001-11-26
1
-37
/
+24
*
Avoid making a broken transformation!
Chris Lattner
2001-11-03
1
-20
/
+33
*
Expose the low level DCE mechanism to external users
Chris Lattner
2001-11-01
1
-10
/
+20
*
Simplify DCE code a lot
Chris Lattner
2001-11-01
1
-26
/
+5
*
Implemented constant propogation of cast instructions
Chris Lattner
2001-10-31
2
-3
/
+31
*
Convert to new simpler pass itf
Chris Lattner
2001-10-18
1
-1
/
+1
*
Convert optimizations to the pass infrastructure
Chris Lattner
2001-10-18
5
-14
/
+27
*
Support the invoke instruction
Chris Lattner
2001-10-13
1
-1
/
+2
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
5
-43
/
+41
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
3
-13
/
+13
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-1
/
+1
*
Add support for new style casts
Chris Lattner
2001-10-01
4
-6
/
+6
*
Pull predecessor and successor iterators out of the CFG*.h files, and plop th...
Chris Lattner
2001-10-01
3
-25
/
+21
*
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
Chris Lattner
2001-09-28
1
-2
/
+3
*
ADCE is broken but at least we know why
Chris Lattner
2001-09-28
1
-1
/
+6
*
Make ADCE more robust, it still has problems, but it's getting closer
Chris Lattner
2001-09-09
1
-37
/
+181
[next]