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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a serious code pessimization problem. If an inlined function has a single
Chris Lattner
2004-07-20
1
-5
/
+6
*
Implement Transforms/InstCombine/IntPtrCast.ll
Chris Lattner
2004-07-20
1
-11
/
+16
*
Ignore instructions that are in trivially dead functions. This allows us
Chris Lattner
2004-07-20
1
-4
/
+17
*
Implement InstCombine/GEPIdxCanon.ll
Chris Lattner
2004-07-20
1
-1
/
+10
*
Implement SimplifyCFG/BrUnwind.ll
Chris Lattner
2004-07-20
1
-2
/
+9
*
Rewrite cast->cast elimination code completely based on the information we
Chris Lattner
2004-07-20
1
-43
/
+53
*
Fix a performance regression from the CPR patch, simplify code
Chris Lattner
2004-07-18
1
-14
/
+6
*
Strip out and simplify some code. This also fixes the regression last
Chris Lattner
2004-07-18
1
-9
/
+2
*
Minor cleanup, no functionality change
Chris Lattner
2004-07-18
1
-7
/
+2
*
Remove an if statement that would never be reached.
Reid Spencer
2004-07-18
1
-3
/
+1
*
Delete a redundant if branch.
Reid Spencer
2004-07-18
1
-4
/
+1
*
Expand the coercion of constants to include the newly constant Globals.
Reid Spencer
2004-07-18
1
-2
/
+1
*
Delete a no-op loop.
Reid Spencer
2004-07-18
1
-9
/
+0
*
Expand the scope to include global values because they are now constants
Reid Spencer
2004-07-18
1
-1
/
+1
*
Avoid an unnecessary isa<Constant>.
Reid Spencer
2004-07-18
1
-3
/
+1
*
Remove useless statistic, fix some slightly broken logic
Chris Lattner
2004-07-18
1
-8
/
+4
*
Fix a rather serious bug in previous checkin
Chris Lattner
2004-07-18
1
-1
/
+0
*
bug 122:
Reid Spencer
2004-07-18
12
-40
/
+30
*
bug 122:
Reid Spencer
2004-07-18
1
-16
/
+13
*
bug 122:
Reid Spencer
2004-07-18
4
-13
/
+6
*
bug 122:
Reid Spencer
2004-07-18
1
-16
/
+11
*
bug 122:
Reid Spencer
2004-07-18
2
-5
/
+6
*
bug 122:
Reid Spencer
2004-07-18
1
-22
/
+17
*
bug 122:
Reid Spencer
2004-07-18
1
-30
/
+1
*
bug 122:
Reid Spencer
2004-07-18
1
-6
/
+0
*
This patch was contributed by Daniel Berlin!
Chris Lattner
2004-07-15
1
-14
/
+48
*
Fix PR404 try #2
Chris Lattner
2004-07-15
1
-8
/
+8
*
Revert previous patch until I get a bug fixed
Chris Lattner
2004-07-15
1
-12
/
+12
*
Fix PR404: Loop simplify is really slow on 252.eon
Chris Lattner
2004-07-15
1
-12
/
+12
*
Progress on PR341
Chris Lattner
2004-07-15
5
-35
/
+36
*
Fixes working towards PR341
Chris Lattner
2004-07-15
6
-22
/
+23
*
Now that we codegen the portable "sizeof" efficiently, we can use it for
Chris Lattner
2004-07-15
1
-18
/
+22
*
Factor some code to handle "load (constantexpr cast foo)" just like
Chris Lattner
2004-07-13
1
-20
/
+32
*
Check to make sure types are sized before calling getTypeSize on them.
Chris Lattner
2004-07-06
1
-13
/
+15
*
It doesn't matter what the 2nd operand is; if the GEP has 2 operands and
Brian Gaeke
2004-07-06
1
-2
/
+1
*
Add helper function.
Brian Gaeke
2004-07-06
1
-2
/
+14
*
Implement rem.ll:test3
Chris Lattner
2004-07-06
1
-0
/
+18
*
Fix a minor bug where we would go into infinite loops on some constants
Chris Lattner
2004-07-06
1
-1
/
+2
*
Implement InstCombine/sub.ll:test15: X % -Y === X % Y
Chris Lattner
2004-07-06
1
-2
/
+9
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
12
-0
/
+15
*
Implement add.ll:test22, a common case in MSIL files
Chris Lattner
2004-07-03
1
-0
/
+18
*
Do not call getTypeSize on a type that has no size
Chris Lattner
2004-07-02
1
-1
/
+2
*
Get rid of a dead variable, and fix a typo in a comment.
Brian Gaeke
2004-07-02
1
-4
/
+1
*
Make this pass use a more specific debug message than "Processing:".
Brian Gaeke
2004-07-01
2
-2
/
+2
*
Restoring this file.
Vikram S. Adve
2004-06-29
1
-0
/
+76
*
Remove unused file
Chris Lattner
2004-06-28
1
-495
/
+0
*
These passes are long dead/obsolete. They never worked in the first place
Chris Lattner
2004-06-28
1
-188
/
+0
*
Implement InstCombine/add.ll:test21
Chris Lattner
2004-06-27
1
-1
/
+6
*
New constant expression lowering pass to simplify your instruction selection ...
Chris Lattner
2004-06-25
1
-0
/
+171
*
This file is unused, and duplicates functionality in TraceValues.cpp.
Vikram S. Adve
2004-06-24
1
-76
/
+0
[next]