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
/
Scalar
/
DeadStoreElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
80 col / tabs fixes
Nate Begeman
2008-05-13
1
-2
/
+2
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-2
/
+3
*
Fix DSE to not eliminate volatile loads with no uses.
Dan Gohman
2008-04-28
1
-3
/
+3
*
Be more precise when eliminating pointers bue to memcpy's. This allows more
Owen Anderson
2008-02-04
1
-4
/
+10
*
Remove a couple more cases of "getNumUses() == 0". No need to walk the linked
Nick Lewycky
2008-01-30
1
-2
/
+2
*
Use empty() instead of comparing size() with zero.
Nick Lewycky
2008-01-30
1
-1
/
+1
*
Don't DCE FreeInst's. We were using those! Patch from Owen Anderson.
Nick Lewycky
2008-01-30
1
-1
/
+1
*
Make DSE much more aggressive by performing DCE earlier. Update a testcase t...
Owen Anderson
2008-01-30
1
-2
/
+55
*
Add support for eliminating memcpy's at the end of functions. Also fix some ...
Owen Anderson
2008-01-29
1
-26
/
+63
*
DeadStoreElimination can treat byval parameters as if there were alloca's for...
Owen Anderson
2008-01-25
1
-5
/
+6
*
Initializing an unsigned with ~0UL causes the compiler
Duncan Sands
2008-01-20
1
-9
/
+9
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Integrate the readonly/readnone logic more deeply
Duncan Sands
2007-12-01
1
-2
/
+1
*
don't put erase or query for non-allocainst pointers in an set of allocainsts*'s
Chris Lattner
2007-11-06
1
-3
/
+6
*
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-11-01
1
-5
/
+5
*
Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had been
Owen Anderson
2007-11-01
1
-4
/
+12
*
Don't DSe volatile stores.
Owen Anderson
2007-08-26
1
-18
/
+25
*
Make NonLocal and None const in the right way. :-)
Owen Anderson
2007-08-09
1
-3
/
+3
*
Change the None and NonLocal markers in memdep to be const.
Owen Anderson
2007-08-08
1
-3
/
+3
*
Global values also don't undead-ify pointers in our dead alloca's set.
Owen Anderson
2007-08-08
1
-0
/
+3
*
Make handleEndBlock significantly faster with one trivial improvement,
Owen Anderson
2007-08-08
1
-4
/
+30
*
Small improvement: if a function doesn't access memory, we don't need to scan
Owen Anderson
2007-08-08
1
-2
/
+8
*
Add some comments, remove a dead argument, and simplify some control flow.
Owen Anderson
2007-08-08
1
-19
/
+28
*
A few more small cleanups.
Owen Anderson
2007-08-08
1
-9
/
+7
*
First round of cleanups from Chris' feedback.
Owen Anderson
2007-08-08
1
-51
/
+58
*
Fix 80 col. violations.
Owen Anderson
2007-08-02
1
-14
/
+23
*
Rename FastDSE to just DSE.
Owen Anderson
2007-08-01
1
-12
/
+12
*
Move FastDSE in to DeadStoreElimination.
Owen Anderson
2007-08-01
1
-0
/
+387
*
Remove old DSE.
Owen Anderson
2007-08-01
1
-179
/
+0
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+179